- 18 Nov, 2020 40 commits
-
-
kylechar authored
Replace BindToTaskRunner() to with base::BindPostTask(). The only functionality change is the base version ensures the callback is destroyed on the bound task runner, even if the callback is never invoked, so that any curried variables are destroyed on the right task runner. Bug: 1140582 Change-Id: I713f5e63a5eac63322808b75dac52693afbcdadb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2536786Reviewed-by:
Calder Kitagawa <ckitagawa@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#828759}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/f1f7c370eb0d..dda9c164cb3b 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: Ie506967775e3e0fc083b8baea327edff9bb7a57c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2546963Reviewed-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@{#828758}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/f1f7c370eb0d..dda9c164cb3b 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: I5bf96dbd711b3b9a8735cc256839c4b192b8a7f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2547043Reviewed-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@{#828757}
-
Ossama Mahmoud authored
While the PIN input field is focused on the lock screen, Pressing the shortcut keys Ctrl+Shift+Q twice does not sign out the user. This is fixed by invoking the default handling when ctrl is pressed. Bug: 1147599 Change-Id: I254489b88086d93da16e00987242da73f8f469d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2546962Reviewed-by:
Renato Silva <rrsilva@google.com> Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Commit-Queue: Ossama Mahmoud <osamafathy@google.com> Cr-Commit-Position: refs/heads/master@{#828756}
-
danakj authored
This explains more what is unsafe about this mojom, and add additional comments explaining when it is okay to use this and discouraging general use. R=darin@chromium.org, dcheng@chromium.org Bug: 1144462 Change-Id: I735da27d649394f2e196d99f6b63444e370e9586 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545203Reviewed-by:
Darin Fisher <darin@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#828755}
-
Michael Olbrich authored
cap.capabilities describes all capabilities of the whole physical device. It may contain V4L2_CAP_VIDEO_CAPTURE and V4L2_CAP_VIDEO_OUTPUT if multiple /dev/video* device nodes are part of the same physical device. If the V4L2_CAP_DEVICE_CAPS flag is set, then device_caps contains the capabilities of the currently opened device node. So this should be checked as well to determine if the device node is a capture device. Bug: None Change-Id: I83c0516c546121a0fac82380b72d1c8f3cb22fc9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2537967Reviewed-by:
Shik Chen <shik@chromium.org> Commit-Queue: Shik Chen <shik@chromium.org> Cr-Commit-Position: refs/heads/master@{#828754}
-
cfredric authored
This enables usage of the feature flag in net/ code, since services/network code can depend on net/ but not vice versa. Bug: 1143756 Change-Id: I0f78a995cb14b2acd6a12991c1b6afedad12e0b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2542813Reviewed-by:
Lily Chen <chlily@chromium.org> Reviewed-by:
Maksim Orlovich <morlovich@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Chris Fredrickson <cfredric@chromium.org> Cr-Commit-Position: refs/heads/master@{#828753}
-
Muhammad Hasan Khan authored
ArcSignInStatus has values that are only used inside ARC and are not sent over mojom interfaces. In this change we're removing all such values from the mojom interface and we'll create a local enum in ARC for referencing it in the code there. BUG=b:166322619 TEST=CQ Change-Id: I00a31e6c7f7b49d7cc0454f905539b1c494799ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2542824 Commit-Queue: Muhammad Hasan Khan <mhasank@chromium.org> Reviewed-by:
Jorge Lucangeli Obes <jorgelo@chromium.org> Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Yury Khmel <khmel@chromium.org> Cr-Commit-Position: refs/heads/master@{#828752}
-
Michael Checo authored
Bug: 1125150 Test: browser_tests --gtest_Filter=DiagnosticsApp* Change-Id: Ia61f672578543693b0107f65a91d1be033e2d081 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2544752Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Commit-Queue: Michael Checo <michaelcheco@google.com> Cr-Commit-Position: refs/heads/master@{#828751}
-
Matt Simmons authored
R=davidjm@chromium.org Change-Id: I86f1d5204949c6fe8d3d062f0e9840558fd85cf5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2542807Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Matt Simmons <mattsimmons@chromium.org> Cr-Commit-Position: refs/heads/master@{#828750}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/d1219d7bc85c..c91cb9e0abfe 2020-11-18 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-Headers from 11c6670b4a4f to 30e70cbd9850 (1 revision) 2020-11-18 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-ValidationLayers from 0cb8cc8cfcb2 to 169d0c7f8a7b (4 revisions) 2020-11-18 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 04515da400d5 to bb96f79d0e15 (2 revisions) 2020-11-18 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-Loader from be6ccb9ecaf7 to b54d55122868 (3 revisions) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC cnorthrop@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: cnorthrop@google.com Change-Id: I0700ba3aeaf564a173a51242c9eb6db7b4ec07cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2546867Reviewed-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@{#828749}
-
Peter Kotwicz authored
This reverts commit d3f64670. Reason for revert: Broke several chrome_junit_tests See https://ci.chromium.org/p/chromium/builders/ci/Android%20arm%20Builder%20%28dbg%29/53156 Sample broken chrome_junit_tests: ConfirmSyncDataStateMachineDelegateTest Original change's description: > [WebLayer] Update Fragment.getActivity() implementation. > > This CL updates the bytecode modifications we perform on > Fragment.getActivity() to have it call ContextUtils.activityFromContext( > getContext()), and modifies compile_java.py to detect compilation errors > related to this change and print a message pointing you to documentation > about the bytecode modifications. > > A compilation error will now print: > ../...../PasswordEntryEditor.java:144: error: cannot find symbol > getActivity().getSupportFragmentManager(), > ^ > symbol: method getSupportFragmentManager() > location: class Activity > Expecting a FragmentActivity? See docs/.......md > > Bug: 1123216 > Change-Id: I04016e30fba46c7d5c592e9ab2c5e5fa4c4cfde1 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508352 > Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> > Reviewed-by: Andrew Grieve <agrieve@chromium.org> > Reviewed-by: Natalie Chouinard <chouinard@chromium.org> > Reviewed-by: Boris Sazonov <bsazonov@chromium.org> > Cr-Commit-Position: refs/heads/master@{#828643} TBR=twellington@chromium.org,agrieve@chromium.org,bsazonov@chromium.org,rmcelrath@chromium.org,chouinard@chromium.org Change-Id: Iee2c469e87e9067bdf7ea2c1744398c473328711 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1123216 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2547121Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#828748}
-
Andres Medina authored
This is a reland of a3bfafb1 Original change's description: > [third_party] Uprev protobuf to v3.13.0.1+ > > Followed process in //third_party/protobuf/README.chromium > Highlights: > * Some protobuf APIs started being deprecated. Moved sources in > //chromecast and //components to start using the non-deprecated > versions. > * Removed most of the patches and updated the ones that are still > needed. No new patches. > * //components/subresource_filter/core/common/unindexed_ruleset.h: > HadError is not const anymore. > > Size increase is caused by protobuf mainlining 2 > functions to Serialize and Parse inside each *pb.cc file. This new > methods are now the way protobuf serializes and deserializes messages > so no way to avoid those without substantially changing protobuf > internals. > > Binary-Size: Unavoidable. Increase intrinsic to new protobuf. > Bug: 1144985 > Change-Id: I23ce43f07da82fdda60575934a4b039200164f48 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2518036 > Commit-Queue: Andres Medina <medinaandres@chromium.org> > Auto-Submit: Andres Medina <medinaandres@chromium.org> > Reviewed-by: Colin Blundell <blundell@chromium.org> > Reviewed-by: Peter Kasting <pkasting@chromium.org> > Reviewed-by: Luke Halliwell (slow) <halliwell@chromium.org> > Cr-Commit-Position: refs/heads/master@{#828263} TBR=blundell@chromium.org Bug: 1144985 Change-Id: Iec14714c049fb1a93691e60d11539007ab78be8a Binary-Size: Unavoidable. Increase intrinsic to new protobuf. Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545204 Commit-Queue: Andres Medina <medinaandres@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Cait Phillips <caitkp@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Reviewed-by:
Luke Halliwell (slow) <halliwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#828747}
-
Tanmoy Mollik authored
This cl adds a scrollbar to the bottom sheet for long account list. Screen recording: https://crbug.com/1146971#c3 Bug: 1146971 Change-Id: Id41b9f0b17163e99181367f38375695ff2b21607 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2540588 Commit-Queue: Tanmoy Mollik <triploblastic@chromium.org> Reviewed-by:
Alice Wang <aliceywang@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#828746}
-
Stephen Nusko authored
on linux This is currently >30% flaky and is already disabled on mobile. This is due to story occasionally generating to much data for the trace buffer. Bug: 1150432 Change-Id: Ia3f9ada3c3018160ed4ea800e3198afd21e04f8b No-Try: True TBR: johnchen@chromium.org CC: charliea@chromium.org,sullivan@chromium.org,tdresser@chromium.org,chrome-speed-metrics-dev@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2547208 Auto-Submit: Stephen Nusko <nuskos@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#828745}
-
Tanmoy Mollik authored
Signin promos in main settings page are shown as preference with modified layout. Thus tapping on the promo card anywhere other than the buttons has a background selectable effect. This cl removes that effect. Bug: 1148752 Change-Id: I55902eb8c602f82b5175a86b4265a21849418be2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2537831 Commit-Queue: Tanmoy Mollik <triploblastic@chromium.org> Reviewed-by:
Tanmoy Mollik <triploblastic@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#828744}
-
Alice Wang authored
This CL batches IncognitoInterstitialTest. Bug: 1149978 Change-Id: I600053a52536dd06a0e34c854818889d830d18bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2546598Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Alice Wang <aliceywang@chromium.org> Cr-Commit-Position: refs/heads/master@{#828743}
-
sandromaggi authored
This makes waiting for the document ready state not ignore the timing. It also adds timing to the waiting for a stable element. The timings are currently still ignored in the chains, only an action specifying their own chain (only ShowCastAction so far) logs its timings. This sets up the introduction of timings into mini-actions. Each mini-action should know whether it's timed or not and can move the wait time accordingly. Bug: b/172542134 Change-Id: Iefe6bf222bf7ec0afe25f5ffbb8bcfd4e5cf37fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2536452Reviewed-by:
Sandro Maggi <sandromaggi@google.com> Reviewed-by:
Marian Fechete <marianfe@google.com> Commit-Queue: Sandro Maggi <sandromaggi@google.com> Cr-Commit-Position: refs/heads/master@{#828742}
-
Gavin Mak authored
Generate DIR_METADATA files and remove metadata from OWNERS files for directories under //chromeos/. R=khorimoto@chromium.org Bug: 1113033 Change-Id: I62e64cb18d0af1ee91af2ec24ce130fc14570d6a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545576 Auto-Submit: Gavin Mak <gavinmak@google.com> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#828741}
-
Matthias Körber authored
Change-Id: Ia7be094aee35dec88ce65513ef97904abc86bac8 Bug: 1007974 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545528Reviewed-by:
Christoph Schwering <schwering@google.com> Commit-Queue: Matthias Körber <koerber@google.com> Cr-Commit-Position: refs/heads/master@{#828740}
-
chromium-internal-autoroll authored
Release_Notes: http://go/media_app-x20/relnotes/Main/media_app_202011180600_RC00.html https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/media_app/app/+/APA3S0RS-YgKZ3C9_oaQI7zzKGGpgA7civ7-QUPYY0kC If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/media-app-chromium-autoroll Please CC media-app@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 Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: b/138961540,b/154430508,b/170581900 Tbr: media-app@grotations.appspotmail.com Change-Id: Ifd35b0baaa4905b1b68eff78d94889a3e332ef26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2546871Reviewed-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@{#828739}
-
Khushal Sagar authored
R=backer@chromium.org Bug: 1031383 Change-Id: I6b31c08196cc02ee848115864962b6627ce0b123 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2544880 Auto-Submit: Khushal <khushalsagar@chromium.org> Commit-Queue: Jonathan Backer <backer@chromium.org> Reviewed-by:
Jonathan Backer <backer@chromium.org> Cr-Commit-Position: refs/heads/master@{#828738}
-
Michael Checo authored
Bug: 1125150 Test: browser_tests --gtest_Filter=DiagnosticsApp* Change-Id: I160f9f3d342f603f82fb3f128c5f070fc67dfd48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2538014 Commit-Queue: Michael Checo <michaelcheco@google.com> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#828737}
-
Richard Townsend authored
Dispatches link=rel preloads before they're added to the page, which makes prefetching behaviour more similar to the background parser. Bug: 901056 Change-Id: Ia60c5c241c96860fb50218d4eca71eedb4ec91b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2540449 Commit-Queue: Richard Townsend <richard.townsend@arm.com> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#828736}
-
Robbie Gibson authored
Bug: 1094335 Change-Id: I33ed238b32e77fbb18a54b37a1619287948f4fa5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2546542Reviewed-by:
edchin <edchin@chromium.org> Commit-Queue: Robbie Gibson <rkgibson@google.com> Cr-Commit-Position: refs/heads/master@{#828735}
-
Joe Downing authored
The IceConfig is currently logged using multiple log statements. This works fine in a file but breaks down when we start logging each event to the Windows event log. Instead of using a log statement per line, I just using a stringstream and then log the concatenated string at the end of the function. Change-Id: I0aef9e31bd590db46fb0b82843df5ca41c796979 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545746Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Commit-Queue: Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#828734}
-
Norman Rosas authored
Generate DIR_METADATA files and remove metadata from OWNERS files for //components/infobars Bug: 1113033 Change-Id: I91afed53796b1795e0eaaaa91c606f8122c7fb65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2543586Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Norman Rosas <normando@google.com> Cr-Commit-Position: refs/heads/master@{#828733}
-
Norman Rosas authored
Generate DIR_METADATA files and remove metatada from OWNERS files for //components/crash Bug: 1113033 Change-Id: I95da1e0f4712feee96eda781c3d273633dea112c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2542572Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Norman Rosas <normando@google.com> Cr-Commit-Position: refs/heads/master@{#828732}
-
Ioana Pandele authored
This reverts commit 9a10a6f1. Reason for revert: org.chromium.content.browser.GestureListenerManagerTest#testOnScrollEventsAfterCrashAndReload is very flaky Bug: 1150208 Original change's description: > Add test coverage for GestureListenerManager crash/reload case > > Bug: 1144109 > Change-Id: Iba055d3a9876b80f0da828409e2f21b1c5940a85 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521156 > Commit-Queue: Evan Stade <estade@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Cr-Commit-Position: refs/heads/master@{#825525} TBR=sky@chromium.org,estade@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1144109 Change-Id: I46f9b3b990b578474258260715715103bfd851da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2546543Reviewed-by:
Ioana Pandele <ioanap@chromium.org> Commit-Queue: Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/master@{#828731}
-
W. James MacLean authored
This CL fixes some comment issues for https://chromium-review.googlesource.com/c/chromium/src/+/2540749. TBR=creis@chromium.org Bug: 1148739 Change-Id: I29f18518ce65a955a295cea310219a7b10a66842 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2546961Reviewed-by:
James MacLean <wjmaclean@chromium.org> Commit-Queue: James MacLean <wjmaclean@chromium.org> Cr-Commit-Position: refs/heads/master@{#828730}
-
Saurabh Nijhara authored
The browser test related to audio output allowed policy is moved to a separated file. Bug: 1150081 Change-Id: Ic2e4c881b58f7d068c357908eb3b14e3e206ec28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545384Reviewed-by:
Sergey Poromov <poromov@chromium.org> Commit-Queue: Saurabh Nijhara <snijhara@google.com> Cr-Commit-Position: refs/heads/master@{#828729}
-
Ken Rockot authored
This disentangles most of the remaining Service Manager bits brought up and/or exposed by the Content layer. After this CL, it is trivial to move Service Manager ownership completely into //chromecast where its only remaining consumers reside. Bug: 977637 Change-Id: I8306c5dde888fc14c20b1f6fcdd5d439f0e12831 Tbr: danakj@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545068Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Sean Topping <seantopping@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#828728}
-
Robert Phillips authored
Bug: 1149931 Change-Id: I2580451a2b2dd9f9e598004a0903dfc51bf87530 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2544870Reviewed-by:
Florin Malita <fmalita@chromium.org> Commit-Queue: Robert Phillips <robertphillips@google.com> Cr-Commit-Position: refs/heads/master@{#828727}
-
Dave Tapuska authored
HandleMouseLeave can be a common implementation, this fixes a TODO in the OOPIF case for clearing the target URL. BUG=1097816 Change-Id: I41c7e6d6d022360f5f964e005485ae80e9871d9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2543123 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#828726}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/2efafe688dd1..9ef7e206b9a2 2020-11-18 robertphillips@google.com Remove friending between GrRenderTask and GrDDLTask 2020-11-18 robertphillips@google.com Update the TopoSort test ... 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 lovisolo@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: lovisolo@google.com Change-Id: I6d16d2c5dc659fd0bdb2404d5549481d3f9f7e54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2546869Reviewed-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@{#828725}
-
Ioana Pandele authored
Seems to be timing out again on Linux debug, but not on other platforms. See: https://ci.chromium.org/p/chromium/builders/ci/Linux%20Tests%20%28dbg%29%281%29/93029 TBR=masonfreed@chromium.org Bug: 1095379, 1105957 Change-Id: Ie8ee802ce51a20ba52edbc961a38b5a023bf6cbb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545508Reviewed-by:
Ioana Pandele <ioanap@chromium.org> Commit-Queue: Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/master@{#828724}
-
Olesia Marukhno authored
Fix browser and interactive ui tests when permission requests use chip UI. Bug: 1148277 Change-Id: I4f50a2aa32f7ad8f1f8ead3873a87cee20f9b80a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2539201 Commit-Queue: Olesia Marukhno <olesiamarukhno@google.com> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#828723}
-
Norman Rosas authored
Generate DIR_METADATA files and remove metadata from OWNERS files for //components/pdf... Bug: 1113033 Change-Id: Ia0545364052f110429122f80cd1d9275d05a7c8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545482Reviewed-by:
Daniel Hosseinian <dhoss@chromium.org> Commit-Queue: Norman Rosas <normando@google.com> Cr-Commit-Position: refs/heads/master@{#828722}
-
Omar Morsi authored
When an extension requests to generate a key, if after generation, registering the key as corporate fails, the key is left around and an error is returned to the requesting extension. This CL introduces an extra steps after the corporate registration fails, which is deleting the generated key. Bug: 1131436 Change-Id: Ia31afcb394baa168cce4e83c9dac8adb27cf07ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2544686Reviewed-by:
Pavol Marko <pmarko@chromium.org> Commit-Queue: Omar Morsi <omorsi@google.com> Cr-Commit-Position: refs/heads/master@{#828721}
-
Olesia Marukhno authored
Bug: 1150365 Change-Id: I94c3ce6a04815a6789934e18c4565834ad5f46d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2546981 Commit-Queue: Olesia Marukhno <olesiamarukhno@google.com> Commit-Queue: Bret Sepulveda <bsep@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#828720}
-