- 09 Jul, 2019 40 commits
-
-
Kristi Park authored
Convert mouse events to drag events. This allows us to use DataTransfer to set the URL data necessary for dragging and dropping links. Screencast: https://drive.google.com/open?id=131GJk4um_TGzgXxQ3KeQcDfJ87jh-W19 Bug: 961569 Change-Id: I8460a5e101f167efa15f34ca810244c9edd46900 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1686789 Commit-Queue: Kristi Park <kristipark@chromium.org> Reviewed-by:
Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#675802}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/071d26b8c191..123c46068daa git log 071d26b8c191..123c46068daa --date=short --no-merges --format='%ad %ae %s' 2019-07-09 perezju@chromium.org [Telemetry] Move remaining telemetry_info attributes to story_run Created with: gclient setdep -r src/third_party/catapult@123c46068daa The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:973837 TBR=sadrul@google.com Change-Id: I30096aa3a6928998128fada02a55f0316506c84c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692489Reviewed-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@{#675801}
-
Sonny Rao authored
Update owners as those listed have all left the project, and bump the expiration by a year on those that were marked as expiring for M77. Bug: chromium:975316 Change-Id: I374bac4738524477ce4cac878c58db179be8599d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1685688 Auto-Submit: Sonny Rao <sonnyrao@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Sonny Rao <sonnyrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#675800}
-
Gayane Petrosyan authored
Previously, the 'Customize' button was hidden for windows that are shorter than the new customization dialog. Seems like this is too aggressive. Only hide 'Customize' button to now overlap with OGB. Bug: 981847, 972976, 972962, 972480, 959097 Change-Id: Ia335400c2ac8f77d8ffb645ebb82fee2e3f61c8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692876Reviewed-by:
Kristi Park <kristipark@chromium.org> Commit-Queue: Gayane Petrosyan <gayane@chromium.org> Cr-Commit-Position: refs/heads/master@{#675799}
-
Mustafa Emre Acer authored
crrev.com/c/1140307 introduced protection against double clicks: It disallowed clicks when they happen shortly after a view is shown. This prevents unintentional double clicks but doesn't protect users when they are tricked into repeatedly clicking at the same location. In this scenario, double click protection is only good for the double click interval on that platform (e.g. 500 ms on Windows). After that, subsequential clicks are still accepted. This CL adds an additional check to prevent repetitive clicks happening with short intervals. As an example, if a dialog is shown at t0 (assuming a 500 ms double click interval): - A click at t0 + 200 ms is ignored by the double click protection - A subsequent click at t0 + 600 ms is ignored by this protection - Another click at t0 + 1150 ms is accepted Change-Id: I501c00aeda46bcbd434323f21c4b8433d04d2038 Bug: 63773 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1686858 Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#675798}
-
Katie Dillon authored
The trace event spanning multiple tasks is no longer used and can be removed. This cl also changes the name of the task trace event in ThreadControllerWithMessagePumpImpl to match the task trace event in ThreadControllerImpl. Bug: 980697 Change-Id: I1c3dbc31e64cb7cbd5d87e1c6336775230d4a80a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1688338 Commit-Queue: Katie Dillon <kdillon@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Cr-Commit-Position: refs/heads/master@{#675797}
-
Dana Fried authored
Missed adding code in interpolating layout to do correct linear interpolation. Also realized that we needed to tweak the API for LayoutManagerBase just a bit in order to support a correct implementation of both InterpolatingLayoutManager and AnimatingLayoutManager. See https://chromium-review.googlesource.com/c/chromium/src/+/1653898 for the original set of changes that added LayoutManagerBase as well as additional context. Bug: 898632 Change-Id: If5c1460c01d1c04e9df310c8022d75e021ac27a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1687369 Commit-Queue: Dana Fried <dfried@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#675796}
-
Mohamed Amir Yosef authored
The following histograms were scheduled to expire in M77, however, they are still useful and hence extending their life time till M82. Sync.BookmarksDuplicationsAtAssociation Sync.BookmarksModelSyncStateAtNewDuplication Sync.CommitLatency Bug: 969933,975491 Change-Id: If35bfd0a39c5d91a8bd7edfbb900373ce9827c16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692166 Auto-Submit: Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#675795}
-
Robert Ogden authored
Step 1 of 3 for caching prober results. This CL adds caching by network id (more or less just the connection type), and the URL host:port being probed. Future CLs on this thread: * Step 2 - async revalidate cache entries after some expiry * Step 3 - persist to disk with PrefService Bug: 977603 Change-Id: If84f74e4cdf29eba16f864c34e08170d65ee2d20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1691548 Commit-Queue: Robert Ogden <robertogden@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#675794}
-
Ahmed Fakhry authored
This is a useful histogram, so postpone its expiry until after M79. BUG=975200 Change-Id: Id6b8c2b5d76d1c65cc8dac1291ab0eaaa74e1494 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1691867Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#675793}
-
Geoff Lang authored
Chrome uses this function on recent versions of Android. BUG=979342 Change-Id: Ia2fe4bca8f77896ee57d6033441109cf34b41e36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1686784 Commit-Queue: Geoff Lang <geofflang@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#675792}
-
Mustaq Ahmed authored
The feature was enabled in M72 through content_feature kUserActivationV2, see crrev.com/c/796938. This means the RuntimeEnabledFeature gets enabled through content in general but this is not true for few unit tests. This CL fixes the problem with RuntimeEnabledFeature and fixes the affected unit tests. Bug: 696617 Change-Id: I50c3b22a5dfc6eb145ac00892bb3120b7c02e9ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1689038Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Mustaq Ahmed <mustaq@chromium.org> Cr-Commit-Position: refs/heads/master@{#675791}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/d406d536..13c48a77 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I79b61ceb6fee94dd6034e934d140e85240cf2bf3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1693062Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#675790}
-
Michael Thiessen authored
Bug: 982364 Change-Id: I002b7dfb13e7e1ad2d98bd935992851ec6769acc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692040Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#675789}
-
John Chen authored
In W3C mode, when execution of a command results in an unknown status, ChromeDriver was crashing due to an uninitialized variable. Now fixed. Bug: chromedriver:3007 Change-Id: I662dfdf9d4d6b5de3396f90258e1df3d1cfebae5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1693168 Commit-Queue: John Chen <johnchen@chromium.org> Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Auto-Submit: John Chen <johnchen@chromium.org> Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#675788}
-
Yoav Weiss authored
The related bug was long closed, but one lonely CH related test lingered in TestExpectations. This CL makes sure it lingers no more. Bug: 972569 Change-Id: Ibfb9dcadd1b53973872fdb73cb5603542dec40cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692175Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Yoav Weiss <yoavweiss@chromium.org> Cr-Commit-Position: refs/heads/master@{#675787}
-
Charlie Harrison authored
We're still looking at data from this histogram Change-Id: Ia1353e2ae5677a2b39ca355593cdc3780d021428 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1690567Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Commit-Queue: Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#675786}
-
Jian Li authored
Bug: 878105,878103,878098,878096,878094,878092,878086 Change-Id: I2de8a7417a082c4bf3f80d4ec53538b853cb2726 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1682276 Commit-Queue: Jian Li <jianli@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#675785}
-
Austin Eng authored
This patch also updates Blink to match Dawn API changes. https://dawn.googlesource.com/dawn.git/+log/8f93871dfff5..f697fe3b7dd2 git log 8f93871dfff5..f697fe3b7dd2 --date=short --no-merges --format='%ad %ae %s' 2019-07-09 shaobo.yan@intel.com Add dynamic attribute in bind group layout binding Created with: gclient setdep -r src/third_party/dawn@f697fe3b7dd2 CQ_INCLUDE_TRYBOTS=luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel TBR=cwallez@chromium.org Change-Id: I61db2ec057ef067961013aebb690daa50b6d975c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1693206Reviewed-by:
Austin Eng <enga@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Cr-Commit-Position: refs/heads/master@{#675784}
-
Angel Alvarez authored
This involves the following changes: 1) Adding new dimensions in the XML to meet the spec for the explore sites page. 2) Adding new tile views using new dimensions. 3) setting the tile view to use in CategoryCardViewHolderFactory. 4) Adjustments to the code for RoundedIconGenerator and RoundedBitmapDrawable so that the icon size and radius are programmatically adjusted. 5) Removal of an extra resize in ExploreSitesTileView which cause icons to scale too many times creating resizing artifacts for both dense and regular views. The RoundedBitmapDrawable already handles density based resizing. These changes form the bulk of the explore sites densification view changes. What is left will be tweaks to padding on the category cards and changes in tile quantity rendering logic. Moved new dense feature params to a custom CondensedVariation, to be wrapped under the condensed feature param in ExploreSitesVariation. Added new supporting enums and utilities to allow access to condensed variation from ExploreSitesBridge. Bug: 977713 Change-Id: I795372339ea6350da6767aa613c55aeb2383bbaa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1681955Reviewed-by:
Justin DeWitt <dewittj@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Cathy Li <chili@chromium.org> Commit-Queue: Angel Alvarez <angelii@google.com> Cr-Commit-Position: refs/heads/master@{#675783}
-
Caitlin Fischer authored
Bug: 980547 Change-Id: I779b3324041f68e257f8e8f1a8cd75a943066919 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1684564Reviewed-by:
Tommy Martino <tmartino@chromium.org> Reviewed-by:
Fabio Tirelo <ftirelo@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Caitlin Fischer <caitlinfischer@google.com> Cr-Commit-Position: refs/heads/master@{#675782}
-
Jimmy Gong authored
- This CL contains three new components: - CupsPrintersEntry: encapsulates a printer list entry. - CupsPrintersEntryList: iron list container for CupsPrinterEntry's - CupsSavedPrinters: component that holds a CupsPrinterEntryList and contains only SavedPrinters. - First step in redesigning the printer lists in settings. - Next step is to implement NearbyPrinters component. - Adds BrowserTests to test the three new components. - Hides CupsSavedPrinters behind a feature flag. - Pulls out TestCupsPrintersBrowserProxy its own separate test utils file. - This puts CupsSavedPrinters at feature parity with CupsPrinterList's implementation of SavedPrinters. Bug:965721 Test: end to end manual, browserTests Change-Id: Iac2c7985e484732a04afc2f4e9d557db3fe5f2d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1639068 Commit-Queue: jimmy gong <jimmyxgong@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Bailey Berro <baileyberro@chromium.org> Cr-Commit-Position: refs/heads/master@{#675781}
-
Jeremy Roman authored
Bug: 980937 Change-Id: I7c29a1820e1ce2df735284c430883a3250d7d044 Tbr: dcheng@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692488Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#675780}
-
chrome://settingsMay Lippert authored
Some parts of the printing code refer to chrome://settings directly while using SettingsWindowManager to open the URL. This results in the browser settings opening in the OS settings surface when the split settings flag is on. Also fix an issue where the main page behavior is not opening the advanced section correctly when opening OS settings to an advanced route. BUG=980264 Change-Id: Ib69e17790b880ef068c059d4e6133c2e05e0448b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1686543Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: May Lippert <maybelle@chromium.org> Cr-Commit-Position: refs/heads/master@{#675779}
-
Ryan Hansberry authored
Update comment on RetrieveGattConnectedDevicesWithDiscoveryFilter() to reflect it has since been implemented for Chrome OS. Bug: 653032 Change-Id: I7ce40681a27ee60c7e8157e68eb2336c096d1517 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692504Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#675778}
-
Maks Orlovich authored
Before this change, cookie access for document.cookie went renderer <-> browser <-> network service, while now it just goes straight to network service. Cookies for JS and network also took wildly different paths for reporting activity and permission checking. Now, they all check network::CookieManager's settings, and use NetworkContextClient for activity logging. The old implementation also lived on IO thread, but some of the information needed to fix a bug lived on UI thread, making things messy. Here, all the cookie stuff is consolidated in network service, and capabilities are vended by RenderFrameHostImpl on UI thread, which should make it easy to both fix existing bugs and add additional capabilities that need more knowledge of frame hierarchy. Bug: 965982 Change-Id: Ia821e80a95e95eb13accc3f55075dafd3d5253c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635430 Commit-Queue: Maks Orlovich <morlovich@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Eric Orth <ericorth@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#675777}
-
Emil A Eklund authored
Tbr: drott@chromium.org Bug: 982221 Change-Id: Ifbe5ab69899ea8a165813efab652caabe2e35d14 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692034Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#675776}
-
Becca Hughes authored
Remove the Media.Controls.Overflow.TimeTo* histograms as they are expiring in M77. BUG=974947 Change-Id: Iab0a0c31a4b627c6b25fd8116fbe3851178c12e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1691582 Auto-Submit: Becca Hughes <beccahughes@chromium.org> Commit-Queue: Mark Pearson <mpearson@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#675775}
-
Vadym Doroshenko authored
The problem was that after a successful Chrome sign-in, a tab navigates to the new tab page which is processed in different way than web pages. That CL introduces saving a password hash in case when the tab navigates to the new tab page after Chrome sign-in. Bug: 979046 Change-Id: Idd030e32876647b4ed995ff8fbda617697820774 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1690844 Commit-Queue: Vadym Doroshenko <dvadym@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#675774}
-
Tibor Goldschwendt authored
Previously, we used runtime deps to collect the shared libraries. That worked due to some special runtime dependency propagation rules around shared_library targets. However, this will stop working with the new linker assisted native feature module approach where some shared libraries will become action targets. To solve this, this CL - adds the shared library output file to metadata of each shared_library target, - adds the new partitioned shared library output files to metadata as well, - adds barriers where propagation should be interrupted, and - adds generated_file targets to read the metadata. Bug: 980569 Change-Id: Ib3f49a00d04d066a2fc1f0bb916d469adabac447 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1693023 Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#675773}
-
Becca Hughes authored
Convert the GetMediaImageBitmap to use a weak ptr of the ImageObserverHolder to fix a crash. BUG=982073 Change-Id: I3f97e778d2c99e55bdc4287c8073a6f3639d069a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692219Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#675772}
-
Dan Beam authored
R=dpapad@chromium.org BUG=979875 Change-Id: I08350578fd1649f686b598016bc65436042a14d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1683924 Commit-Queue: Dan Beam <dbeam@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Auto-Submit: Dan Beam <dbeam@chromium.org> Cr-Commit-Position: refs/heads/master@{#675771}
-
Joe DeBlasio authored
PageInfo used to have tabs, but it doesn't anymore. This removes a lingering unused enum. Change-Id: I1d1c3722436ae25532fd85a84704bfc5e839f5cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692871 Commit-Queue: Joe DeBlasio <jdeblasio@chromium.org> Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Auto-Submit: Joe DeBlasio <jdeblasio@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#675770}
-
John Lee authored
Change-Id: I222db62bbec8664c0ebc97d4086841007bd5a595 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1690713Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#675769}
-
Julien Racle authored
Provides a wrapper to WindowsCompareStringOrdinal function. This CL is needed for base/win/IMap's equality to work properly. BUG=728870 TBR=gab@chromium.org BUILD.gn change Change-Id: Ibf8f4442ff25b7525710182c8dc5969ae68c44ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1683293 Commit-Queue: Robert Liao <robliao@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#675768}
-
Geoff Lang authored
Recent versions of Android use GLSurfaceEGLSurfaceControl which only implements the Async swaps. BUG=979342 Change-Id: I0bc624de5d3ddbbdce09b614a927a11a9cb73213 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1686785 Commit-Queue: Geoff Lang <geofflang@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#675767}
-
Ahmed Fakhry authored
The multiprofile feature is expected to be removed by the end of the year, so keep its histograms until then. BUG=975004 Change-Id: I6a8f058d62b2a01fe282d95e83249392bfad674e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692002Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#675766}
-
Josh Nohle authored
These strings identify the supported and enabled states of BetterTogether features. They are used in DeviceSync v2 RPCs BatchNotifyGroupDevices, BatchGetFeatureStatuses, and BatchSetFeatureStatuses. Bug: 951969 Change-Id: I3f922f7aa0dcbcb0f8656519905d706b21666508 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1684244Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Josh Nohle <nohle@chromium.org> Auto-Submit: Josh Nohle <nohle@chromium.org> Cr-Commit-Position: refs/heads/master@{#675765}
-
Xiaohui Chen authored
Currently there are code duplication that does similar things to detect hotword input device. Now we move all the logic into cras_audio_handler to simplify the code. Bug: None Test: locally build and run Change-Id: I08df6cef18a17dd3c5b2eff6f5b4193aecf0b3e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1686951Reviewed-by:
Jenny Zhang <jennyz@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Commit-Queue: Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#675764}
-
Jacques Chen authored
-Add the "compress='brotli'" flag option in grdp files -Grit will now automatically brotli compress if flag is included -Previous Cl that was split into this one: https://chromium-review.googlesource.com/c/chromium/src/+/1660352 Bug: 826858 Change-Id: I010ad1650394e4bdd58e066486b161cf74f2fff5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692234 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#675763}
-