- 17 May, 2020 40 commits
-
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/a4653273a837..1775de4b56cc Created with: gclient setdep -r src-internal@1775de4b56cc If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC tluk@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: tluk@google.com Change-Id: I80449412e793f82c32725acd3a48f3ae930b9724 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2205859Reviewed-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@{#769580}
-
wutao authored
Previously we request one photo link and then download the photo to display. But on lock screen we only have limited time to use the access token, therefore, we request and handle a batch of photo link request. Bug: b/148462257 Test: new unittests Change-Id: I42a258f87e5d8b0b452a9b6b40fa981c4d2f6065 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2189697 Commit-Queue: Tao Wu <wutao@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#769579}
-
Darwin Huang authored
await set_permission, which is an async function. Somehow, this was missed in https://crrev.com/c/2065346 and https://crrev.com/c/2200278, causing some of these tests to flake (1/10 times). Bug: 1083268, 1082747 Change-Id: Iedf7e63a02d200c76df0aaa431980493c6a35e61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2204838 Auto-Submit: Darwin Huang <huangdarwin@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#769578}
-
Nicolás Peña Moreno authored
This CL applies fixes similar to a previous: we do not assume that the first callback to the PerformanceObserver will include the mousedown entry and instead abort and wait until a further callback which does include it. Bug: 1074048 Change-Id: Ifdf01b0abae025fa67f3ff355324d4b6204111a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2204618 Auto-Submit: Nicolás Peña Moreno <npm@chromium.org> Commit-Queue: Yoav Weiss <yoavweiss@chromium.org> Reviewed-by:
Yoav Weiss <yoavweiss@chromium.org> Cr-Commit-Position: refs/heads/master@{#769577}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I8fbdce47e36bcdae9407836deef0d16e1c82d37a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2205855Reviewed-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@{#769576}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/778f8bd09471..a4653273a837 Created with: gclient setdep -r src-internal@a4653273a837 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC tluk@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: tluk@google.com Change-Id: If399be58566ac1e1b2c6f410f4415ef7c4009470 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2205854Reviewed-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@{#769575}
-
Rouslan Solomakhin authored
Before this patch, C++ service worker payment app depended on PaymentRequestDelegate class, whose concrete implementation in ChromePaymentRequestDelegate depended on desktop-specific "Views" frameework, thus preventing usage of the C++ service worker payment app from Android. This patch replaces the PaymentRequestDelegate dependency from the C++ service worker with one boolean and one closure. After this patch, C++ service worker payment app has fewer dependencies on desktop specific code. Design doc: https://bit.ly/cross-platform-pay-app-factory Bug: 1063118 Change-Id: Ic1629d93ad09a3b1e3c6d54e0d36b5f747bcde13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2196424 Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Danyao Wang <danyao@chromium.org> Cr-Commit-Position: refs/heads/master@{#769574}
-
Noam Rosenthal authored
Limit IFD subdir recursion to one level when reading EXIF, to avoid a situation where a JPEG image can cause infinite recursion through EXIF subdirs. Use unsigned comparison instead of pointer comparison, as pointer comparison may provide invalid result on ARM platforms with large numbers. Bug: 1082634 Change-Id: I044bd4fba7e2cef6c8db6ec9a0efd2d0108a599b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2202808Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#769573}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/c49f3e20f7e6..778f8bd09471 Created with: gclient setdep -r src-internal@778f8bd09471 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC tluk@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: tluk@google.com Change-Id: Ib0baa3b0c3c5923b3e50618196db68d2b5dddbba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2205722Reviewed-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@{#769572}
-
Yuke Liao authored
TBR=thakis@chromium.org Cq-Include-Trybots: chrome/try:mac-chrome Cq-Include-Trybots: chrome/try:win-chrome Cq-Include-Trybots: chrome/try:win64-chrome Bug: 1071576 Change-Id: I30ccb365db644e79210820f4eb2bb6e23846edc5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2205874Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#769571}
-
Jan Wilken Dörrie authored
This change fixes breakages in //base resulting from the switch from base::string16 to std::u16string and adds a few more utility functions to ease fixing other Chromium components. Bug: 911896 Change-Id: I93d1b027cea6ba95466418766b7623b81e763390 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2199151 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#769570}
-
Tommi authored
This reverts commit 2fa2af24. Reason for revert: Re-enabling webrtc perf tests Original change's description: > [Sheriff] Disable failing webrtc perf tests > > Disabling webrtc/multiple_peerconnections on linux and win10, > and disabling webrtc/pause_play_peerconnections on linux. > > Notry: true > Bug: 1081349 > Change-Id: I905824011d5c0a0c13c75ed13121021f8f5af6a8 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2196941 > Auto-Submit: John Chen <johnchen@chromium.org> > Reviewed-by: Wenbin Zhang <wenbinzhang@google.com> > Commit-Queue: Wenbin Zhang <wenbinzhang@google.com> > Cr-Commit-Position: refs/heads/master@{#767854} TBR=johnchen@chromium.org,wenbinzhang@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1081349 Change-Id: I2d99a195f60a9a4f79b8fbc58d9c27c6189d5759 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2203073Reviewed-by:
Tommi <tommi@chromium.org> Commit-Queue: Tommi <tommi@chromium.org> Cr-Commit-Position: refs/heads/master@{#769569}
-
Peter Kasting authored
Instead add both progress bar and separator to the container early, then toggle their visibility as necessary. Also does a bunch of other misc. code shortening and the like while I was touching these files. Bug: 1044687 Change-Id: I1d1c320b2652a0c0f3a59024f8bbff53d9326310 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2202526 Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#769568}
-
Shengfa Lin authored
Bug: chromedriver:3482 Change-Id: I9beabe4f8c1c7786d0afcd9f9c7a1fcdbaf44dbf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2204724Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Shengfa Lin <shengfa@google.com> Cr-Commit-Position: refs/heads/master@{#769567}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/f27e9d854bd1..1752fd9bc82b git log f27e9d854bd1..1752fd9bc82b --date=short --first-parent --format='%ad %ae %s' 2020-05-17 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. Created with: gclient setdep -r src/third_party/devtools-frontend/src@1752fd9bc82b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ic568a96c5a9568aef551f4fda5cb250cc5ac0a52 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2205718Reviewed-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@{#769566}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/4824014cca12..c49f3e20f7e6 Created with: gclient setdep -r src-internal@c49f3e20f7e6 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC tluk@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: tluk@google.com Change-Id: I0b77c821a2b347cb4d78a2f0f4297387ac165789 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2205716Reviewed-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@{#769565}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I5c604cd64f385339546298e6d4587dc648c69c62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2205717Reviewed-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@{#769564}
-
Nazerke authored
This CL updates beginDismissingTabSwitcherWithCurrentModel to use Browser instead of tabModel in SceneController. Change-Id: Ie96f04c7480cb93e5f97556b26caf3719fb594f5 Bug: 1049846, 1045575 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2167861 Commit-Queue: Nazerke Kalidolda <nazerke@google.com> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#769563}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/9ff392c5e37c..ed409310e2c7 git log 9ff392c5e37c..ed409310e2c7 --date=short --first-parent --format='%ad %ae %s' 2020-05-17 ilkos@google.com Merge "Enhance the process state counters at LMK time" Created with: gclient setdep -r src/third_party/perfetto@ed409310e2c7 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: I96127715ff091e5bfafa0a9038873fa1b059c601 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2205590Reviewed-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@{#769562}
-
Yuke Liao authored
TBR=thakis@chromium.org Cq-Include-Trybots: chrome/try:mac-chrome Cq-Include-Trybots: chrome/try:win-chrome Cq-Include-Trybots: chrome/try:win64-chrome Bug: 1071576 Change-Id: I65c93a43f095cbc99742699c6e9a64987e9a6b38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2205591Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#769561}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/c6401a349724..4824014cca12 Created with: gclient setdep -r src-internal@4824014cca12 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC tluk@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: tluk@google.com Change-Id: Iefc2c7836feee3004885b10112518cc5be00d967 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2205581Reviewed-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@{#769560}
-
Nazerke authored
This CL removes extracting the metrics observer from TabModel in AppState, and updates shouldOpenNTPTabOnActivationOfTabModel to accept a Browser to get the values of WebStateList and BrowserState. Bug: 1045575 Change-Id: I9967b336804dedecb809c8ad8a574006bc207680 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2167852Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Nazerke Kalidolda <nazerke@google.com> Cr-Commit-Position: refs/heads/master@{#769559}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/a35404ea0e2f..c6401a349724 Created with: gclient setdep -r src-internal@c6401a349724 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC tluk@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: tluk@google.com Change-Id: Ifaf37de5cf9dc5717d11b298568fa686357f9751 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2205576Reviewed-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@{#769558}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/da722adec9a9..a5d54d70915b git log da722adec9a9..a5d54d70915b --date=short --first-parent --format='%ad %ae %s' 2020-05-16 yunchao.he@intel.com Add end2end tests for texture subresource 2020-05-15 enga@chromium.org Cleanup: Remove unnecessary TestSetUp overload Created with: gclient setdep -r src/third_party/dawn@a5d54d70915b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md 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 Bug: None Tbr: cwallez@google.com Change-Id: I75a5e44eb3b6f79d30ea0e23af8080ab64771bbe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2205154Reviewed-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@{#769557}
-
Krishna Govind authored
TBR=benmason@chromium.org Change-Id: I28090d64b0ecf6aab38aa19359a7ff1f3953a6e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2205328 Commit-Queue: Krishna Govind <govind@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#769556}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ca4a9c1846a3..a35404ea0e2f Created with: gclient setdep -r src-internal@a35404ea0e2f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC tluk@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: tluk@google.com Change-Id: Ib401549684a00ccfc7a6e8c911f04f553b2711ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2204095Reviewed-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@{#769555}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/44b5b6122870..f27e9d854bd1 git log 44b5b6122870..f27e9d854bd1 --date=short --first-parent --format='%ad %ae %s' 2020-05-17 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. Created with: gclient setdep -r src/third_party/devtools-frontend/src@f27e9d854bd1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I55d89645a10b44c455a4ad9defe070c578854047 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2205574Reviewed-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@{#769554}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I398594866b9a36ddcb567ab0f1c0fb49423714ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2205575Reviewed-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@{#769553}
-
Yuke Liao authored
TBR=thakis@chromium.org Cq-Include-Trybots: chrome/try:mac-chrome Cq-Include-Trybots: chrome/try:win-chrome Cq-Include-Trybots: chrome/try:win64-chrome Bug: 1071576 Change-Id: I552d8b59903168eea8b0700db4d00a254251708b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2205520Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#769552}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/7776e78f011c..44b5b6122870 git log 7776e78f011c..44b5b6122870 --date=short --first-parent --format='%ad %ae %s' 2020-05-16 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. Created with: gclient setdep -r src/third_party/devtools-frontend/src@44b5b6122870 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Icb373c3bb89041c96525ea2dd30b87914b1848db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2205157Reviewed-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@{#769551}
-
chromium-autoroll authored
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 Please note that, despite rolling to chrome/android, this profile is used for both Linux and Android. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/afdo-chromium-autoroll Please CC gbiv@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Tbr: gbiv@chromium.org Change-Id: I2735b701c6918642ab053fbde1d654b0724ad21b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2205573Reviewed-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@{#769550}
-
chromium-autoroll authored
Roll ChromeOS orderfile from 84-4129.0-1588586778-benchmark-84.0.4136.1-r1 to 84-4136.1-1589189756-benchmark-84.0.4142.0-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-orderfile-chromium Please CC c-compiler-chrome@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Tbr: c-compiler-chrome@google.com Change-Id: I7c28be0935851122686b3cd32f3e900c37daad3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2204096Reviewed-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@{#769549}
-
David Black authored
In v2, timer notification buttons are dependent on timer state. For a given timer state, the expected buttons are as follows: Running: PAUSE, CANCEL Paused: RESUME, CANCEL Fired: CANCEL, ADD 1 MIN Bug: b:156641164 Change-Id: I96880120a9d46eb944f2971c1ddc2e8500aa3b44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2203320 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#769548}
-
Xing Liu authored
Currently the UI may call the backend multiple times when showing the subtiles. If the in memory TileGroup changed, the user may see unrelated second level tiles loaded. This CL only set the in memory TileGroup during initialization, in order to make the UI always has the same TileGroup data. During initialization, now we select the most recent valid TileGroup instead of always picking the first valid tile group. Also clean up TileManagerTest a little bit. Bug: 1076665 Change-Id: I9c406509cebc06a3afabc09dcc1a873784f4db73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2203697 Commit-Queue: Xing Liu <xingliu@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Hesen Zhang <hesen@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#769547}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/ab8d424a9621..d34ab323f368 git log ab8d424a9621..d34ab323f368 --date=short --first-parent --format='%ad %ae %s' 2020-05-16 timvp@google.com Vulkan: Save linked ProgramExecutable data 2020-05-16 rafael.cintron@microsoft.com Resolve Bad Binary Link Failures 2020-05-15 jdarpinian@chromium.org Respect IOSurface stride 2020-05-15 jmadill@chromium.org Vulkan: Refactor and clean up XFB code. Created with: gclient setdep -r src/third_party/angle@d34ab323f368 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC geofflang@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md 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-asan;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: chromium:1079497 Tbr: geofflang@chromium.org Change-Id: I579b539ee206505f2cba97ca1aa17de92486f1ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2205325Reviewed-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@{#769546}
-
Omer Katz authored
Trace methods should not mutate the traced object. This CL makes all Trace methods const. The changes were done using a search-and-replace which adds const to the end of the method signature. A followup CL would update the clang plugin accordingly. Bug: 1058387 Change-Id: I1885b482bc6c15537f1d24d7090d0082a344e38d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2083176 Commit-Queue: Omer Katz <omerkatz@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#769545}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/57eb48aed361..b6e8c3f0f483 git log 57eb48aed361..b6e8c3f0f483 --date=short --first-parent --format='%ad %ae %s' 2020-05-16 capn@google.com Encapsulate the RValue<T> value field 2020-05-16 capn@google.com Add type-safe Reference<T> load method 2020-05-16 capn@google.com Add type-safe LValue<T> load and store methods 2020-05-16 capn@google.com Retrieve Variable type through an abstract method 2020-05-16 capn@google.com Rename Reactor static getType() methods to type() Created with: gclient setdep -r src/third_party/swiftshader@b6e8c3f0f483 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: swiftshader-team+autoroll@google.com Change-Id: Ie62c0688342d97b0a530ad7eeaaa3ce6a2847230 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2205314Reviewed-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@{#769544}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/20f0d0ba3aff..ca4a9c1846a3 Created with: gclient setdep -r src-internal@ca4a9c1846a3 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC tluk@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1029357 Tbr: tluk@google.com Change-Id: I2a7abd86d19a69bf62f496d79b591e3cd3c5549a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2204091Reviewed-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@{#769543}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/728fc6277285..c4fb1974191f git log 728fc6277285..c4fb1974191f --date=short --first-parent --format='%ad %ae %s' 2020-05-16 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@c4fb1974191f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: agable@chromium.org Change-Id: If9af66c1a1649c1caf625a8c086307841cdf5710 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2205073Reviewed-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@{#769542}
-
Xianzhu Wang authored
Though some GraphicsLayers don't contribute to final cc layer list, we may need to recognize them in the legacy GraphicsLayer tree. Also we may dump legacy GraphicsLayer tree before the debug name of cc layer is set. Change-Id: I729fc2f326c68050d8c3c2998f52d92a909725b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2205320 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Auto-Submit: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#769541}
-