- 07 Aug, 2020 40 commits
-
-
Mason Freed authored
Bug: 1104846 Change-Id: Id2a9c609a8595576787e4fd5e0f7de3e250506fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342141 Auto-Submit: Mason Freed <masonfreed@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#796038}
-
Matthew Mourgos authored
The color for the shelf notification badges is calculated by getting a light vibrant color from the shelf app icon image. If no color can be calculated then white is used as the default notification color. Bug: 1080827 Change-Id: I2b858b7c15f1a54191afe063716c64a9fa58b925 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2241291 Commit-Queue: Matthew Mourgos <mmourgos@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#796037}
-
Ioana Pandele authored
The check manager will now package the compromised credentials in a format that is useful to the Java side and send them over to the bridge. Bug: 1102025 Change-Id: I86d6dc86c379a4dc67c618cb048a2eff8bbe5af7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339967 Commit-Queue: Ioana Pandele <ioanap@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#796036}
-
Victor Vasiliev authored
This is a primarily no-op change to aid adding support for NetLog into QuicTransportClient. Bug: 1114027 Change-Id: I06c449c3cc977789a1d28c5320905ca4ffd2be3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342483Reviewed-by:
David Schinazi <dschinazi@chromium.org> Commit-Queue: Victor Vasiliev <vasilvv@chromium.org> Cr-Commit-Position: refs/heads/master@{#796035}
-
Olivier Yiptong authored
Adds FONT_ACCESS content settings and permission enum values. This gates the experimental navigator.fonts.query() enumeration API. This cl also wires up the permission prompt to the API implementation. In doing so, direct worker support for the API has been removed. Should developers have the need to enumerate from a worker, we'll reconsider the shape of the API so that the permission prompt is explicit, perhaps via the Permission Request API or otherwise. Bug: 1112552 Change-Id: Ie0ec477e4ae67b93d35e1008f76b84be312fcc6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2335980Reviewed-by:
Andy Paicu <andypaicu@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Olivier Yiptong <oyiptong@chromium.org> Cr-Commit-Position: refs/heads/master@{#796034}
-
Natalie Chouinard authored
Copy downstream XML to preload Google Sans fonts from GMS Core to upstream. This will be followed by CLs to cleanup downstream preloading (crrev.com/i/3202583) and update downstream font references (crrev.com/i/3202445). The only change made in duplicating these files was renaming font/accent_font.xml and font/accent_font_medium.xml to font/google_sans.xml and font/google_sans_medium.xml, respectively. At the time of this CL landing, there are not yet any style resources referencing these new font resources. The only functional change in this CL is that public Clank builds will now also preload Google Sans, which is by design to support https://crbug.com/1110973. Bug: 1112002 Change-Id: I242e28d1ff57f41d17d08499e9efb236268e11de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339612Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#796033}
-
Michael Thiessen authored
The non-androidx version of UiThreadTestRule has surprising semantics, like causing the @Before and @After methods to run on the UI thread, even when not annotated. Almost none of the tests that use UiThreadTestRule are aware of this, and do things like poll the UI thread (causing flaky deadlocks), or redundantly post tasks to the UI thread. This change replicates what the androidx junit4 test runner does, processing the @UiThreadTest annotation when running test methods to run only the test method on the UI thread without causing other rules or @Before/@After to run on the UI thread as well. Bug: 1111893 Change-Id: Ib0a067e24fec0fd1a2a5b1558d30e5f85e5f37a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332301 Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Paul Jensen <pauljensen@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#796032}
-
Jan Wilken Dörrie authored
This change adds implementations of the algorithms in [alg.merge] to //base/ranges/util. Bug: 1071094 Change-Id: I7576ddd3c84738437959317b881c4883339359b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339975 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#796031}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/0c0349252934..a4cba6578f09 2020-08-07 treehugger-gerrit@google.com Merge "Importing flow events from protobuf to flow table" 2020-08-07 treehugger-gerrit@google.com Merge "Perfetto: parse GpuMemTotalEvent in trace processor" 2020-08-07 treehugger-gerrit@google.com Merge "Minor test cleanup, use protozero::HeapBuffered<Msg>" 2020-08-07 hjd@google.com Merge "ui: Remove thumbnail mode from heap profiles" 2020-08-07 hjd@google.com Merge "ui: Add instant event rendering" 2020-08-07 treehugger-gerrit@google.com Merge "Make client_ext ABI more stable." 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: I8ff8e2e3bd8f4fa4ebd2539193944c57b3188276 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343147Reviewed-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@{#796030}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/56f14dabfe99..0c0349252934 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: I51a5b3bf19db94c3016efe14361aa7c1cfa8655c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343311Reviewed-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@{#796029}
-
Tarun Bansal authored
Change-Id: Ie5273ded866519340ee6c3f8665b636d6e8ef7c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342118 Commit-Queue: Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Cr-Commit-Position: refs/heads/master@{#796028}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/e69d5b2de943..56f14dabfe99 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-win-chromium Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: I28e6d75b8d7d2a075d3a0b8c7a7c8d30c82eb3d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343307Reviewed-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@{#796027}
-
chrome://flagsCollin Baker authored
This also updates the expiration of WebUITabStrip which I forgot to extend. Bug: None Change-Id: Icba7fc5ce10bb967fe4145662ce6cbe08c96454a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341823 Commit-Queue: Collin Baker <collinbaker@chromium.org> Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Auto-Submit: Collin Baker <collinbaker@chromium.org> Cr-Commit-Position: refs/heads/master@{#796026}
-
dpapad authored
Adding a simple usage of eventToPromise() to showcase that loading generated files works, as well as that JS type checking passes. Bug: 1101146 Change-Id: I3a4ad806b498f1fef1ab92db355d1d4e1af20f3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2338915Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Auto-Submit: dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#796025}
-
Lei Zhang authored
In the rare case where the renderer cannot send its data, it exits early from PrintFrameContent() and forgets to send the onafterprint event. Fix the code to always send the event when possible. Change-Id: I31cf4fec8f17fcd64742d22056c0c445b422c7a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340356Reviewed-by:
Wei Li <weili@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#796024}
-
Dominic Mazzoni authored
Original patch: r795655 http://crrev.com/c/2340163 Revert: r795891 http://crrev.com/c/2339627 Fix is just to update the Android expectations. Original description: A file picker control (<input type=file>) is exposed as a button in the accessibility tree. Previously the filename chosen was only exposed in the accessible value, like with other input elements - but most screen readers were not reading the value, since it's not normal to read the value of a button. So users couldn't tell what file was chosen, or whether a file was chosen at all. Fix this by making the accessible name include both the filename (as already exposed in the value) and the text of the "Choose File" button. Add a test to confirm this is working correctly when a file is selected. Bug: 903655, 1114139 Tbr: aleventhal@chromium.org Change-Id: I77185cb5a71e6a1ae821f8a9ea9e205596cff109 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343308Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#796023}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/e69d5b2de943..56f14dabfe99 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: I53a3dfe511f28659a3600b6a6715264b2b5aee22 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342137Reviewed-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@{#796022}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/fb4355fa6266..ce00f903c268 2020-08-07 patrick.brosset@microsoft.com Grid: Always place grid area labels in the top/left corner of the area 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:1100384 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I5f7ba7e1ad32ecc98a37950761cc4129d18334f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343369Reviewed-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@{#796021}
-
Andrew Grieve authored
And moved helper function into gn_helpers.py It was only ever in .properties format so that it could be easily parsed by bash, but we no longer need that. Also fixes default_android_sdk_version to be a string. -next builds need it to be a string. Bug: None Change-Id: I99541f18510de93dae4c0d68b734638564f74ee2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340673 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Mohamed Heikal <mheikal@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#796020}
-
John Delaney authored
What: Add relevant config line for 3p origin trials Why: The Conversion Measurement API may be used by third parties to measure conversions between different first parties. Allowing them to opt-in makes the trial integration much easier. Bug: 1113879 Change-Id: I76df331041d0a3519c0805c7d8a9239556fcd492 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340553Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: John Delaney <johnidel@chromium.org> Cr-Commit-Position: refs/heads/master@{#796019}
-
yjliu authored
This was caused by frame throttling which continued to apply to the snapped window in splitview after the window was moved out of overview. Bug: 1112835 Change-Id: I80f09e27cf2f29e67f8dfa8d8baa2ae3fabe1349 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342130 Commit-Queue: Jun Liu <yjliu@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#796018}
-
Ilia Samsonov authored
This CL removes the blink web tests suite from Mac10.10 and Mac10.11 ci builders. Bug: 1107003 Change-Id: If124a774b663ccb60cf39a7aa44b624c37341274 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343306Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Commit-Queue: Ilia Samsonov <isamsonov@google.com> Cr-Commit-Position: refs/heads/master@{#796017}
-
Rakina Zata Amni authored
The test depends on the fact that unload handlers will run before the new page renders on same-site navigations, which isn't supported for same-site cross-RFH navigations currently. Bug: 977562, 1110744 Change-Id: If191895ec13f9699b478737fa16a7175a9aa3aac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341232Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Cr-Commit-Position: refs/heads/master@{#796016}
-
Dan Harrington authored
To keep scroll tracking in sync with v1, I wanted to re-use v1's ScrollTracker. I moved ScrollTracker to the shared package, and refactored it so that it uses normal chromium deps. This does change behavior very slightly for simplicity -- the new implementation will sometimes collate scroll events that happen between 200ms and 400ms apart. Events between 0 and 200ms are always collated, as before. Finally, the new ScrollTracker is used to call FeedStreamSurface's native scroll reporting functions. Bug: 1044139 Change-Id: I8bbfdf6cc8f8d336df1b6d97f39a5e9f0bf5afe2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340168 Commit-Queue: Dan H <harringtond@chromium.org> Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Cr-Commit-Position: refs/heads/master@{#796015}
-
Sven Zheng authored
From the recent 20 jobs. Like: https://ci.chromium.org/p/chromium/builders/ci/linux-lacros-tester-rel/716? https://ci.chromium.org/p/chromium/builders/ci/linux-lacros-tester-rel/712? Bug: 1111979 Change-Id: I3b150007ac631991581f3c65310a56775be222e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342990 Commit-Queue: Sven Zheng <svenzheng@chromium.org> Auto-Submit: Sven Zheng <svenzheng@chromium.org> Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#796014}
-
Lukasz Anforowicz authored
This CL provides explicit default values for most of the primitive-type fields of CommonNavigationParams, BeginNavigationParams and CommitNavigationParams. The explicit initialization is mostly a readability aid, since otherwise the auto-generated default constructor will just call the default constructor of the fields: BeginNavigationParams::BeginNavigationParams() : initiator_routing_id(), headers(), load_flags() ... Still, being explicit in the mojom file helps: 1. It makes it clear that the default has been explicitly selected by a human, rather then provided by the compiler and/or other tools. 2. It doesn't require the reader to understand that omitting the initializer is safe and will zero-initialize POD values. 3. It does make a difference in cases when non-zero defaults are better - for example when initializing initiator_routing_id to MSG_ROUTING_NONE. (rather than falling back to zero-initializatio Note that default initial values cannot be provided for [Native] enums. Bug: 1107269 Change-Id: I9a1dfc9467d52ff9485cc124ab1859cf50b6b345 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341892 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#796013}
-
Sophie Chang authored
Bug: 1112970 Change-Id: If19c5dbb08ad1648b23b260481bcf31c12287264 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342067Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Commit-Queue: Sophie Chang <sophiechang@chromium.org> Cr-Commit-Position: refs/heads/master@{#796012}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/f7721fb24619..fe4688edfa48 2020-08-07 jonaso@webrtc.org Fix visibility of network_monitor_enums 2020-08-07 nisse@webrtc.org Remove rtp test dependency on VideoCodec class 2020-08-07 terelius@webrtc.org Add missing tests for DTLS state logging in RTC event log. 2020-08-07 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 9c0fc3b7..2f197110 (795492:795842) 2020-08-07 nisse@webrtc.org Delete left-over TODO comment 2020-08-07 elrello@microsoft.com Add new fmtp parameter for H.264 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: I8c48ec99e7eea42df5eafda11f136ec7202a110e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343367Reviewed-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@{#796011}
-
Carlos IL authored
GetSubstringBounds rounds up on both sides (so it guarantees that the rectangle returned will be >= than the substring). this causes the ElideAnimation gradient mask to sometimes cover the unelided section of the URL by one pixel. This CL adds an extra pixel of margin to ensure this never happens. Tests are also modified to reflect the new expectations. Bug: 1112848 Change-Id: Ic120f74f276f1baffdca9509784b2700b7649175 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341397Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: Carlos IL <carlosil@chromium.org> Cr-Commit-Position: refs/heads/master@{#796010}
-
Roman Sorokin authored
Mixin extracted from the Eula browsertests. Mixin to be reused for the OobeEndToEnd tests. Also removed DISABLED on MSAN code - covered by oobe msan filters. Bug: 1032194, 1041188 Change-Id: I96e192dd86f59e4634779d824898c3097cf18d03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343074Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Auto-Submit: Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#796009}
-
wutao authored
Change the label of topic source group in the Settings page to "Photo Frame". Bug: none Test: manual Change-Id: I3df69244186fde84874bfa3fd828b8a577d24712 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342304 Auto-Submit: Tao Wu <wutao@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#796008}
-
Arthur Eubanks authored
Broken by https://crrev.com/c/2327633. Bug: 1015315 Change-Id: I4032732fc8aaa9fab359d7bf99cb4b0eeb38648a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342132Reviewed-by:
Hans Wennborg <hans@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Auto-Submit: Arthur Eubanks <aeubanks@google.com> Cr-Commit-Position: refs/heads/master@{#796007}
-
Zach Trudo authored
Adds a handler to the DmServerUploadService for handling APP_INSTALL_EVENT messages. Bug: chromium:1078512 Change-Id: If95ec4e80d9002c13ff9a0a62994cc495fcce0a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2284087Reviewed-by:
Leonid Baraz <lbaraz@chromium.org> Commit-Queue: Zach Trudo <zatrudo@google.com> Cr-Commit-Position: refs/heads/master@{#796006}
-
Maxim Kolosovskiy authored
Bug: 1086114, 1092444 Change-Id: Ic1cec5c5ffcf944a7f1c3235429f0625ef704272 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341648 Commit-Queue: Maxim Kolosovskiy <kolos@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#796005}
-
Chris Lu authored
Bug: 1113823 Change-Id: I052a334fd30ed4db4c7ed6891f70fcecad1273b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340506 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Auto-Submit: Chris Lu <thegreenfrog@chromium.org> Cr-Commit-Position: refs/heads/master@{#796004}
-
Clark DuVall authored
This exception may happen when trying to notify WebView we are running in-process, but it is fine to ignore. Change-Id: Id9b17ab8cbad42a28559dbb505ef403e8d1105e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343227 Commit-Queue: Clark DuVall <cduvall@chromium.org> Commit-Queue: Richard Coles <torne@chromium.org> Auto-Submit: Clark DuVall <cduvall@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#796003}
-
Rohan Parab authored
Bug: 163028167 Test: Locally on android Q device Change-Id: I463f133981530e5ca936d62d6e1f10cb701e2e2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342579Reviewed-by:
Luke Halliwell (slow) <halliwell@chromium.org> Reviewed-by:
Simeon Anfinrud <sanfin@chromium.org> Commit-Queue: Rohan Parab <prohan@google.com> Cr-Commit-Position: refs/heads/master@{#796002}
-
Dan Harrington authored
- The host override no longer affects the actions endpoint. - A new actions endpoint override was added. - Status for the last action upload is now saved and presented on the internals page. Bug: b/163071541 Change-Id: I372dd1cc091937381aeb25f6a1f9f74f710d58b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343304Reviewed-by:
Ian Wells <iwells@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#796001}
-
Renjie Tang authored
Change-Id: Ia526d76219659edce6478b16b69410f674073041 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341396 Auto-Submit: Renjie Tang <renjietang@chromium.org> Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Commit-Queue: Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#796000}
-
Ian Wells authored
The spoken message for snackbars now sounds like "Snackbar message. <pause> Action. <pause> Options near the bottom of the screen." Bug: 1103062 Change-Id: If3747989e82d34d19d1505fbf86aa1e2f967d64f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342054Reviewed-by:
Pavel Yatsuk <pavely@chromium.org> Commit-Queue: Ian Wells <iwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#795999}
-