- 15 Sep, 2020 40 commits
-
-
Christopher Cameron authored
There are four places where we do basically the same thing, namely, find a profile (or profiles) to launch, and either launch or, if they are already open, focus them. They are - OnShimProcessConnected: When an app shim launches - OnShimOpenedFiles: When files are opened - OnShimSelectedProfile: When the profile menu selects a profile - OnShimReopen: Coming soon for the new x behavior Update OnShimOpenedFiles and OnShimSelectedProfile to use the new path. To enable this, break out a new sub-function LoadAndLaunchApp_TryExistingProfileStates from LoadAndLaunchApp. This function is used to short-circuit loading all profiles for an app, if the app is already open. Bug: 1080729 Change-Id: I314e4d0d80ae8e8b84f605fb16ff23c2680f8b4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2407976 Commit-Queue: ccameron <ccameron@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#807113}
-
Karandeep Bhatia authored
BUG=1113513 Change-Id: I70e687978361920419b834eb9b4c4cb2112cfc86 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368290 Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#807112}
-
Yuke Liao authored
This reverts commit 48522640. Reason for revert: During the refactoring, 'os.listdir' was somehow accidentally changed to 'list', which resulted in the test failures, and this CL fixes the problem. Original change's description: > Revert "[lacros] Make test runner supports lacros_chrome_browsertests" > > This reverts commit e4eacd09. > > Reason for revert: Suspect for lacros test failures: > https://ci.chromium.org/p/chromium/builders/ci/linux-lacros-tester-rel/2227 > The only lacros-related change in diff with the previous success run. > > Original change's description: > > [lacros] Make test runner supports lacros_chrome_browsertests > > > > This CL makes test runner supports lacros_chrome_browsertests by: > > 1. Appending necessary args to establish mojo connections. > > 2. Always use '--test-launcher-jobs=1' to run tests serially because > > multiple clients crosapis are still not supported yet. > > > > Bug: 1120582 > > Change-Id: I865ace26aa4a86c83912c6660bc433d79e43ef76 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410350 > > Commit-Queue: Yuke Liao <liaoyuke@chromium.org> > > Reviewed-by: Erik Chen <erikchen@chromium.org> > > Reviewed-by: Sven Zheng <svenzheng@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#806903} > > TBR=erikchen@chromium.org,liaoyuke@chromium.org,svenzheng@chromium.org > > Change-Id: Ie630ade531428e78718127792c4f6ab6b0d55025 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 1120582 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410246 > Reviewed-by: Sergey Poromov <poromov@chromium.org> > Commit-Queue: Sergey Poromov <poromov@chromium.org> > Cr-Commit-Position: refs/heads/master@{#806980} TBR=erikchen@chromium.org,poromov@chromium.org,liaoyuke@chromium.org,svenzheng@chromium.org # Not skipping CQ checks because this is a reland. Bug: 1120582 Change-Id: Ifaa2235a0a4f9ce8deb9aea5011eda0924e1f051 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412253 Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#807111}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/28ecfe40d6ae..8b1a5e7995a5 2020-09-15 sigurds@chromium.org Turn layout test into e2e test 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:1110817 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I9de1a652c2102a64fed1b6dca0a2d4a2213ec487 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412352Reviewed-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@{#807110}
-
Alex Newcomer authored
Bug: 1112441 Change-Id: If5ea1d536313885fde79f407346db8715789c6ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406681Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Auto-Submit: Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#807109}
-
Sebastien Lalancette authored
In a previous CL, I've added logic to disable the Edit and Move actions in the new Context Menus based on the enterprise policy's setting, but forgot about the new Delete action. Bookmarks' deletion is also controlled by this policy, so in this CL we'll be disabling that action as well, based on the policy. Bug: 1128028 Change-Id: I9f7cf4e8fa9e0889657d73a80ce1036d45d46511 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410308 Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#807108}
-
Sven Zheng authored
This is a reland of ee48012a Previously cl got reverted because of crbug.com/1127103. Original change's description: > [lacros] LUCI config for chromeos-amd64-generic-lacros-dbg > > Adds CI bot for chromeos-amd64-generic-lacros-dbg. > Also changes chromeos_amd64-generic_lacros, > chromeos_amd64-generic_lacros_rel to use other pre-defined configs > and it should have no differences. > > Bug: 1121667 > Change-Id: I6405da5c9ec0464fed59effeadcb3758f18ce927 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398976 > Reviewed-by: Yuke Liao <liaoyuke@chromium.org> > Commit-Queue: Sven Zheng <svenzheng@chromium.org> > Cr-Commit-Position: refs/heads/master@{#805467} Bug: 1121667 Change-Id: I12a5a12adb16e9fa9181231f5a3d731c6bf32f51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410612Reviewed-by:
Erik Chen <erikchen@chromium.org> Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Commit-Queue: Sven Zheng <svenzheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#807107}
-
Harkiran Bolaria authored
[bfcache] Update IPC hash setting functionality in mojo and add unit tests + browser test for IPC tracking to frames in cache Currently, IPC hash isn't set for tasks posted on the IO thread; adding IPC to SimpleWatcher when tasks are posted allows for the task posted on the IO thread to be annotated with an IPC hash, so that it can then be tracked in the histograms. ScopedSetIpcHash changes are to allow for tracking of IPCs posted from remote mojo objects. However, calculating the MD5 hash of a char* on every posted task is expensive, so we have also introduced storage of the IPC interface name. The IPC interface name can be used to calculate IPC hash on an as-needed basis (i.e. only in cases where IPC is posted to cached frames/documents). Also includes histogram testing to ensure metrics are recorded. and how ScopedSetIpcHash is set. Bug: 1110344 Change-Id: I26da160b65145f06639c33679ff03872f686e4af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2345673 Commit-Queue: Harkiran Bolaria <hbolaria@google.com> Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#807106}
-
chromium-internal-autoroll authored
Release_Notes: http://go/help_app-x20/relnotes/Main/help_app_nightly_202009150800_RC00.html https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/help_app/app/+/7-Fyv71mIOgLZ5UT2rzvAWdbDHOekNFf1CVgl0mHSkkC If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/help-app-chromium-autoroll Please CC help-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/155018433,b/166043485 Tbr: help-app@grotations.appspotmail.com Change-Id: I1181a02aa6df2a05136d3605a5c6bfd929835e08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412284Reviewed-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@{#807105}
-
Jonathan Freed authored
This still works for dark mode, because the color used in the ic_settings_gear_24dp.xml file is adapative (@color/default_icon_color_secondary). Bug: b/166795933 Change-Id: Ia229e019701511ae39642eac4c28525d986212f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406720Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Justin DeWitt <dewittj@chromium.org> Commit-Queue: Jonathan Freed <freedjm@chromium.org> Cr-Commit-Position: refs/heads/master@{#807104}
-
behdad authored
Tests skipped on android-pixel-2 and android-nexus-5x: blink_perf.bindings/worker-structured-clone-different-payloads.html blink_perf.owp_storage/idb-load-docs.html blink_perf.owp_storage/idb-put-all.html blink_perf.owp_storage/idb-put.html jetstream2/JetStream2 system_health.common_mobile/load:tools:dropbox:2019 system_health.memory_mobile/load:tools:dropbox:2019 Bug: 1128019 Change-Id: I1f86c29ea8cba6593f03a2498fc496f4ece404cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411649 Commit-Queue: Behdad Bakhshinategh <behdadb@chromium.org> Auto-Submit: Behdad Bakhshinategh <behdadb@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#807103}
-
Mohamed Heikal authored
The androidx_test_espresso_espresso_contrib_java target depends on material design navigation classes. Doubledown material design no longer includes navigation classes since they are not used in chrome. Disable bytecode checks. Bug: 1110346 Change-Id: I90f7110ae60c8d84790009d36d6a49ba87cbf0a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412135 Commit-Queue: Mohamed Heikal <mheikal@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Auto-Submit: Mohamed Heikal <mheikal@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#807102}
-
David Bienvenu authored
This reverts commit 90fcdb0a. Reason for revert: <test failures, e.g.,components_unittests failing on builder "Cast Audio Linux> Original change's description: > [Signin] Add ConsentLevel to SetPrimaryAccount in test utils > > First part of adding ConsentLevel support to identity_test_utils. > This CL merges two separate methods SetPrimaryAccount and > SetUnconsentedPrimaryAccount into a single one that takes ConsentLevel > as a parameter. > > Bug: 1046746 > Change-Id: I93f7811414b7c1ee583237681c567a881560ce23 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401140 > Commit-Queue: Boris Sazonov <bsazonov@chromium.org> > Reviewed-by: David Roger <droger@chromium.org> > Cr-Commit-Position: refs/heads/master@{#807046} TBR=droger@chromium.org,bsazonov@chromium.org Change-Id: If33b0579b09c4bccb5bb144f6299a4821d377269 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1046746 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412615Reviewed-by:
David Bienvenu <davidbienvenu@google.com> Commit-Queue: David Bienvenu <davidbienvenu@google.com> Cr-Commit-Position: refs/heads/master@{#807101}
-
David Maunder authored
We now enforce that tab attributes cannot be acquired after Tab#destroy() has been called. This part of the code contains an invalid assumption that the tab is ininitialized when calling getUrlString(). Bug: 1117396 Change-Id: I54cc4feb317d302db04538cf006ac82cfaa7e730 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410921Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: David Maunder <davidjm@chromium.org> Cr-Commit-Position: refs/heads/master@{#807100}
-
Jose Dapena Paz authored
GCC fails to compile system memory pressure evaluator, as the linux implementation is in linux namespace. But in GCC, linux is a reserved word, so it should not be used. To fix the problem, we rename the new namespace to os_linux. ../../base/util/memory_pressure/system_memory_pressure_evaluator_linux.h:16:11: error: expected identifier before numeric constant 16 | namespace linux { | ^~~~~ Bug: 819294 Change-Id: I3edcbbbb91fe99aab8c0be952385bb38bb1e27e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2394158Reviewed-by:
Sébastien Marchand <sebmarchand@chromium.org> Commit-Queue: José Dapena Paz <jdapena@igalia.com> Cr-Commit-Position: refs/heads/master@{#807099}
-
Scott Violet authored
This patch changes the order of calls to the client when a Tab is destroyed. Prior to this patch the order was onTabDestroyed then onTabRemoved. This patch makes the order onTabRemoved() then onTabDestroyed(). The order was like this at one point, but without tests it regressed. This adds a test to ensure that doesn't happen again. Calling onTabDestroyed() first is problematic as it means client code can't call any methods on Tab as it's been destroyed, which is error prone and surprising. This also ensures calling Tab.destroy() removes the Tab from the internal map in the client library. This previously would not happen if Browser.destroyTab() was called. BUG=none TEST=covered by tests Change-Id: Ic3e38cee0eee70ef9b2cfced83deca71729fdd5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411161Reviewed-by:
Clark DuVall <cduvall@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#807098}
-
Gayane Petrosyan authored
This is a reland of 644bba5a Original change's description: > [Shared Highlights] Connect selector generation in renderer to Android frontend. > > Connect selector generation in renderer to Android frontend using mojom > interfaces. > This CL add producer interface implemented in the renderer. > When user selects a text, in the renderer side along with saving the > selection frame and range, TextFragmentSelectorGenerator is registered > for the producer interface and bound when user chooses 'Link to Text'. > > See https://screenshot.googleplex.com/0kb39qFn6JP.png for user flow. > > Bug: 1102382 > Change-Id: I4152b07d3058d4109f3919f285b46b9b2dd82f3e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341662 > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Reviewed-by: Robert Flack <flackr@chromium.org> > Reviewed-by: Gayane Petrosyan <gayane@chromium.org> > Reviewed-by: Ken Rockot <rockot@google.com> > Commit-Queue: Gayane Petrosyan <gayane@chromium.org> > Cr-Commit-Position: refs/heads/master@{#806875} Bug: 1102382 Change-Id: Ia1247e7f37c6270e5125bc3096b8fe9f49d2ec8f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412130Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Commit-Queue: Gayane Petrosyan <gayane@chromium.org> Cr-Commit-Position: refs/heads/master@{#807097}
-
Robbie McElrath authored
This CL fixes a mismatch between BuildConfigGenerator.groovy and //third_party/android_deps/BUILD.gn that was introduced in crrev.com/c/2406600. Bug: 1123216 Change-Id: I6c97fd7c6af52f904a4aef7182bea867cea54800 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412254Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Cr-Commit-Position: refs/heads/master@{#807096}
-
chromium-autoroll authored
Roll ChromeOS Orderfiles from 86-4240.11-1599471529-benchmark-86.0.4240.36-r1 to 86-4240.27-1600081136-benchmark-86.0.4240.36-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-orderfile-chromium Please CC c-compiler-chrome@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: c-compiler-chrome@google.com Change-Id: I5b6d618d3a893f97c8b968cb8222fe1172ee5191 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412363Reviewed-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@{#807095}
-
Siye Liu authored
We should check whether |TSFBridge| is initialized before accessing it in |InputMethodWinTSF::OnWillChangeFocusedClient|. Bug: 1126159 Change-Id: If84b28007549c38e33ae947ac7d9dbec627a1ee2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2399454Reviewed-by:
Yohei Yukawa <yukawa@chromium.org> Commit-Queue: Siye Liu <siliu@microsoft.com> Cr-Commit-Position: refs/heads/master@{#807094}
-
Paula Vidas authored
This is to work around race conditions, between one device enabling a data type (and marking it as "interesting") vs. another device committing some new data for the type. Bug: 1126014 Change-Id: I53cb8f8db17d0595a0ee2400fdc33a0299d0e1c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2403640 Commit-Queue: Paula Vidas <paulavidas@google.com> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#807093}
-
Adrienne Walker authored
These are all separate but different unittests that have grown organically apart from each other, combine into a single typed test so that future file stream reader unittests can reuse this structure. The one unfortunate part about doing it this way is that it requires a lot more `this->` everywhere because of C++ templates. However, the alternative of having a test fixture with a bunch of switch statements for the different types seems strictly worse. Change-Id: Id56bc28391e1a640748691cb383a19291c47fc51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406718 Commit-Queue: Nick Harper <nharper@chromium.org> Auto-Submit: enne <enne@chromium.org> Reviewed-by:
Nick Harper <nharper@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#807092}
-
Dave Tapuska authored
Iteration of the frame tree happens inside blink now so we don't have to traverse render_frames_ in RenderWidget anymore. BUG=1097816 Change-Id: Ic5debdf482afaddd823d890cecdb52bf63e3b3e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406538 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#807091}
-
Etienne Pierre-doray authored
queue_time for Jobs is adjusted based on number of workers to put back pressure on Jobs that use many workers. This prioritizes newer work that uses less workers (or simple sequences). To achieve this, GetSortKey is extracted from Transaction and uses atomic load. This is safe since the result of GetSortKey and the queue itself is only modified under lock. Follow-up: consider integrating full TaskSourceSortKey in ShouldYield Change-Id: If26e00b40502b0a4e09f10e3627de8b7e4a52488 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377893 Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#807090}
-
Pavel Yatsuk authored
The current overlay warning message does not directly address the typical case: when dialer or chat bubble is displayed on the screen. One change in behavior is that "Cancel" button of overlay warning dialog dismisses both overlay warning and permission dialog. BUG=1127455 R=twellington@chromium.org Change-Id: I9d5c13a6c7d4e52a3fa73b3193d1ef463272ab64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406148Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Andy Paicu <andypaicu@chromium.org> Commit-Queue: Pavel Yatsuk <pavely@chromium.org> Cr-Commit-Position: refs/heads/master@{#807089}
-
chromium-internal-autoroll authored
Release_Notes: http://go/media_app-x20/relnotes/Main/media_app_202009150800_RC00.html https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/media_app/app/+/tmWwsSISDU41lQ4kf4xfmJyf0_fQYQlzfq_1EKE6E5MC 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/155134364,b/157694064,b/159851982,b/163418698,b/165421270,b/168262132,b/168423157,b/168428454,b/168428517,b/168433302,b/168455337,b/168560748 Tbr: media-app@grotations.appspotmail.com Change-Id: Ica1148a501956edc686ba700957b29ecd32af268 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412282Reviewed-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@{#807088}
-
manukh authored
This CL fixes a typo introduced in crrev.com/c/2324212 that would prevent the omnibox's width being updated in |LocationBarView::Layout()| if: - RichAutocompletionShowAdditionalText was enabled (default) - RichAutocompletionTwoLineOmnibox was disabled (default) - The omnibox was empty This resulted in - The hint 'Search Google or type a URL' when the omnibox is cleared and blurred or when on the NTP. - The cursor being misplaced when entering keyword mode which clears the user text. Bug: 1128094, 1062446 Change-Id: I073a9c75db1266d02a192675149211bad7615a8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410591Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: manuk hovanesian <manukh@chromium.org> Cr-Commit-Position: refs/heads/master@{#807087}
-
manukh authored
These histograms have not been used in a while and we don't expect to use them in the future. They were set to expire 9/19/2020. This CL removes the code logging this histograms and marks the histograms obsolete. Bug: 1037287 Change-Id: Ia0f277ab08e04d31de68b7b4681e18e0ccddcfab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398843Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: manuk hovanesian <manukh@chromium.org> Cr-Commit-Position: refs/heads/master@{#807086}
-
Emily Stark authored
This is a reland of 71f44efe Original change's description: > Add test configs for URL display experiments > > This CL adds test configs for the URL display experiment group that > launches all three URL display experiments and SafeBrowsing Delayed > Warnings. > > SafeBrowsingDelayedWarnings was launched standalone for M85. In M86 and > above, it's launched with the other URL display experiments. It's also > no longer launched on Android as the URL display experiments aren't > implemented on Android. > > The CL also removes a couple of obsolete configs so that the bots > don't hit the command line length limit. > > Bug: 1111429 > Change-Id: I037fb3a456a31d7617516eb7ad554ec1a02f4d6d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2399563 > Reviewed-by: Tommy Li <tommycli@chromium.org> > Reviewed-by: Tibor Goldschwendt <tiborg@chromium.org> > Reviewed-by: Mark Pearson <mpearson@chromium.org> > Commit-Queue: Emily Stark <estark@chromium.org> > Cr-Commit-Position: refs/heads/master@{#806380} Bug: 1111429 Change-Id: I672e02a632dd3309602dab23c0ec5a7ec8a53d1b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410819Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: Emily Stark <estark@chromium.org> Cr-Commit-Position: refs/heads/master@{#807085}
-
Moe Ahmadi authored
This is a follow-up to crrev.com/c/2404663 https://screenshot.googleplex.com/7sg94xt2F9CqNFb Bug: 1127090 Change-Id: I523d509ff628071c436239ce61ce52c98d46ac95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411299 Commit-Queue: Tommy Li <tommycli@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Auto-Submit: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#807084}
-
Frédéric Wang authored
MathML Core currently defines fallback values to use when no MATH table is available. This CL performs the remaining work to ensure fractions align with the specification. It also adds WPT test to check these fraction fallback parameters, although testing them extensively is difficult. Bug: 6606, 1058369 Change-Id: Ic916c0c4b925674d526d78989988e57d8735bf4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410384 Commit-Queue: Frédéric Wang <fwang@igalia.com> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#807083}
-
Piotr Bialecki authored
Step 2/N of moving ARCore device into device/vr. Previous step: https://crrev.com/c/2341811. Changes: - move vr_gl_util.h/.cc out of chrome/browser/vr/ into device/vr/ - it will be needed there once ar_renderer.cc gets moved - move gl_bindings.h out of chrome/browser/vr/ into /device/vr/ - the vr_gl_util.h depends on them - chrome/browser/vr:vr_ui now depends on //device/vr:vr_base for the vr_gl_util.h/.cc files - move vr_gl_mode config & vr_gl_bindings source set from chrome/browser/vr into device/vr - move use_command_buffer into device/vr/buildflags/buildflags.gni Bug: 843374 Change-Id: I4e5c4b50a1ff7e256ccebbf06da74700ad3bc9fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405538Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Piotr Bialecki <bialpio@chromium.org> Cr-Commit-Position: refs/heads/master@{#807082}
-
Mike Dougherty authored
On small devices, the "Payment Methods" row in settings may require scrolling the settings table in order to make it visible. Add a scroll down search action to scroll the settings table until the row is found. Change-Id: If4ff25908e117521236c01eca1d61ca8e61ba256 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412249 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Auto-Submit: Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#807081}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/df4ddebf1c60..e049f9d1de14 2020-09-15 taylori@google.com Merge "perfetto-ui: Column sums" 2020-09-15 taylori@google.com Merge "perfetto-ui: Add privacy policy link" 2020-09-15 taylori@google.com perfetto-ui: Add isGoogler custom dimension 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: chromium:163130524 Tbr: perfetto-bugs@google.com Change-Id: Ia3b6a517c4995bb869a5eca2278f6c6eb0b830a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412348Reviewed-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@{#807080}
-
minch authored
Bug: b/168511137 Change-Id: I31f4a80fe543b8cc02dfe14b2d378ded6951e4ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411703Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Min Chen <minch@chromium.org> Cr-Commit-Position: refs/heads/master@{#807079}
-
Victor-Gabriel Savu authored
Bug: chromium:1125659 Bug: chromium:1125661 Bug: chromium:1125662 Change-Id: I29b83e3c9b2298f806f0cef37295ad73a2d9e420 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410124Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Victor-Gabriel Savu <vsavu@google.com> Cr-Commit-Position: refs/heads/master@{#807078}
-
Adam Langley authored
This code will register with the cloud messaging service in order to receive notices from the tunnel server that a paired desktop wishes to connect. BUG=1002262 Change-Id: Ib8b9521304e557302a44cc2ad6498c60b44fe37b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406700 Auto-Submit: Adam Langley <agl@chromium.org> Commit-Queue: Adam Langley <agl@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Adam Langley <agl@chromium.org> Reviewed-by:
Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/master@{#807077}
-
Lepton Wu authored
We always remove invitee from pending_invitations_ before adding it to pending_broker_clients, so the old code actually is buggy and invitees in pending_broker_clients_ will never be added as a broker client. Fix it by checking peers_ instead of pending_invitations_. BUG=b:146518063,b:150661600,b:168250032,chromium:1121709 TEST=manual - Keep running arc.Boot.vm with updated mojo code. Change-Id: Ib0353944e7d5b9edc04947f8bd2db1442a4ed78d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411560 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Ken Rockot <rockot@google.com> Auto-Submit: Lepton Wu <lepton@chromium.org> Cr-Commit-Position: refs/heads/master@{#807076}
-
David Bienvenu authored
Replace with is_type_app, is_type_app_popup, is_type_devtools as appropriate. Bug: 990158 Change-Id: I4df1b675ebec3408f690da7899653e00b851c388 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401263 Commit-Queue: David Bienvenu <davidbienvenu@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#807075}
-
Trent Begin authored
This change syncs the mojom file in cros_healthd with the newly added OS version structures. This structure is not currently used anywhere in Chrome. This change also modifies a comment wrapping to make the files the same. Bug: chromium:1123998 Change-Id: I1ae5599807c72bd4826c456588c88668aaf03508 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406597 Commit-Queue: Trent Begin <tbegin@chromium.org> Reviewed-by:
Oleh Lamzin <lamzin@google.com> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Paul Moy <pmoy@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#807074}
-