- 28 Aug, 2020 40 commits
-
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=srinivassista@chromium.org Change-Id: I8de391c577d2371a8ffdbc97344f2ff04f29f1d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2381057Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#802498}
-
Dylan Sleeper authored
This is a reland of 81bbe1e6. ChromeOS did not compile because three files: clipboard_history_resource_manager.cc , clipboard_history_item_view.cc, and clipboard_history_item_builder.cc all contain switch statements that do not check the SVG format. In this reland, the SVG format is added to the three files. Original change's description: > Browser Clipboard: Implements read and write SVG on the browser side > > Implements the SVG format for the clipboard on all blink platforms. The > implementation is very similar to HTML and plain text. Initially we will > put this feature behind a flag before it is exposed to the Web Platform. > > Design Doc: https://docs.google.com/document/d/1jq8QSCQRdNy99rnPusmW8is62c22PVuq-Sk-tMT2tRk/edit# > > Bug: 1110511 > Change-Id: I6d405a9704c431a31995bb50a17dfc309b49b74b > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2313961 > Reviewed-by: Jarryd Goodman <jarrydg@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Reviewed-by: Darwin Huang <huangdarwin@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Commit-Queue: Darwin Huang <huangdarwin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#800774} TBR=dcheng@chromium.org Bug: 1110511 Change-Id: I0b88c161e155eccd4d71a0c432401017c4ec6238 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373018 Commit-Queue: Darwin Huang <huangdarwin@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Darwin Huang <huangdarwin@chromium.org> Reviewed-by:
Jarryd Goodman <jarrydg@chromium.org> Cr-Commit-Position: refs/heads/master@{#802497}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/ed2e4739280f..33a6332a9232 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-mac-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: Iab413996e60b5c50116bda6738283e117846212c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2381090Reviewed-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@{#802496}
-
Sean McAllister authored
Currently, ChromeOS defines the OS_LINUX directive as well as OS_CHROMEOS. We're working to separate these two, so we're making the fact that OS_LINUX == OS_LINUX || OS_CHROMEOS explicit. This is changes for /components/autofill/core/browser This CL was uploaded by git cl split. R=parastoog@google.com Bug: 1110266 Change-Id: Ie4d572b106e4dbf0a93dc26ecc113dce8a3f776e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371285 Commit-Queue: Sean McAllister <smcallis@google.com> Reviewed-by:
Parastoo Geranmayeh <parastoog@google.com> Cr-Commit-Position: refs/heads/master@{#802495}
-
sauski authored
Bug: 1110888 Change-Id: I98f68943de1abd226016d04083ac351de3fe1bb2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2379673Reviewed-by:
Martin Šrámek <msramek@chromium.org> Commit-Queue: Theodore Olsauskas-Warren <sauski@google.com> Cr-Commit-Position: refs/heads/master@{#802494}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/ed2e4739280f..33a6332a9232 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-linux-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: I0c2f4cbcc24e848981865d714a43ff0cb0f9a8c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380958Reviewed-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@{#802493}
-
Daniel Cheng authored
An HTTP status code of 204/205 indicates that no document should actually be committed. Since this should all be handled by PlzNavigate on the browser side, CHECK-fail if this somehow reaches the renderer. Content-Disposition: attachment has the same behavior, so also CHECK-fail if this somehow reaches the renderer. Bug: 1117282 Change-Id: I83a04f4a68963da0ffebede327380365e6f9852e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380604Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#802492}
-
Sean McAllister authored
Currently, ChromeOS defines the OS_LINUX directive as well as OS_CHROMEOS. We're working to separate these two, so we're making the fact that OS_LINUX == OS_LINUX || OS_CHROMEOS explicit. This is changes for /content/browser/webrtc This CL was uploaded by git cl split. R=emircan@chromium.org Bug: 1110266 Change-Id: I6e48d5cc5ddc73cc16f90975b8467e9ea7d42b33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371291Reviewed-by:
Emircan Uysaler <emircan@chromium.org> Commit-Queue: Sean McAllister <smcallis@google.com> Cr-Commit-Position: refs/heads/master@{#802491}
-
Yuki Yamada authored
This is a follow up for https://crrev.com/c/2134039 which removes a HashArg param of LinkedHashSet in stub. Bug: 1100257 Change-Id: Ib43fd54fa553b7228f97c128598e385020feeaf9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377533Reviewed-by:
Keishi Hattori <keishi@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Yuki Yamada <yukiy@chromium.org> Cr-Commit-Position: refs/heads/master@{#802490}
-
David Munro authored
Bug: None Test: None Change-Id: If32ba431a5404b80cd5cf58f03b6b57906254f80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2379452 Commit-Queue: David Munro <davidmunro@google.com> Commit-Queue: Fergus Dall <sidereal@google.com> Auto-Submit: David Munro <davidmunro@google.com> Reviewed-by:
Fergus Dall <sidereal@google.com> Cr-Commit-Position: refs/heads/master@{#802489}
-
Xinghui Lu authored
The SafeBrowsingProtectionLevel policy is supported on desktop platforms since M83. We should support this policy on Android as well. Bug: 1111457 Change-Id: I822dc410a7951fb11f9e17df718f2f1246bba3ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380739 Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#802488}
-
Josh Nohle authored
Ensure that the local device has 3 valid private certificates for each visibility mode. Perform this check when the expiration scheduler informs the certificate manager that a private certificate has expired. When private certificates change, notify observers and upload the local device certificates (converted to public certificates) to the Nearby Share server. Bug: b/166112705 Change-Id: I367ed1df0ca3b4c5eb044795539f05ba24b5311f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377506 Commit-Queue: Josh Nohle <nohle@chromium.org> Reviewed-by:
James Vecore <vecore@google.com> Cr-Commit-Position: refs/heads/master@{#802487}
-
Yulun Wu authored
Opacity calculation has also been extracted into a helper function. Bug: 1110757 Change-Id: Ib383b33a330b3471d1034126330fc0963f737597 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2378890Reviewed-by:
Yulun Wu <yulunwu@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Commit-Queue: Yulun Wu <yulunwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#802486}
-
Brandon Wylie authored
This CL will enforce DEPS restrictions for any class trying to depend on ChromeActivity. Valid dependencies should add their own DEPS file to the relevant directory. Other cases should seek other means of dependency acquisition. Bug: 1055811 Change-Id: Iba5e0514743c3f887cdf645106cca2d747b524cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2349413 Commit-Queue: Brandon Wylie <wylieb@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#802485}
-
Orin Jaworski authored
As more errors are found in localization data, it made sense to expand the unit test to cover at least one trigger for each pedal in each language. This enhanced test revealed yet another failure mode in the source data, and this CL includes correction. Bug: 893183 Change-Id: I5f13ce99affd4fe4ec39e90c947e759aacab27c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380325 Commit-Queue: Orin Jaworski <orinj@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#802484}
-
Xianzhu Wang authored
This CL (temporarily) explicitly enable CompositingOptimizations for web tests. This is to separate the change of web test expectations from crrev.com/c/2375886 which will enable the feature for web tests by adjusting the application order of blink feature status and chromium feature status. Bug: 1121839 Change-Id: I55ef951dd6a18731b33cf18496551cd9c993162e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380213 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#802483}
-
Arthur Wang authored
R=hypan@google.com, liaoyuke@google.com Bug: 1096656 Change-Id: Ibce2ea98386e70601caaf9ddf8b56b17130931a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377551Reviewed-by:
Haiyang Pan <hypan@google.com> Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Commit-Queue: Arthur Wang <wuwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#802482}
-
Austin Tankiang authored
Bug: 1007662 Change-Id: Ic5fd080c23e8e09bfc0450998c2fe8d9524aa53e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375006Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Austin Tankiang <austinct@chromium.org> Cr-Commit-Position: refs/heads/master@{#802481}
-
Avi Drissman authored
The Mac version of the Shape Detection code goes through a lot of trouble to weak-link the API it uses, in a way that it could be built with macOS SDKs before the 10.13 SDK. Given that Chromium requires the 10.15 SDK, do cleanup. Bug: 1122152 Change-Id: I5598db83ba2eddce4a23ab472f66428e198253b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2378750 Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#802480}
-
Ken Rockot authored
There are two problems addressed here: - Forward headers were unnecessarily including extra (i.e. traits) public headers; but fixing that revealed a second problem: - The logic to decide whether a transitive import requires a full header or only a forward header was incorrect. So this fixes the logic which decides whether to import with a full header or forward header, and it removes the inclusion of public traits headers from forward headers. Also fixes tons of IWYU and forward declaration deficiencies revealed by these changes. Fixed: 1111156 Change-Id: I181b62c605581a1f303f07257471277d178e9e06 Tbr: tsepez@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375889Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Yuwei Huang <yuweih@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Auto-Submit: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#802479}
-
Luciano Pacheco authored
Tests that Files app can open image in Backlight in normal and guest modes. Add a new test suite for Files app that installs the SWAs. Add a new test message to check if a SWA has started. Bug: 1122379, 1121553 Change-Id: I38313691e71e2d825ae605ecc5b4525e35c499fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377765Reviewed-by:
Noel Gordon <noel@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Auto-Submit: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#802478}
-
Jesse McKenna authored
Change-Id: I77c4c3431de10e702d9e1e522ce202cb519ba936 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380953Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#802477}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/716e281185b5..952f088d41e1 2020-08-27 bsalomon@google.com Experiment to see if ANGLE ES2 vs ES3 perf is related to GLSL ver 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 mtklein@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: mtklein@google.com Change-Id: I2e9e46c31eeb8efe9ebec1c7ba114cfb83d946fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380883Reviewed-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@{#802476}
-
Angela Yoeurng authored
Bug: 1117639 Change-Id: I86a92c006ec77ad174bbad3bb78c1e867135c122 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380493 Commit-Queue: Angela Yoeurng <yoangela@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Reviewed-by:
Orin Jaworski <orinj@chromium.org> Cr-Commit-Position: refs/heads/master@{#802475}
-
Xiaoqian Dai authored
We'll not have them in M88. Bug: 1115153 Change-Id: Ia7d9e59343a1e7eb0131c3e18cda76ddeeb95f8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380581Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#802474}
-
David Grogan authored
Give real bug numbers to some tests. Move some lines around. Change-Id: I9996504335cbb8aa39f3af702e0c6da391bb7dbd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2378755 Commit-Queue: David Grogan <dgrogan@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#802473}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/be71f6d9f008..f9ede33deef5 2020-08-27 jleconte@google.com Fix crbug.com link and layout on group report page. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC oysteine@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:chromeos-kevin-rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: chromium:1101773 Tbr: oysteine@google.com Change-Id: I03b6888457692a7cde4c6b33535c7b56fb9ccfa6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380878Reviewed-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@{#802472}
-
Taylor Bergquist authored
Bug: 1116929 Change-Id: I4a000adf69fd1fb8715db4718f7333bc2ab15b6a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2369266Reviewed-by:
Charlene Yan <cyan@chromium.org> Commit-Queue: Taylor Bergquist <tbergquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#802471}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ecf0d2c0f651..cba56d2d3c09 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 melzhang@google.com,sclittle@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1093354,chromium:1098447,chromium:1105693,chromium:1115073,chromium:1115361,chromium:1117143,chromium:1119885,chromium:1122685 Tbr: melzhang@google.com,sclittle@google.com Change-Id: Ia1d588461041ca3a987cc213dcad29872ae32199 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380875Reviewed-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@{#802470}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/aac228ce1bbf..df4b3fe83ab2 2020-08-27 jalyn@microsoft.com Sources: Use Ctrl+W to close active tab on mac 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:1110877 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I5c25b8a28073203b95ba986567040db7bf491409 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380209Reviewed-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@{#802469}
-
Tom Anderson authored
This is a reland of c332bdd0 Original change's description: > Roll sysroots > > This is needed after [1] changed the libwayland-client symbols file. > > [1] https://chromium-review.googlesource.com/c/chromium/src/+/2379674 > > R=msisov > > Change-Id: Iffada22847663b5a9ca3973d45f7a0a2c93fedd5 > Bug: 1116384 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380370 > Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> > Commit-Queue: Maksim Sisov (GMT+3) <msisov@igalia.com> > Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> > Reviewed-by: Maksim Sisov (GMT+3) <msisov@igalia.com> > Cr-Commit-Position: refs/heads/master@{#802266} Bug: 1116384 Change-Id: I7794af648f513aaadad8b414c90e6fc8fea02c55 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380932 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#802468}
-
shrekshao authored
Related test updates: https://github.com/kenrussell/webgl-animometer/pull/6 Related Record_wpr instructions: https://www.chromium.org/developers/telemetry/record_a_page_set Bug: 890539 Change-Id: Idfa349ab6c79c00a9868e782272b599cd57f6285 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380500Reviewed-by:
John Chen <johnchen@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Shrek Shao <shrekshao@google.com> Cr-Commit-Position: refs/heads/master@{#802467}
-
Melissa Zhang authored
This reverts commit 1ad72569. Reason for revert: Breaking https://ci.chromium.org/p/chrome/builders/ci/linux-chromeos-chrome/8059 Original change's description: > Reland "[Switch Access] Move code out from behind flag" > > This is a reland of 76c5ef2b > > Original change's description: > > [Switch Access] Move code out from behind flag > > > > AX-Relnotes: Launch Switch Access on Chrome OS. > > Bug: 1016200,1121357 > > Change-Id: I464abbeaeb50c8c40adbac4ce51d7d9f038430fa > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373368 > > Commit-Queue: Anastasia Helfinstein <anastasi@google.com> > > Reviewed-by: James Cook <jamescook@chromium.org> > > Reviewed-by: David Tseng <dtseng@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#801947} > > Bug: 1016200 > Bug: 1121357 > Change-Id: Ic1b96aa268768a30ea8b5ace11c0925f62494a63 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380415 > Commit-Queue: Anastasia Helfinstein <anastasi@google.com> > Reviewed-by: David Tseng <dtseng@chromium.org> > Reviewed-by: James Cook <jamescook@chromium.org> > Cr-Commit-Position: refs/heads/master@{#802435} TBR=jamescook@chromium.org,dtseng@chromium.org,anastasi@google.com Change-Id: Ife8bb8b165fcb52a644fb917322eaccec1029f1d No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1016200 Bug: 1121357 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2379437Reviewed-by:
Melissa Zhang <melzhang@chromium.org> Commit-Queue: Melissa Zhang <melzhang@chromium.org> Cr-Commit-Position: refs/heads/master@{#802466}
-
Dominick Ng authored
This CL stops crashes when the App Service is inadvertently accessed from an incognito context, which is often inappropriate, but exists in legacy codepaths that are not well tested. A DumpWithoutCrashing is added to surface and audit these codepaths, and a test is added to ensure the correct behaviour. BUG=1122463 Change-Id: I83d3bdb2219d9fe22727df5c31422ed8d7d9d5f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2379451 Commit-Queue: Dominick Ng <dominickn@chromium.org> Reviewed-by:
Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#802465}
-
Xianzhu Wang authored
TBR=sclittle@chromium.org Change-Id: Id2b2f00c4f293b10fdfb24b2267fc4642545ffe7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380814Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#802464}
-
Daniil Lunev authored
Bug: b:151176984 Change-Id: I7ca4d9d222ba7db6f6f13a85a7e86daba3fd522b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2379383 Commit-Queue: Daniil Lunev <dlunev@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#802463}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I18d2a4c4f03409c962452b329cf600d1c3dd07fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2381010Reviewed-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@{#802462}
-
Xida Chen authored
These 3 enums are all private, so relatively easy to convert. Bug: 720553 Change-Id: Ide43578b526677b8da9317decd550a12f40d3f80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377557Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#802461}
-
Xida Chen authored
Bug: 720553 Change-Id: Iebab3e91d11ec674a95928acd9e08ad1dcfba60c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2378449Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#802460}
-
David Maunder authored
Bug: 1122629 Change-Id: Ifa83a9f981551037d16c73907665f2b2faa1323b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380253 Commit-Queue: David Maunder <davidjm@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#802459}
-