- 26 Jun, 2020 40 commits
-
-
ckitagawa authored
This CL moves the call to RFHI::SetEmbeddingToken() from NavigatorImpl::DidNavigate() to RFHI::DidNavigate() and makes it private. This mitigates the risk of it being called elsewhere causing a bug and generally cleans up the API. Bug: 1098283 Change-Id: I9e41c37d16e059e747c44236031c83d4236c01a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2261262 Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#782944}
-
Greg Thompson authored
BUG=none TBR=grt@chromium.org Change-Id: Iff6eb54c3cff2bd162d799c9b1e977345da641f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270300Reviewed-by:
Greg Thompson <grt@chromium.org> Commit-Queue: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#782943}
-
Mike Dougherty authored
NSErrors need to be converted to strings before logged in order to display details about the error. Bug: 1098758 Change-Id: I3f55c27b747bceefb4f9115aa57c91120b873905 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2267440Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#782942}
-
Colin Blundell authored
Now that infobars have landed in WebLayer, we can step back and share what makes sense to be shared. InfoBarCompactLayout.java (like InfoBarLayout.java) is reusable by WebLayer. This CL componentizes //chrome's InfoBarCompactLayout.java; a followup CL will change //weblayer to use it rather than its own custom fork. All the resources that InfoBarCompactLayout.java were either already componentized into //components/infobars/android for InfoBarLayout.java or are from lower levels of the codebase that are depended on by //components/infobars/android:java_resources. Change-Id: Ic1efeca868b94f536056e5872cf5508f7913df2b Bug: 1099169 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264126Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#782941}
-
Mirko Bonadei authored
Since the absl component build has landed, this CL restricts access to the absl source_sets in favor of a direct dependency on the component target. For now there is an allowlist but based on the outcome of https://groups.google.com/a/chromium.org/forum/#!topic/cxx/cNZPHgfhNP4 it might be lifted. Bug: 1046390 Change-Id: I171ff8352e10241ca5dd3703d15e189a5ff534b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2260532 Commit-Queue: Mirko Bonadei <mbonadei@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#782940}
-
Roman Aleksandrov authored
Fixed: 975711 Change-Id: I07a8c958011bb39709abde4180d5c9099fde80f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2257916 Commit-Queue: Roman Aleksandrov <raleksandrov@google.com> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#782939}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/6580fb3e51cc..839fddf46af2 2020-06-26 patrick.brosset@microsoft.com Grid: Round offset data to handle high-dpi monitors 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:1098929 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ieaf66b49e16b7b83885ef77a4a35188ded1e2281 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270428Reviewed-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@{#782938}
-
Benjamin Smith authored
R=tmrts@chromium.org, ulan@chromium.org Search is a critical user journey for Gmail. Search inbox for deals. Bug: 1044682 Change-Id: I0f66c879ab02cfa3332a75576595335a344f9d7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2247319 Commit-Queue: Benjamin Smith <codesmith@google.com> Reviewed-by:
John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#782937}
-
Antonio Gomes authored
... instead of WebMediaStreamTrack. This is part of the effort to reduce the needless use of public Blink APIs (wrappers) within renderer/modules. BUG=704136 R=guidou@chromium.org Change-Id: I79ad69afd033c282e63cc25e3c44db664d7d13ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2257747 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#782936}
-
Harald Alvestrand authored
This is the first step in removing the feature: 1) Count 2) Deprecate 3) Remove Bug: webrtc:6625 Change-Id: Icd9ad6afa7cb427340d075680134fc5d85050353 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270062 Commit-Queue: Harald Alvestrand <hta@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#782935}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/b19cfeeb5c66..54544ec92add 2020-06-26 danilchap@webrtc.org In av1 encoder set bitrate per layer when scalability is used. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@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 Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I50b86962a5da308e3f6c5ab283b2887538ae9a5e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270425Reviewed-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@{#782934}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/c84119493b9c..55be03a1e001 2020-06-26 fmayer@google.com Merge "Add --heaps to heap_profile script." 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: I6888537b59b12be8e302f05e60007dfbcc6795d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270424Reviewed-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@{#782933}
-
Tanmoy Mollik authored
This feature was launched to 100 percent stable. This cl removes the java side of the feature flag. Bug: 1096011 Change-Id: Ib836eee0e256d541b30ed3ac6bb17324335c1640 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2266879 Commit-Queue: Tanmoy Mollik <triploblastic@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#782932}
-
Side Yilmaz authored
Fix for crrev.com/c/2242078 that is reverted here(crrev.com/c/2259150), because of crbug.com/1098208. This CL replaces deprecated functions of IdentityServicesProvider with the newer service getters with profile parameter. Since HistoryManager runs only in regular mode, this CL always pass regular profile to IdentityServicesProvider. The code behaviour stays same as today. Bug: 1041781, 1075562 Change-Id: Ib1f32ca458c7d2243991d7b4f17af1c8f5c2f78e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2262952Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#782931}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/837b9c5748eb..b60d96652beb 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 droger@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:1090082,chromium:1091851 Tbr: droger@google.com Change-Id: Ib74ee441e24f0265abfe5ae6de3affc20358665e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270421Reviewed-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@{#782930}
-
Nick Diego Yamane authored
R=msisov@igalia.com Bug: 896640 Change-Id: I8a6fcdd87e9bcb622e21bf3e86af185cd0b761f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2267418Reviewed-by:
Maksim Sisov <msisov@igalia.com> Commit-Queue: Nick Yamane <nickdiego@igalia.com> Cr-Commit-Position: refs/heads/master@{#782929}
-
Nohemi Fernandez authored
AddAccountSigninManagerTests were failing due to a missing run completion. Remove intermediary method that causes this failure. Bug: 1078815 Change-Id: I1766e593927cd40be318cf66bb67d11f5ed47006 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264057 Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Reviewed-by:
Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#782928}
-
Jérôme Lebel authored
Migrating from MDCInkView to MDCRippleView in IdentityPickerView. For more details: https://material.io/develop/ios/components/ink/#migration-guide-ink-to-ripple Fixed: 1099381 Change-Id: I074db9baabaff9461a456df48498d63089a13cc9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2267323 Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Auto-Submit: Jérôme Lebel <jlebel@chromium.org> Reviewed-by:
Nohemi Fernandez <fernandex@chromium.org> Cr-Commit-Position: refs/heads/master@{#782927}
-
Mikel Astiz authored
It's not actually used to sync any data because all datatypes have been migrated, so there is no need to continue persisting the Directory to disk (sqlite), sparing unnecessary I/O load. The patch also removes the plumbing for unrecoverable Directory errors, which are no longer relevant. Change-Id: I956df6d69d3dbdd466074c9df468a2b7ab629a72 Bug: 923287 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2265999Reviewed-by:
Maksim Moskvitin <mmoskvitin@google.com> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#782926}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/46f8ecc40de9..6580fb3e51cc 2020-06-26 paulirish@chromium.org stylelint: exit gracefully if all affected files are ignored 2020-06-26 changhaohan@chromium.org Add search cancel button to SearchableView 2020-06-26 mathias@chromium.org Add e2e test for fake eval in Console 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:1067184,chromium:1083142,chromium:1099603 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I794bf3758a4b7c3784049748e24e75d2a7f919b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270422Reviewed-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@{#782925}
-
Olivier Robin authored
Bug: 1089532,1088885,1088884,1088883,1088881,1088800 Change-Id: If98d79e873b32b4037b9535540da7056c9848c66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2266898Reviewed-by:
Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Jérôme Lebel <jlebel@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#782924}
-
Antonio Gomes authored
... instead of WebMediaStreamTrack. This is part of the effort to reduce the needless use of public Blink APIs (wrappers) within renderer/modules. BUG=704136 R=guidou@chromium.org Change-Id: I6e0adab94e65727828893d34444fc2feb8e8304e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2256767Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#782923}
-
David Roger authored
This reverts commit b7b42218. Reason for revert: the tests are flaky. See https://crbug.com/1099636 Original change's description: > Add location delegation instrumentation tests > > Add some integration tests that runs javascript get geolocations and > verify results. > > Bug: 1069506 > Change-Id: I368489922b13711b3e9d0f3d800a7cc3172a979c > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249372 > Reviewed-by: Peter Conn <peconn@chromium.org> > Reviewed-by: Michael Thiessen <mthiesse@chromium.org> > Commit-Queue: Ella Ge <eirage@chromium.org> > Cr-Commit-Position: refs/heads/master@{#782422} TBR=mthiesse@chromium.org,peconn@chromium.org,eirage@chromium.org Change-Id: I3b143731db0bcbae01f880cd1bb70474f0b32e22 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1069506, 1099636 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270321Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#782922}
-
Mirko Bonadei authored
This reverts commit 3a2a481f. Reason for revert: This doesn't work because gtest_enable_absl_printers is declare_arg'd in googletest so in WebRTC we get an error even if we use declare_default in the .gn file. Original change's description: > Add gtest absl deps to the absl component. > > This CL conditionally adds absl/debugging deps to the absl component > if build_with_chromium=false. This will allow downstream projects to > use gtest with absl (for pretty printers and matchers) but it will > remove these dependencies in Chromium to avoid to add static > initializers. > > When static initializers will be removed, the dependency will not be > conditional so Chromium will also be able to set > 'gtest_enable_absl_printers=true'. > > Bug: 1046390 > Change-Id: Ifffea81ba8f7a9412bebc3798e8f79eaff2777d7 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2262972 > Commit-Queue: Mirko Bonadei <mbonadei@chromium.org> > Auto-Submit: Mirko Bonadei <mbonadei@chromium.org> > Reviewed-by: Nico Weber <thakis@chromium.org> > Cr-Commit-Position: refs/heads/master@{#782889} TBR=thakis@chromium.org,mbonadei@chromium.org,danilchap@chromium.org Change-Id: I808c4b928c98733965276fd49093bfe35b4d9f74 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1046390 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270082Reviewed-by:
Mirko Bonadei <mbonadei@chromium.org> Commit-Queue: Mirko Bonadei <mbonadei@chromium.org> Cr-Commit-Position: refs/heads/master@{#782921}
-
Benjamin Smith authored
R=tmrts@chromium.org, ulan@chromium.org Open Conversation is a critical user journey for Gmail. Open first conversation in inbox. Bug: 1044682 Change-Id: Ia03c9b5799823a203e63ee1357f025b874945e70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246867 Commit-Queue: Benjamin Smith <codesmith@google.com> Reviewed-by:
John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#782920}
-
Jia authored
Following a hard-to-reproduce bug report (crbug.com/1098059), this cl adds logging to monitor if some curve data is invalid. Bug: 881215 Change-Id: I9b2b099c052ff601a747b4e6241d6cb31b5b3c8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2269598 Commit-Queue: Jia Meng <jiameng@chromium.org> Reviewed-by:
Tony Yeoman <tby@chromium.org> Cr-Commit-Position: refs/heads/master@{#782919}
-
Tim van der Lippe authored
shell=True is a security hazard per the Python documentation: https://docs.python.org/2/library/subprocess.html#frequently-used-arguments This has 2 effects that required changes in scripts: 1. The shell removes extraneous quotes from arguments, which we now should no longer include in any argument passed in 2. The shell now requires an array of arguments, rather than a string Next to that, removal of shell=True is required if we later want to call the script as part of a GN action. R=tapted@chromium.org,dpapad@chromium.org Bug: 1096473 Change-Id: I77e85048e5a6db33035ca774434857170aeaf91e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264365Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: Tim van der Lippe <tvanderlippe@chromium.org> Cr-Commit-Position: refs/heads/master@{#782918}
-
David Roger authored
This reverts commit 60d33a56. Reason for revert: unittests are flaky. See https://crbug.com/1099629 Original change's description: > Add shutting down process to the Storage and StorageQueue. > > Making that will guarantee, that queue is destructed on the appropriate > queue only and in order with other asynchronous operations (after them > all). When the device is shutting down, it won't allow any new asyn > operations to start. > This should resolve crbug/1098359. > > Bug: 1098359 > Change-Id: I12fd860778bc8dd7efb1f51f6d878c2cd1dd3256 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268382 > Reviewed-by: Zach Trudo <zatrudo@google.com> > Commit-Queue: Leonid Baraz <lbaraz@chromium.org> > Cr-Commit-Position: refs/heads/master@{#782828} TBR=zatrudo@google.com,lbaraz@chromium.org Change-Id: I63eeb790e5bbd164ed4e7b4884ef5ffe7ba457c4 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1098359, 1099629 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270143Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#782917}
-
Marc Treib authored
The whole folder components/sync/notifier was part of the old invalidations system and can go away: InvalidationPreferences and InvalidationIntentProtocol were trivially unused. InvalidationClientNameProvider/Generator and its implementations were not fully unused: A global provider instance was set up with a generator, but it was never actually used. Bug: 1029481 Change-Id: I490620d1a75e1fa66993788e9b1f1ff79d7fe3a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2266957 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Auto-Submit: Marc Treib <treib@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#782916}
-
Victor Hugo Vianna Silva authored
The CL fixes a typo in a CSS selector used in crrev.com/c/2254281, which caused a bad alignment of the Undo button. The CL also merges the selector with #undoLabel, which is actually a leftover that has been around since M78 (crrev.com/c/1729469). Bug: 1099236 Change-Id: I8315fafd4e4c20be66324d9cc013872066e9f362 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2266877Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Victor Vianna <victorvianna@google.com> Cr-Commit-Position: refs/heads/master@{#782915}
-
Sami Kyostila authored
Implement Perfetto's platform abstraction layer using Chrome's TLS and task runner primitives. Bug: b/158460267 Change-Id: I2b2653c550db4c6bb8c8e8e325af7693d1bb496b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248559 Commit-Queue: Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
Eric Seckler <eseckler@chromium.org> Auto-Submit: Sami Kyöstilä <skyostil@chromium.org> Cr-Commit-Position: refs/heads/master@{#782914}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/c81da1c809fe..3330d56fbe19 2020-06-26 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-Tools from 0f4d5f74f199 to ff825d988fe8 (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 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: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: cwallez@google.com Change-Id: I2c65dcd816b7c021ca5f096f254abc7dfa5cb4f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270104Reviewed-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@{#782913}
-
Bartek Nowierski authored
Bug: 1073933 Change-Id: Id5e95549368323ce77fd3d0ff8957e92445b3b4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2266255 Commit-Queue: Bartek Nowierski <bartekn@chromium.org> Reviewed-by:
Bartek Nowierski <bartekn@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Benoit L <lizeb@chromium.org> Cr-Commit-Position: refs/heads/master@{#782912}
-
Pâris Meuleman authored
Change-Id: I34bf1a3c07c0f3379a50a68bdd7a07c0032dc37a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2251999 Commit-Queue: Pâris Meuleman <pmeuleman@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#782911}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/d15f969132d7..46f8ecc40de9 2020-06-26 sigurds@chromium.org Fix stylelint-config-standard issues in elements/computedStyleWidgetTree.css 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:1083142 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ibee786cb29c5c256021f1987c73ab041e586337e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270419Reviewed-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@{#782910}
-
Yutaka Hirano authored
Bug: 1091665 Change-Id: I5487cf88e0b5d60c3a421cce521428adc0822938 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2269403 Auto-Submit: Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#782909}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/7be9918fef15..837b9c5748eb 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 droger@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: droger@google.com Change-Id: I952e9866356eb26d3fffb5dcaa6b82eb76d1e1de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270100Reviewed-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@{#782908}
-
Kenichi Ishibashi authored
This CL removes old ServiceWorkerResponseReader and starts using new mojofied ServiceWorkerResourceReader in prod code. Bug: 1055677 Change-Id: I2fb4daf37242535716a0e38c9a89a69de960f37e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2256110Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#782907}
-
Maksim Sisov authored
Verifying local use_x11 && use_ozone build and sending for review the fixups. TBR=sky@chromium.org Bug: 1085700 Change-Id: Idca3d217224339fcf53dfdc4c65fb33c2ecb84b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2266672Reviewed-by:
Maksim Sisov <msisov@igalia.com> Commit-Queue: Maksim Sisov <msisov@igalia.com> Cr-Commit-Position: refs/heads/master@{#782906}
-
Mathias Bynens authored
This test is now captured as an e2e test in the DevTools repository: https://source.chromium.org/chromium/chromium/src/+/master:third_party/devtools-frontend/src/test/e2e/console/console-message-format_test.ts;l=11-21;drc=869374bcab6fa261360d6cd62fd135898274204d Bug: chromium:1099603 Change-Id: I1e109c0e6d87d38b621acafca41f7e49cc2abe17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270058 Auto-Submit: Mathias Bynens <mathias@chromium.org> Reviewed-by:
Peter Marshall <petermarshall@chromium.org> Commit-Queue: Peter Marshall <petermarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#782905}
-