- 15 Jul, 2020 40 commits
-
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/c08b0ace9907..c44b2b2567ae 2020-07-15 angle-autoroll@skia-public.iam.gserviceaccount.com Roll glslang from fe24a54808c2 to b481744aea1e (5 revisions) 2020-07-15 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SPIRV-Tools from 94667fbf66ee to 4c33fb0d3dba (12 revisions) 2020-07-15 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from cd0af6456eb1 to 1de497cc50ab (3 revisions) 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/+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: jonahr@google.com Change-Id: I8e66f5e2726b7c16f70118a0a14c2ee62c15ed62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300125Reviewed-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@{#788597}
-
Anders Hartvoll Ruud authored
Otherwise the active styles may be outdated when collecting matching rules. Fixed: 1104195 Test: inspector-protocol/css/css-set-effective-property-value.js Change-Id: I12868717665d2b8b109b3689b0dbe7cf69b2388e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299623 Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by:
Alex Rudenko <alexrudenko@chromium.org> Reviewed-by:
Sigurd Schneider <sigurds@chromium.org> Cr-Commit-Position: refs/heads/master@{#788596}
-
Mohamed Amir Yosef authored
Before this CL: only the profile store is accessed when reading credentials for credential management API. After this CL: if the account store is available, passwords are read from it as well. Bug: 1093286 Change-Id: I488e702d0dbe551abc5130c1e7f808bc10e55155 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2292394Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#788595}
-
Ewann authored
Bug: 1046787 Change-Id: I706042edba879ee88ab5cb864634ad2c40102007 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2279823Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Ewann Pellé <ewannpv@chromium.org> Cr-Commit-Position: refs/heads/master@{#788594}
-
Sylvain Defresne authored
Bug: none Change-Id: I425a7e8b1bc46bb7d650ebb2fc873ca5f0f115d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299342 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Robbie Gibson <rkgibson@google.com> Cr-Commit-Position: refs/heads/master@{#788593}
-
Anand K Mistry authored
DictionaryValue::RemoveWithoutPathExpansion() is deprecated. For the case where nullptr is passed for the output argument, Value::RemoveKey() is a trivial replacement. Mostly done with the following command line, plus a bit of finesse: % git grep -l RemoveWithoutPathExpansion | \ xargs sed -E -i 's/RemoveWithoutPathExpansion\((.*), nullptr/RemoveKey\(\1/g' Bug: 646113 This CL was uploaded by git cl split. R=antrim@chromium.org Change-Id: I9120c302b657accfed03be98ebee512e7c8b8071 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2298863 Auto-Submit: Anand K Mistry <amistry@chromium.org> Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Commit-Queue: Denis Kuznetsov [CET] <antrim@chromium.org> Cr-Commit-Position: refs/heads/master@{#788592}
-
Albert J. Wong authored
This CL is broken out of https://chromium-review.googlesource.com/c/chromium/src/+/1557854 Bug: 1083392 Change-Id: I58e449d5aa856a32fc24348f4bf5ccd34e5bc685 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2296820 Commit-Queue: Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Auto-Submit: Albert J. Wong <ajwong@chromium.org> Cr-Commit-Position: refs/heads/master@{#788591}
-
Mikhail Khokhlov authored
This CL updates power profile data stored in the cloud by adding values for newer devices. Change-Id: I7829841349ab03e801001da8d34caaca7affa1b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2292527Reviewed-by:
Eric Seckler <eseckler@chromium.org> Commit-Queue: Mikhail Khokhlov <khokhlov@google.com> Cr-Commit-Position: refs/heads/master@{#788590}
-
Michael Ershov authored
Start using renewal_period_seconds field from cert provisioning policies. Track expiration date in CertProvisioningScheduler, provision a new certificate when necessary (according to policy), delete renewed certificates. Bug: 1045895 Change-Id: I756fab39c96cd8de80a5e89802533d9e3c38508d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2283145Reviewed-by:
Pavol Marko <pmarko@chromium.org> Commit-Queue: Michael Ershov <miersh@google.com> Cr-Commit-Position: refs/heads/master@{#788589}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/ee5d7c41..669d1401 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: I9ebbc72f2c93c1992cbe7ff61bb247480cf8b927 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300160Reviewed-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@{#788588}
-
Michael Ershov authored
Log a message about internet connection only when there are workers. In other cases it shouldn't matter. Bug: 1045895 Change-Id: I9ff4f03deabfb245017b14a13a834ba9148eda7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2297499Reviewed-by:
Pavol Marko <pmarko@chromium.org> Commit-Queue: Michael Ershov <miersh@google.com> Cr-Commit-Position: refs/heads/master@{#788587}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/a0a8e1d6457f..0cd57586efe0 2020-07-15 lalitm@google.com Merge "metatrace: fix subtle rpc metatrace bug" 2020-07-15 treehugger-gerrit@google.com Merge "Add "thermal" atrace category" 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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: I5f7a745f855275f711cc1ad60cb18cefac7bb764 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300121Reviewed-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@{#788586}
-
Anand K Mistry authored
DictionaryValue::RemoveWithoutPathExpansion() is deprecated. For the case where nullptr is passed for the output argument, Value::RemoveKey() is a trivial replacement. Mostly done with the following command line, plus a bit of finesse: % git grep -l RemoveWithoutPathExpansion | \ xargs sed -E -i 's/RemoveWithoutPathExpansion\((.*), nullptr/RemoveKey\(\1/g' Bug: 646113 This CL was uploaded by git cl split. R=bnc@chromium.org Change-Id: I83e9cdc174bb9693256eb1df0a5bc1cbb39e525e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2298881 Auto-Submit: Anand K Mistry <amistry@chromium.org> Reviewed-by:
Bence Béky <bnc@chromium.org> Commit-Queue: Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#788585}
-
Eugene Zemtsov authored
Bug: 1045248 Change-Id: I3afe8fc7690a3c48fd3710e265a3e7814cab9da3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2296491Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: Eugene Zemtsov <eugene@chromium.org> Cr-Commit-Position: refs/heads/master@{#788584}
-
Koji Ishii authored
This patch adds |DCHECK|s that check all |NGFragmentItem| in |LayoutBox::layout_results_| are valid (i.e., not destroyed nor removed from the tree.) 5 tests in |virtual/layout_ng_block_frag| fail, marked as failures. Bug: 829028, 982194 Change-Id: I4e3bdadaa129945fa2e5444d1c4fcb7002ee3347 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2291566 Commit-Queue: Koji Ishii <kojii@chromium.org> Auto-Submit: Koji Ishii <kojii@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#788583}
-
Wolfgang Beyer authored
Relevant DevTools CL: https://crrev.com/c/2297420 Bug: https://crbug.com/1101262 Change-Id: I52ef4614fe5add94dcbdf9eeaff2b031eccc85e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299227Reviewed-by:
Sigurd Schneider <sigurds@chromium.org> Commit-Queue: Wolfgang Beyer <wolfi@chromium.org> Cr-Commit-Position: refs/heads/master@{#788582}
-
Richard Knoll authored
After some recent changes to notification_view_md the colors are off. Screenshot with before and after this CL: https://imgur.com/CzkIxZy - NotificationHeaderView now handes the default accent color itself - SmallIcon actually checks the native theme now - NotificationMdTextButton updates on theme changes - Textfield placeholder color needs to be different for blue background Bug: None Change-Id: Ib4a556ab110f20ea26a6cc1813b7d6783584c8bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2292512 Commit-Queue: Richard Knoll <knollr@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#788581}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/264237a97225..bb7978bb9ed4 2020-07-15 tvanderlippe@chromium.org Update several @types packages 2020-07-15 changhaohan@chromium.org Disable style-related adorners for comment nodes 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:1101233 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I7e3a0f08e6fcb3646458acac7e27a30c09efaf45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300120Reviewed-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@{#788580}
-
Denis Kuznetsov authored
This change will limit set of screens where accelerator can be toggled to just Welcome screen (as this is dev-only feature, and it is possible to navigate to Welcome screen from other screens where it was possible to toggle). This CL also marks some places via TODOs as a scope for issue 1105387. TBR=bcwhite@chroimium.org Bug: 1102393, 1105387, 1100909, 1100910 Change-Id: I4285a1e5e3d5db7b6762e06b12a6b60bcf2c2e41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2297339 Commit-Queue: Denis Kuznetsov [CET] <antrim@chromium.org> Auto-Submit: Denis Kuznetsov [CET] <antrim@chromium.org> Reviewed-by:
Renato Silva <rrsilva@google.com> Cr-Commit-Position: refs/heads/master@{#788579}
-
Hans Wennborg authored
This was a copy-pasto from ceb49dda. TBR=thakis Bug: 1105518 Change-Id: I263cd1fbbe99b4c7435789099f41ad4d59b67805 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300105 Commit-Queue: Hans Wennborg <hans@chromium.org> Reviewed-by:
Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#788578}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/f5d0ae98c34c..4265fce66e9b 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 melandory@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: melandory@google.com Change-Id: I247cc9dad7d4d71c1a8c22de0f1f0170ebf838c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299487Reviewed-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@{#788577}
-
Dominic Battre authored
The creation of the map was completely redundant, so I have removed it. Bug: 896173 Change-Id: Ibe28940c458de4f18b28d958e0d4d34581bbdf77 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2279825 Commit-Queue: Dominic Battré <battre@chromium.org> Auto-Submit: Dominic Battré <battre@chromium.org> Reviewed-by:
Matthias Körber <koerber@google.com> Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#788576}
-
Mugdha Lakhani authored
Move more tests to NoStatePrefetch tests Please see this spreadsheet for details: https://docs.google.com/spreadsheets/d/1LFPB4UhPWQkBRz481lz49zmS25znhjSDUtagtTTSPQo/edit?usp=sharing Bug: 898955 Change-Id: I4a050e5bfe839d91ad615f46219f9d91447569a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2292255 Commit-Queue: Mugdha Lakhani <nator@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#788575}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/a0f7f4611c4c..264237a97225 2020-07-15 jacktfranklin@chromium.org Upgrade TypeScript ESLint dependencies. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I0f542ddd628866f75a3e21978df2ce53fd4a1265 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299496Reviewed-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@{#788574}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/55ef680dab93..a0a8e1d6457f 2020-07-15 treehugger-gerrit@google.com Merge "gen_amalgamated: Move cpp proto bindings from perfetto.cc to perfetto.h" 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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: Ib75ddad5901b6b91d062507bd23bf2d29039b4e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299495Reviewed-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@{#788573}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/4ad0f250a010..c08b0ace9907 2020-07-15 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-Loader from 0bc4c2ae7012 to d8f34456c819 (2 revisions) 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/+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: jonahr@google.com Change-Id: Ie9aa7d8c0794efbe9ed4fbb97548368c5caee1be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299494Reviewed-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@{#788572}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/40c3c1cace0a..4c33fb0d3dba 2020-07-14 jaebaek@google.com Rewrite KillDebugDeclares() (#3513) 2020-07-14 andreperezmaselco.developer@gmail.com spirv-fuzz: Fix instruction insertion issue (#3521) 2020-07-14 andreperezmaselco.developer@gmail.com spirv-fuzz: Implement the OpMatrixTimesMatrix linear algebra case (#3527) 2020-07-14 greg@lunarg.com Add support to GPU-AV instrumentation for Task and Mesh shaders (#3512) 2020-07-14 andreperezmaselco.developer@gmail.com spirv-fuzz: Support adding dead break from back-edge block (#3519) 2020-07-14 andreperezmaselco.developer@gmail.com Support OpPhi when replacing boolean constant operand (#3518) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/spirv-tools-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/+doc/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 Tbr: radial-bots+chrome-roll@google.com,jonahr@google.com Change-Id: Ia998836a33461e8a572a2faf0ca6c222f62d38eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299485Reviewed-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@{#788571}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/98ad3617..ee5d7c41 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: I0e4a35467643a92ae6fb8ca95df98e0e8ccfdcdd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299859Reviewed-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@{#788570}
-
Callistus authored
device instead of always Chromebook. - Added a new string that supports placeholder for the device type. Screenshot uploaded to https://storage.cloud.google.com/chromium-translation-screenshots/76cb4679fbbc7d77ab048559d8cf7147920b9fab as per https://g.co/chrome/translation. - Update the release notes notification code to use this new string. Bug: b/157107063 Change-Id: If723e3716d390ba00461abc5bbb9d5dca410ed20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2296761Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Rachel Carpenter <carpenterr@chromium.org> Commit-Queue: Callistus Tan <callistus@google.com> Cr-Commit-Position: refs/heads/master@{#788569}
-
Jack Franklin authored
https://crrev.com/c/2297395 ships a new breadcrumbs component that includes its own unit tests and DevTools frontend also has an e2e test for the breadcrumbs. Therefore we don't need to also maintain these layout tests in Chromium. Change-Id: Ifefb09a545442d3681a9b4921d4d708c636943d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300081 Commit-Queue: Jack Franklin <jacktfranklin@chromium.org> Commit-Queue: Tim van der Lippe <tvanderlippe@chromium.org> Auto-Submit: Jack Franklin <jacktfranklin@chromium.org> Reviewed-by:
Tim van der Lippe <tvanderlippe@chromium.org> Cr-Commit-Position: refs/heads/master@{#788568}
-
Hans Wennborg authored
Bug: 1105518 Change-Id: I267708d4990adbbdb7d9fe3642fb40d077cad7f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2297525Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#788567}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1594640123-fdf8a72e5b13627e142e52b62a8ba89cbc874f73.profdata to chrome-win64-master-1594771186-8c7f3834398f8caaba6f32c369440926161c5207.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-win64-chromium Please CC sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: chrome/try:win64-chrome Tbr: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com Change-Id: I2d30330f7effe85b6f644920ad5629c9af89a189 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2298806Reviewed-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@{#788566}
-
Alice Wang authored
This CL updates the icon to expand the account list in the collapsed bottom sheet used in web sign-in flow. Screenshot: https://crbug.com/1103328#c1 Bug: 1103328 Change-Id: I4ce657ce917cb3b3f87dde62009cf026f4c62c34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2288378 Commit-Queue: Alice Wang <aliceywang@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#788565}
-
Sara Kato authored
invalid. On a focus event, AXTreeSource searches the first a11y focusable node under the event source. When no focusable node is found, it sets the focus on the event source node, but it invoked undesired behavior. For instance, in ArcSettings application focus was requested, by sending a requestFocus() event. This results in android_focused_id_ being computed again in ax_tree_source_arc. However as this is forced focused event, sometimes the new node is not valid. In this case, rather than default back to the event_source (and move the focus there), the focus should remain unchanged. Removing requestFocus() would cause undesired behaviors in other areas of the app. This CL adds a change, so that when no focusable node is found under the focus event source node, we don't change focus so that it won't invoke unexpected behavior. Note that the a11y event of type FOCUSED can be dispatched in various ways (e.g. via ViewParent#requestSendAccessibilityEvent is another way to request the a11y event). Also, even if it's not the "forced" focus event, technically FindFirstFocusableNode can return null as we're doing different computation than the Android framework. This change also fixes HasText() computation in CanBeAccessibilityFocused. AX-Relnotes: n/a. Bug: b:156562991 Test: Manual. Open arc settings and observe no scrolling Test: AXTreeSourceArcTest.* Change-Id: If07e0c342dab929bf6f516a1753beda31bd9522f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2291552 Commit-Queue: Sara Kato <sarakato@chromium.org> Reviewed-by:
Hiroki Sato <hirokisato@chromium.org> Cr-Commit-Position: refs/heads/master@{#788564}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/6e7083de3589..b92d53afbead 2020-07-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from d98afb787a24 to 4ad0f250a010 (9 revisions) 2020-07-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 2a68959f to c28de0e5 (434 revisions) 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 nifong@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: chromium:1105609 Tbr: nifong@google.com Change-Id: I0fc1cb4ae797f2de93ddf514339eb78c2ab1c553 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299067Reviewed-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@{#788563}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/b31f5e717e2d..3b17f0bde80c 2020-07-15 jiawei.shao@intel.com Optimize B2T and T2B copies with multiple texture layers on D3D12 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/+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: cwallez@google.com Change-Id: I27fe01df5e836dd03a2a1969bf5e9b360780794c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299493Reviewed-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@{#788562}
-
Mugdha Lakhani authored
Bug: 898955 Change-Id: Id85bc95c44ad553911dacf731630b5750d4779e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2290930 Commit-Queue: Mugdha Lakhani <nator@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#788561}
-
Gabriel Kerneis authored
Bug: 750948 Test: CQ Change-Id: Ic11aec698c70d8d562ab51c16859b248b430b0f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299620 Commit-Queue: Gabriel Kerneis <kerneis@google.com> Commit-Queue: Primiano Tucci <primiano@chromium.org> Auto-Submit: Gabriel Kerneis <kerneis@google.com> Reviewed-by:
Primiano Tucci <primiano@chromium.org> Cr-Commit-Position: refs/heads/master@{#788560}
-
Aya ElAttar authored
Added EnterpriseClipboardDlpController to apply data-leak prevention on clipboard confidential data according to the policy rules set by the admin. Bug: 1096458 Change-Id: Idcdba108918e59ecebd50546f78ebf2a9d50c15f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275907 Commit-Queue: Aya Elsayed <ayaelattar@google.com> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Reviewed-by:
Nikita Podguzov <nikitapodguzov@chromium.org> Cr-Commit-Position: refs/heads/master@{#788559}
-
Miyoung Shin authored
It has been flaky on the chrome os bots since https://crrev.com/c/2215650 landed. As this change has a WebUI Mojo pipe, the order in which WebUI's Send API is called has changed, and the test is failed when 'hideOobeDialog' is called through WebUI's Send and IME's state is updated to show the sign-in screen before the test's result is checked. Bug: 1104861 Change-Id: Iccaf905dd63f4e1e22b8ca399079e1e6a3cee08f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2297207 Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#788558}
-