- 14 Sep, 2020 40 commits
-
-
Robbie McElrath authored
This CL modifies our copy of the AndroidX fragment library to include r.android.com/1302016, which prevents a problematic getActivity() call in DialogFragment.java. Bug: 1123216 Change-Id: I33ffcdc00b694ac5b521ba30014053d2acdbdfc9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406600Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Cr-Commit-Position: refs/heads/master@{#806787}
-
Ryan Hansberry authored
BluetoothServerSocket is created on the main thread, but its public methods are used on a separate dedicated thread. mojo::Remote objects (namely, BluetoothServerSocket's |server_socket_|) must be bound on the same thread they are used on, to prevent deadlock. So, we hold onto this mojo::PendingRemote |pending_server_socket_| until Accept() is called, at which point |server_socket_| is bound with it (it is acceptable to pass a mojo::PendingRemote around multiple threads). bluetooth_server_socket_unittest.cc has been adjusted for this change. I have verified that the test fails if this fix is not present. Further, mojo::Remotes expect to be run on a SequencedTaskRunner. Tweak our ImplementationPlatform::CreateMultiThreadExecutor() impl to provide a SequencedTaskRunner to satisfy this requirement. Bug: 1126620 Change-Id: I5dbb11d0d97b8167f60acb08fc1ae962bdf17f06 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2407296Reviewed-by:
James Vecore <vecore@google.com> Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#806786}
-
Siyu An authored
Bug: 1112095 Change-Id: I7e4d41d8baaafb9d8b900690b5af7811d29615d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410307 Commit-Queue: Siyu An <siyua@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#806785}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/081bc32703b7..0acb5b50b342 2020-09-14 brianosman@google.com Allow casting to lower precision types in runtime effects 2020-09-14 kjlubick@google.com [fuzz] Make libfuzzer defines backwards compatible for roll 2020-09-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skcms from b1f9041ffe31 to 069b8f699b59 (1 revision) 2020-09-14 egdaniel@google.com Force linux nvida vulkan to use dedicated image allocations. 2020-09-14 adlai@google.com Downgrade SkImage to GrImageContext 2020-09-14 ethannicholas@google.com SkSL optimization now happens in convertProgram rather than being a 2020-09-14 adlai@google.com Elevate caps methods to GrRecordingContext 2020-09-14 egdaniel@google.com Update GrVkRenderPasses to be created to support both input attachments and adv blend. 2020-09-14 mtklein@google.com bazel baby steps 2020-09-14 johnstiles@google.com Generate SkSL golden output files from test inputs during the build. 2020-09-14 johnstiles@google.com Enable the inlining pass during optimization. 2020-09-14 kjlubick@google.com [fuzz] Standardize, document, and backport fuzzing defines. 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 scroggo@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: chromium:1127358 Tbr: scroggo@google.com Change-Id: I76d55b9b5b3c4a7ecd6eb65c6632bf5d902448f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410616Reviewed-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@{#806784}
-
Yulun Wu authored
There is a presubmit error for search_result_suggestion_chip_view.cc as it is missing an include. search_result_suggestion_chip_view.cc:204: Add #include <algorithm> for min [build/include_what_you_use] [4] Bug: 1128107 Change-Id: I167dfb004de9fa4844d5f8138f23b12e556cbee4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410589 Auto-Submit: Yulun Wu <yulunwu@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Alex Newcomer <newcomer@chromium.org> Commit-Queue: Yulun Wu <yulunwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#806783}
-
Johann authored
Remove usage of DISALLOW_COPY_AND_ASSIGN from documentation. styleguide/c++/c++-dos-and-donts.md: 'DISALLOW_COPY_AND_ASSIGN` is deprecated. For a non-copyable/movable type, delete the copy operations (the move operations will be implicitly deleted); otherwise, declare either copy operations, move operations, or both (a non-declared pair will be implicitly deleted). Always declare or delete both construction and assignment, not just one (which can introduce subtle bugs). Change-Id: I2d2e0ecf95c3ef764dc90d49c674625c15432d87 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404905Reviewed-by:
Tal Pressman <talp@chromium.org> Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Commit-Queue: Johann Koenig <johannkoenig@google.com> Cr-Commit-Position: refs/heads/master@{#806782}
-
Ken MacKay authored
Bug: internal b/160616014 Change-Id: If764ba82678059a21cda3d9ecd44c7dbe620fb92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410926 Auto-Submit: Kenneth MacKay <kmackay@chromium.org> Commit-Queue: Yuchen Liu <yucliu@chromium.org> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#806781}
-
Mohammad Refaat authored
This will be used by crash restoration logic to know which sessions to backup for restoration. Bug: 1126311 Change-Id: I064d1da30bfcfc368539240b7c9c9a2f65490d1b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2399886Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Mohammad Refaat <mrefaat@chromium.org> Cr-Commit-Position: refs/heads/master@{#806780}
-
Yusuf Sengul authored
Bug: 1127549 Change-Id: Ie996c71a86bd6303f8e82c20086ad34711b89e80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2407074Reviewed-by:
Rakesh Soma <rakeshsoma@google.com> Commit-Queue: Yusuf Sengul <yusufsn@google.com> Cr-Commit-Position: refs/heads/master@{#806779}
-
Filip Gorski authored
Choosing to disable 3 tests failing on an assert, because an alternative is to revert a crash fix. This fails on assert which is compiled out. TBR=peconn@chromium.org Bug: 1128073 Change-Id: Icc5667f4ad1504c7776bc06af010e9f8d94b5a41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410923Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Commit-Queue: Filip Gorski <fgorski@chromium.org> Cr-Commit-Position: refs/heads/master@{#806778}
-
Nina Satragno authored
Add partial support to the largeBlobs CTAP2.1 command at the device level. In particular, implement chunking, reading and writing arbitrary blobs. The virtual authenticator command is also implemented in order to test the feature. Missing features are encrypting & compressing the blobs and pin token. Nothing is wired to the web yet. This is part of the large blob storage extension implementation. https://w3c.github.io/webauthn/#sctn-large-blob-extension Bug: 1114875 Change-Id: I2f85c0b0b17b2054ad5bc0af69432d1765b6f2f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2388992 Commit-Queue: Nina Satragno <nsatragno@chromium.org> Reviewed-by:
Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/master@{#806777}
-
Robert Sesek authored
This is needed to look up the Metal cache directory, which is used for graphics acceleration by various system frameworks. Bug: 1126350 Change-Id: I79e05c603859aa49082fbbbc09c1da9b4ae3a990 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411151 Auto-Submit: Robert Sesek <rsesek@chromium.org> Commit-Queue: Greg Kerr <kerrnel@chromium.org> Reviewed-by:
Greg Kerr <kerrnel@chromium.org> Cr-Commit-Position: refs/heads/master@{#806776}
-
James Hawkins authored
R=khorimoto@chromium.org Bug: 1045266 Test: NetworkComponentsNetworkProxyInputTest* Change-Id: I45813304a2c638cd13bb64a46e2fe14a23037783 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406666 Commit-Queue: James Hawkins <jhawkins@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#806775}
-
chrome://flagsRoman Arora authored
Bug: 1099917 Change-Id: I828357cb3123ffbf574b25756082b7f5f966f3c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405532Reviewed-by:
Thomas Lukaszewicz <tluk@chromium.org> Commit-Queue: Roman Arora <romanarora@chromium.org> Cr-Commit-Position: refs/heads/master@{#806774}
-
Markus Handell authored
The sample callback was heavily convolved with lots of if:s and really hard to read with all special cases. This change cleans it up. Bug: 1127791 Change-Id: Id9cb4b4994288667d3fa22e5dfd4ade095853d65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410400 Commit-Queue: Markus Handell <handellm@google.com> Reviewed-by:
ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#806773}
-
David Bienvenu authored
A bit of cpp lint cleanup, no functional changes. Bug: 1010217 Change-Id: I7b713e20ae81a896537f0683b1ba31a8465c9d5c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2408179Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: David Bienvenu <davidbienvenu@chromium.org> Cr-Commit-Position: refs/heads/master@{#806772}
-
Frédéric Wang authored
This is a refinement of [1] [2] [3] [4]: 1. MathML elements should not try to force NG layout when using a non-math display. 2. Really make ShouldForceNGLayout() override ShouldForceLegacyLayout() ([1] was only doing that for the inherited child context). 3. Make MathML elements class keep handling the case of a forced legacy layout, but only on non-math display values. Note that this check is not necessary in LayoutObjectFactory::CreateMath which is only called for math display values. 4. Allow to override the display of the <math> tag too (it's unclear why [3] had a special case and that does not match the spec). Ideally, 3. can be removed when we completely switch to NG layout for all displays. New tests are added to verify related crashes found by clusterfuzz and check overriding of the layout MathML elements with various display values. [1] https://chromium-review.googlesource.com/c/chromium/src/+/2398702 [2] https://chromium-review.googlesource.com/c/chromium/src/+/2397949 [3] https://chromium-review.googlesource.com/c/chromium/src/+/1985766 [4] https://chromium-review.googlesource.com/c/chromium/src/+/1917207 Bug: 6606, 1127628, 1127407, 1127222 Change-Id: I62b0ef4de623f4eb93184a1cecce598905160dad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2409957 Commit-Queue: Frédéric Wang <fwang@igalia.com> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#806771}
-
Toby Huang authored
After OOBE sign-in, FamilyUserMetricsProvider:: ProvideCurrentSessionData() sometimes gets called before the AccountManager has been initialized. Check for this scenario and return prematurely to avoid throwing a DCHECK. Bug: 1103077,1127838 Change-Id: I8cda0daccdfe3398e1891ecd4f4663ae71fea742 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404409 Commit-Queue: Toby Huang <tobyhuang@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#806770}
-
Owen Min authored
Move all files from package org.chromium.policy to org.chromium.components.policy as other java code in //components. Change-Id: I1be82a80e38d7b2cdacddeedd3d1e9d6f8b9b556 Bug: 1127469 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406526Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Xinghui Lu <xinghuilu@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#806769}
-
Changwan Ryu authored
- There was no flake in the test history on FYI bot recently, - There is no stack trace available from the bot. - Not locally reproducible. Re-enable this test to get the stack traces and see if flakiness can still be reproduced. 50 times on emulator out of 50 trials Tested: passed AndroidScrollIntegrationTest#testTouchScrollCanBeAlteredByUi Bug: 813837 Change-Id: Ibb240d0720a223c20f8d815c0c0fa6d4246a7e8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411147 Commit-Queue: Changwan Ryu <changwan@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#806768}
-
Michael Hansen authored
Invalidate send and receive surfaces to make sure we start or stop advertising based on changes to screen lock state. Bug: b:166174379 Bug: 1119993 Change-Id: Ie7490d888b42e4c4aac783216b54490476f53aa5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2392703 Commit-Queue: Michael Hansen <hansenmichael@google.com> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#806767}
-
Nick Harper authored
TBR=rsleevi@chromium.org Change-Id: Ide799d50c22a45123b3a15fd6cff731176da6cb0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410522Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Reviewed-by:
Nick Harper <nharper@chromium.org> Commit-Queue: Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#806766}
-
Keren Zhu authored
Add FeaturePromoSnoozeService that handles the dismiss and snooze of IPH bubble by the user. This service uses PrefService as the storage for snoozed IPH status. This service is a middleware between IPH frontend and backend. The frontend asks it for IPH display permission before asking the backend. The frontend should notify this service when the user clicks dismiss or snooze button on the IPH bubble. Note that in addition to snooze, this service handles dismiss. Otherwise, we will have to change backend to incorporate dismiss logic. Bug: 1121399 Change-Id: Ie0817a1ec15ff835344aa95dc17a27c0ae6f4338 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398979Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Collin Baker <collinbaker@chromium.org> Reviewed-by:
Wei Li <weili@chromium.org> Commit-Queue: Keren Zhu <kerenzhu@chromium.org> Auto-Submit: Keren Zhu <kerenzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#806765}
-
Kyle Milka authored
Bug: 1090917, 1022172 Change-Id: I109106e44ffddda58e1418cf438ab09eed20f038 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324994 Commit-Queue: Kyle Milka <kmilka@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#806764}
-
Yulun Wu authored
Bug: 1127495 Change-Id: I34bc0d93516c4a4cb7fda7b9de049fe08ddc6112 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406934Reviewed-by:
Min Chen <minch@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Yulun Wu <yulunwu@chromium.org> Commit-Queue: Yulun Wu <yulunwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#806763}
-
Lu Huang authored
Expecting a chrome://newtab/ url to check for a new tab page could cause tests to be flaky because the NTP URL could be chrome://newtab/ or chrome-search://local-ntp/local-ntp.html. This change makes the expectation use the GetFinalNtpUrl util instead to ensure the correct URL is expected. Bug: 1078301 Change-Id: I9cc31a7399a7b79cd832327c67f59959ef97e5eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391601 Commit-Queue: Lu Huang <luhua@microsoft.com> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#806762}
-
Nick Diego Yamane authored
As per suggestion [1], this switches exo::Seat's last_location_ variable and SetLastLocation method to use gfx::PointF to handle last pointer location. It'll be used in a followup CL as part of the extended-drag protocol extension implementation in Exo [2]. [1] https://chromium-review.googlesource.com/c/chromium/src/+/2307653/comment/45820a22_e6516518/ [2] https://chromium-review.googlesource.com/c/chromium/src/+/2401280 R=oshima@chromium.org Bug: 1099418 Change-Id: I3be933f8788f748ff0324760d8f98b70e13b8d96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410664 Commit-Queue: Nick Yamane <nickdiego@igalia.com> Auto-Submit: Nick Yamane <nickdiego@igalia.com> Reviewed-by:
Mitsuru Oshima (Slow: gardener) <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#806761}
-
Nick Diego Yamane authored
Deduplicate code disables/restores window animations by exporting ash::ScopedAnimationDisabler and reusing it in exo::ShellSurface implementation. It will also be reused in extended-drag Wayland protocol extension implementation, in a followup upcoming CL [1]. [1] https://bugs.chromium.org/p/chromium/issues/detail?id=1099418 R=oshima@chromium.org Bug: 1099418 Change-Id: I463e1c1942e8667105f7a87703b0f075321b2be0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410839 Auto-Submit: Nick Yamane <nickdiego@igalia.com> Commit-Queue: Mitsuru Oshima (Slow: gardener) <oshima@chromium.org> Reviewed-by:
Mitsuru Oshima (Slow: gardener) <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#806760}
-
minch authored
Bug: b/168511137 Change-Id: I024ac632134e1f897015e65bf68d36ca79aa58dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410897Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Min Chen <minch@chromium.org> Cr-Commit-Position: refs/heads/master@{#806759}
-
Brian Malcolm authored
BUG=chromium:1124819,chromium:1125323,b:168513070 Change-Id: I4ece2eeae9137334baedae3029d92df60236988c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410355 Commit-Queue: Brian Malcolm <bmalcolm@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#806758}
-
Sadrul Habib Chowdhury authored
Two changes to PipelineReporter traces: . Set |state| correctly for partial updates. . For dropped (or partially dropped) frames, report whether the frame affects smoothness or not. BUG=1125152 Change-Id: If282c20bc19931b14b3f71c589e9fa78e25e4710 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410618 Commit-Queue: Xida Chen <xidachen@chromium.org> Auto-Submit: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#806757}
-
Justin Miron authored
This change introduces the ads intervention API - an API that tracks the triggered ads interventions for a site tied to a user's profile. This API can be used to activate the subresource filter to block ads on sites that have had interventions triggered within the last 3 days. This change instantiates the ads intervention framework in dry run mode - it only records metrics and does not block any ads for users. It simulates ad blocking in metrics by only recording an intervention once per 3 days. BUG=1099741 Change-Id: I6474db65414789877fb8bb1c06ae1e8d64298508 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2243254 Commit-Queue: Justin Miron <justinmiron@google.com> Reviewed-by:
Chris Palmer <palmer@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#806756}
-
Trevor Perrier authored
This CL removes two unused string suppressions for strings that are now used. Bug: 1114311 Change-Id: I40cdc2af0509f55ba95fbd5b30cc89ba2dc1274f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410724 Auto-Submit: Trevor Perrier <perrier@chromium.org> Reviewed-by:
Megan Jablonski <megjablon@chromium.org> Commit-Queue: Megan Jablonski <megjablon@chromium.org> Cr-Commit-Position: refs/heads/master@{#806755}
-
Kevin McNee authored
The first attempt at making the referrer chain portal aware involved creating a synthesized navigation event upon portal activation to tie the host and portal contents together. However, this was incomplete w.r.t. redirects within portals. We now make the association with a portal contents upon its initial navigation which will allow the referrer chain to capture any redirects before the activation along with navigations after activation. This effectively treats portal creation like window.open w.r.t. the referrer chain. Bug: 1096115, 1103235 Change-Id: I4aa63380fb3a1c7840a331af882d39f64215a511 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2293635 Commit-Queue: Kevin McNee <mcnee@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#806754}
-
Hazem Ashmawy authored
Add espresso tests for button actions available in crash UI: - Report an uploaded crash. - Force upload a skipped or a pending crash. - Refresh the crash list. This adds a delegate class to mock network checks and upload job. Fixed: 1106313 Test: run_webview_instrumentation_test_apk -f "*android_webview.devui*" Change-Id: Ic513f8cd9194ab1873849076549a2ad959a8f9c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2392254 Commit-Queue: Hazem Ashmawy <hazems@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#806753}
-
Robbie McElrath authored
I missed these uses in crrev.com/c/2336013. Bug: 1069498 Change-Id: Ie86e1694a86e40f015296d66e6d68177283755f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406539Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Cr-Commit-Position: refs/heads/master@{#806752}
-
Yue Zhang authored
http://crrev.com/c/2391942 removes the initial set of BottomControls visibility when BottomControlsCoordinator is created. This leads to a visual bug that the empty BottomControls is visible right after app launch. This CL fixes this issue by setting the BottomControls visibility to false by default. Bug: 1127776 Change-Id: I740b04bc4293b3f48accd021376fadb74752b4c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410721Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Yue Zhang <yuezhanggg@chromium.org> Cr-Commit-Position: refs/heads/master@{#806751}
-
Elly Fong-Jones authored
This dialog is one of a handful where AcceptDialog() can be called with the dialog's "Ok" button disabled during a test. This isn't possible in production but misbehaved tests are preventing that from being asserted. To fix that, ensure that the Ok button here is enabled on the test accept path. This change also adds a test to validate this behavior locally. Bug: 1075649 Change-Id: I39321f34692a929c2edf9e9e65c22687685d561b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2399126Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#806750}
-
chinsenj authored
While the flag for limiting windows to the current active desk is enabled, if a user swaps desks while the window cycle list is open, the contents will not update to the new active desk. This CL makes the window cycle list reset if it is open and a desk swap occurs while the aforementioned flag is enabled. Test: LimitedWindowCycleControllerTest.CycleShowsActiveDeskWindows Bug: 1067327 Change-Id: I9d940ad82a2f05ab1d2fd9e8c5115d5f3eda9826 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398559 Commit-Queue: Jeremy Chinsen <chinsenj@chromium.org> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#806749}
-
Elly Fong-Jones authored
Bug: None Change-Id: I9a4fd6ff2c68bc228efda58d6e332218c729193a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410667Reviewed-by:
Takumi Fujimoto <takumif@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#806748}
-