- 21 Sep, 2020 40 commits
-
-
Kyle Williams authored
The current paradigm is to give a |CfmServiceContext| to any service that requests to register itself with it; however, using an invitation to connect to the same process multiple times is unsupported. The resolution to this issue is for service_connection to become an intermediate wrapper for the |CfmServiceContext| inside chromium and proxy commands to the platform side implementation. BUG=chromium:1105567, b:165864612, b:160960260 TEST='autoninja -C out/Default chromeos:chromeos_unittests \ && ./out/Default/chromeos_unittests --dbus-stub \ --single-process-tests \ --gtest_filter=CfmServiceConnectionTest.*' Change-Id: I99848666eb14db1ca7c1160f12900824d7881176 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422137 Commit-Queue: Kyle Williams <kdgwill@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#809074}
-
Jiawei Li authored
Gin-based QueryableDataBindings is deprecated in favor of using HTML5 MessageChannel based bindings. Major changes: - feature::kUseQueryableDataBackend is removed - QueryableDataHostCast is removed - QueryableDataBindings is removed Merge-With: eureka-internal/452219 Bug: Internal b/141323597 Test: None; New binding is stable on production. Change-Id: I2cab76239bbecceda492265d7d036ce1ebdef654 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412781Reviewed-by:
Sean Topping <seantopping@chromium.org> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Commit-Queue: Jiawei Li <lijiawei@chromium.org> Cr-Commit-Position: refs/heads/master@{#809073}
-
Ahmed Mehfooz authored
Remove GridLayout manager for the holding_space_item_chips_container in favor of a simple custom layout. The GridLayout manager seems to be unwieldy when trying to remove items. Clean up hard-coded padding values. Bug: 1129321 Change-Id: I065c4b5c8acc9822f6a6385660a50a0a77ee98a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2415280 Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Reviewed-by:
David Black <dmblack@google.com> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#809072}
-
Andre Le authored
- Connect task continuation view to phone model to hook up data. - Fix continue browsing view to display data. - A small fix in multidevice-internals to display favicon in debug UI. Screenshot: https://screenshot.googleplex.com/AXzJduFaBPTaLmQ BUG=1106937,1126208 Change-Id: I2dde0aeb25183f010427644f0eb54582056ad9b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414889Reviewed-by:
Tim Song <tengs@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Andre Le <leandre@chromium.org> Cr-Commit-Position: refs/heads/master@{#809071}
-
Sophey Dong authored
Related CL: https://crrev.com/i/3277085 Bug: 1128981 Change-Id: I2f9726c02c51c8d9bcb2531f62bf7ffa8cbbc7be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416679Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Sophey Dong <sophey@chromium.org> Cr-Commit-Position: refs/heads/master@{#809070}
-
Dan McArdle authored
The fuzzer will now check that recanonicalizing a GURL spec string returns the original spec. This CL also adds some inputs from the linked bug to the fuzzer's dict. Bug: 1128999 Change-Id: I8143fd027eaa3a084f913f49f4b13b2b499880b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414615 Commit-Queue: Dan McArdle <dmcardle@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#809069}
-
Brian Sheedy authored
Updates the WebGL2 suppressions for the ARM-based Mac DTKs to include failures that occur in both the passthrough and validating decoders as well as validating-only failures. Bug: 1130711, 1130708, 1130703, 1130112, 1130114, 1130117, 1130118, 1130119 Change-Id: I9ed717ed8c6d4855850d9f53d767cfff5ce7cf03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422250 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Auto-Submit: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#809068}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/dcd37fa4f476..52a588f3c9ba 2020-09-21 enga@chromium.org Disable debug layer logger If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-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 Bug: chromium:1130483 Tbr: cwallez@google.com No-Try: true Change-Id: I356d1a3c6031073b5dbf02407e5b16a24ef7561d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422824Reviewed-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@{#809067}
-
Wenbin Zhang authored
The shard count was reduced to 23 due to uncertainty of lab workforce at the beginning of COVID-19. Now we can bring it back to 26. Bug: chromium:1068120 Change-Id: If492e78863f64579a18b01a14c53197dfd018ab0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422251 Auto-Submit: Wenbin Zhang <wenbinzhang@google.com> Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#809066}
-
Dave Tapuska authored
Now that we've moved all notifications to other paths we can remove the observer lists since they are no longer used. BUG=1097816 Change-Id: I64015e6db112b79fb7fa87a4f457ca1348d29392 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419371 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#809065}
-
Xiaohan Wang authored
Bug: 1127530 Change-Id: I9287938b5a37d167aa71098d10241e22ea51230c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419917Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#809064}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/37f4b38fcbc4..5674bf247a07 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 etiennep@google.com,hesen@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:1123084 Tbr: etiennep@google.com,hesen@google.com Change-Id: I8f3657cbe9bade9379cd4747b9dcb868b8ae25da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422546Reviewed-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@{#809063}
-
Xiaohan Wang authored
Replace the placeholder with the real link which is https://support.google.com/chrome/?p=mac_ARM Bug: 1126568 Test: Manually tested to make sure the link is correct. Change-Id: Ib7a7b616ae4d7263d07f3a259dc329da93ff1e68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422342 Auto-Submit: Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#809062}
-
yjliu authored
Bug: N/A Change-Id: Iccb7a5ee45d0663bebc4c95d758aa647110c6f48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422521Reviewed-by:
weiliangc <weiliangc@chromium.org> Commit-Queue: Jun Liu <yjliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#809061}
-
Tommy Li authored
It's been launched by default since M82. Bug: 1021217, 398135 Change-Id: I150ca123b42a82fdd8aa973ed7161ab24ca018c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2415376 Commit-Queue: Tommy Li <tommycli@chromium.org> Reviewed-by:
manuk hovanesian <manukh@chromium.org> Cr-Commit-Position: refs/heads/master@{#809060}
-
Xiaodan Zhu authored
This CL changes enter/existing overview gesture. Old gesture: Scroll Down with 3 fingers -> Enter Overview Scroll Up with 3 fingers -> Exit Overview New gesture: Scroll Up with 3 fingers -> Enter Overview Scroll Down with 3 fingers -> Exit Overview Note that the previous comment, "Handles vertical 3-finger scroll gesture by entering overview on scrolling up, and exiting it on scrolling down." is wrong. Bug: 1107183 Change-Id: I01dd86ec5323939a38c7be2a44a7f3934b0f750d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419385Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Sammie Quon <sammiequon@chromium.org> Commit-Queue: Xiaodan Zhu <zxdan@chromium.org> Cr-Commit-Position: refs/heads/master@{#809059}
-
Fletcher Woodruff authored
Changes lorgnette_manager_client to use lorgnette's StartScanMultiPage API so that multi-page scanning is supported. Bug: b:61239919 Change-Id: I7d10aad8b4dae0deddd62d4c3cbe58881ff0dff5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404143 Commit-Queue: Fletcher Woodruff <fletcherw@chromium.org> Reviewed-by:
Jesse Schettler <jschettler@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#809058}
-
My Nguyen authored
View: http://screen/5v2LsBwZQWPSmre Bug: 1113439 Change-Id: Ia777dd80563cdcaaae49ac65310aadb3efa3079f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419057Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Commit-Queue: My Nguyen <myy@chromium.org> Cr-Commit-Position: refs/heads/master@{#809057}
-
Morten Stenshorne authored
A test broke recently, in crrev.com/2300902 Now that file upload controls are implemented as regular blocks, the LayoutObject type check won't do anymore. Bug: 829028,1040826 Change-Id: I37170f518bcc818a2f4c28c8064777c1c1df5831 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421453Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#809056}
-
My Nguyen authored
Screenreader screenshot selected: http://screen/53h3eMnL8RTELzi Screenreader screenshot not selected: http://screen/9h78tbAmL6tbqSB Bug: 1113439 Change-Id: I2f2bf3c8e7f08de4050eb54883ef07764d5bbc71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418528 Commit-Queue: My Nguyen <myy@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Cr-Commit-Position: refs/heads/master@{#809055}
-
Christopher Cameron authored
This constant is used for buffers used by video capture. On macOS, these buffers are only evern written to in the capture process, directly as IOSurfaces. Once they are sent to other processes, no CPU writes are performed. To that end, use the flag kIOSurfaceLockReadOnly to prevent unnecessary synchronization between CPU access (e.g, for software encode) and GPU access (e.g, for compositing). Bug: 1130101, 1125879 Change-Id: I108f15e5cf4aa0dc92bf24fffce907accdeb57de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419715Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#809054}
-
Dave Tapuska authored
Move to a query on the plugin container to determine if it was the target of the last mouse event. This variable is tracked due for mouseenter/leave inside the blink stack. This removes another callback from widget -> frame and simplies the logic. BUG=1097816 Change-Id: I27e46bdbef66ed8235668abba5ef43c7ecbbcde2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418998 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#809053}
-
Dominique Fauteux-Chapleau authored
This reverts commit eeb9e4d5. Reason for revert: b/169019687 Original change's description: > Remove SendFilesForMalwareCheck and CheckContentCompliance policies > > This should not change deep scanning behaviour with Connectors. The > corresponding enums are kept until crbug.com/1109242 is fixed. Removing > these policies completely is safe since they were marked as future and > they have only been delivered as cloud policies. > > Bug: 1103390 > Change-Id: If41d87624f2dd7356efcad902ff0b355f1fdec2b > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412693 > Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> > Reviewed-by: Owen Min <zmin@chromium.org> > Reviewed-by: Roger Tawa <rogerta@chromium.org> > Cr-Commit-Position: refs/heads/master@{#808031} TBR=rogerta@chromium.org,zmin@chromium.org,domfc@chromium.org BYPASS_POLICY_COMPATIBILITY_CHECK='future was already in use on the policy' # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1103390 Change-Id: I5d5c637a1220ef575a1aa4e0106bfe511f647ca7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422343Reviewed-by:
Dominique Fauteux-Chapleau <domfc@chromium.org> Reviewed-by:
Owen Min <zmin@chromium.org> Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Cr-Commit-Position: refs/heads/master@{#809052}
-
Morten Stenshorne authored
Everything that takes place after child layout should be done in FinishLayout(), if possible, to save stack space. Bug: 930637 Change-Id: If5bb65184e17f0d5ad2a59fe690ac32832f351eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421454Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#809051}
-
Abigail Klein authored
rect of multiline elements. When a user opens a context menu via a keyboard shortcut, EventHandler::ShowNonLocatedContextMenu is called, which finds the center coordinate of the target element and opens a context menu there. When the target element is a multiline link, the center of that element's bounding box is often not on the link itself, which is a strange visual experience. This CL makes ShowNonLocatedContextMenu take the center coordinate of the first outline rect of the element. The outline rect is elsewhere used to show the focus highlight of multiline links. This ensures that the context menu is anchored to the link text itself. AX-Relnotes: Context menus opened on multiline links are visually anchored to the link text. Bug: 1121180 Change-Id: If6c3877e8abed9016a2d204e777142f27ca5e27f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412906Reviewed-by:
David Bokan <bokan@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Abigail Klein <abigailbklein@google.com> Cr-Commit-Position: refs/heads/master@{#809050}
-
Stepan Khapugin authored
Moves the ownership of the main browser state to the app state. Bug: 1045659 Change-Id: I37eea450d29d12c5fa31cdbf4a447667dc039a12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414310 Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#809049}
-
Eric Lawrence authored
Over the years, the features controlled by some switches were removed but the switches were left behind. Remove the unused switches. Bug: 1130298 Change-Id: I95a9ab169dec8bc26253171d0633d9b5c611b675 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2420709Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Eric Lawrence [MSFT] <ericlaw@microsoft.com> Commit-Queue: Eric Lawrence [MSFT] <ericlaw@microsoft.com> Cr-Commit-Position: refs/heads/master@{#809048}
-
Brian Norris authored
Update a few owners while we're at it. Bug: 1089037 Change-Id: I9406fc37ae76b914c3eb012c5dc56b43db39c608 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422341Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Brian Norris <briannorris@chromium.org> Cr-Commit-Position: refs/heads/master@{#809047}
-
Irina Fedorova authored
This CL updates passwords check for weakness for long passwords. It runs the zxcvbn-cpp library check for the first 40 characters of the password. Bug: 1119752 Change-Id: I0884e4bc3c32b7e7b44de2a02064e975a2e1d696 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421516 Commit-Queue: Irina Fedorova <irfedorova@google.com> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#809046}
-
Meilin Wang authored
This CL adds the Bluetooth disabled UI which will pop up when the Phone Hub feature is not available because Bluetooth is turned off on this device. Remaining work includes implementing button click handlers. Sreenshot: https://screenshot.googleplex.com/65m7heuR4rJrK4e.png BUG=1106937,1126208 Change-Id: I884d0ef250ceb5d283c69c555726abd0b0d80a81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417542 Commit-Queue: Meilin Wang <meilinw@chromium.org> Reviewed-by:
Tim Song <tengs@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#809045}
-
minch authored
- Remove all the DeprecatedGet*LayerColor functions. - Remove AshColorMode and |color_mode_|. Bug: 1107056 Change-Id: I999ca330613b3c7032322401cbece23d4cb398f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419919 Commit-Queue: Min Chen <minch@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#809044}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1600678560-d63b2733d2f4bab7a63bfddb4918170486fde26a.profdata to chrome-win64-master-1600689096-6bb040ccfec21a14348d3421fe3415a00ad5226f.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-win64-chromium Please CC sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@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:win64-chrome Tbr: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com Change-Id: I494eb8ed6b6b485c659edf6c39a1c8667fb522be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422199Reviewed-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@{#809043}
-
Thiabaud Engelbrecht authored
Bug: 1109209 Change-Id: Ia3e00e13bb8877f84f9e3193ca286927cda94b2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2382676 Commit-Queue: Thiabaud Engelbrecht <thiabaud@google.com> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Benoit L <lizeb@chromium.org> Reviewed-by:
Peng Huang <penghuang@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#809042}
-
Natalie Chouinard authored
The ICU case folded full font name for the regular weight Google Sans font is "google sans regular". Bug: 1130057 Change-Id: I4e0f8eccaf1dfd66ebb2d55cdae8557dda232ee7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419147Reviewed-by:
Dominik Röttsches <drott@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Auto-Submit: Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#809041}
-
Sebastien Marchand authored
This switches the Linux official build from AFDO to PGO. This yield some 3-4% performance gains on Speedometer and help unifying our desktop build configurations, PGO is already used on Win and Mac. The PGO profiles for Linux are generated by a continuous bot and are rolled in Chrome once or twice per day (AFDO is based on the Android profiles). This increases binary size by ~3-4%. Bug: 1111437 Change-Id: I565eb336fa5ad9480e99808ed49246634255b82d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404620 Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#809040}
-
Trevor Perrier authored
This CL fixes a crash caused by SplitCompat.installActivity being called before ChromeBaseAppCompatACtivity.applyOverrideConfiguration. The crash occurs because installActivity ends up calling getAssets, which can not be called before applyOverrideConfiguration. Bug: 1128698 Change-Id: If9e8e6d4bfa29a3fc18ea7509379ee78a2ec1a54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422185 Commit-Queue: Trevor Perrier <perrier@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#809039}
-
John Palmer authored
Change-Id: Ife1502a2d92a9f9ce9743e6fae95419bfd956a1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2384451 Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Auto-Submit: John Palmer <jopalmer@chromium.org> Cr-Commit-Position: refs/heads/master@{#809038}
-
Chris Lu authored
This will make sure the fullscreen promo is not shown for os version 14.0.0. Bug: 1130120 Change-Id: I17c4bc87453583d81b6220f3a072fac5def5ff58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419912Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Auto-Submit: Chris Lu <thegreenfrog@chromium.org> Cr-Commit-Position: refs/heads/master@{#809037}
-
Daniel Nicoara authored
Do not launch passthrough on Chromecast before enabling it on ChromeOS since Chromecast uses the same graphics stack as ChromeOS. Bug: 1097320 Test: None Change-Id: Ibd77d09957925960f9a2243ae965b6836d9a8b6b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421630Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Reviewed-by:
Jonathan Backer <backer@chromium.org> Commit-Queue: Daniel Nicoara <dnicoara@chromium.org> Cr-Commit-Position: refs/heads/master@{#809036}
-
Yu Han authored
Prior to this CL, progress and range have an alpha channel applied to their borders. And the select element isn't styled correctly for dark mode. This CL fixes progress and range element by avoiding the application of the alpha channel in dark mode. In addition, it styles the multi-select element with colors specified in the dark mode design. Bug: 1107289,1107287, 1111932 Change-Id: Ia55fabd46ad0f1ff4aa5de90cf88d2480b301962 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368084Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Commit-Queue: Yu Han <yuzhehan@chromium.org> Cr-Commit-Position: refs/heads/master@{#809035}
-