- 01 Jun, 2020 10 commits
-
-
Timothy Gu authored
All call sites actually pass the incumbent window, so call it what it is. Change-Id: I85dd5029f561e1cc055ab350dfbb1555fe1d35fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223984 Auto-Submit: Timothy Gu <timothygu@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#773577}
-
Jinsuk Kim authored
UMA metric for 'close' event was not being logged properly since the preview tab gets destroyed (and its observer to bottom sheet) before it receives SheetState.HIDDEN event where the metric is logged. This CL delays the destruction till the state transition is completed. Bug: 1077042 Change-Id: I13e695bb4c45c936eb6e1adaa041ed203a9c3b18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2216097Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#773576}
-
Johann authored
Change-Id: Ie9b1c8d4b928e7328ecd8efd2139c0ba3f543261 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2217752Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Johann Koenig <johannkoenig@google.com> Cr-Commit-Position: refs/heads/master@{#773575}
-
Matt Menard authored
Since activity is stored from midnight onward for all users (regardless of what time of day the usage interval actually occurred) and the IntervalMap removes overlapping intervals, it would nondeterministically remove usage intervals that occur on the same day with different users. This instead culls usage beyond 24 hours in a day. Since all time is stored UTC this is appropriate in all cases without losing usage due to time changes. Add unit tests to EnterpriseActivityStorage and ActivityStorage. Refactor to isolate functionality of each method of the storage classes for better reuse. Change |user_email| to |activity_id| so the class can be used by classes that need to key preferences but not by an email. Bug: 1058453 Change-Id: I8e5bd7b552d00bddd478c3a275313ccc7ed214a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153748 Commit-Queue: Matt Menard <mattme@google.com> Reviewed-by:
Aga Wronska <agawronska@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#773574}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-compile-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-compile-chrome BUG=762641 TBR=chrome-os-gardeners@google.com Change-Id: I3028723a3d38072b69ad1b022b4939235aff05fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223648Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#773573}
-
Mike Jackson (EDGE) authored
This test was previously failing on linux_chromium_chromeos_asan_rel_ng but isn't any more. Re-enabling it for BMO. Bug: 1082883 Change-Id: I15a7ddd478821435a31710e78bcd88f460ef924c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2222724 Commit-Queue: Alexey Baskakov <loyso@chromium.org> Reviewed-by:
Lorne Mitchell <lomitch@microsoft.com> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Reviewed-by:
Sergei Datsenko <dats@chromium.org> Cr-Commit-Position: refs/heads/master@{#773572}
-
Hesen Zhang authored
- Fixed when first task was scheduled but not executed, next schedule will override the current one, now only schedule at the first time. - Recorded first flow duration from schedule to complete, and fetch start hour to see the explode hour distribution. Bug: 1087476 Change-Id: I47c8b2a91ba370d65ce1e98c8a789223ffd681ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2220272Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Commit-Queue: Hesen Zhang <hesen@chromium.org> Cr-Commit-Position: refs/heads/master@{#773571}
-
Nate Chapin authored
Bug: 1029822 Change-Id: Ida7567a00614a76a1e1cebe1018d84406bcbce32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2219399 Commit-Queue: Kentaro Hara <haraken@chromium.org> Auto-Submit: Nate Chapin <japhet@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#773570}
-
tby authored
Much of our search-provider-side logic for ranking and deduplicating settings results is about to be implemented in the SearchHandler backend. To avoid doing the work twice, this CL simplifies our ranking. Note the SearchHandler change (crrev.com/c/2220866) isn't submitted yet, but this CL blocks some related stuff in the search provider so there's a case to submit it early. Bug: 1068851 Change-Id: Ic5d64cd2f478980c1792c7d13740131767e5fc3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2222082Reviewed-by:
Thanh Nguyen <thanhdng@chromium.org> Commit-Queue: Tony Yeoman <tby@chromium.org> Cr-Commit-Position: refs/heads/master@{#773569}
-
David Staessens authored
This Cl updates the usage documentation for the video_encode_accelerator_tests and video_encode_accelerator_perf_tests with the new "--codec" parameter. TEST=gitiles BUG=None Change-Id: I1bfed4af765f2b4ac8ce4323f2209c29e710a382 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2215656 Commit-Queue: David Staessens <dstaessens@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#773568}
-
- 31 May, 2020 30 commits
-
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/94230f4b0524..b42a3279268b 2020-05-31 reed@google.com hide savelayer's clipmask fields If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC tdenniston@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/+doc/master/autoroll/README.md 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: None Tbr: tdenniston@google.com Change-Id: Iec6700da4896c0c8854d2375550a838885c16059 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224293Reviewed-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@{#773567}
-
Sorin Jianu authored
NetworkFetcherWinHTTP manages a base::File object as a destination for network fetches when the DownloadFile is called. This file object must be closed on a blocking sequence (if the file is opened) when the fetch_complete_callback is posted and the instance of NetworkFetcherWinHTTP is eventually destroyed. Bug: 1088301 Change-Id: I4e0c40fa9093d3ece9961b6c783e08f7002af647 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224312Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#773566}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/3720a9872dcd..d2e64b1bf8f6 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 tguilbert@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: tguilbert@google.com Change-Id: Iad7292c49b9fbed6ebd305cd8884d4bc29cf1151 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224210Reviewed-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@{#773565}
-
Sorin Jianu authored
The |write_data_callback_| holds a reference to the object, and the object leaks due to the circular dependency. TBR: waffles@chromium.org Bug: 1088295 Change-Id: Ia897432681221abb07686be124a5e89409813095 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224162Reviewed-by:
Sorin Jianu <sorin@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#773564}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1590911406-a5b4707c290d30db13d02c0e0366b7b71d1e6690.profdata to chrome-mac-master-1590920284-1151a77bd4235099df7cb456e05f50ab7844ed85.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-mac-chromium Please CC jeffyoon@google.com,liaoyuke@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/+doc/master/autoroll/README.md Cq-Include-Trybots: chrome/try:mac-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com Change-Id: I509c9da4cff6ab36452069acc718be785fec87fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224209Reviewed-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@{#773563}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/493069b9b1e2..801452964638 2020-05-31 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. 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/+doc/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ifebd76d7d7944cf50ddd89ab5412d0581154ef33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224208Reviewed-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@{#773562}
-
Sorin Jianu authored
There was a error when porting the UI code over, where a ! operator was accidentally deleted. That code made the UI believe that all apps were cancelled, and it resulted in auto closing the UI on errors. Bug: 1088290 Change-Id: Iabf0bece483f5c47e40f1ff3087a20348771b869 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224161Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#773561}
-
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/+doc/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: I16957374ef72cc36b3ff165c865a3cb6dc431e96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224207Reviewed-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@{#773560}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/9c4c62652194..94230f4b0524 2020-05-31 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC tdenniston@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/+doc/master/autoroll/README.md 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: None Tbr: tdenniston@google.com Change-Id: Iae53490d453ec5d5900fdbd9a8700a6e69fef812 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224203Reviewed-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@{#773559}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1590896504-5a2acc03ce2a7bb40e9417ad4682172c8413e3b2.profdata to chrome-mac-master-1590911406-a5b4707c290d30db13d02c0e0366b7b71d1e6690.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-mac-chromium Please CC jeffyoon@google.com,liaoyuke@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/+doc/master/autoroll/README.md Cq-Include-Trybots: chrome/try:mac-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com Change-Id: I0d22404253797a4036ab1a498c7a4670584768c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224201Reviewed-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@{#773558}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 652b72b1. Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: bokan@chromium.org: external/wpt/dom/events/scrolling NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: Id1cd6d2c478df21c5e364ebf941003d67aa37e28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223647Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#773557}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/76141998067e..3720a9872dcd 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 tguilbert@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: tguilbert@google.com Change-Id: I71cf9287f4298398ed77302b657028929cc2d644 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223969Reviewed-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@{#773556}
-
Krishna Govind authored
TBR=benmason@chromium.org Change-Id: If483313770d0f78ec4f599c8162893474d7bbcc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223991 Commit-Queue: Krishna Govind <govind@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#773555}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/fc9bcb26a2ee..493069b9b1e2 2020-05-31 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools Chromium DEPS. 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/+doc/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I4f0169e9b86aa0965f808cc2240019224d76f1b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223967Reviewed-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@{#773554}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-compile-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-compile-chrome BUG=762641 TBR=chrome-os-gardeners@google.com Change-Id: I12096eb5b4c382de63a0b4141b72b0ef0440f842 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223987Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#773553}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1590883065-1b4da55ff7e349914f5deef51af5cd4523735a70.profdata to chrome-win32-master-1590896504-ec950fef39972dba9729f032829c7c2ccd44177f.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-win32-chromium Please CC jeffyoon@google.com,liaoyuke@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/+doc/master/autoroll/README.md Cq-Include-Trybots: chrome/try:win-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com Change-Id: Ibd59bb9d03923e398a666d94d7a5edc50583350d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223965Reviewed-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@{#773552}
-
Xiqi Ruan authored
Fix the difference strings of poliy change count in UMA histogram and in app time controller. Bug: 1074447 Change-Id: If598c44e2515aef9d85e4bf45ee0d327b94de24a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2222558Reviewed-by:
Yilkal Abe <yilkal@chromium.org> Reviewed-by:
Aga Wronska <agawronska@chromium.org> Commit-Queue: Xiqi Ruan <xiqiruan@chromium.org> Cr-Commit-Position: refs/heads/master@{#773551}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/fbf5e3e4..8bff3324 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,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I31f47be84e2600341027517c6b972818609028e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223645Reviewed-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@{#773550}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/25a8404bd150..9c4c62652194 2020-05-31 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go Deps If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC tdenniston@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/+doc/master/autoroll/README.md 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: None Tbr: tdenniston@google.com Change-Id: Ide9db0ee38655e5343912b3a5f47de5932f2e814 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223966Reviewed-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@{#773549}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/d659cd7b31ff..76141998067e 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 tguilbert@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: tguilbert@google.com Change-Id: I6968c15a6bfe43799e4464532b85fe09e2a3cbf1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223961Reviewed-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@{#773548}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1590883065-89b60a6a9b45642e7ebc441c523be8f3e9c6fe2c.profdata to chrome-mac-master-1590896504-5a2acc03ce2a7bb40e9417ad4682172c8413e3b2.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-mac-chromium Please CC jeffyoon@google.com,liaoyuke@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/+doc/master/autoroll/README.md Cq-Include-Trybots: chrome/try:mac-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com Change-Id: Idf3290b5008b4b208dd2b5f5089766d23989bde6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223964Reviewed-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@{#773547}
-
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/+doc/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: I6189d9d85f03a17f6d84376b196c398592685503 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223963Reviewed-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@{#773546}
-
Daniel Libby authored
This change adds a the window segments concept to the SynchronizeVisualProperties cascade. A display feature splits a view by, e.g., a fold or a mask - an accessor is added to RenderWidgetHostViewBase to provide this information during the calculation of visual properties. When the root render widget is split by the display feature, there are multiple 'window segments' that web authors will be able to use to split their view and have a logical separation of content (either through JavaScript or CSS). The root widget window segments are computed by the root RenderWidgetHostImpl, based on the display feature on the RenderWidgetHostView. The segments are then propagated to child local frame roots via RenderFrameProxy and CrossProcessFrameConnector via the new member on VisualProperties. Follow-up changes will finish hooking this information up to Blink in order to expose it to the web, and also integrate with the platform specific APIs in order to get the display feature information from the underlying operating system. Explainers: https://github.com/webscreens/window-segments/blob/master/EXPLAINER.md https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/master/Foldables/explainer.md i2p: https://groups.google.com/a/chromium.org/d/msg/blink-dev/_1_ljYsaqrU/qOoHJ7MhAgAJ https://groups.google.com/a/chromium.org/d/msg/blink-dev/KsPRO3hkOGw/md4jgIAaAgAJ Bug: 1039050 1039051 Change-Id: I6805cda5946bd5379ad6dcd68e092e5d7d9be42d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2205123 Commit-Queue: Daniel Libby <dlibby@microsoft.com> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#773545}
-
Timothy Gu authored
Change-Id: Id940eaf4ad7703f20009ae9dcb0497b07ef010be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223982 Auto-Submit: Timothy Gu <timothygu@chromium.org> Commit-Queue: Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/master@{#773544}
-
Frank Tang authored
This is a reland of c9b650e1 Original change's description: > Reland "Roll ICU to 67.1" > > This reverts commit d90baa9e. > > Reason for revert: reland ICU67.1 after #if 0 the problematic new code > > Fix in 630b884f84d > > Original change's description: > > Revert "Roll ICU to 67.1 f2223961" > > > > This reverts commit db2cb995. > > > > Reason for revert: caused 30ms startup performance regression on Windows > > > > Original change's description: > > > Roll ICU to 67.1 f2223961 > > > > > > ICU 67.1 release notes: http://site.icu-project.org/download/67 > > > ICU 66.1 release notes: http://site.icu-project.org/download/66 > > > CLDR 37: release notes: http://blog.unicode.org/2020/04/unicode-locale-data-v37-released_23.html > > > > > > 1. Update to 67-1 > > > Diary https://docs.google.com/document/d/1ZDtSPa3ZkzBIJmqrDVmGmyrTihjx8Me4fKQoQcBj02E/edit# > > > > > > Size changes: > > > 65-1 . 67-1 > > > 7786368 7778704 android/icudtl.dat > > > 6412768 6400752 android_small/icudtl.dat > > > 1418320 1430976 android_small/icudtl_extra.dat > > > 5060880 5048912 cast/icudtl.dat > > > 10481632 10470736 chromeos/icudtl.dat > > > 10506736 10498032 common/icudtb.dat > > > 10506736 10498032 common/icudtl.dat > > > 900576 . 898416 flutter/icudtl.dat > > > 6375984 6363968 ios/icudtl.dat > > > > > > > > > Bug: 1064326, 827538 > > > Change-Id: I169e1f99514b36cafd54a6bc8a9914ccf222d008 > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2155530 > > > Reviewed-by: Koji Ishii <kojii@chromium.org> > > > Commit-Queue: Frank Tang <ftang@chromium.org> > > > Cr-Commit-Position: refs/heads/master@{#764138} > > > > TBR=machenbach@chromium.org,kojii@chromium.org,jshin@chromium.org,ftang@chromium.org > > > > # Not skipping CQ checks because original CL landed > 1 day ago. > > > > Bug: 1064326, 827538, 1080367 > > Change-Id: I98ebe6e01631b10ecc1955ac9d3bc53be11e23c6 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209232 > > Commit-Queue: Mike Wittman <wittman@chromium.org> > > Reviewed-by: Mike Wittman <wittman@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#771137} > > TBR=wittman@chromium.org,machenbach@chromium.org,kojii@chromium.org,jshin@chromium.org,ftang@chromium.org > > # Not skipping CQ checks because original CL landed > 1 day ago. > > Bug: 1064326, 827538, 1080367 > Change-Id: I6d255bac08a68d6716ac51d84765acc010c6a10d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2220363 > Reviewed-by: Mike Wittman <wittman@chromium.org> > Commit-Queue: Frank Tang <ftang@chromium.org> > Cr-Commit-Position: refs/heads/master@{#773036} Bug: 1064326, 827538, 1080367 Change-Id: Ib561b349f2d0422b4950aa3d6adb5c94f3cd63af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2222633Reviewed-by:
Frank Tang <ftang@chromium.org> Reviewed-by:
Michael Achenbach <machenbach@chromium.org> Commit-Queue: Frank Tang <ftang@chromium.org> Cr-Commit-Position: refs/heads/master@{#773543}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=pbommana@chromium.org Change-Id: I8ec213aa857d614530c18fa657c5055ff746cde3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224055Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#773542}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/04726a6dad5d..d659cd7b31ff 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 tguilbert@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: tguilbert@google.com Change-Id: I1803596a4f55d539fb099d77d587611bef1f1747 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223956Reviewed-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@{#773541}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1590833012-88af1f66a16a652baea02a9b756413d32dba6f5a.profdata to chrome-win32-master-1590883065-1b4da55ff7e349914f5deef51af5cd4523735a70.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-win32-chromium Please CC jeffyoon@google.com,liaoyuke@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/+doc/master/autoroll/README.md Cq-Include-Trybots: chrome/try:win-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com Change-Id: Ic7f44022136eeb505ab8880dde48f3ffe106f4f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223958Reviewed-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@{#773540}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/c3c996848cca..1ec298698eeb 2020-05-31 dberris@chromium.org auto-triage: Normalize project in more places If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC wenbinzhang@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:chromeos-kevin-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 Bug: chromium:1088150 Tbr: wenbinzhang@google.com Change-Id: I2adcb9a1068f7ed074ea1eb786c63e65361edce1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223960Reviewed-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@{#773539}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1590867058-0f5144aff546fbf6ba116765ee771ace56b9e476.profdata to chrome-mac-master-1590883065-89b60a6a9b45642e7ebc441c523be8f3e9c6fe2c.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-mac-chromium Please CC jeffyoon@google.com,liaoyuke@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/+doc/master/autoroll/README.md Cq-Include-Trybots: chrome/try:mac-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com Change-Id: I85770830aa3285da90f6f05a879f019cb6737e19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223957Reviewed-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@{#773538}
-