- 02 Nov, 2020 40 commits
-
-
Michael Bai authored
Previously ContentCaptureConsumer had no way to know the the frame shows again because the visible content didn't change. This patch resets the task session when the frame was hidden, so ContentCapture task will stream on-screen content because they aren't streamed from the task point of view when the frame was shown. Adds the test to coverage this scenario. Bug: 1137463 Change-Id: I0065ce080101d2149622b0f9f6a3aa196c18d717 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2511030Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Michael Bai <michaelbai@chromium.org> Cr-Commit-Position: refs/heads/master@{#823251}
-
Michael Checo authored
Screenshots: Expanded: http://shortn/_ozPsFShPLu Closed: http://shortn/_810zjzDQgC Bug: 1059779 Test: browser_tests --gtest_filter=ScanningAppBrowserTest.All Change-Id: Ia9ad13ae2e8baf09e4c0a42fb9bc2b2a9942e297 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2506392 Commit-Queue: Michael Checo <michaelcheco@google.com> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Reviewed-by:
Jimmy Gong <jimmyxgong@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#823250}
-
Andrey Kosyakov authored
- check inner URL for nested URLs; - check actual RFH of RenderFrameDevToolsAgentHost; Bug: 1125362 Change-Id: I6d593d45d749b2a34d7711a983e2bda730027117 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2506354Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#823249}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/7751fe38f474..b0e426fcf955 2020-11-02 amaiorano@google.com Subzero: fix Ice::BitVector::grow not copying old to new data 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/+doc/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: I14804ca4b935fab7ec5457acf1b5a754f72f07eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2513795Reviewed-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@{#823248}
-
Mohamed Heikal authored
image_editor is a downstream only module. Remove references to clank and move it downstream.Also migrate ImageEditorModuleProvider downstream and access using Apphooks. Followup downstream cl crrev.com/i/3370803 Bug: 1142775 Change-Id: I82f9748ddef8e3ada99d6394cb8410a84fc741c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508332Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Kristi Park <kristipark@chromium.org> Commit-Queue: Mohamed Heikal <mheikal@chromium.org> Cr-Commit-Position: refs/heads/master@{#823247}
-
John Lee authored
Previously, CrMenuSelector relied on :focus-visible to determine if focus was moved into it using a keyboard. This isn't a reliable way because users can turn on an accessibility mode that forces :focus-visible pseudoclasses on elements regardless of mouse or keyboard input. Bug: 1143200 Change-Id: I9b12138546ec4eaf31296147b808ad1a9f2faa4f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505680Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#823246}
-
Lily Chen authored
This adds two new columns, source_port and is_same_party, to the schema for the SQLitePersistentCookieStore. These are not yet hooked up to anything. The default values are -1 and false, respectively. Bug: 1142606, 1141135 Change-Id: Id2774272b62c8070a5a2eab5a765937f124a764a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505468Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Maksim Orlovich <morlovich@chromium.org> Commit-Queue: Lily Chen <chlily@chromium.org> Cr-Commit-Position: refs/heads/master@{#823245}
-
Jacobo Aragunde Pérez authored
The accounts & sync dialog UI is a better fit for the menu accessible role instead of a dialog, because it contains a list of actionable buttons instead of a message and a few buttons. What's more, it is already built using a menu container. For the dialog to behave like a menu, we need to override the top-level dialog to become a menu bar, and emit the corresponding events for open and close to make it discoverable. Bug: 1098304 Change-Id: I93bb25dc9b790e1f8d0e2c61993d20f191c439c0 AX-relnotes: announce accounts & sync as a menu when opened. Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2494933 Commit-Queue: Jacobo Aragunde Pérez <jaragunde@igalia.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#823244}
-
Trent Begin authored
This adds the existing network-diagnostics cr_component into the connectivity diagnostics app and pipes in the necessary dependencies from chrome. Bug: chromium:1140611 Change-Id: I7fa82ab611be6da4a7b93031e2c9ffa4efbd3925 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490981 Commit-Queue: Trent Begin <tbegin@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#823243}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/7411aeba4d3b..4cd11945c5a1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-win-chromium 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/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: I40dd6cdaf7c30d0c4ec07ea81abd78811ff8fe98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2514078Reviewed-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@{#823242}
-
Chunlei Niu authored
Change-Id: I29ad465db87724e9731d19aaac246afb5af8b7bd Bug: b/161484971 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2311065 Commit-Queue: Chunlei Niu <niuchl@google.com> Reviewed-by:
Simeon Anfinrud <sanfin@chromium.org> Reviewed-by:
Luke Halliwell (slow) <halliwell@chromium.org> Auto-Submit: Chunlei Niu <niuchl@google.com> Cr-Commit-Position: refs/heads/master@{#823241}
-
Joe Downing authored
I am working on some ETW stuff for Chrome Remote Desktop and I noticed that this parameter is unused and a default value of 16KB is always used. This isn't a big deal as the only caller appears to be its unit tests but it seemed like the value passed in should do something. The other approach would be to remove the param but adjusting the buffer size seems like a reasonable thing to expose (assuming the param is actually used). Change-Id: I453ac2417d68f6c16fecd517cf1cd74c5aa15731 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2511290 Commit-Queue: Joe Downing <joedow@google.com> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#823240}
-
Gang Wu authored
This metric is added to record that users come back to app menu and select a similar menu item in short period (10 seconds) of time. Bug: 1143780 Change-Id: I5f5522e4b77103d324b6ebe02a2f832d43d81a3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508351 Commit-Queue: Gang Wu <gangwu@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#823239}
-
John Lee authored
This is a temporary solution to prevent crashes that occur from when a tab's context menu is opened from a tab that is no longer in the tab strip. The tab should be visible in another window's tab strip already. Bug: 1141573 Change-Id: I211bf3e3c31b20d61fd924f74471a40c26f5aa45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2511332 Commit-Queue: John Lee <johntlee@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#823238}
-
Peter Boström authored
Removes use of GridLayout to agree on column width for textfields. This is replaced by linking textfield views together to make them agree on a shared width. This is a prerequisite for dynamically adding/removing items to DialogModel as GridLayout does not support inserting/removing rows. Remaining GridLayout dependencies are that the dynamic row spacing is set up using padding rows. Bug: 1106422 Change-Id: I76a3823c12dab20aa047e263e27dfbda53003b24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508158Reviewed-by:
Keren Zhu <kerenzhu@chromium.org> Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Commit-Queue: Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#823237}
-
Lijin Shen authored
Add an observer to notify mediator that message is ready to be shown when browser controls are fully visibly. Bug: 1123947 Change-Id: I46396310824a3b10cfafdabcffcc56b6a3104295 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2507401Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Lijin Shen <lazzzis@google.com> Cr-Commit-Position: refs/heads/master@{#823236}
-
Tommy Li authored
This reverts commit f38ba55f. Reason for revert: Caused a bot breakage here: https://ci.chromium.org/p/chromium/builders/ci/chromeos-amd64-generic-lacros-dbg/2115? Original change's description: > Roll ANGLE from ed916ddf61cc to f34ba6464f31 (7 revisions) > > https://chromium.googlesource.com/angle/angle.git/+log/ed916ddf61cc..f34ba6464f31 > > 2020-11-02 amy.liu@arm.com Fix maxShaderAtomicCounters value. > 2020-11-02 xiaoxuan.liu@arm.com Add support for Linux vulkan backend with VK_KHR_display > 2020-11-02 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SPIRV-Tools from 34ae8a475754 to f7da52775714 (8 revisions) > 2020-11-02 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-ValidationLayers from f673b4e6ebf3 to e46399ddd2c7 (11 revisions) > 2020-11-02 angle-autoroll@skia-public.iam.gserviceaccount.com Roll glslang from 740ae9f60b00 to 142cb87f803d (1 revision) > 2020-11-02 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from e6c9497255c6 to 7751fe38f474 (3 revisions) > 2020-11-02 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-Headers from 320af06cbdd2 to 87451c55aa8b (1 revision) > > 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 courtneygo@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_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: courtneygo@google.com > Test: Test: dEQP-GLES31.functional.shaders.opaque_type_indexing.atomic_counter.*vertex > Change-Id: Ie1e5d3152a5f2fed7abf91fdd6a42c536c42dfab > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2513791 > Reviewed-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@{#823214} TBR=courtneygo@google.com,chromium-autoroll@skia-public.iam.gserviceaccount.com Change-Id: Iae15ab51252d8bcefff8c0544feba22327ac50d3 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: None 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2514668Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#823235}
-
David Maunder authored
In the code as is, there exists the possibility mModel will change before the callback returns which would mean the price is set on an incorrect or out of bounds index. In addition, it better from a resource utilization perspective to only acquire the price when it is actually needed. Bug: 1139031 Change-Id: I2f46851745b70bf6ddfceb33a09c5ef5700b2880 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2476811Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Mei Liang <meiliang@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: David Maunder <davidjm@chromium.org> Cr-Commit-Position: refs/heads/master@{#823234}
-
Avi Drissman authored
It's been fully launched. Fixed: 1084222 Change-Id: I2f0ede68468e1abac295f902fa64962fba15bc8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2514498 Commit-Queue: Avi Drissman <avi@chromium.org> Commit-Queue: Julian Pastarmov <pastarmovj@chromium.org> Auto-Submit: Avi Drissman <avi@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#823233}
-
Kyle Milka authored
Bug: 1009124 Change-Id: I15e44a37d0b1ea030ad1afa75bdecd8997bc41a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2500362Reviewed-by:
Kristi Park <kristipark@chromium.org> Commit-Queue: Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#823232}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/93f7621b08d3..86f1234a4be8 2020-11-02 bsheedy@chromium.org deploy_chrome: Retry test binary deployment 2020-11-02 ahassani@chromium.org xbuddy: Put Translate function back 2020-10-31 manojgupta@google.com cros_setup_toolchains.py: Enable llvm libraries for i686 target 2020-10-30 meiring@google.com packages: Move pita tests to tast-tests-private. 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: I234b8769bf29b920b481460f4944ac8ead57df77 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2514235Reviewed-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@{#823231}
-
Sylvain Defresne authored
The downstream iOS bots import a gn file from $root_build_dir/args.gn that would not be correctly parsed by //build/gn_helpers.py as: 1. define some values of type scope (`{ a = "value"}`), 2. it uses comments in many places (before all variables that are defined, above individual items in lists, ...). To ensure that the file $root_build_dir/args.gn could be parsed, fix //build/gn_helpers.py to support the scope values and to consider comments as valid in any location where whitespace would have been. Bug: 1144711 Change-Id: I0c48167f1bc818dc9f6253287c2c967d13756523 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2513217 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#823230}
-
Yuta Hijikata authored
Bug: None Change-Id: Iac42558aef5f1d74c884acc9d95cfde979285b3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2513811 Commit-Queue: Yuta Hijikata <ythjkt@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#823229}
-
Jesse Doherty authored
This will need a follow up cleanup cl once the parameter is changed in the variations config. BUG=b/160157778 Change-Id: I6f29d98223eeb04de880e302870af642e6e73292 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2507340Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Caitlin Fischer <caitlinfischer@google.com> Commit-Queue: Jesse Doherty <jwd@chromium.org> Cr-Commit-Position: refs/heads/master@{#823228}
-
Vidhan authored
This CL introduces a feature flag for enabling the use of AlternativeStateNameMap for the filling of state fields, comparison of profiles and sending votes to the server. Bug: 1111960 Change-Id: I03ef197ae4d5efd99c46228f6a2f0ec3c9009590 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505887 Commit-Queue: Vidhan Jain <vidhanj@google.com> Reviewed-by:
Dominic Battré <battre@chromium.org> Reviewed-by:
Matthias Körber <koerber@google.com> Cr-Commit-Position: refs/heads/master@{#823227}
-
Weblayer Skew Tests Version Updates authored
Skew tests are being added for the following versions: 1, 87.0.4280.38 TBR=estaab@chromium.org Bug: 1041619 Change-Id: I7b7b797fcf34126905f8b0b9e1ad672aab80442a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2511693Reviewed-by:
Rakib Hasan <rmhasan@google.com> Commit-Queue: Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#823226}
-
Chris Sharp authored
Bug: 1018157 Change-Id: I73b2cbd29dac8b3ca25a0ade44d1caa9648b572d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2502849 Commit-Queue: Chris Sharp <csharp@chromium.org> Reviewed-by:
Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#823225}
-
philipel authored
Related WebRTC CLs: https://webrtc-review.googlesource.com/c/src/+/190680 https://webrtc-review.googlesource.com/c/src/+/190860 Bug: webrtc:9378, webrtc:7408 Change-Id: I9a4a672ea2e68bd2d1991a78a509439c9b36d05e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2510130Reviewed-by:
Frank Liberato <liberato@chromium.org> Reviewed-by:
Joe Downing <joedow@google.com> Reviewed-by:
Lambros Lambrou <lambroslambrou@chromium.org> Commit-Queue: Philip Eliasson <philipel@chromium.org> Cr-Commit-Position: refs/heads/master@{#823224}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/0a374dce6653..71d2e1d23d49 2020-11-02 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 74023424daa4 to fc5a9cfaf70c (1 revision) 2020-11-02 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 5bee67fced90 to 74023424daa4 (1 revision) 2020-11-02 cwallez@chromium.org Suppress -Wdeprecated-copy-dtor for Skia. 2020-11-02 bclayton@google.com Migrate tint to use new parser constructor 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 sarahmashay@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: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: sarahmashay@google.com Change-Id: Ieaf65da389035839d5de7f4f89c7b635be953f53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2514174 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@{#823223}
-
Francois Doray authored
The command-line flag is still used by Chrome Devs for testing, but it doesn't need to be exposed to many users in about:flags. Bug: 726937 Change-Id: I9b7a98fd5524abc64b659cff1211abbd8b5cee4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2514497 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#823222}
-
Matt Menke authored
SpawnedTestServer is being slowly (very slowly) phased out, since it has been responsible for a large number of issues leading to flake on the tree, and doesn't work on mobile platforms. Bug: 492672 Change-Id: I106c01f5fb47a11655274f59da0ca622d36a0508 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2510794Reviewed-by:
Steven Valdez <svaldez@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#823221}
-
Sigurd Schneider authored
Change-Id: Ib32fc920c7ebd25a927082686487ed2403ffebfe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2513208 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#823220}
-
Ramin Halavati authored
UKM browser test for Guest profiles is updated to cover ephemeral Guest profiles. Please see go/ephemeral-guest-profiles for more context. Bug: 1125474 Change-Id: Id387d285a1c1d629030824920b3f4465c3a463e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2514152Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#823219}
-
Owen Min authored
Revert crrev.com/c/2456509 behind the feature flag for debugging purposes. The feature is off by default. Also fixing an potential issue in keychain_data_helper_mac.mm by replacing kSecClassCertificate with kSecClassGenericPassword. As we want to delete password but not certificate. Bug: 1142956 Change-Id: I7c566cd6cd1520fbd3470f9caef0822d9394d697 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508340Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#823218}
-
Charlie Harrison authored
Change-Id: I7894409cc127f7f35d36eec5ad7b7a533c017377 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2514170Reviewed-by:
David Van Cleve <davidvc@chromium.org> Reviewed-by:
Steven Valdez <svaldez@chromium.org> Commit-Queue: Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#823217}
-
cfredric authored
Bug: 1143931 Change-Id: I348fcd036907f4fb56c00ec853f2602b99d5b8e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2514361Reviewed-by:
Asanka Herath <asanka@chromium.org> Commit-Queue: Chris Fredrickson <cfredric@google.com> Cr-Commit-Position: refs/heads/master@{#823216}
-
Joe DeBlasio authored
Target Embedding is launched, but I'd still like users to be able to disable it via flags, at least for a bit longer. Safety Tips is working to launch, but hasn't launched yet, so it's useful to have it be toggle-able manually for testing, etc. Change-Id: I5a9e76aeb25595766f5433577b6179e2dcc4c791 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2513438Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Auto-Submit: Joe DeBlasio <jdeblasio@chromium.org> Cr-Commit-Position: refs/heads/master@{#823215}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/ed916ddf61cc..f34ba6464f31 2020-11-02 amy.liu@arm.com Fix maxShaderAtomicCounters value. 2020-11-02 xiaoxuan.liu@arm.com Add support for Linux vulkan backend with VK_KHR_display 2020-11-02 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SPIRV-Tools from 34ae8a475754 to f7da52775714 (8 revisions) 2020-11-02 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-ValidationLayers from f673b4e6ebf3 to e46399ddd2c7 (11 revisions) 2020-11-02 angle-autoroll@skia-public.iam.gserviceaccount.com Roll glslang from 740ae9f60b00 to 142cb87f803d (1 revision) 2020-11-02 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from e6c9497255c6 to 7751fe38f474 (3 revisions) 2020-11-02 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-Headers from 320af06cbdd2 to 87451c55aa8b (1 revision) 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 courtneygo@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_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: courtneygo@google.com Test: Test: dEQP-GLES31.functional.shaders.opaque_type_indexing.atomic_counter.*vertex Change-Id: Ie1e5d3152a5f2fed7abf91fdd6a42c536c42dfab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2513791Reviewed-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@{#823214}
-
Ben Pastene authored
This is similar to crrev.com/c/2490549, but for the internal VM bots. Will move this single suite over just to test things out, then likely more the rest over in a follow-up. Bug: 1132206 Change-Id: I8c52aaa624d1d4b3ca5771380deb29fae69318ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2511854Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#823213}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/google/shaderc/+log/813ef3dc0d5e..fcafd5b49266 2020-11-02 rharrison@google.com Roll 6 dependencies (#1144) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/shaderc-chromium-autoroll Please CC radial-bots+chrome-roll@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 Tbr: radial-bots+chrome-roll@google.com Change-Id: If81b91776cce18dabffaf0eb9b6b37a697054d6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2514172Reviewed-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@{#823212}
-