- 17 Sep, 2020 40 commits
-
-
Sylvain Defresne authored
set_sources_assignment_filter() is considered as a mis-feature of gn (as it makes it difficult to reason about the BUILD.gn files individually). Change code in //remoting to check the platform before adding plaform-specific source files to "sources" variable and clear the filter to prevent regressions. Bug: 1018739 Change-Id: I55117af22cc41733056bd570907d9540168e5ad1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416690 Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Yuwei Huang <yuweih@chromium.org> Reviewed-by:
Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/master@{#808002}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/1d8e2d5acaf5..249019878c55 2020-09-17 ianstruiksma@google.com Update WPR instructions to match new mod changes 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 oysteine@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:1032253 Tbr: oysteine@google.com Change-Id: I30501c76839672eadf4d41233fa551a09c7c61df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416956Reviewed-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@{#808001}
-
Alex Ilin authored
Otherwise, the element has 0px by 0px size which makes it difficult to style. Bug: 1129186 Change-Id: I92c32daabccfc56bc0eaf95103215093cf1a2cb8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414278 Auto-Submit: Alex Ilin <alexilin@chromium.org> Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Commit-Queue: Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#808000}
-
chromium-internal-autoroll authored
Release_Notes: http://go/media_app-x20/relnotes/Main/media_app_202009170800_RC00.html https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/media_app/app/+/eZF7wGbjnvEFjjXfgf2r7RFlP-O6S4MHLat3S-d47SsC 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: Iaa7f1d387a9c0a049e5d2689fbe9b118669d8cbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416798Reviewed-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@{#807999}
-
Ben Kelly authored
This CL refactors the FetchDataLoader to use a mojo::DataPipe to stream data directly to the BlobRegistry when loading to a blob. Previously it would accumulate the entire data set in memory before creating the blob which would then send it down to the registry. Streaming the data is more memory efficient for very large blobs. For example, with this CL we will be able to stream data directly from a network response to a file managed by the BlobRegistry. Bug: 1127008 Change-Id: I9748690028ac67948b49a98f2e721c4ac4c88c19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404562 Commit-Queue: Ben Kelly <wanderview@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#807998}
-
Sunny Sachanandani authored
This reverts commit ab1868c4. Reason for revert: Breaks sw compositing trace tests on ChromeOS GPU FYI: crbug.com/1129421 Original change's description: > gpu: Run trace tests with pixel test browser args > > Trace tests don't take extra browser args specified by the corresponding > pixel test into account. Most tests don't have any extra browser args, > but a few disable gpu compositing and don't depend on the browser args > for correctness. However, an upcoming pixel test will need its browser > args for correctness: > > https://chromium-review.googlesource.com/c/chromium/src/+/2402192 > > Bug: 1077211 > Change-Id: Ieaaa5fd0c466c8f3b52291ae903d8ab5ec7d43d7 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2415088 > Reviewed-by: Zhenyao Mo <zmo@chromium.org> > Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> > Cr-Commit-Position: refs/heads/master@{#807663} TBR=zmo@chromium.org,sunnyps@chromium.org Change-Id: Ie16dc30ff94d845dd23a1e91f0488fc321e1aaa4 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1077211, 1129421 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416752Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#807997}
-
John Abd-El-Malek authored
This matches Chrome in that the url bar is shown at the start of every navigation if it was hidden. It will stay visible for non committed navigations (again matching Chrome), but allows the user to scroll up to hide it. Also fix this for the failed-load case. Bug: 1127937 Change-Id: I6b91a1ae17a02f5340c5160f048b77d190e4b28d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2415673Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#807996}
-
Clark DuVall authored
This is a reland of 7cfe51d0 The build error should be fixed by https://crrev.com/c/2416892 Original change's description: > [WebLayer] Enable WebLayer in split on canary > > This enables WebLayer in a split in WebView bundles in canary. I tested > on L-Q and ran all instrumentation tests on P with this setup. > > Bug: 1105096 > Change-Id: I517bce4109531108a4fb3af64a87aa1f5d2a91bb > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412705 > Reviewed-by: Scott Violet <sky@chromium.org> > Commit-Queue: Clark DuVall <cduvall@chromium.org> > Cr-Commit-Position: refs/heads/master@{#807252} Bug: 1105096 Change-Id: I0d179670f0979809866ae278d7a4e6fd7a58dfbe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416878Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#807995}
-
Fredrik Söderqvist authored
Remove the "foreignObject zoom hack" and apply the reverse zoom factor before processing foreignObject children instead. This means that descendants of the <foreignObject> will get zoom applied "as normal" and thus they will convert back to unzoomed space properly. For resources the <foreignObject> element now needs to use a zoomed reference box because the userspace of the element is after the zoom factor has been reversed. Since font-size for <foreignObject> descendants are now subjected to proper zoom there is some changes to how text of those descendants are rendered (arguably more accurate). The ref. for svg/custom/foreignObject-font-size-on-zoom.html is adjusted to account for this. Bug: 976224 Change-Id: Id98539322d28c0cb66b57b6380d6095ab63d6d86 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2179515 Commit-Queue: Fredrik Söderquist <fs@opera.com> Reviewed-by:
Philip Rogers <pdr@chromium.org> Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#807994}
-
Keren Zhu authored
Requested by UX, this CL includes * Change "Dismiss" to "Got it" * Change buttons order depending on OS. * Change button padding Bug: 1121399 Change-Id: I2a019f15e5bdd6c188583922511595aa4aca6c83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414836 Commit-Queue: Keren Zhu <kerenzhu@chromium.org> Reviewed-by:
Collin Baker <collinbaker@chromium.org> Cr-Commit-Position: refs/heads/master@{#807993}
-
Lei Zhang authored
Both enable-chrome-duet and enable-chrome-duet-labels have been expired for a while, and have no references anywhere else. Change-Id: Ic73397dcb831d5472172a31af7384738abdc81bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2415236Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#807992}
-
Keren Zhu authored
This CL adds snooze to Tab Group IPH. It will not be in effect until Finch is set up on the server side. Future CLs: * Add UMA. * Add multi-arm Finch experiments to test on/off snooze and snooze duration. Bug: 1121399 Change-Id: I5d7396ad783c6da14fd33ed8d9d78e4b79179c21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398940 Auto-Submit: Keren Zhu <kerenzhu@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Collin Baker <collinbaker@chromium.org> Reviewed-by:
Wei Li <weili@chromium.org> Commit-Queue: Keren Zhu <kerenzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#807991}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/88907d712312..d5044ddf05e6 2020-09-17 alexrudenko@chromium.org Revert "Remove support for remote modules" 2020-09-17 tvanderlippe@chromium.org Remove support for remote modules 2020-09-17 changhaohan@chromium.org update grid adorner e2e test to include inline-grid 2020-09-17 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: chromium:1047356,chromium:1066772 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ib04062095ff5c8230a6eb6330d3739fd370ba4c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416949Reviewed-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@{#807990}
-
David Bienvenu authored
Also fixes a few cpp lint warnings. No functional changes. Bug: 1010217 Change-Id: If2e666a7b57f92a0f8dce2c1b81957d89adc9122 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416848Reviewed-by:
Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: David Bienvenu <davidbienvenu@chromium.org> Cr-Commit-Position: refs/heads/master@{#807989}
-
Peng Huang authored
Bug: 1100728 Change-Id: Idfdd5c7f2e94c0c37665184e21c98ad01c344002 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410843 Commit-Queue: Peng Huang <penghuang@chromium.org> Reviewed-by:
Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#807988}
-
Sylvain Defresne authored
set_sources_assignment_filter() is considered as a mis-feature of gn (as it makes it difficult to reason about the BUILD.gn files individually). Change code in //third_party/libxml to check the platform before adding plaform-specific source files to "sources" variable and clear the filter to prevent regressions. Bug: 1018739 Change-Id: Iba4ae10ec163ce8b7ba3774cd47ebba7ad92f29a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416350 Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Stephen Chenney <schenney@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#807987}
-
chromium-internal-autoroll authored
Release_Notes: http://go/help_app-x20/relnotes/Main/help_app_nightly_202009170800_RC00.html https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/help_app/app/+/NN70vifSGSlhJi3jDlfT0co1BUiUANxx_Let7QT03BUC 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: I2856f90f9b259945cf7a0e3f64899c3a3766dae3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416801Reviewed-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@{#807986}
-
Jeffrey Young authored
Hide ambient mode art gallery settings unless they are allowed by finch params. BUG=b:167458920 Change-Id: I367ad1d37fab2629ed219721ec2dd4558b7d395f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2399578 Commit-Queue: Jeffrey Young <cowmoo@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Jimmy Gong <jimmyxgong@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#807985}
-
Sylvain Defresne authored
set_sources_assignment_filter() is considered as a mis-feature of gn (as it makes it difficult to reason about the BUILD.gn files individually). Change code in //services/network to check the platform before adding plaform-specific source files to "sources" variable and clear the filter to prevent regressions. Bug: 1018739 Change-Id: I37d58eaef7570af3a5af40a2e36cff87a3db54fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416076 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#807984}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/d340f4f1fe05..6f0602162fdd 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 collinbaker@google.com,waffles@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: chromium:1027613,chromium:1129089 Tbr: collinbaker@google.com,waffles@google.com Change-Id: I982ea2c774841986e5e814e8503a7b19cfb1eff1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416806Reviewed-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@{#807983}
-
nuwanda authored
This change adds new events with disabled-by-default-histogram_samples category to trace. No new metrics will be calculated unless --experimental-tbmv3-metrics flag is supplied. For the effect of enabling disabled-by-default-histogram_samples category, see https://crrev.com/c/2363747 TBMv3 UMA metrics: tools/perf/core/tbmv3/metrics/uma_metrics.proto Pinpoint results (rendering benchmark): - lunux-perf: - - https://pinpoint-dot-chromeperf.appspot.com/job/17ff0df5920000 - - (rerun) https://pinpoint-dot-chromeperf.appspot.com/job/133badbd920000 - - (tbmv3) https://pinpoint-dot-chromeperf.appspot.com/job/1649f905920000 - win-10_laptop_low_end-perf: - - https://pinpoint-dot-chromeperf.appspot.com/job/17c055ed920000 - - (tbmv3) https://pinpoint-dot-chromeperf.appspot.com/job/150ecc35920000 - android-pixel2-perf: - - https://pinpoint-dot-chromeperf.appspot.com/job/100100dd920000 - - (tbmv3) https://pinpoint-dot-chromeperf.appspot.com/job/131d55d5920000 - android-go-perf: - - (tbmv3) https://pinpoint-dot-chromeperf.appspot.com/job/17354c30520000 Bug: 1119834 Change-Id: I71379f16430674999bd3615722a1a446b1714f6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2388201Reviewed-by:
Deep Roy <dproy@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Julia Semavina <nuwanda@google.com> Cr-Commit-Position: refs/heads/master@{#807982}
-
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/goldctl-mac-chromium-autoroll Please CC bsheedy@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: bsheedy@chromium.org Change-Id: I9c2ff22d69f74242c88168ffcb1f414a75da6d2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416955Reviewed-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@{#807981}
-
Joshua Pawlicki authored
This reverts commit 82523b39. Reason for revert: LintTest breaks compile here https://ci.chromium.org/p/chromium/builders/ci/android-archive-rel/14988 Original change's description: > Android: Add lint regression test (reland) > > New API related checks are some of our most valuable lint checks, as > triggering an error causes a crash directly. > > This CL adds compile test targets to ensure that code with API level > errors trigger lint warnings. This prevents lint being accidentally > turned off. > > Also delete now obsolete //build/android/lint directory and remove some > already-fixed suppressions from lint-suppressions.xml. > > This is a reland of 3f2f2acf with > missing LintTest.java added back. > > Tbr: mheikal@chromium.org > Bug: 1108309 > Change-Id: Ic5ac63ccd8aac2ebd3193d26294b8e27b233c903 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416575 > Reviewed-by: Peter Wen <wnwen@chromium.org> > Commit-Queue: Peter Wen <wnwen@chromium.org> > Cr-Commit-Position: refs/heads/master@{#807963} TBR=wnwen@chromium.org,mheikal@chromium.org Change-Id: I72013a4a8ddc6f15da461674acce98a6afd348f4 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1108309 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416743Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#807980}
-
Nicolas Ouellet-Payeur authored
On Windows, the AlternativeBrowserPath policy can now be set to "${edge}", to open Microsoft Edge instead of IE. This will display the browser name as "Microsoft Edge" on the interstitial before opening it: https://i.imgur.com/Qr1rPs4.png Bug: 1124758 Change-Id: Ibe3c24b209c1054510cceb4b0237cf068acb84ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414621 Commit-Queue: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#807979}
-
danakj authored
The code has moved, so update the includes. R=avi@chromium.org Bug: 1091083 Change-Id: I2aebeaf00c033f4038a136e21b1a8d9f630bd816 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2413559 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#807978}
-
ckitagawa authored
Making a change to the TimeToFirstBitmap to more closely align with registerFinishNavigation() which should hopefully eliminate some outliers. Change-Id: Iddd8ad2b62d8b5344040e130e62910840458c873 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416669Reviewed-by:
Mehran Mahmoudi <mahmoudi@chromium.org> Commit-Queue: Mehran Mahmoudi <mahmoudi@chromium.org> Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#807977}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/e6467c88b64d..dd16cb59745a 2020-09-17 mtklein@google.com Add SkVx.h to core.gni 2020-09-17 robertphillips@google.com Add plumbing for the GrThreadSafeUniquelyKeyedProxyViewCache 2020-09-17 mtklein@google.com Revert "update skvx scalar-fallback strategy" 2020-09-17 mtklein@google.com Revert "refactor any()/all(), ptest for all()" 2020-09-17 mtklein@google.com slightly simplify skvm interpreter asserts 2020-09-17 mtklein@google.com refactor any()/all(), ptest for all() 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 scroggo@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: chromium:1108408 Tbr: scroggo@google.com Change-Id: I0cc0de55a032825ff8dc94c9247da257866313ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416807Reviewed-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@{#807976}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/dbc042b1..f10f8691 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: I2cffaab64fe97e9c340db97ceeaec26f7de219a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416257Reviewed-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@{#807975}
-
Veranika Liaukevich authored
Remove all unexpected attributes from shortcuts pointing to the current Chrome binary. Bug: 970253 Change-Id: Idfaf5cadfd8e3641f8c6593fb0f0796dce981e2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410922 Commit-Queue: Veranika Liaukevich <veranika@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Xinghui Lu <xinghuilu@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#807974}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/b82a1e239de5..bf3ca769044b 2020-09-17 hcutts@chromium.org cros: add `help` subcommand 2020-09-17 saklein@chromium.org service/test: Check test packages directory exists. 2020-09-17 chrome-bot@chromium.org Update config settings by config-updater. 2020-09-16 yueherngl@google.com chromeos_config_boards: add puff-macrophage into scribe_boards 2020-09-16 chrome-bot@chromium.org Update config settings by config-updater. 2020-09-16 lamontjones@chromium.org Correct config syntax. 2020-09-16 lamontjones@chromium.org luci-scheduler: allow bb-schedulers to trigger. 2020-09-16 sidereal@google.com chromite: Stop uploading debug symbols in tatl/tael-full builders If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@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:chromeos-betty-pi-arc-chrome;luci.chromium.try:chromeos-kevin-rel Tbr: chrome-os-gardeners@google.com Change-Id: I49163dca536d35be6cbcf1596bf076e1c76ef7ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416793Reviewed-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@{#807973}
-
Yuly Novikov authored
Including GPU, GPU.FYI, Dawn and SwANGLE builders for trunk and M85. This is 2nd CL out of 3 moving GPU Linux, Android, CrOS builders GCEs into luci.chromium.gpu.ci pool. 1. crrev.com/i/3274057 Allocate GCEs in luci.chromium.gpu.ci pool and increase chrome-gpu quota 2. This CL: Switch GPU Linux, Android, CrOS CI builders to trigger tasks in luci.chromium.gpu.ci pool 3. crrev.com/i/3274058 Remove GCEs from luci.chomium.ci pool and decrease chrome-desktop quota Bug: 1128643 Change-Id: I26c23ea906d4f6ad4300cc51114debdede42915f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2415043Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#807972}
-
Joshua Berenhaus authored
Comment in ChromeMetricsServiceClient::Initialize says to remove cleanup code for kCrashReportingEnabled after M60. Considering it's now M87, it should be safe to remove Change-Id: Ic57abb7e439d9d43c154d355c4d00ac1c28f4eec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416873 Commit-Queue: Ted Choc <tedchoc@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Auto-Submit: Joshua Berenhaus <joshber@microsoft.com> Cr-Commit-Position: refs/heads/master@{#807971}
-
Marc Treib authored
Bug: 1005651 Change-Id: I0e90b7e5faef550a3dec788a8f83d90362a603b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416290Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Reviewed-by:
John Wu <jzw@chromium.org> Auto-Submit: Marc Treib <treib@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Commit-Queue: John Wu <jzw@chromium.org> Cr-Commit-Position: refs/heads/master@{#807970}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 5a885b23. 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: drott@chromium.org, kojii@chromium.org: external/wpt/css/css-fonts hongchan@chromium.org, rtoy@chromium.org: external/wpt/webaudio mkwst@chromium.org, andypaicu@chromium.org: external/wpt/content-security-policy NOAUTOREVERT=true TBR=robertma@google.com No-Export: true Change-Id: I14cb13a032a9a82c3602f54e5fdc5cc291eca0d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416255Reviewed-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@{#807969}
-
Bo authored
This reverts commit 1c3c18d5. Reason for revert: No longer needed after getting useful reports. Original change's description: > net: DumpWithoutCrashing for invalid header name > > Add a temporary DumpWithoutCrashing for when an invalid header key is > set. This is to debug crbug.com/1028189 where a header key fails to > deserialize correctly. > > Bug: 1028189 > Change-Id: I8848f1b4b78363b56babd787d73f24f8c11dec3c > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401278 > Reviewed-by: Matt Menke <mmenke@chromium.org> > Commit-Queue: Bo <boliu@chromium.org> > Cr-Commit-Position: refs/heads/master@{#805369} # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1028189 Bug: 1129397 Change-Id: I83a31e47d891937458e7f9a69cdf9ef58704fddf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416868Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#807968}
-
Charlene Yan authored
Bug: 1128703 Change-Id: I55ef33e7bd43648204a041bb92fb03cb65b2150e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414782 Commit-Queue: Charlene Yan <cyan@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#807967}
-
Irina Fedorova authored
This CL fixes a bug in the StartWeakCheck(). The bug was that we passed to BindOnce |base::span| of password forms that were read on another thread. It created a shallow copy of the password forms. Now, we pass to BindOnce a |base::flat_set| of passwords that are deeply copied. Bug: 1119752 Change-Id: I59f32a494e27f2ce50f0e615aabcd14c13f893c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414238 Commit-Queue: Irina Fedorova <irfedorova@google.com> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#807966}
-
Haiyang Pan authored
This reverts commit fd0d170e. Reason for revert: With crrev.com/c/2410653, the test suite should work fine on "user" build now Original change's description: > emulator: Temporarily remove chrome_public_test_apk from Pie > > There is an issue with root on "user" build. > > Bug: 1126536 > Change-Id: Icac9a9194dc95bd477fe3cf2d3e44e409743f318 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401327 > Auto-Submit: Haiyang Pan <hypan@google.com> > Reviewed-by: Yuke Liao <liaoyuke@chromium.org> > Commit-Queue: Yuke Liao <liaoyuke@chromium.org> > Cr-Commit-Position: refs/heads/master@{#805446} TBR=liaoyuke@chromium.org,hypan@google.com Bug: 1126536 Change-Id: I978d2d13b569dd41b0d5c7cd4105835b6d81cf2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2415140Reviewed-by:
Haiyang Pan <hypan@google.com> Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Commit-Queue: Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/master@{#807965}
-
Scott Violet authored
This allows calling these functions when running under roboelectric. This is necessary as when running under roboelectric the implementation is not loaded and it doesn't run on a device. BUG=1128312 TEST=none Change-Id: Ib96cd68b8ff22f0046d6a96f8b1ca6ba203f418c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414775Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#807964}
-
Peter Wen authored
New API related checks are some of our most valuable lint checks, as triggering an error causes a crash directly. This CL adds compile test targets to ensure that code with API level errors trigger lint warnings. This prevents lint being accidentally turned off. Also delete now obsolete //build/android/lint directory and remove some already-fixed suppressions from lint-suppressions.xml. This is a reland of 3f2f2acf with missing LintTest.java added back. Tbr: mheikal@chromium.org Bug: 1108309 Change-Id: Ic5ac63ccd8aac2ebd3193d26294b8e27b233c903 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416575Reviewed-by:
Peter Wen <wnwen@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#807963}
-