- 31 Oct, 2020 40 commits
-
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/616f429c2cf7..0d10abdbe7ad 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 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: Change-Id: I4bf8714866222b20a9cefbfd71308d740257610d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2512981Reviewed-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@{#822979}
-
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 chrome-fuchsia-gardener@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 Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-deterministic-dbg;luci.chromium.try:fuchsia-x64-cast Tbr: chrome-fuchsia-gardener@grotations.appspotmail.com Change-Id: I5f3c3b03511f51f1bb03f92d49e5514d35aba34f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2512977Reviewed-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@{#822978}
-
Hans Wennborg authored
It was previously doing three ScriptValue copy assignment operator calls: first from ScriptPromise's promise_ to a temporary object, then to the value object, and thirdly to the function's return object. Using return value optimization, the new code only does one copy assignment: directly to the return object. It's not a big deal, but that assignment operator is non-trivial, so we might as well not call it more than necessary. Bug: none Change-Id: Idd5544b51a776ac5491c29e0ed5898484135f1ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2512884 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#822977}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1604026576-08f66091b769bbb2281c77ed5a9c423e18843d7c.profdata to chrome-win64-master-1604143160-18e98d8b16bc42e29acb20e88b4fe262705bb645.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-win64-chromium Please CC pgo-profile-sheriffs@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:win64-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Ia965ac13f510f908abc0273c7ad8422f5856c266 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2512975Reviewed-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@{#822976}
-
Xianzhu Wang authored
This reland the remaining part of the original change after crrev.com/c/2508742. Original change's description: > Remove GraphicsLayer::SetNeedsDisplay() > > With unified PaintController, to support SetNeedsDisplay() we would > need to add PaintController mechanism to invalidate all display items > in a range for a GraphicsLayer. Removing SetNeedsDisplay() can avoid > that. We instead use the normal paint invalidation code path. For > needed invalidation, now invalidate the display items of and in the > GraphicsLayer. Some invalidations are not needed because we have > already invalidated the DisplayItemClients. > > Also rename SetContentsNeedsDisplay() to InvalidateContents(), and > SetNeedsDisplayInrect() to InvaldiateRaster() which is only called by > RasterInvalidator. > > Bug: 1132717 > Change-Id: I535cdcc7ee1d07e23a490fdf2aa267573a54d0ba > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2478026 > Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> > Reviewed-by: Philip Rogers <pdr@chromium.org> > Cr-Commit-Position: refs/heads/master@{#818673} TBR=wangxianzhu@chromium.org, pdr@chromium.org Bug: 1132717, 1140634 Change-Id: If073c6c9f885fec3f9e303ed9274384ec4373189 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508364 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#822975}
-
Adrian Taylor authored
This ensures there are no circumstances under which the following memcpy could write beyond the end of the bitmap. Bug: 1144368 Change-Id: I2d41d9f059445c936387a25d9fe9b45818a3e649 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2511859 Commit-Queue: Adrian Taylor <adetaylor@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Cr-Commit-Position: refs/heads/master@{#822974}
-
Peng Huang authored
Chrome is switching to use xcb, so we would like to use VK_KHR_xcb_surface for vulkan as well. Bug: 843346,1143750 Change-Id: I9e2e61ca774d04a05d89cd3425ca1bfa8c190fe5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2510437 Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Auto-Submit: Peng Huang <penghuang@chromium.org> Reviewed-by:
Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#822973}
-
Dirk Pranke authored
Several of the toolchain support files in //build weren't python3-compatible. This CL fixes those issues, at least for the nothing-fails code path. Also, the python2_action() wrapper script didn't handle the case where the command line to pass to the python script was greater than 8k limit (to cmd.exe) on windows we hit by routing through the python.bat wrapper in depot_tools. This CL changes how the python2_action wrapper works, to mimic the way GN works by using python.bat to find the path to the underlying python executable. Bug: 1112471 Change-Id: Id628f0c46213f00f19ef2e7f58774448fe59f31d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2512387 Commit-Queue: Dirk Pranke <dpranke@google.com> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#822972}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/de48febf8bd2..b21c1f2d4400 2020-10-31 reed@google.com test lineTo after addRect 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 jcgregorio@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 Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: jcgregorio@google.com Change-Id: I6b04c413769e27860dfdc218ee8ce9f123b69474 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2512976Reviewed-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@{#822971}
-
Yuki Shiino authored
[DisableInNewIDLCompiler] extended attribute was introduced as a temporary adapter of the migration to the new IDL interface implementation. Removes it since the migration was done. Bug: 839389 Change-Id: I80fa31e0f41d89ad19d82503e25fe3d877af57ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2511349Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#822970}
-
Yuki Shiino authored
The migration to the new IDL interface implementation has been done, and this patch removes temporary adapter code. Bug: 839389, 1050474 Change-Id: Id3093d26b20c60c68d213188de5d5de182def14c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2511150Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#822969}
-
Liviu Tinta authored
Select html element uses WebPagePopupImpl widget which handles scroll gestures differently than other widgets. We need to handle scroll differently. Because this is a simple widget, we'll try to use the underlying LayoutViewport to scroll directly. Bug: 1113863 Change-Id: I762bee3746704f98c69d6e6d5cc8f2ab7b22ac21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2481356Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Liviu Tinta <liviutinta@chromium.org> Cr-Commit-Position: refs/heads/master@{#822968}
-
chromium-internal-autoroll authored
Release_Notes: http://go/help_app-x20/relnotes/Main/help_app_nightly_202010310700_RC00.html https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/help_app/app/+/x8G0oGkWj2Hup5CVLLCVSrGuClVEJMHx_wsJ2YHbyFIC If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/help-app-chromium-autoroll Please CC help-app@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 Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: help-app@grotations.appspotmail.com Change-Id: I059dd7bb09b7e1d4f356768bc5410492fdfc37f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2512972Reviewed-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@{#822967}
-
chromium-internal-autoroll authored
Release_Notes: http://go/media_app-x20/relnotes/Main/media_app_202010310700_RC00.html https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/media_app/app/+/TtjDJ91MefDaeWtRnA-od1nfQY6iFpxeVI9wigBmohkC If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/media-app-chromium-autoroll Please CC media-app@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 Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: media-app@grotations.appspotmail.com Change-Id: Ieaa7f19c4641d36795fbccec2851168f121eb40e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2512970Reviewed-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@{#822966}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/48c16e2ff461..616f429c2cf7 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 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: Change-Id: If7daa437f7a0eb4aec02673ce254c1c7b92c0d8f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2512971Reviewed-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@{#822965}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1604123627-ce13dfceaecca49201fc1ce28728c1291d06576a.profdata to chrome-mac-master-1604143160-b384c0187dfe55f28bc9a6b1031fdb444fb7ca1e.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 pgo-profile-sheriffs@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:mac-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Id2acf9f38a4595382af6f57da4d2418b5cc4e000 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2512969Reviewed-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@{#822964}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1604123627-0463fb9a4789b137f95d75dd29b87a5488a62c9a.profdata to chrome-linux-master-1604143160-17523354fcbff2a03cd8bc040ace4f155e58300f.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-linux-chromium Please CC pgo-profile-sheriffs@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-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I8b14423bebd21b236b7b8c7b018b6e76ca7ddbe1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2512967Reviewed-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@{#822963}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/e74b265fb9e9..48c16e2ff461 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 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: Change-Id: I164243b0febd5ff1d37c95089f625a0b6eb52977 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2512945Reviewed-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@{#822962}
-
Hua, Chunbo authored
Bug: None Change-Id: I99bdb4af8f9e4e1958a2e148fddded0692345e06 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508962Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Eugene Zemtsov <eugene@chromium.org> Commit-Queue: Chunbo Hua <chunbo.hua@intel.com> Cr-Commit-Position: refs/heads/master@{#822961}
-
Hua, Chunbo authored
Between AnnexB and AVCC bitstream formats, the start code length and the nal size length can be different. Here to retry the conversion if the output buffer size is too small. Bug: 1119636 Change-Id: I517e81ef152a19b577fa04a60297f1dc35b1aeb7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508998Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Eugene Zemtsov <eugene@chromium.org> Commit-Queue: Chunbo Hua <chunbo.hua@intel.com> Cr-Commit-Position: refs/heads/master@{#822960}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/03e50325266d..e74b265fb9e9 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 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: Change-Id: Ie4b8d32490f1e4560b81312ae8bb0f6cc512ab4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2512792Reviewed-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@{#822959}
-
RJ Ascani authored
The FuchsiaCdmManager needs to create directories for each origin to pass to the platform CDM services to fulfill EME origin isolation requirements. The FuchsiaCdmManager runs on the main thread and the calls to CreateDirectoryAndGetError are potentially blocking. This CL moves the directory creation step to a background task. This is a reland of crrev.com/c/2500532. Since directory creation was pushed to the threadpool, the order in which CDM requests are processed is no longer certain. A couple of the tests were using the error handler on a particular ContentDecryptionModulePtr to determine when to terminate the RunLoop. The quit condition now requires all ContentDecryptionModulePtrs to have their error handlers fired. Bug: 1140655 Change-Id: Ie28885c1736861a1bba66acd3e9aa6f26f1208bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508031 Commit-Queue: Wez <wez@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#822958}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/96789f0a..69c856dc 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: I10b7372cf71e3e823498c3fe7bd638f7af61aa73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2512665Reviewed-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@{#822957}
-
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 chrome-fuchsia-gardener@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 Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-deterministic-dbg;luci.chromium.try:fuchsia-x64-cast Tbr: chrome-fuchsia-gardener@grotations.appspotmail.com Change-Id: I8386dd7c01ff6a764c7e56816da8633d313cc550 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2512718Reviewed-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@{#822956}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/7030291356e4..dcd4fb3a509b 2020-10-31 dpranke@google.com Revert "[Telemetry] Adds telemetry support to Fuchsia for memory benchmarks." 2020-10-31 dpranke@google.com Change :generate_about_tracing to be a python2_action. 2020-10-30 rohpavone@chromium.org [Telemetry] Adds telemetry support to Fuchsia for memory benchmarks. 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 sadrul@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:1112471 Tbr: sadrul@google.com Change-Id: Ifee907e121c28fdcb5949cd817a66d12cf874afd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2511845Reviewed-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@{#822955}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/df2d5dbd0632..af569c7b8893 2020-10-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: Iaac708a947a9e9bf2b576bb57e12a6b6d2a1f9d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2512804 Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#822954}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/356ebc1f11ff..03e50325266d 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 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: chromium:1099982 Tbr: Change-Id: I9ca7d3a17d8a105fbe4d3a43c4ea2c766d4a3984 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2512787Reviewed-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@{#822953}
-
Antonio Gomes authored
Lacros needs this functionality in order to feed ozone/wayland with Tablet/Windowed state changes. The functionality is currently available on zcr_remote_shell EXO extension, hence this CL basis zaura_shell's implementation on it. BUG=1113900 R=oshima@chromium.org Change-Id: I0b85242ddf3f623f81f8e2e33d368dd378594ac1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508132 Auto-Submit: Antonio Gomes <tonikitoo@igalia.com> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#822952}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1604102313-6511a5d636270bec531104682121d6c64f4f3624.profdata to chrome-linux-master-1604123627-0463fb9a4789b137f95d75dd29b87a5488a62c9a.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-linux-chromium Please CC pgo-profile-sheriffs@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-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Ied6e5807c63b77ee93c1385d9785c3560e268d9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2512826Reviewed-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@{#822951}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1604026576-e94043a9563f776b405eb4e60412f883a861885d.profdata to chrome-win32-master-1604091492-7fa0ec68bc7018589942ba0da83932ea749da668.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 pgo-profile-sheriffs@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:win-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Ieacc7e837ff44755d24328ae1be22f456cd03267 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2511834Reviewed-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@{#822950}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1604102313-62a5870852d3f270530ddcb01f9462f63d32dd85.profdata to chrome-mac-master-1604123627-ce13dfceaecca49201fc1ce28728c1291d06576a.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 pgo-profile-sheriffs@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:mac-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Ie4b9b5c6ddcb41b281857950a2a3def1ca26dc10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2512722Reviewed-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@{#822949}
-
Jan Wilken Dörrie authored
This change makes use of NO_UNIQUE_ADDRESS in flat_tree, allowing the removal of an internal class which just existed to make use of the empty base optimization. Bug: 682254 Change-Id: Iabf91d4acee95c7ba4e929d23528d95b0ced1612 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2509757Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#822948}
-
Ian Kilpatrick authored
Previously we added the LayoutNGWebkitBox flag in: https://chromium-review.googlesource.com/c/chromium/src/+/2451732 and changed the box construction. However we missed the whole subtree de-opt within element.cc. This patch removes that whole subtree de-opt and applies the following fixes: 1) de-opts if we encounter a -webkit-box in a NG fragmentation context. 2) For 'auto' flex-basis, treats them as if they were 'fit-content'. 3) Places any visible overflow to the line-right direction. This also removes: fast/deprecated-flexbox/012.html as it was newly failing as FlexNG calculates the static-position offset slightly differently for -webkit-box. Our behaviour now matches Firefox. Outside of this the test wasn't particularly interesting, and better tests exist in the WPT repository. Bug: 845235 Change-Id: If8e2b0f3fd978afcb65f92a069ad910a7adb86f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490323 Commit-Queue: David Grogan <dgrogan@chromium.org> Reviewed-by:
David Grogan <dgrogan@chromium.org> Cr-Commit-Position: refs/heads/master@{#822947}
-
Bartek Nowierski authored
https://google.github.io/styleguide/cppguide.html#0_and_nullptr/NULL says: "For pointers (address values), use nullptr, as this provides type-safety." Furthermore, NULL/0 won't compile if we change |SomeClass*| to |CheckedPtr<SomeClass>|. See go/miracleptr for project details. Bug: 1080832 Change-Id: I00908679918e2c2316b25d9fd834914e540bd163 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2512484Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Auto-Submit: Bartek Nowierski <bartekn@chromium.org> Cr-Commit-Position: refs/heads/master@{#822946}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/eaa503ed7f5c..356ebc1f11ff 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 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: chromium:1100642 Tbr: Change-Id: I82a8ff96540d5b1d09d961f061e45587c6161703 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2512705Reviewed-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@{#822945}
-
Gavin Williams authored
Add a custom title to the select dialog the user opens to choose where to save completed scans. Screenshot: http://screen/dnTcAPoV48BZmDJ Bug: 1059779 Change-Id: Ie3780519977b874b6330f40fdf0074c2dc73e1fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508877 Commit-Queue: Gavin Williams <gavinwill@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#822944}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/6bc1c128830e..df2d5dbd0632 2020-10-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: Ie1c52e8c40b1e4bd693413adab393cb8be03ffba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2511846Reviewed-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@{#822943}
-
Ben Joyce authored
Locally reduces test runtime from 3.5 min to 1.5 min on 4 shards. On bot, seems to reduce it from 4min 36 sec to 2min 10 sec. Shards are set to 1, can introduce shards as higher in recipe or experimentally. Need to land after: https://chromium-review.googlesource.com/c/chromium/src/+/2506172 Bug: 1138506 Change-Id: I936924222991cfc640f611e359148f74f412d78d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490847 Commit-Queue: benjamin joyce <bjoyce@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#822942}
-
David Black authored
Previously clipping was done while painting. Now, we'll pre-clip the image on image change events. This will reduce the amount of work needing to be done during the paint sequence. Bug: 1142572 Change-Id: I9675afc3ce7f3216cc0d43fbf2d44d8c3e07fc9f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2509947 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#822941}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/415d1ec806bb..1443e5ac0acf 2020-10-30 tsepez@chromium.org Remove unused CFWL_Edit::ValidateNumberChar() and DrawTexBK() If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pdfium-autoroll Please CC pdfium-deps-rolls@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 Bug: None Tbr: pdfium-deps-rolls@chromium.org Change-Id: I2c6ec40c78741c684f995a49d75f4af0289fc12d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2511905Reviewed-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@{#822940}
-