- 09 Apr, 2020 40 commits
-
-
Andrew Grieve authored
This just renames the extensions in order to make build speed summaries distinguish the two. Bug: 1067273 Change-Id: I0a1e14cfed3557d29cd6beb0987436cacfaf6b65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140908 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#757855}
-
Garrett Beaty authored
The following changes were made to the console: * android-lollipop-arm-rel had its category changed to on_cq to match android-lollipop-arm-rel and android-marshamallow-arm64-rel. * The on_cq builders for the different android versions were grouped together before other on_cq builders. Bug: 1067057 Change-Id: I3f127a2addbe5311e5b05c26e993427aee3f36cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140096 Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org> Cr-Commit-Position: refs/heads/master@{#757854}
-
Xiyuan Xia authored
RequestNewThroughputTracker creates a ThroughputTracker to track throughput of ui::Compositor. Each ThroughputTracker is assigned a per-compositor unique sequence id. The sequence id will be used on impl side to create a kCustom typed cc::FrameSequenceTracker. When a tracker is started, stopped or canceled, an entry is created in AnimationHost to store the pending start/stop info of the id. This info is pushed to impl side along with other properties. Bug: 1021774 Change-Id: I8cf8b4051bc68054c199d510083abf7bd41cf6e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2008001Reviewed-by:
Robert Flack <flackr@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#757853}
-
Caitlin Fischer authored
These tests correspond to those in metrics_service_user_demographics_browsertest.cc. (Note that there will be a follow-up CL to remove duplicate code.) Bug: 1065870 Change-Id: I13df596c3ca62b90ba138a973db8f344011d02f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132534 Commit-Queue: Caitlin Fischer <caitlinfischer@google.com> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Roger McFarlane <rogerm@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#757852}
-
Paulo Warren authored
This CL introduces SharedImageRepresentationVaapiOzone, a representation that is responsible for signaling to SharedImageBackingOzone that a VASurface has a pending write. A SharedImageBackingOzone::VaSync() function is added to check on pending VASurface writes before producing a different representation. BUG=1058103 TEST=NONE Change-Id: Ia769f81a76fc0ee3374b696db0eb427f22460bbd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132830Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Commit-Queue: Paulo Warren <pwarren@chromium.org> Cr-Commit-Position: refs/heads/master@{#757851}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/d56b69f115e2..d9c2e89ef1ea git log d56b69f115e2..d9c2e89ef1ea --date=short --first-parent --format='%ad %ae %s' 2020-04-09 cwallez@chromium.org Fix wgpu::WholeSize not being set correctly inside BindGroup 2020-04-09 cwallez@chromium.org Skip ViewportTest failing on Swiftshader. Created with: gclient setdep -r src/third_party/dawn@d9c2e89ef1ea If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: cwallez@google.com Change-Id: I8a52782e39476be218b25a9b4cb3710700aec5d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144372Reviewed-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@{#757850}
-
Elly Fong-Jones authored
These are a legacy of the Cocoa browser days; Views browsers always have an anchor view, so a separate parent window & anchor rect is not needed. This change also moves setting the bubble's arrow into the constructor, rather than ShowBubble. Bug: None Change-Id: I036facd6b6d1153e55fa84f96f1fc9e58a8cd327 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140173Reviewed-by:
Dana Fried <dfried@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#757849}
-
David Tseng authored
Here's another corner case. Suppose a user toggles (either on or off) sticky mode while over an editable. We need to ensure that, even if the user continues to move around the editable or any related nodes of the editable, that we don't interfere with sticky mode state. For example, a user turns on sticky mode while over a content editable. The user navigates by character or word. This would trigger a change in the current range and potentially turn back off sticky mode. RELNOTES: n/a Change-Id: I728060fb30beaa0697b7078332201ed1bee45ecf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142712 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#757848}
-
Mugdha Lakhani authored
Add a browsertest to verify expected SecurityStateClient behavior. Bug: 1052375 Change-Id: I6a063ce298e6576513b019a688452458fd76650e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144032Reviewed-by:
Colin Blundell <blundell@chromium.org> Commit-Queue: Mugdha Lakhani <nator@chromium.org> Cr-Commit-Position: refs/heads/master@{#757847}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/61094cb6..da31061a 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: I1e37be2ddec058cd2abc102da7dbe7e1eab21786 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144231Reviewed-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@{#757846}
-
Victor Hugo Vianna Silva authored
The documentation is expanded to reflect that this is the callback executed at the end of the manual (user-triggered) generation flow. The method is renamed to ManualGenerationResultAvailable to match its counterpart AutomaticGenerationAvailable and avoid confusion with ShowPasswordGenerationPopup. The renaming is also justified by the fact that on some platforms a dialog gets shown instead of popup. Bug: 1060131 Change-Id: I147daae8fe3cb4b87be576c9841f87475ae3c63b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144154Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Victor Vianna <victorvianna@google.com> Cr-Commit-Position: refs/heads/master@{#757845}
-
Internal Frameworks Autoroller authored
TBR=bling-p10-rolls@google.com Change-Id: Ibb9775671e95bea115f3006bf0e0879be8ea8b9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144251Reviewed-by:
Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#757844}
-
John Budorick authored
Also cleans up a lot of old references to mikecase and yolandyan, both of whom left the team a while ago. Change-Id: I4d17c9044045170e8d6fb43961fe64e265d3e4ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134783Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Haiyang Pan <hypan@google.com> Reviewed-by:
Peter Wen <wnwen@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#757843}
-
Sebastien Marchand authored
This moves everything except the "site_data_cache_facade*.cc" files as they are Chrome specific (dependency on the history service, Incognito, etc). Bug: 1064859 Change-Id: I05c5a598ff7d8d0a40b700bf4f6e7768ff19425e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134599 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#757842}
-
Garrett Beaty authored
The following changes were made to the console ordering: * The builders in the simple release category were moved before builders with more deeply nested categories; less-nested builders always appear before more-nested builders. * The builders in the simple debug category were move after builders in the simple release category; categories cannot be intermixed. Bug: 1067057 Change-Id: I83c90c89dc4cc9fc7fe3d1debb76532971955911 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140195 Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org> Cr-Commit-Position: refs/heads/master@{#757841}
-
Mario Sanchez Prada authored
Migrate this test out of third_party/blink/web_tests/css3/filters and into the WPT-specific directory, adding links to the relevant specs and a test assertion describing its purpose. Bug: 1063749 Change-Id: Ic36568e1ad9bcbe98ac851ed4cc3a8d9d4c857e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144033Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Cr-Commit-Position: refs/heads/master@{#757840}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/597193051bfc..ebb5c85ab932 git log 597193051bfc..ebb5c85ab932 --date=short --first-parent --format='%ad %ae %s' 2020-04-09 pfaffe@chromium.org Add some missing license headers 2020-04-09 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. 2020-04-09 tvanderlippe@chromium.org Remove esprima Created with: gclient setdep -r src/third_party/devtools-frontend/src@ebb5c85ab932 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I10ecfa434fecf913c2a3d816fad763fc0518eacd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143964Reviewed-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@{#757839}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/f3ae9d6b5d40..5a992d9caec7 git log f3ae9d6b5d40..5a992d9caec7 --date=short --first-parent --format='%ad %ae %s' 2020-04-09 fmayer@google.com Ingest smaps into trace processor. Created with: gclient setdep -r src/third_party/perfetto@5a992d9caec7 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: chromium:150930222 Tbr: perfetto-bugs@google.com Change-Id: I319f1ef2d2b288f7a16b595e547f9bae72d249b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143962Reviewed-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@{#757838}
-
Vasiliy Telezhnikov authored
When DisplayResourceProvider returns resources it calls ReleaseImageContexts which posts task to Gpu thread and returns resources to client. Client can reuse resources only after ReleaseImageContexts finished work on gpu thread. Currently it works because compositing sequence has high priority and raster does not, so any new raster on returned tile will happen later. This doesn't work for webview, because raster and compositing happen on different thread. This CL ensures correctness by returning sync token from ReleaseImageContexts. Bug: 1068716 Change-Id: I0606bdafa116190451a1d8cb7bbe97078dbd33da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132676 Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Reviewed-by:
Jonathan Backer <backer@chromium.org> Cr-Commit-Position: refs/heads/master@{#757837}
-
Vasiliy Telezhnikov authored
On WebView there are two threads where we access gpu: GPU Main Thread and Android Render Thread. When display compositor return resources it signals SyncToken on a sequence that belongs to Android Render Thread. Before this change gpu::Scheduler on main thread would ignore wait on such SyncToken because it's not aware of the sequence. This CL makes sure Scheduler will wait for this sync token to achieve proper synchronization. Bug: 1068716 Change-Id: I64fc5b3328dfc5536dfcf23eff62b4deb7b60b19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2139365 Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#757836}
-
Yann Dago authored
Bug: 958893 Change-Id: I987a99d3db2b659babe46d2f15cfac6627bc573c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134396 Commit-Queue: Yann Dago <ydago@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#757835}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/d7bec5552079..5076bd228fba git log d7bec5552079..5076bd228fba --date=short --first-parent --format='%ad %ae %s' 2020-04-09 fmalita@chromium.org [svg] Fix dasharray padding Created with: gclient setdep -r src/third_party/skia@5076bd228fba 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 csmartdalton@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-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: csmartdalton@google.com Change-Id: Ie07c63c208dfcca060d885a86102df140b9b8b25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143963Reviewed-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@{#757834}
-
Mikhail Khokhlov authored
Implements 3 commands that will be used by an autoroller to: - Query the latest dependency version - Query the current dependency version - Make the changes to roll the newer version Bug: b/150129933, skia:10109 Change-Id: I953b728a5555f03a80701e546796534cc74b6147 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142272 Commit-Queue: Mikhail Khokhlov <khokhlov@google.com> Reviewed-by:
Eric Boren <borenet@google.com> Cr-Commit-Position: refs/heads/master@{#757833}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/9c3204a1fde0..75de196cecab git log 9c3204a1fde0..75de196cecab --date=short --first-parent --format='%ad %ae %s' 2020-04-09 40001162+alelenv@users.noreply.github.com Add support for EXT_ray_flags_primitive_culling. (#2173) Created with: gclient setdep -r src/third_party/glslang/src@75de196cecab If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/glslang-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,jonahr@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 Bug: None Tbr: radial-bots+chrome-roll@google.com,jonahr@google.com Change-Id: I703aa08b2792635b511ecce07a83405c5f3ca09a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143471Reviewed-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@{#757832}
-
Jérôme Lebel authored
Changing the title case to be: + "Cancel" + "Yes, I'm In" + "No Thanks" + "Add Account" Instead being full upper case. The "More" button already have the right case. More button: https://drive.google.com/open?id=15vqLmU2mCpjz41bOrKdzYvPHubbj2m_y Before: https://drive.google.com/open?id=1LYIyLOwRUyiD5Syzvl648cycq42trYVv https://drive.google.com/open?id=12jBAY5JTTKUgfBwCREWpRnc620btKx-2 After: https://drive.google.com/open?id=10TwDZEc7_qfapCmb651UHjQijhIX81_C https://drive.google.com/open?id=1nnnFpYS5JkzhSibXePGf9JUNeue3dnl8 Bug: 971989 Change-Id: Ib60b1a910d669f03c90613e865d7a986351f4230 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142293Reviewed-by:
Nohemi Fernandez <fernandex@chromium.org> Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#757831}
-
David Bienvenu authored
Removes check for process_startup when deciding not to open browser windows when no-startup-window is specified on the command line. Adds support for restoring last opened profiles to ProcessCommandLineAlreadyRunning, if no browser windows are open. Bug: 850919 Change-Id: I53db8b682f3838a8b871239b73d447cfafdb99d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134594 Commit-Queue: David Bienvenu <davidbienvenu@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#757830}
-
Owen Min authored
1) Reorder the function in .cpp to match the header file. 2) Add a unit test for Stop() function. 3) When time is up, remove the observer before running the |user_task|. This allows user restart the timer inside the |user_task|. Bug: 1062410 Change-Id: I6472c97198d63f4745a6ee5f2af7f376c8555894 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140715Reviewed-by:
Greg Thompson <grt@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#757829}
-
Marc Grimme authored
Idea is to first consolidate the code to share common functionality to simplify troubleshooting and align the tests. This change moves policy functionality into the DevicePolicyTestHelper and display functionality into the DeviceDisplayTestHelper and move this into respective class files. R=marcgrimme Change-Id: I587081d0947ab6f67e9904ce92b2551499ca9a6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111312 Commit-Queue: Marc Grimme <marcgrimme@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Reviewed-by:
Anqing Zhao <anqing@google.com> Cr-Commit-Position: refs/heads/master@{#757828}
-
Danyao Wang authored
This CL contains the final steps to make the Java PaymentAppService invoke the C++ PaymentAppService: - Moved remaining PaymentHandlerFinder functionality, namely, onInstalledPaymentHandlerFounder() and onInstallablePaymentHandler() from ServiceWorkerPaymentAppBridge to PaymentAppServiceBridge. - Exposed the native method fireCanMakePaymentEvent() via a static method on ServiceWorkerPaymentAppBridge so it can be used by PaymentAppServiceBridge. - Proxied ServiceWorkerPaymentAppBridge.setCanMakePaymentForTesting to PaymentAppServiceBridge. This will be cleaned up in a subsequent CL. - Fixed a bug from a previous CL to pass payment apps to callbacks by value instead of by reference. Bug: 1063118 Change-Id: I87e254d6dc11e12f890353c9a0a6dde6cca73c9f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141436Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Danyao Wang <danyao@chromium.org> Cr-Commit-Position: refs/heads/master@{#757827}
-
Simeon Anfinrud authored
This allows it to directly or indirectly depend on testonly targets that internal chromecast build infrastructure may want to put into the archives of a build. Bug: None Test: downstream patch Change-Id: I2b9dbe958577f8e99db6ec1831cb099c6463520b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2136308Reviewed-by:
Simeon Anfinrud <sanfin@chromium.org> Reviewed-by:
Luke Halliwell (slow) <halliwell@chromium.org> Commit-Queue: Simeon Anfinrud <sanfin@chromium.org> Cr-Commit-Position: refs/heads/master@{#757826}
-
Tim van der Lippe authored
This makes sure that the text is properly centered. Before and after as shown in screenshot of crbug.com/933114 R=jacktfranklin@chromium.org Bug: 1066415 Change-Id: I0565a680e7ca4486b1e85a6d03500a66b19e5c5a Fixed: 933114 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144097 Auto-Submit: Tim van der Lippe <tvanderlippe@chromium.org> Reviewed-by:
Yang Guo <yangguo@chromium.org> Commit-Queue: Tim van der Lippe <tvanderlippe@chromium.org> Cr-Commit-Position: refs/heads/master@{#757825}
-
Jacobo Aragunde Pérez authored
Also add comment linking the related issue. Bug: 1042010 Bug: 1068579 Change-Id: Ia956aef5d609261f543c1a3eb0e06da80fc64eb9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2139763 Commit-Queue: Bret Sepulveda <bsep@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#757824}
-
Bartek Nowierski authored
It wouldn't compile anyway, because AddPassingHashCode doesn't exist Change-Id: I1e2b282dd1d62033b34fe769799b8c81fa9ede37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143873Reviewed-by:
Omer Katz <omerkatz@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Bartek Nowierski <bartekn@chromium.org> Cr-Commit-Position: refs/heads/master@{#757823}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/8b2eec58cc7e..b5faec02776c Created with: gclient setdep -r src-internal@b5faec02776c 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 nhiroki@google.com,reillyg@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1031465 Tbr: nhiroki@google.com,reillyg@google.com Change-Id: I8e9fccf08214aedf0487ff2aa34d640541e678cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143960Reviewed-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@{#757822}
-
Miyoung Shin authored
Migrate this test out of third_party/blink/web_tests/css3/filters and into the WPT-specific directory, adding links to the relevant specs and a test assertion describing its purpose, and renames it to clip-under-filter-002.html. Bug: 1063749 Change-Id: Idc93f627cda9116c09230a40e52bb792ecc08dc6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142072 Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Reviewed-by:
Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#757821}
-
Miyoung Shin authored
Migrate this test out of third_party/blink/web_tests/css3/filters and into the WPT-specific directory, adding links to the relevant specs and a test assertion describing its purpose, and renames it to clip-under-filter-001.html. Bug: 1063749 Change-Id: I8f54983f67fe4249f2d73339ec4d5ceaa432999b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141497 Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Reviewed-by:
Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#757820}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/dcee8f94a9f8..728b9178660e git log dcee8f94a9f8..728b9178660e --date=short --first-parent --format='%ad %ae %s' 2020-04-09 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/vulkan-tools/src 444b7cd3eecd..bb32b2a70168 (2 commits) 2020-04-09 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/vulkan-validation-layers/src 4db086125947..47d5e27460af (4 commits) 2020-04-09 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/SwiftShader 63ed0e445fa5..3cfa8e28be80 (7 commits) Created with: gclient setdep -r src/third_party/angle@728b9178660e If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC jonahr@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: jonahr@google.com Change-Id: I4ec93e340bfabdf0cf8fdedafcc913df27bfd382 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143958Reviewed-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@{#757819}
-
Eric Seckler authored
Encode thread time + instruction count using counter tracks in the proto format. This should also pave the way to add more counters in the future. Bug: 928738 Change-Id: I6524aa99d630f7f156606cdde9f0f50a7735c31a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2139822 Commit-Queue: Eric Seckler <eseckler@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Cr-Commit-Position: refs/heads/master@{#757818}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/3cfa8e28be80..5c883d3c18db git log 3cfa8e28be80..5c883d3c18db --date=short --first-parent --format='%ad %ae %s' 2020-04-09 cwallez@chromium.org Clamp _SNORM formats to -1.0 Created with: gclient setdep -r src/third_party/swiftshader@5c883d3c18db If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: swiftshader-team+autoroll@google.com Change-Id: Iaa8dd6632ae22fc3ec2007ec93291bc8e50e2781 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143956Reviewed-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@{#757817}
-
kylechar authored
Pixel_DirectComposition_Video_MP4_Rounded_Corner is failing on the Windows with GLRenderer. It looks like it has percision issues so the rounded corner quads are off by a couple pixels with large number of variations, too many to add to gold. The test is only running with GLRenderer on a single FYI bot that and that shouldn't be for much longer, so just skip it until it's no longer an issue. Also fix skia-renderer vs no-skia-renderer tags. The tag is still often wrong when there are no flags provided, but that should be fixed as a follow up since it has the potential for flipping many expectations. Bug: 1068301 Change-Id: Ia373d52892c757697825c39d4308d062191a6ac2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142397Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#757816}
-