- 28 Aug, 2020 40 commits
-
-
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}
-
Yulun Wu authored
Bug: 1110757 Change-Id: I415313e4f1b9279ac4df68243a6b65f12055c092 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2378801Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Yulun Wu <yulunwu@chromium.org> Reviewed-by:
Jenny Zhang <jennyz@chromium.org> Commit-Queue: Yulun Wu <yulunwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#802458}
-
Ionel Popescu authored
This CL adds support for the eye dropper on Mac by using NSColorSampler. This approach avoids the security dialog asking for more permissions. Bug: 992297 Change-Id: Ia70d6c4daf3ec678e558ca528b63bfe960363f0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2378773Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Commit-Queue: Ionel Popescu <iopopesc@microsoft.com> Cr-Commit-Position: refs/heads/master@{#802457}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/cc61e5a98324..ed2e4739280f 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: I6f29813265daf52c2f6aeccc963aa5ffc7998267 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380342Reviewed-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@{#802456}
-
Mike Dougherty authored
This tab helper was used to analyze potential improvements for detecting users in bad captive portal states. However, it is now no longer being used. Removing it will clean up captive portal and application code to enable easier changes to captive portal code in the future if needed. This CL is referenced from a new README file so that it can more easily be discovered in the event that this functionality is found to be useful in the future. Bug: 1072565 Change-Id: I0aea60632587780150a0d378438a082824d184fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372901Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#802455}
-
Nikita Podguzov authored
This is a workaround for fixing cross references to PrintJob from chrome.printing API. Bug: 1122616 Change-Id: I13185b71bb53a625336aa405f7c41a66f7ce15a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2379721 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#802454}
-
Esmael El-Moslimany authored
Bug: 1112992 Change-Id: I7f6969c640e71cee455d64373d95f5d14ea48474 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366090 Commit-Queue: Esmael Elmoslimany <aee@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Alex Gough <ajgo@chromium.org> Reviewed-by:
Nicolas Ouellet-Payeur <nicolaso@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Auto-Submit: Esmael Elmoslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#802453}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/ee58da9d6f49..716e281185b5 2020-08-27 herb@google.com use a dense index internally in SkScalerCache 2020-08-27 egdaniel@google.com Make sure we set vk input attachment for case when doing copy. 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: I62828aacc200568f07b66938cf51029d00ae854f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380874Reviewed-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@{#802452}
-
tby authored
We want all file results to be returned by the launcher search provider, so let's stop the omnibox provider from doubling up. Cases to handle: - docs.google.com/... urls - drive files - drive.google.com/... urls - drive folders and misc - file://... urls - local files opened in chrome Bug: 1053637 Change-Id: Ia71174969f14f3d34638c611376d6460dee61105 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377326 Commit-Queue: Tony Yeoman <tby@chromium.org> Reviewed-by:
Rachel Wong <wrong@chromium.org> Cr-Commit-Position: refs/heads/master@{#802451}
-
Peng Huang authored
Bug: 1108406 Change-Id: Iaca79e3b6c1d66e421711c46f75a1cb614b7f961 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2378745Reviewed-by:
Vasiliy Telezhnikov <vasilyt@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#802450}
-