- 11 Dec, 2018 40 commits
-
-
Sergey Ulanov authored
Skia now contains SkFontMgr implementation for Fuchsia. Updated SkFontMgr::Factory() to use it and removed the old implementation from //skia/ext. The new implementation adds some features that were previously missing, particularly font collection and character matching. Bug: 900395 Change-Id: I545bb33b20d34e3ab02b04f6a1b705e5420d65d7 Reviewed-on: https://chromium-review.googlesource.com/c/1370500Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#615626}
-
Yannis Guyon authored
WEBP_REDUCE_SIZE is defined in chromium, disabling WebPPictureCopy(), making WebPAnimEncoderNew() unavailable. Remove the fuzz target libwebp_anim_encoder_fuzzer because AnimEncoder is not used within chromium. Keep the file fuzz_webp_animencoder to run on oss-fuzz. BUG=chromium:912506 Change-Id: I9a981aca6b585896844428d6eb330707209496e5 Reviewed-on: https://chromium-review.googlesource.com/c/1368109Reviewed-by:
James Zern <jzern@google.com> Commit-Queue: Yannis Guyon <yguyon@google.com> Cr-Commit-Position: refs/heads/master@{#615625}
-
Lei Zhang authored
- PrintRenderFrameHelperTest.WindowPrintBeforePrintAfterPrint covers the regression in bug 912966 without Print Preview. - PrintRenderFrameHelperPreviewTest.WindowPrintBeforePrintAfterPrint covers the regression in bug 912966 with Print Preview. - PrintRenderFrameHelperPreviewTest.BasicBeforePrintAfterPrint is the equivalent to PrintRenderFrameHelperTest.BasicBeforePrintAfterPrint, but for Print Preview. - Merge common code to avoid repeats. BUG=912966 Change-Id: I80b0ef718e4f06e2e1bd858bd1c2a39028d4a6ec Reviewed-on: https://chromium-review.googlesource.com/c/1371211 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#615624}
-
Esmael El-Moslimany authored
Making cr-slider tabindex=0 when enabled so it can be focused using |slider.focus()|. When a control is selected in the image editor, the first control in the group is given focus (for example when clicking on the brightness/contrast button, the brightness slider should have focus. Added css variables to allow for a different color scheme for image editor sliders. Bug: 902873 Change-Id: I4cf9c5082f81c9a8b50529c4e7f59537c4e4cfa6 Reviewed-on: https://chromium-review.googlesource.com/c/1357652Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#615623}
-
gogerald authored
This CL depends on https://chromium-review.googlesource.com/c/chromium/src/+/1366696 Bug: 806868 Change-Id: I9b7093418ebf7d270a333deca572deea59166681 Reviewed-on: https://chromium-review.googlesource.com/c/1359552 Commit-Queue: Ganggui Tang <gogerald@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
Stephane Zermatten <szermatt@chromium.org> Cr-Commit-Position: refs/heads/master@{#615622}
-
Lei Zhang authored
- Deduplicate ClickMouseButton() code. - Add an accessor to print_render_thread(). - Mark function level constants as static. - Use std::make_unique() and default ctor/dtors. Change-Id: I545d69935324b9e8b7943132dc90f2c1334b9025 Reviewed-on: https://chromium-review.googlesource.com/c/1370468Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#615621}
-
bsheedy authored
Regular roll to most current release version. TBR=vollick@chromium.org Change-Id: Ibeb523d0e0ecc80914e4e8e88ad3d01b52a03a05 Reviewed-on: https://chromium-review.googlesource.com/c/1371942Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#615620}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/a030e16bdf09..11ba6a8ca5be Created with: gclient setdep -r src-internal@11ba6a8ca5be The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=mmoss@chromium.org Change-Id: Ia5256a631224e6624a845f416758b7f1eecb9967 Reviewed-on: https://chromium-review.googlesource.com/c/1372089Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#615619}
-
Ian Wells authored
This fixes a bug causing OfflinePageRequestHandler to segfault when validating empty archive files and adds a test to ensure empty archives can be validated. Bug: 913608 Change-Id: I043cbb0c778f9244763197f294c3839f854c71f2 Reviewed-on: https://chromium-review.googlesource.com/c/1370715Reviewed-by:
Justin DeWitt <dewittj@chromium.org> Reviewed-by:
Dan H <harringtond@google.com> Commit-Queue: Ian Wells <iwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#615618}
-
Ted Choc authored
Android does not seem to monitor size changes and update the bounds correctly, so this forces the update after the animation completes. BUG=595664 Change-Id: I5b3d8b4d62582929699603bd6fff751d0677f82b Reviewed-on: https://chromium-review.googlesource.com/c/1372306Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#615617}
-
wutao authored
This feature has been enabled by default since M60. It is stable enough to be always enabled. Bug: 707800 Test: manual and coverred by unittest. Change-Id: I03e88f0b3a95d4f76ebd3a51f9f9241f257c82c3 Reviewed-on: https://chromium-review.googlesource.com/c/1370953Reviewed-by:
Mitsuru Oshima (gardener - slow) <oshima@chromium.org> Commit-Queue: Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#615616}
-
Steven Holte authored
Minor changes in warning messages, but no other logic changes. Change-Id: I3641831df502de28caa707aad96f883b84cee50d Reviewed-on: https://chromium-review.googlesource.com/c/1355979Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#615615}
-
Wez authored
This reverts commit ce988da6. Reason for revert: SpawnTestServer issue continues, but now affects different tests, suggesting that this is an issue with some earlier/parallel test e.g. leaking a TestServer instance, rather than an issue with the tests that flake as a result. Original change's description: > [Fuchsia] Filter some more flaking net_unittests. > > Bug: 913155, 913156 > Change-Id: If5804fb6c8b035a7d220e8eb629f0d6c05a90e0d > Reviewed-on: https://chromium-review.googlesource.com/c/1369044 > Commit-Queue: Wez <wez@chromium.org> > Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> > Reviewed-by: Fabrice de Gans-Riberi <fdegans@chromium.org> > Cr-Commit-Position: refs/heads/master@{#614908} TBR=wez@chromium.org,fdegans@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 913155, 913156 Change-Id: I9af3748ebfab26a67f77faf011b7bea526e6a93d Reviewed-on: https://chromium-review.googlesource.com/c/1372315Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#615614}
-
Sam Maier authored
Bug: 877963 Change-Id: I8e76d796d5124f8a08014bf8ac5da9cc0b83f08d Reviewed-on: https://chromium-review.googlesource.com/c/1340878Reviewed-by:
Alex Clarke <alexclarke@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/master@{#615613}
-
Sky Malice authored
+62,280 bytes main lib size +480,172 bytes main dex size +772,562 bytes normalized apk size +295,180 bytes APK size +856,982 bytes Estimated installed size (Android Go) +2,235,074 bytes Estimated installed size InstallBreakdown (+2,233,871 bytes): +2,790 bytes unwind_cfi (dev and canary only) size +2,707 bytes Non-compiled Android resources size +62,280 bytes Native code size +519 bytes Package metadata size +2,150,267 bytes Java code size +15,308 bytes Compiled Android resources size +2,454 entries fields +3,469 entries methods +791 entries types +1,732 entries strings Specifics: InstallSize: Dex: Change-Id: I0d99de93f16f2035d8fe284cb2caf6b3122f2d5b Reviewed-on: https://chromium-review.googlesource.com/c/1372242Reviewed-by:
Pavel Yatsuk <pavely@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#615612}
-
Yuri Wiitala authored
Completes the skia mojom struct traits implementation for ImageInfo by using Skia's built-in SkColorSpace::serialize() functionality. This allows for exact SkColorSpaces to be efficiently transmitted, alongside things like SkBitmaps, through mojo message pipes. Later work to improve color space management in Chromium will depend on this change. (See crbugs for examples.) Bug: 758057, 809385 Change-Id: I1193f81c727d8663370fd6fd802edd9dd397abff Reviewed-on: https://chromium-review.googlesource.com/c/1357633Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Chris Palmer <palmer@chromium.org> Cr-Commit-Position: refs/heads/master@{#615611}
-
Lei Zhang authored
Like base::bits::Align(), but rounds down instead. Replace duplicate implementations. Change-Id: I7ad74d021feba26a34f2c80bc025e9ab9fe6660a Reviewed-on: https://chromium-review.googlesource.com/c/1369047Reviewed-by:
vmpstr <vmpstr@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Albert J. Wong <ajwong@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#615610}
-
Jamie Walch authored
We would like some flexibility around the order of annoucement for forthcoming features, so this CL removes the requirement that only later messages are displayed, instead suppressing only the most recently-displayed message. It also adds strings for file transfer and multi-monitor and cleans up some of the CSS to handle long strings. Change-Id: Iab73367c7a8f09d588b45c3d1a02514a83094a20 Reviewed-on: https://chromium-review.googlesource.com/c/1371074Reviewed-by:
Joe Downing <joedow@chromium.org> Commit-Queue: Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#615609}
-
Alex Leung authored
Bug: internal b/120633112 Test: Ran unit tests Change-Id: Idbda6d8ff9b26db40b924dc1bf9d56ab331d4e8e Reviewed-on: https://chromium-review.googlesource.com/c/1366389Reviewed-by:
Simeon Anfinrud <sanfin@chromium.org> Commit-Queue: Alex Leung <alexleung@google.com> Cr-Commit-Position: refs/heads/master@{#615608}
-
Xianzhu Wang authored
This shortens call sites, and removes the requirement of DisplayItemClient at call sites. Change-Id: I445a48a13fb52b07a1a9fccb912c16f829e1c404 Reviewed-on: https://chromium-review.googlesource.com/c/1371195 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#615607}
-
Nico Weber authored
Listing a generated directory in the isolate means that incremental builders (and devs doing incremental builds) can have stale files in their generated isolated files. Since we already have data_deps on all these copy steps, the isolate already contains an explicit list of all files in that directory, and having a data line for the directory is not necessary. Just remove it. Bug: 912946 Change-Id: Id7232369905fb651227d5e913247271dd39a4211 Reviewed-on: https://chromium-review.googlesource.com/c/1368584Reviewed-by:
Joe Downing <joedow@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#615606}
-
ccameron authored
This reverts commit 2e1e507d. Reason for revert: Flakey test has been disabled. The behavior that the test is testing is being deprecated in Chrome 73. Original change's description: > Revert "RemoteMacViews: Fix hang at command-Q" > > This reverts commit 464fae69. > > Reason for revert: Causes heavy flakiness (14/17 on Mac 10.11) and attempted fix showed no effect: https://crrev.com/c/1369136 > > TBR=ccameron@chromium.org > Bug: 902583 > > Original change's description: > > RemoteMacViews: Fix hang at command-Q > > > > When we call -[NSApp terminate] in the app shim process, this does > > not immediately terminate. Rather, it > > 0. Sends the message appShimController_->host()->QuitApp() and waits > > for a reply before actually terminating. > > 1. In the browser, this call hits ExtensionAppShimHandler:: > > CloseBrowsersForApp > > 2. Which will end up calling NativeWidgetMac::Close > > 3. Which will then politely request that the app shim process close > > the corresponding window via > > views_bridge_mac::mojom::BridgedNativeWidget::CloseWindow > > 4. Which will send an ack back to the browser via > > views_bridge_mac::mojom::BridgedNativeWidgetHost::OnWindowHasClosed > > 5. Whereupon the browser window will be registered as closed, and a > > close message will be sent to the app shim, and the wait for > > termination will break > > > > This ends up not working at step 3. Our suspended terminate ends up > > running a nested message loop inside a mojo message handler, and so > > it will never execute the CloseWindow message, and therefore never > > close. > > > > Change the logic at [0] to send the QuitApp message, and then > > immediately terminate the application. > > > > Bug: 902583 > > Change-Id: I60fd7b5fdf9f145369d06219e8ebef36cdcd0f44 > > Reviewed-on: https://chromium-review.googlesource.com/c/1364220 > > Reviewed-by: Robert Sesek <rsesek@chromium.org> > > Commit-Queue: ccameron <ccameron@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#614922} > > TBR=ccameron@chromium.org,rsesek@chromium.org > > # Not skipping CQ checks because original CL landed > 1 day ago. > > Bug: 902583 > Change-Id: I34a3300dc188cdd0de58692042ce131a8639117f > Reviewed-on: https://chromium-review.googlesource.com/c/1371475 > Reviewed-by: Friedrich Horschig [CET] <fhorschig@chromium.org> > Commit-Queue: Friedrich Horschig [CET] <fhorschig@chromium.org> > Cr-Commit-Position: refs/heads/master@{#615485} TBR=ccameron@chromium.org,rsesek@chromium.org,fhorschig@chromium.org Change-Id: Iceda65f61ac8a63bfd53803f713f0472f90e0d47 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 902583 Reviewed-on: https://chromium-review.googlesource.com/c/1371939Reviewed-by:
ccameron <ccameron@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#615605}
-
Dan Harrington authored
TimeTicks is preferred for measuring time, when time isn't being measured across restarts. These were the only two cases I found under components/offline_pages that could be converted to TimeTicks. Change-Id: I627698de121cdda5d7853e0d92f7032ade524a40 Reviewed-on: https://chromium-review.googlesource.com/c/1364080 Commit-Queue: Dan H <harringtond@google.com> Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Cr-Commit-Position: refs/heads/master@{#615604}
-
Owen Min authored
Removing the deprecated enum option breaks metrics count. Add it back with a deprecation message. Bug: 913103 Change-Id: Ia06712e466747989e38cf999dd199918e995a8c1 Reviewed-on: https://chromium-review.googlesource.com/c/1368632 Commit-Queue: Owen Min <zmin@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#615603}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/f5c88e7e1c1a..be607ad63609 git log f5c88e7e1c1a..be607ad63609 --date=short --no-merges --format='%ad %ae %s' 2018-12-11 geofflang@chromium.org GL: Implement GL_OES_EGL_image_external and GL_OES_EGL_image_external_essl3 Created with: gclient setdep -r src/third_party/angle@be607ad63609 The AutoRoll server is located here: https://autoroll.skia.org/r/angle-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=jmadill@chromium.org Change-Id: Ibf3dd3250b8f7002587586d74ce15f6e47c296e9 Reviewed-on: https://chromium-review.googlesource.com/c/1372091Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#615602}
-
chrome://password-manager-internalsDominic Battre authored
This CL introduces two minor improvements to the data produced in chrome://password-manager-internals: 1. The renderer ids are printed for new password elements. 2. For forms that are given to the new form parser, the form signature is printed. This makes it a bit easier to search for data that belongs together. Bug: 913516 Change-Id: Ia1392e0b1f70bab6aa5e6348a10946d1c53046e5 Reviewed-on: https://chromium-review.googlesource.com/c/1371812 Commit-Queue: Dominic Battré <battre@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#615601}
-
Chase Phillips authored
Bug: 717812 Change-Id: I90c36249357705d3a1bc215b8c02278f59993622 Reviewed-on: https://chromium-review.googlesource.com/c/1359862Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Chase Phillips <cmp@chromium.org> Cr-Commit-Position: refs/heads/master@{#615600}
-
Reilly Grant authored
This change: * Switches all remaining SingleThreadTaskRunners to SequencedTaskRunners. * Switches all remaining ThreadCheckers to SequenceCheckers. * Removes shared TaskRunners wherever possible, preferring to use the task scheduler's PostTask() method or creating a dedicated TaskRunner when one is needed. * Renames FileThreadHelpers to BlockingTaskHelpers. * Adds base::ScopedBlockingCall annotations when calling into libusb functions that can potentially block. Change-Id: I538704faf7e668015c509bf2c8a03db6d0522fb3 Reviewed-on: https://chromium-review.googlesource.com/c/1368776Reviewed-by:
Ovidio Henriquez <odejesush@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#615599}
-
Krishna Govind authored
R=cmasso@chromium.org Change-Id: I0aa1ad64b28d9f2c919cf0441060f13c4c0d7388 Reviewed-on: https://chromium-review.googlesource.com/c/1371253Reviewed-by:
Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#615598}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/4f738832a976..3bdc3f5f9c0b git log 4f738832a976..3bdc3f5f9c0b --date=short --no-merges --format='%ad %ae %s' 2018-12-11 bsalomon@google.com Move some Gr headers from include/gpu to include/private and src/gpu. 2018-12-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 2661e8408331..7cfb50cd5f50 (1 commits) 2018-12-11 scroggo@google.com Treat kWEBP encode with quality=100 as lossless 2018-12-11 reed@google.com change convex scan converter to be defensive Created with: gclient setdep -r src/third_party/skia@3bdc3f5f9c0b The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:899689 TBR=ethannicholas@chromium.org Change-Id: I8654098ad7ea12d70046b041654d0cfddc1d07ee Reviewed-on: https://chromium-review.googlesource.com/c/1372088Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#615597}
-
Ryan Hansberry authored
Change-Id: I0c9c61c9671e6cbfebf419f1f148f268d79eb5e4 Reviewed-on: https://chromium-review.googlesource.com/c/1370855Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#615596}
-
Robbie Gibson authored
Bug: 913958 Change-Id: Ib942171d8f94e7b37cb91cdebe52c5e02141917e Reviewed-on: https://chromium-review.googlesource.com/c/1371893 Commit-Queue: Robbie Gibson <rkgibson@google.com> Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Cr-Commit-Position: refs/heads/master@{#615595}
-
Yannis Guyon authored
WEBP_REDUCE_SIZE is defined in chromium, disabling WebPPictureCrop() and WebPPictureRescale(), crashing ExtractAndCropOrScale() in fuzz.h. Disable ExtractAndCropOrScale() without returning an error when WEBP_REDUCE_SIZE is defined. BUG=chromium:912455 Change-Id: I10f66de59498f664d7e0603cfd10698fa3f5f114 Reviewed-on: https://chromium-review.googlesource.com/c/1368108 Commit-Queue: Yannis Guyon <yguyon@google.com> Reviewed-by:
James Zern <jzern@google.com> Cr-Commit-Position: refs/heads/master@{#615594}
-
Alexander Hendrich authored
These changes show up as presubmit errors when working on internet_detail_page.js. Bug: none Change-Id: Ie1d3d8fb061f607d47f71fc3345a37c9e4851041 Reviewed-on: https://chromium-review.googlesource.com/c/1371867Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Alexander Hendrich <hendrich@chromium.org> Cr-Commit-Position: refs/heads/master@{#615593}
-
Arthur Hemery authored
This patch removes deprecated method RenderFrameHostTester::NavigateAndCommitRendererInitiated and its remaining uses in unit tests. Bug: 728571 Change-Id: I6bd3c51a11b0892b9e3e0ebc0f9ea263f27a223d Reviewed-on: https://chromium-review.googlesource.com/c/1369936 Commit-Queue: Arthur Hemery <ahemery@chromium.org> Reviewed-by:
Camille Lamy <clamy@chromium.org> Cr-Commit-Position: refs/heads/master@{#615592}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/c8b5fd3f2752..1ec085624fc7 git log c8b5fd3f2752..1ec085624fc7 --date=short --no-merges --format='%ad %ae %s' 2018-12-11 eseckler@google.com Merge "trace writer: Send patches after completing fragmented packet" Created with: gclient setdep -r src/third_party/perfetto@1ec085624fc7 The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=perfetto-bugs@google.com Change-Id: Ic6abac689f30af8a98120e210957b599be44d5b8 Reviewed-on: https://chromium-review.googlesource.com/c/1372087Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#615591}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/bdff670a66b9..e98d9aa1ef9b git log bdff670a66b9..e98d9aa1ef9b --date=short --no-merges --format='%ad %ae %s' 2018-12-11 yueherngl@google.com flapjack: add board and paladin Created with: gclient setdep -r src/third_party/chromite@e98d9aa1ef9b The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=chrome-os-gardeners@chromium.org Change-Id: I17c3fec3522100def0ec2d29b5d7fd364026d3f1 Reviewed-on: https://chromium-review.googlesource.com/c/1372090Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#615590}
-
Jeremy Roman authored
Bug: 736037 Change-Id: Ic43002666a0d33296b86b16400590f43ec628ea4 Reviewed-on: https://chromium-review.googlesource.com/c/1372233Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#615589}
-
David 'Digit' Turner authored
This allows --mode=system and --mode=universal (which replaces the obsolete --universal option). BUG=912934 R=jbudorick@chromium.org,benmason@chromium.org,tiborg@chromium.org,agrieve@chromium.org Change-Id: Ibd69369ff5aac5410409534319683f1f5db0f2d1 Reviewed-on: https://chromium-review.googlesource.com/c/1371844 Commit-Queue: David Turner <digit@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#615588}
-
Theresa authored
BUG=452615 Change-Id: Ibc5b6782c2116ca21435e1afa52f41f5f9dc9ad9 Reviewed-on: https://chromium-review.googlesource.com/c/1371900Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#615587}
-