- 22 May, 2019 40 commits
-
-
Peter Kotwicz authored
This CL re-enables WebApkUpdateManagerTest.testFileDeletedIfStoreWebApkUpdateRequestToFileFails WebApkUpdateManagerTest.testPendingUpdateFileDeletedAfterUpdateCompletion The tests started failing as a result of https://chromium-review.googlesource.com/c/chromium/src/+/1494657 BUG=937109 Change-Id: I7c129cde5d3e57b59be34fc750e5ec45e339c325 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1520208Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#662052}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/c7e440c0091d..c9e2283502a7 git log c7e440c0091d..c9e2283502a7 --date=short --no-merges --format='%ad %ae %s' 2019-05-22 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-05-22 ehmaldonado@chromium.org Revert "gclient: Require a target ref when applying patches." 2019-05-21 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-05-21 ehmaldonado@chromium.org gclient: Require a target ref when applying patches. 2019-05-21 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@c9e2283502a7 The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-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. BUG=chromium:956807,chromium:956807 TBR=agable@chromium.org Change-Id: Ibcd1faf80a62a75aa53d2dc388d274fa8dacc9eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1622896Reviewed-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@{#662051}
-
John Lee authored
The feature that the histograms measure metrics for will continue to run past M76, and we want to continue logging metrics for it. Bug: 960027 Change-Id: Id61be13841aac9bc43366c91f9e633cdf14345b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1620771Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#662050}
-
Koji Ishii authored
Following bot results are included. 19864 19871 19875 19882 19902 19918 19936 19941 19942 19944 19945 19962 19968 19973 19974 19978 19985 19996 20007 20011 20020 20039 20052 20063 20078 20085 20089 20100 20117 20126 9 lines were removed and 2 lines were deflaked by consecutive results since 20007. TBR=eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Change-Id: I46312353405378c7624ea0b6c713977ea77c43b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617046Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#662049}
-
Yoshifumi Inoue authored
This patch introduces |SECURITY_DCHECK()| in |NGOffsetMapping| constructor and |NGOffsetMappingUnit| constructor to detect wrong behavior of |NGOffsetMappingBuider| for ease of debugging. This patch also remove |CHECK| for offsets in |NGOffsetMapping|[1] in |Element#innerText| because of we check them at construction time. [1] http://crrev.com/c/1619510 Make Element#innerText to use CHECK at StringView construction Bug: 964871, 965702 Change-Id: Ie03709d4eaddea6696f3d1bc009fd5184675ce8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1621803 Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#662048}
-
Michael Giuffrida authored
Bug: 957772 Change-Id: I134c1ff6c1f3431ef7f0debc1ae346dd2dd689f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1620766 Auto-Submit: Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Ben Wells <benwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#662047}
-
Gary Kacmarcik authored
Change-Id: I278f34f5cc2d4ce7dc7f01e39ea9cd0e52be0c12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623266Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Commit-Queue: Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#662046}
-
Ian Vollick authored
Since the existing machinery is tied to the notion of focus, we need to move focus even when performing "focusless" spatial navigation. The rest of the "focusless" idioms apply, however. Layout tests are by default in accessibility mode, so I've had to provide a means to disable this for my tests and add extra tests to ensure that snav behavior is what we expect both in and out of accessibility mode. Bug: 941572 Change-Id: I82890eb27e35c902c27632badf65c1a09ca0667d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1620345Reviewed-by:
Rick Byers <rbyers@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#662045}
-
George Burgess IV authored
This reverts commit dd44cc9c, and updates its bug link. As the new bug mentions, ThinLTO caching appears to be causing Chrome links to take quite a bit longer (in wall-time; I don't think we have visibility on CPU time) than no ThinLTO caching. Until we can figure out why and fix it, disabling caching appears to be our best option Bug: 964328 Change-Id: I109892e6db5654c99e7ef6610b700d8a669e9ac3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623788Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Cr-Commit-Position: refs/heads/master@{#662044}
-
Ashitha Santhosh authored
Bug: 939657 Change-Id: I3d640f45faac35214f6ef41c80cd55a3a88d6017 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1604067Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Ashitha Santhosh <ashithasantosh@google.com> Cr-Commit-Position: refs/heads/master@{#662043}
-
Paul Irish authored
Bug: 958976 Change-Id: Ia89ac356cf54f41af0daeb217fa7b3a4d43e7a46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623746 Auto-Submit: Paul Irish <paulirish@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Paul Irish <paulirish@chromium.org> Cr-Commit-Position: refs/heads/master@{#662042}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/b5e56574cb70..38211554aed6 git log b5e56574cb70..38211554aed6 --date=short --no-merges --format='%ad %ae %s' 2019-05-22 akeshet@chromium.org test_stages: use task-result 'success' key Created with: gclient setdep -r src/third_party/chromite@38211554aed6 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. CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Change-Id: I930ffff16a5a74d3cb1f2639a8492c3d91575451 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1622892Reviewed-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@{#662041}
-
rbpotter authored
Like the controls in the sidebar, the custom margins controls should be disabled if the Print Preview is not ready, there is a validation error on the page, etc. Bug: 940386 Change-Id: I2d92c3c13835626b04288c805273ffbcfc3d364b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618641Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#662040}
-
Kenichi Ishibashi authored
This CL moves logic to top-level script execution from ServiceWorkerGlobalScope to WorkerGlobalScope so that we can use the same logic among other WorkerGlobalScopes. We will use this functionality to avoid a race condition which could happen when off-the-main-thread shared worker script fetch is enabled. Change-Id: Ib34373fe7864189da5ba4c00d19db2c027ce36cc Bug: 945673 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1616863 Auto-Submit: Kenichi Ishibashi <bashi@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#662039}
-
Vladislav Kaznacheev authored
Some decisions regarding shelf visibility are made based on the current mouse position. It leads to counter-intuitive behavior when mouse events are followed by touch and the cursor is hidden (see bug). Bug: 963977 Test: modified ShelfLayoutManagerTest.AutoHide Change-Id: I82e269db0df0429e73270e28c5f431ffc6f0ca7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623136Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Vladislav Kaznacheev <kaznacheev@chromium.org> Cr-Commit-Position: refs/heads/master@{#662038}
-
Donna Wu authored
Whe GetDevices() is the first method call to be made, we should also need to make sure the connection with the DeviceService. Bug: 699790 Change-Id: Ie5d6b8f606fafba7372bffcfffc4d3e13e2f3603 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617201 Commit-Queue: Donna Wu <donna.wu@intel.com> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#662037}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/6ba8b68b..90984359 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Ibeef6c9eeb88ff00dc223c76464a0d89b979a047 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623371Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#662036}
-
Oystein Eftevaag authored
This is what the old crash-based uploader enforced and is a good starting point for the Perfetto-based ringbuffer size as well. R=ssid@chromium.org Change-Id: I05685589d94583434c59f690620af84e314ee313 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623492 Commit-Queue: ssid <ssid@chromium.org> Reviewed-by:
ssid <ssid@chromium.org> Cr-Commit-Position: refs/heads/master@{#662035}
-
Kinuko Yasuda authored
I think it's just got mixed up but your cross-checking is appreciated. Bug: N/A Change-Id: I88ee161bdadcf732a01082906d87848fd52a90df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1621789Reviewed-by:
Takashi Toyoshima <toyoshim@chromium.org> Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#662034}
-
John Budorick authored
Necessary for running arm builds on devices that support aarch64 and arm. Bug: 861509 Change-Id: I87bd1bdae3def36d35313436a7c6f2423532be25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1622715 Auto-Submit: John Budorick <jbudorick@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#662033}
-
Eric Willigers authored
OffscreenCanvas shipped in M69. https://chromestatus.com/features/5681560598609920 The flags OffscreenCanvas and OffscreenCanvasText have been stable since https://chromium-review.googlesource.com/1119156 Bug: 563816 Change-Id: Ie212e1c83f0c366ca6a63a34b842481eb9566845 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1616930 Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#662032}
-
Yeol Park authored
In order to better convey property object ownership, changed MdTextButton::Create() to return std::unique_ptr. Bug: 948287 Change-Id: Ib48fdaff3e647d0178b46871f0ebbb8fe53075a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612799Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Commit-Queue: Yeol Park <peary2@gmail.com> Cr-Commit-Position: refs/heads/master@{#662031}
-
Krishna Govind authored
TBR=meacer@chromium.org Change-Id: I416734d443ad3aa0f99b1df92427166f647d5445 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623562 Commit-Queue: Krishna Govind <govind@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#662030}
-
Jordy Greenblatt authored
The crbug.com/945632 pointed out that the MultiDevice setup OOBE UI showed an unfortunate behavior in other languages: only one string on the page translated [1]. It turned out there were a few different problems masking one another. First, the start-setup-page element did not bind its translations to I18nBehavior.locale, which is the standard mechanism for passing location data in OOBE. Once that was fixed, it became clear that the OOBE screen 'MultiDeviceSetupScreen' was not notifying any Multidevice Polymer elements of locale updates so the I18nBehavior.locale bindings were not receiving updates. Also, because the buttons and headings were translated in ui_page_container_behavior.js, those translations had to be bound to I18nBehavior.locale separately. I also moved those translations to more visible locations and used the literal string IDs instead of factoring out the string IDs and computing the translations in the UiPageContainerBehavior in an effort to make the data flow more transparent. The next big issue was that the strings with placeholders were not registered appropriately in OOBE localization. This difference didn't become clear until the binding issue was resolved because there was no visible difference in the behavior of the placeholder strings and the other strings until that point. Also, because the registration infrastructure in OOBE uses a totally different API, the placeholder strings were translating correctly post OOBE, which added to the confusion. See multidevice_setup_localized_strings_provider.cc for the relevant change. After this change, the start-setup-page translates strings correctly in OOBE [2] (this is the only MultiDevice screen in the OOBE flow) and post-OOBE [3] along with the password-page [4] and setup-succeeded-page [5]. Once this change is merged into the current branch (i.e. the immediate fire is out), we can simplify multidevice_setup_localized_string_provider.cc by splitting up the strings with placeholders into regular strings and concatenatng them manually in HTML (see crbug.com/961841). [1] https://screenshot.googleplex.com/w2tWTTZJkvj [2] https://screenshot.googleplex.com/dGvFOTQozLH [3] https://screenshot.googleplex.com/9GuB8bwkqS4 [4] https://screenshot.googleplex.com/QGZc9aaEdtE [5] https://screenshot.googleplex.com/FCAWDNTTVn4 Bug: 945632 Change-Id: I141e925e70550b1e33b06aef25ed4f72a06d5988 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1591965 Commit-Queue: Jordy Greenblatt <jordynass@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#662029}
-
Joshua Peraza authored
By default the option consumes the next flag, which happens to be --native-libs=libcrashpad_handler.so for chrome modern bundle modules. Bug: 960534 Change-Id: I09c3df3c6433a85006c7143256cec2a51e14976e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1622661 Auto-Submit: Joshua Peraza <jperaza@chromium.org> Reviewed-by:
Eric Stevenson <estevenson@chromium.org> Commit-Queue: Eric Stevenson <estevenson@chromium.org> Commit-Queue: Joshua Peraza <jperaza@chromium.org> Cr-Commit-Position: refs/heads/master@{#662028}
-
François Degros authored
Bug: 778674 Change-Id: Ic01d71c337c22a0f5b573e01d5525c3405aa8942 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623647 Commit-Queue: François Degros <fdegros@chromium.org> Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Auto-Submit: François Degros <fdegros@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#662027}
-
Alexey Baskakov authored
This CrxInstaller code isn't reachable for bookmark apps: void CrxInstaller::CheckInstall() { // Skip the checks if the extension is a bookmark app. if (extension()->from_bookmark()) { ConfirmInstall(); return; } ... check_group_->Start( base::BindOnce(&CrxInstaller::OnInstallChecksComplete, this)); } Bug: 901226 Change-Id: Iae8c90a7c654bc330a1fc4e2b67807b9ec0e1171 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1621783Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#662026}
-
Alexey Baskakov authored
Reproduce same params as in bookmark_app_helper.cc See this CL/bug: https://chromium-review.googlesource.com/c/chromium/src/+/1322262 Bug: 901226, 882945 Change-Id: I015dccb6cdfd97f37e763dde0421108aa2b5fbf7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1621785Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#662025}
-
François Degros authored
Bug: 778674 Change-Id: Ic8b5adacfe790a2572dfe8eae3286938b4861aa6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623726 Commit-Queue: François Degros <fdegros@chromium.org> Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Auto-Submit: François Degros <fdegros@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#662024}
-
Kai Ninomiya authored
This was previously enabled on Android/Adreno and ChromeOS/Mali. The bug affects both Mali-T760 (Samsung Galaxy Note 5 SM-N920I) and Mali-G71 (Huawei P10 VTR-L29). Change-Id: Ie49a3eac5aa8cd185395a0fbbf058c949236781e Bug: 961950 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623090Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#662023}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/2f0485479008..176c657a6d07 git log 2f0485479008..176c657a6d07 --date=short --no-merges --format='%ad %ae %s' 2019-05-21 tsepez@chromium.org Explicitly check for null parent in CXFA_LayoutPageMgr::CreateViewRecord() Created with: gclient setdep -r src/third_party/pdfium@176c657a6d07 The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-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=pdfium-deps-rolls@chromium.org Change-Id: Iee14efa68dfce23ea5d06f34a5bbb2033b323da9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623628Reviewed-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@{#662022}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/851be4808e3f..b5e56574cb70 git log 851be4808e3f..b5e56574cb70 --date=short --no-merges --format='%ad %ae %s' 2019-05-22 lamontjones@chromium.org portage_util.py: less verbose logging. Created with: gclient setdep -r src/third_party/chromite@b5e56574cb70 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. CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Change-Id: I7de3c93c59da34e9b0e6f853ae6bcdf44517712d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1622917Reviewed-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@{#662021}
-
Kai Ninomiya authored
Bug: 965387 Change-Id: I748859108ba4aab13de33751682d80c5cb1cc582 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1621542Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#662020}
-
Erik Luo authored
Adds name-value pairs to SSP's autocomplete, based on CSSMetadata values. - Excludes colors, very-common values ('initial', 'inherit') - Suggestions starting with a hyphen '-' are sorted lower Bug: 931145 Change-Id: I477a5ff48402e78397bcaf506717cbf5c727e612 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1589076 Commit-Queue: Erik Luo <luoe@chromium.org> Reviewed-by:
Joel Einbinder <einbinder@chromium.org> Cr-Commit-Position: refs/heads/master@{#662019}
-
Vlad Tsyrklevich authored
Change-Id: I1af3b4fa809870954b272be1c8c257411734c6d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1622754 Commit-Queue: Vlad Tsyrklevich <vtsyrklevich@chromium.org> Commit-Queue: Vitaly Buka <vitalybuka@chromium.org> Auto-Submit: Vlad Tsyrklevich <vtsyrklevich@chromium.org> Reviewed-by:
Vitaly Buka <vitalybuka@chromium.org> Cr-Commit-Position: refs/heads/master@{#662018}
-
Dale Curtis authored
Turns out I should have pulled the latest 28D data for 74 before limiting to !CrOS && !macOS. No regressions are shown in that data anymore, so enable eveywhere. This leaves the flag in for now until we reach stable. BUG=879406 TBR=liberato Change-Id: I48bd5440893ee2c74b8cc54d5575d0347b2b7e78 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623487Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#662017}
-
Nicholas Hollingum authored
This work was originally done by davidriley@, and continued by me. We are intending to add a fuzzed for components/exo code. As a first step, we factor the environment out of the test itself, which will be used by fuzzer code in subsequent CLs. Originally I was going to maintain this branch until fuzzing work was more complete, but ongoing changes to the wayland code are making that troublesome. Bug: 961564 Change-Id: Ia64e079f3f0c2a7709c468d1137d94a8c82870bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1605297 Commit-Queue: Nic Hollingum <hollingum@google.com> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#662016}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/2a7b631482d8..c0c7e2f85bce git log 2a7b631482d8..c0c7e2f85bce --date=short --no-merges --format='%ad %ae %s' 2019-05-22 jiawei.shao@intel.com Add workaround on using non-zero ResolveLevel or ResolveSlice on Metal Created with: gclient setdep -r src/third_party/dawn@c0c7e2f85bce The AutoRoll server is located here: https://autoroll.skia.org/r/dawn-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:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel TBR=cwallez@google.com Change-Id: I24ec3b07fae5e6aa2ad137c63b7657df206e8ec8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1622916Reviewed-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@{#662015}
-
Yuly Novikov authored
TBR=kbr Bug: 965730 Change-Id: Ic6acadfb8cadcd423578ccde479a5e97418eafa1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1622794Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#662014}
-
Alex Leung authored
Flush() is propagated from AudioRendererImpl to AudioOutputStream and is used to signal that buffered data can be cleared. On Cast, we plan to buffer data in the AudioOutputSteam and we need an signal form the renderer to flush buffered data when seeking and changing tracks. Bug: b/124402185 Change-Id: Icca917cc8afa7a77419e06c562767d617df36bdb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1604331 Commit-Queue: Alex Leung <alexleung@google.com> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#662013}
-