- 21 Sep, 2020 40 commits
-
-
Josh Simmons authored
Extend expiry date of NativeSmbFileShare.MountCount and NativeSmbFileShare.MountResult until Chromium M94. Bug: 1088967 Change-Id: Ic6358dcd5ba7789da2ce03fadbd759769ef5b054 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418592Reviewed-by:
Anand K Mistry <amistry@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Josh Simmons <simmonsjosh@google.com> Cr-Commit-Position: refs/heads/master@{#809112}
-
Nate Fischer authored
This test started failing recently on Android, so this disables it only for that platform. Tbr: tbansal@chromium.org Bug: 1130720 Test: out/Default/bin/run_net_unittests NetworkQualityEstimatorTest.* Change-Id: Ief4644e996b724d862310568aa6007ef3ead2431 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422269Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#809111}
-
Bo Majewski authored
Bug: 1129607 Change-Id: I32cf4c9f0c19ae310a2de7d449dcbd783651291d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417790 Commit-Queue: Bo Majewski <majewski@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#809110}
-
Ilya Sherman authored
Most of the content was already covered in README.md. The remaining content has been merged into the main readme file. R=mpearson Bug: none Change-Id: I80d327189f17143f403af789001d5fb185d62e9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414683 Commit-Queue: Ilya Sherman <isherman@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Auto-Submit: Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#809109}
-
Justin DeWitt authored
When the Feed V2 config was added to the fieldtrial config, this test started to fail. We should have a separate test for V2. Change-Id: I92bbf42392cd3f81293d23053ca754da453e9574 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421819Reviewed-by:
Peter Williamson <petewil@chromium.org> Commit-Queue: Justin DeWitt <dewittj@chromium.org> Cr-Commit-Position: refs/heads/master@{#809108}
-
Scott Violet authored
As the delegate is ultimately responsible for configuring fullscreen the code adds a OnSystemUiVisibilityChangeListener. If the right mode is entered in a short amount of time, the toast is shown. I'm adding Skip-Translation-Screenshots-Check as I'm moving the string, which has already been translated and didn't have a screenshot. BUG=1127486 TEST=weblayer private tests verify this Skip-Translation-Screenshots-Check: True Change-Id: I788f9df3493b828e66afd57669f34d470865f60d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419661Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#809107}
-
Morten Stenshorne authored
This tested some behavior in the legacy fragmentation engine that wasn't strictly valid, but was a work-around to avoid even more severe over-stretching during column balancing. In the legacy engine, overflow affects column sizes, which is generally wrong (but necessary when the engine doesn't do proper fragmentation in the first place). The LayoutNG block fragmentation engine failed this test because it just let the lines overflow the columns (rather than stretching them to fit the overflow), which is correct behavior. Bug: 829028 Change-Id: I25142cad7109f028fc783578bdfe7021488cd3e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421658Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#809106}
-
Mitsuru Oshima authored
Bug: 1110657 Change-Id: I20ca8c058b11e45203b8e41bf7a4c43842165086 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419926Reviewed-by:
Malay Keshav <malaykeshav@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#809105}
-
Tommy Martino authored
This fixes a bug where text fragments in the URL are not matched in the page because spaces (and other special characters) are still URL- encoded. It also terminates early if no text fragment could be parsed, to avoid needless JS calls. Bug: 1099268 Change-Id: I3a135a4804bc57cde6ef1b1cc22785016507db53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422724 Commit-Queue: Tommy Martino <tmartino@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#809104}
-
Sadrul Chowdhury authored
This reverts commit 4be5a8c2. Reason for revert: Breaks lacros builder https://ci.chromium.org/p/chrome/builders/ci/chromeos-amd64-generic-lacros-builder-perf/2124 Original change's description: > Switch the Linux official build to PGO (from AFDO). > > 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} TBR=thakis@chromium.org,sebmarchand@chromium.org Change-Id: I774e6ec7877fd255b117f38898d5c91e7c0e4fc0 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1111437 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422253Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#809103}
-
Sophie Chang authored
Change-Id: Ic0a1e559dad64808d1ca54acaf2db6ffae2402d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422464Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Commit-Queue: Sophie Chang <sophiechang@chromium.org> Cr-Commit-Position: refs/heads/master@{#809102}
-
Jazz Xu authored
This CL adds a media controls view in UnifiedSystemTrayView along with a controller in UnifiedSystemTrayController. Mocks, screenshot and screen record are linked in the bug. Bug: 1128883 Change-Id: I0294bacce95c102c6056cb14332412283c10e4b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406388 Commit-Queue: Jazz Xu <jazzhsu@chromium.org> Reviewed-by:
Tim Song <tengs@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#809101}
-
Anastasia Helfinstein authored
AX-Relnotes: n/a. Bug: None. Change-Id: I88574e566d707bea67304fefa96ccda13c6d58d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422461 Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Auto-Submit: Anastasia Helfinstein <anastasi@google.com> Reviewed-by:
Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#809100}
-
ssid authored
The histograms were updated to record based on random sampling. Update the description to specify this. Also update the expiry dates of memory histograms. BUG=1117570 Change-Id: Ia03d9f6b598bc832aa7411fbc27e427c1436a968 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2381065 Commit-Queue: ssid <ssid@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#809099}
-
Peter Kasting authored
Effectively, this says that zero-width labels are "as tall as possible", not "always one line high". Bug: none Change-Id: If09da545ffd2dc0d92f5ffdc574fcc63f34f6144 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2420128 Auto-Submit: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Dana Fried <dfried@chromium.org> Commit-Queue: Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#809098}
-
Nick Czajka authored
Duplicate modes were causing lookups in modeToParentModeMap_ to fail, resulting in undefined pref values and errors at the display menu level. This change ensures that all modes have an entry in modeToParentModeMap_. It also introduces a preference for native or selected modes when de-duplicating equivalent modes. Bug: 1127398 Change-Id: I7be8f1e34b31e1a1e7f3b106519c5ce529f568c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406716 Commit-Queue: Nick Czajka <czajka@google.com> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Reviewed-by:
Bailey Berro <baileyberro@chromium.org> Cr-Commit-Position: refs/heads/master@{#809097}
-
Varun Khaneja authored
Fixed: 1089522 Change-Id: I8d74a11f8e3949af1988f27d2d71d5d4e2357a76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422147 Auto-Submit: Varun Khaneja <vakh@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#809096}
-
Clark DuVall authored
This adds a histogram recording from process start to just before main is run. Bug: 1126301 Change-Id: Iefd80d5f80a0354043bc25f57783a1a7893860b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418982Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#809095}
-
Mason Freed authored
The query to GetFieldTrialParamByFeatureAsInt() caused a small perf regression when repeatedly calling innerHTML. This should fix that regression. Fixed: 1130177 Change-Id: I9ca7bb8c8d99f65bfa435e3b8df8d83e4eee8b1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422520 Auto-Submit: Mason Freed <masonfreed@chromium.org> Commit-Queue: Yu Han <yuzhehan@chromium.org> Reviewed-by:
Yu Han <yuzhehan@chromium.org> Cr-Commit-Position: refs/heads/master@{#809094}
-
Ken Rockot authored
Service Manager code is going to be removed. This header provides some common enum values used (mostly by Content+) in conjunction with the base::GlobalDescriptors API. For lack of a more suitable home, these are moved into the the content/public/common/content_descriptors.h header. The only minor drawback is introduction of a dependency on this header from within //components/crash/core, where Content dependencies are otherwise disallowed. Because this is a trivial header-only dependency, and because alternatives (e.g. introducing a new //components target or referencing more non-base concepts in //base) seem unlikely to be worthwhile, a DEPS exception is made here. Bug: 977637 Change-Id: I68168513aa504ac5e5d0995f8acb9571b423d500 Tbr: boliu@chromium.org Tbr: caseq@chromium.org Tbr: dschuff@chromium.org Tbr: tsepez@chromium.org Tbr: yucliu@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417073Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Reviewed-by:
Derek Schuff <dschuff@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#809093}
-
Collin Baker authored
Calling base::LinkNode::Insert{Before,After} is invalid if it's already in a list and can easily lead to undefined behavior. This extracts them into a non-templated base and adds CHECKs. Bug: None Change-Id: Ib00fcd9ba513181336c4b02e846fa935fe5f46cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405709 Commit-Queue: Collin Baker <collinbaker@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#809092}
-
Brian Sheedy authored
Suppresses the currently failing WebGL 1 tests on the ARM-based Mac DTKs. Bug: 1130760, 1130759, 1130758, 1130703 Change-Id: I6a4ff7ebef48af09562cd9f6fd0a210b1256cc26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422503 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@{#809091}
-
Maks Orlovich authored
This is sadly somewhat invasive since it needs to wire the UKM ID for navigations further down. Bug: 1103288 Change-Id: I23e7f098949cf3ffa59b482dc92878aa33a8ec60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2346803Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Commit-Queue: Maksim Orlovich <morlovich@chromium.org> Cr-Commit-Position: refs/heads/master@{#809090}
-
Zach Trudo authored
dm_token_utils.h is used outside of safe_browsing and so targets that depend on dm_token_utils would need to take a dependency onf safe_browsing. Instead this CL moves dm_token_utils to the policy build target, which is likely to already be a dependency of anything that was going to use it. Bug: chromium:1078512 Change-Id: I1a61e79e45478fb0c972049dd1df3c4b023f5049 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2388500Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Reviewed-by:
Owen Min <zmin@chromium.org> Commit-Queue: Zach Trudo <zatrudo@google.com> Cr-Commit-Position: refs/heads/master@{#809089}
-
Adlai Holler authored
This is (hopefully) the last CL in a process of migrating from GrContext to GrDirectContext (direct GPU) and GrRecordingContext (either direct GPU or DDL). Change-Id: Iffca0edc77e4e99e787e11a979ab64c8dea39d5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416815 Auto-Submit: Adlai Holler <adlai@google.com> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Commit-Queue: Adlai Holler <adlai@google.com> Cr-Commit-Position: refs/heads/master@{#809088}
-
Internal Frameworks Autoroller authored
TBR=bling-team@google.com Change-Id: I4f2b55f859bbaf16ae1d28e3480d44590a8ffe8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422445Reviewed-by:
Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#809087}
-
Nigel Tao authored
Change-Id: I1af0ed7e27f57135788fec65e8353acb07eed48b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418525Reviewed-by:
Leon Scroggins <scroggo@google.com> Commit-Queue: Nigel Tao <nigeltao@chromium.org> Cr-Commit-Position: refs/heads/master@{#809086}
-
Renjie Tang authored
https://quiche.googlesource.com/quiche.git/+log/f555d99a084c..9f1fd1a590df $ git log f555d99a0..9f1fd1a59 --date=short --no-merges --format='%ad %ae %s' 2020-09-21 renjietang Fix a misspelled enum value in QuicFailToSerializePacketLocation. 2020-09-21 renjietang Record detailed location of FAIL_TO_SERIALIZE_PACKET error in UMA histogram. 2020-09-21 ianswett Exit PROBE_DOWN when bytes in flight goes below the target instead of prior_in_flight. Also adds missing flag counts. 2020-09-18 nharper Remove BORINGSSL_API_VERSION checks from quic code 2020-09-18 haoyuewang Add a method that writes AckFrequencyFrame in QuicControlFrameManager and code for updating peer_max_ack_delay in QuicSentPacketManager. 2020-09-18 vasilvv Ship our own implementation of QuicheEndian instead of using the platform one. 2020-09-17 quiche-dev Add an extra endpoint to the QuicTransport simple server called /receive-bidirectional. This creates a server-initiated bidirectional stream every time an incoming stream is received from the client. 2020-09-17 fayang Internal QUICHE change 2020-09-17 nharper Add varz for QUIC 0-RTT acceptance/rejection reasons 2020-09-17 nharper Move QuicCryptoClientStreamBase::EarlyDataReason to QuicCryptoStream Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: I7f22c14017c1cd0204c41aa5cd5bdb72725ca8b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422442 Auto-Submit: Renjie Tang <renjietang@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Commit-Queue: David Schinazi <dschinazi@chromium.org> Cr-Commit-Position: refs/heads/master@{#809085}
-
Robert Sesek authored
Change-Id: I5506620b3addb616c950364018527a297ee968d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422272Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#809084}
-
Josh Simmons authored
Extend this UMA expiry date until Chromium M94. Bug: 1088966 Change-Id: I43dd29c7533be9daae57ca62309df495f82507c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418753Reviewed-by:
Anand K Mistry <amistry@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Josh Simmons <simmonsjosh@google.com> Cr-Commit-Position: refs/heads/master@{#809083}
-
Dale Curtis authored
R=tguilbert Bug: 1128458 Change-Id: I35394df2dfaae494b06dd6f2f0ce30b704e29f51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422444 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Thomas Guilbert <tguilbert@chromium.org> Auto-Submit: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Cr-Commit-Position: refs/heads/master@{#809082}
-
Devlin Cronin authored
Currently, the ExternalWebAppManager provides a flow for migrating from an extension-app to a web app specified in a known directory through a JSON config. This will be used on ChromeOS. On other platforms, we'll simply hard-code the web app data, and use it directly. This CL provides an entry point to do so, allowing for the specification of default apps that are directly included in the binary. Bug: 809304, 1118195 Change-Id: I0bb83de21ac1f59bdf62fcf313e98db3889bd01f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417535 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#809081}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/2d461fa4a07b..6a7b87067b2c 2020-09-21 treehugger-gerrit@google.com Merge "ui: Implement debug slices track" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: I66d552cabd1e919414f1c036343640cf0bb0a966 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422543Reviewed-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@{#809080}
-
Jian Li authored
After unbinding from NativeViewListRenderer, we should unset the adapter of its RecyclerView. Bug: 1129268 Change-Id: I48a888823647ddcd3e7aad4868d7eb37dec958bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422426Reviewed-by:
Dan H <harringtond@chromium.org> Commit-Queue: Jian Li <jianli@chromium.org> Cr-Commit-Position: refs/heads/master@{#809079}
-
Eric Lawrence [MSFT] authored
This reverts commit 999679f4. Reason for revert: switches::kSimulateElevatedRecovery is required by chrome/browser/component_updater/recovery_component_installer.cc. Original change's description: > Remove dead switches from Chrome switches > > 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/+/2420709 > Reviewed-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} TBR=thestig@chromium.org,fdoray@chromium.org,ericlaw@microsoft.com Change-Id: Ief5553bee0feb2b813f37cb2639e8c6518f50ea9 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1130298 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422483Reviewed-by:
Eric Lawrence [MSFT] <ericlaw@microsoft.com> Commit-Queue: Eric Lawrence [MSFT] <ericlaw@microsoft.com> Cr-Commit-Position: refs/heads/master@{#809078}
-
Daniel Classon authored
Adds a stubbed implementation of the device sync for use in the Linux CrOS build. Bug: 1085459 Change-Id: Iaf124a7575022d1a6e6da48143e68e9db55e44c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406543 Commit-Queue: Daniel Classon <dclasson@google.com> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#809077}
-
Tommy Li authored
This CL makes the context menu "Edit search engines..." command match Settings. See the bug. Bug: 1105378 Change-Id: I5334a801862b8937e2b753b58de8baa216cce77b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422462 Commit-Queue: Tommy Li <tommycli@chromium.org> Reviewed-by:
Orin Jaworski <orinj@chromium.org> Cr-Commit-Position: refs/heads/master@{#809076}
-
Richard Chui authored
Set the top edge of the hotseat as the threshold that the bottom of the dragged app window must pass to enter overview mode. Otherwise, bring the fullscreen window back. Also add slight polishing for window drag transforms. Previously when swiping up from the shelf, it was inconsistent at what distance of a swipe would trigger overview vs. returning to fullscreen window. Test: manual, updated tests Change-Id: If505b4073a272ad2d21097a16fdae84a2783ed81 Fixed: 1103008 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404717Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Richard Chui <richui@chromium.org> Cr-Commit-Position: refs/heads/master@{#809075}
-
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}
-