- 22 Jan, 2020 22 commits
-
-
James Cook authored
Update styles for the dialog used with SplitSettingsSync to match go/cros-sync-mock. Remove an unused style from the legacy dialog. Legacy dialog (unchanged): https://screenshot.googleplex.com/1P8qoyMnKOX SplitSettingsSync dialog (updated): https://screenshot.googleplex.com/mXsGDhWqWsC Bug: 1023854 Change-Id: Iba6aaad03db7d9d457d8d32a15db4e51cb0e33df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2006487 Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#733832}
-
Antonio Gomes authored
... from content.mojom.FrameHost. BUG=1043760 R=avi@chromium.org, dominickn@chromium.org, dtapuska@chromium.org, haraken@chromium.org Change-Id: I404f00adfd4f03b20e918cc8abeef1f4b80d542b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2012561Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#733831}
-
Reid Kleckner authored
In Python 3, dict.keys() returns a generator instead of a list. Call list() to turn it into a list so that it can be indexed. I bravely decided to put Python 3 on PATH, and I needed this in order to re-run gn gen. This seems to be the only change needed to run `gn gen`. Later on in the build there are Unicode errors during mojo binding actions. R=brucedawson@chromium.org, hans@chromium.org Bug: 941669 Change-Id: Ib80e11798003999469776122b0a32f416909565b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013514Reviewed-by:
Hans Wennborg <hans@chromium.org> Commit-Queue: Reid Kleckner <rnk@chromium.org> Cr-Commit-Position: refs/heads/master@{#733830}
-
Bo Liu authored
Android 10 has a bug that UID used for non-primary user cannot be freed correctly, eventually exhausting the pool of UIDs for isolated services. There is a global pool of 1000 UIDs, and each app zygote has a smaller pool of 100; the bug appplies to both cases. The leaked UID in the app zygote pool are released when the zygote is killed; leaked UIDs in the global pool are released when the device is rebooted. So way to slightly delay until the device needs to be rebooted is to use up the app zygote pool first before using the non-zygote global pool. Add a workaround allocator that's only used under secondary user on Android 10. It will try to bind to a new service from the app zygote. If bind fails, which happens if the UID pool is exhausted, then try using the non app zygote service. Bug: 1035432 Change-Id: I07cba74a21076e4cbc9342705f7b69b97e011c20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001998 Commit-Queue: Bo <boliu@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
ssid <ssid@chromium.org> Cr-Commit-Position: refs/heads/master@{#733829}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/material-foundation/material-font-disk-loader-ios/+log/93acc021e303..8e30188777b0 git log 93acc021e303..8e30188777b0 --date=short --first-parent --format='%ad %ae %s' 2017-02-17 willlarche@users.noreply.github.com [Docs] Clarity in README (#1) Created with: gclient setdep -r src/ios/third_party/material_font_disk_loader_ios/src@8e30188777b0 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/material-font-disk-loader-ios-chromium Please CC bling-p10-rolls@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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:ios-internal-mdc Bug: None Tbr: bling-p10-rolls@google.com Change-Id: I38257f67e6c97ec4023161b243678abf4b6257a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013202Reviewed-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@{#733828}
-
Li Lin authored
This is a reland of e03c42ac Original change's description: > Add Quick Answers context menu observer. > > The feature is guarded by a feature flag that is currently disabled by default. > > This CL implements a temporarily UI for getting early feedback on product and > data quality while we are figuring out the final UI. > > More detail at: go/quick-answers-cros and go/quick-answers > > Bug: 1020004 > Test: Unit tests > Change-Id: I17dac669c230f5fbd2052cd5683344fa30c41b85 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1961210 > Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> > Reviewed-by: Avi Drissman <avi@chromium.org> > Reviewed-by: Evan Stade <estade@chromium.org> > Commit-Queue: Li Lin <llin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#732713} Bug: 1020004 Change-Id: I04c8e73872d467c850227273b33ef6ad7f6d876a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2008064Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Li Lin <llin@chromium.org> Cr-Commit-Position: refs/heads/master@{#733827}
-
Stephen Chenney authored
The non-worker version is also flaky. TBR=fs@opera.com Bug: 1042453 Change-Id: I1109cd338dcb06a5cf457418dcc6b2fe6def13ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013499 Commit-Queue: Stephen Chenney <schenney@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#733826}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/b5315e84d143..564dcf4c071b git log b5315e84d143..564dcf4c071b --date=short --first-parent --format='%ad %ae %s' 2020-01-21 brcui@microsoft.com DevTools: Add Sources setting option: Allow/Disallow scrolling past end of file 2020-01-21 ericlaw@microsoft.com [DevTools] Fix display of WebSocket messages 2020-01-21 jarhar@chromium.org Explain provisional headers message for cached requests 2020-01-21 cjamcl@chromium.org Add Moto G4 to emulated devices Created with: gclient setdep -r src/third_party/devtools-frontend/src@564dcf4c071b 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/+/master/autoroll/README.md Bug: chromium:1040155,chromium:1041752,chromium:924693,chromium:998270 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I868ddc5b8b43e1d90057f384f85bec85d90944a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013902Reviewed-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@{#733825}
-
Rayan Kanso authored
Keep track of the next wake up time before sending a schedule request to the BackgroundSyncBackgroundTaskScheduler. Bug: 1042041 Change-Id: I02ce7b418ca2546937d7768e8df2cd53bf15822e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2005230Reviewed-by:
Mugdha Lakhani <nator@chromium.org> Commit-Queue: Rayan Kanso <rayankans@chromium.org> Cr-Commit-Position: refs/heads/master@{#733824}
-
Mike Dougherty authored
Existing BreadcrumbManagers are associated with BrowserStates via BreadcrumbManagerKeyedService instances. This CL adds an application wide BreadcrumbManager for logging global events not tied to a specific BrowserState. Logged events currently come from listening to UserActions and memory pressure events. Bug: 1003922 Change-Id: If0e1db381755043d85487e0a85fbb9037abae263 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1987368 Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#733823}
-
Eric Robinson authored
In the case where the previous state of the finch trials was unknown (when the previous status was not saved previously due to this feature not being in the code), we had been defaulting to resetting the cache. This CL changes that behavior and only resets when there is a known change to the cache. It also improves the testing to use PRE_ tests to more accurately model reloading behavior rather than relying on explicitly setting variables. Also fixes flaky behavior introduced due to cross-process testing. Note the TODO regarding the bug to clean up the manner in which we resolve the race condition. Bug: 1041542,1041810 Change-Id: I9c40c9be9682b5372e1f3fb2851ef6531802f1bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003249 Commit-Queue: Eric Robinson <ericrobinson@chromium.org> Reviewed-by:
Shivani Sharma <shivanisha@chromium.org> Reviewed-by:
Maksim Orlovich <morlovich@chromium.org> Cr-Commit-Position: refs/heads/master@{#733822}
-
Istiaque Ahmed authored
Move ComputedHashes's underlying data into its own class ComputedHashes::Data, that wraps the canonicalization logic in it. Adding items to Data would canonicalize paths, obviating the need for a) the linear search in case-insensitive OS. b) additional dot-space trimming treatment on windows. Bug: 796395 Change-Id: I1517f6daa8253562b731cf62a5c54fb95f2bd10e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003261 Commit-Queue: Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
Oleg Davydov <burunduk@chromium.org> Cr-Commit-Position: refs/heads/master@{#733821}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/3003aa622b2f..80880ee99854 git log 3003aa622b2f..80880ee99854 --date=short --first-parent --format='%ad %ae %s' 2020-01-21 natlee@microsoft.com Device Loss handle GetBindGroupLayout and test Created with: gclient setdep -r src/third_party/dawn@80880ee99854 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md 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 Bug: None Tbr: cwallez@google.com Change-Id: Ie641d7d9d4709bf41043db33fb46819a049a4697 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013900Reviewed-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@{#733820}
-
Xiaocheng Hu authored
When copying in an image document, in most cases, there's no selection, and we just want to copy the image itself. So we have a fast path for that. However, Javascript may insert other contents into an image document, which can be selected and should be copyable. This patch detects this case, and if so, uses the normal code path instead of the fast path. Bug: 1042468 Change-Id: I45f5f296dc93040fd770f017b6220c51048b954b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007657Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#733819}
-
Daniel Rubery authored
This reverts commit cb210848. The original CL and https://chromium-review.googlesource.com/c/chromium/src/+/2003909 interacted, causing a build breakage. This has been fixed between patchsets 1 and 2. Original CL description: > Add code to generate PROMPT_FOR_SCANNING verdicts > > This CL adds the code needed to generate PROMPT_FOR_SCANNING danger > types. This danger type is used when an Advanced Protection user > downloads a file that is marked as UNCOMMON. It causes the user to be > prompted to send this file to Google for deep scanning. The generation > of these verdicts is guarded by a Finch flag as well as the user's > Advanced Protection enrollment status. > > It also removes the old Finch flag related to Safe Browsing performing > additional download scanning for Advanced Protection users, to > minimize confusion. Bug: 1020418 Change-Id: Iea42aa1ad8ca8aa0750449969e265e783ab6f85d TBR: mek@chromium.org, tedchoc@chromium.org, xingliu@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013800 Commit-Queue: Daniel Rubery <drubery@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#733818}
-
Jinsuk Kim authored
Deletes the convenience public methods in TabImpl class. The callsites use a new util method defined in Preview or SecurityStateModel. Tests that relied on TabImpl.getSecurityModel for mocking out the method now has a new one in the class being tested. Bug: 995903 Change-Id: I00d52617a10999be8dc36f629dbc64b5aa0d8bd2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000411 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#733817}
-
manukh authored
The previous CL added support for midword matching for HistoryQuick suggestions. This CL adds corresponding tests. Bug: 591981 Change-Id: I07371c6473592f6852b3223064e6cff3d13213e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013215 Commit-Queue: manuk hovanesian <manukh@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#733816}
-
Toni Barzic authored
Showing user adding UI might change target app list visibility (even if the app list is shown behind the lock screen), so last_target_visible_ (which is relied upon to determine the visibility state on session change) might have wrong value if user adding is canceled (and no other windows are shown over the home screen). BUG=1043915 Change-Id: I52a56d486ed5ba06621670f91d68a46fc78f2f83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013627Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#733815}
-
Natalie Chouinard authored
Add another launchSettingsPage method for launching the top-level Settings page, rather than relying on caller to pass null. Change-Id: I144549cb237ef15073146d4881f711971aba6a0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013343Reviewed-by:
Sky Malice <skym@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#733814}
-
Bo Liu authored
Bug: 1042063 Change-Id: Ib2c17548d8df20d8061d448b788a193199129faa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2012901Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Auto-Submit: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#733813}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/fcb6cd6d22a2..c3e55aa23f88 git log fcb6cd6d22a2..c3e55aa23f88 --date=short --first-parent --format='%ad %ae %s' 2020-01-21 thestig@chromium.org Rearrange CPDF_LinkExtract::ExtractLinks(). 2020-01-21 thestig@chromium.org Remove |CPDF_LinkExtract::m_strPageText|. 2020-01-21 thestig@chromium.org Do some clean up in CXFA_FFDocView. 2020-01-21 thestig@chromium.org Make FSMatrixFromCFXMatrix() consistent with FSRectFFromCFXFloatRect(). 2020-01-21 nigi@chromium.org [SkiaPaths] Make MatrixChanged() indicate changes of all its elements. 2020-01-18 tsepez@chromium.org Remove CXFA_NodeOwner::FreeOwnedNode(). Created with: gclient setdep -r src/third_party/pdfium@c3e55aa23f88 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pdfium-autoroll Please CC pdfium-deps-rolls@chromium.org 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/+/master/autoroll/README.md Bug: chromium:1042956 Tbr: pdfium-deps-rolls@chromium.org Change-Id: I02ddf3838e21d9c838dfb1adeec7484c890abf21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013509Reviewed-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@{#733812}
-
Rachel Carpenter authored
Users should now land on the Help app rather than the welcome tour post OOBE. Use the same triggering logic as was present before, including prefs to ensure that users who saw the welcome tour are not subsequently shown the Help app. Use AppServiceProxy so that we can track usage through Apps.DefaultAppLaunch.FromChromeInternal::Get Help Bug: 1001460, b/145710734 Change-Id: I5aaece65b9a858a913a533209dc33652008021aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003155 Commit-Queue: Rachel Carpenter <carpenterr@google.com> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#733811}
-
- 21 Jan, 2020 18 commits
-
-
Mitsuru Oshima authored
Bug: 1041932,1034876 Change-Id: I82d2919b2c35e93384443cd8cfe0677d3a50cb48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007481Reviewed-by:
Saman Sami <samans@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#733810}
-
nancy authored
There are some special extensions, e.g. hangouts, pen-as-Popup and Speakeasy, opening windows when launch. But extensions are not managed in AppService, so extensions icons are not added to Shelf when launch those extensions. Add ChromeAppIconLoader back to Load icons for extensions in Shelf. Add LauncherExtensionAppUpdater to handle the extensions life-cycle events. BUG=1041493 BUG=b:147424621 Change-Id: Ia30440568c0920060aac479ad92ee54f81fceb7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2006847 Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#733809}
-
Bo Liu authored
Note this changes to "real" metrics that includes borders. The code only checks one dimension already to workaround this. And this should work with multi-window case as well. Bug: 1042063 Change-Id: Id6614a7cc7c56a05281f551a7e8874b1239347ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2012890Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#733808}
-
Natalie Chouinard authored
This switch was added in case of unexpected failures in stable. Since it's now been running without any reported crashes since M78, remove it. TBR=hnakashima@chromium.org Fixed: 998990 Change-Id: I3bd5a55d7860d0a4a1374c33e5f0bd620019615b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013624 Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Reviewed-by:
Gang Wu <gangwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#733807}
-
Ulan Degenbaev authored
Bug: 973627 Change-Id: Iee9a68b4e69a8bc51dc83a891618fa02574dd648 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013044Reviewed-by:
Nicolás Peña Moreno <npm@chromium.org> Commit-Queue: Ulan Degenbaev <ulan@chromium.org> Cr-Commit-Position: refs/heads/master@{#733806}
-
Kyle Horimoto authored
This CL also removes myself as an OWNER, though I am still an OWNER of the parent directory. Change-Id: I0ec994ab5be2afca356ff0120f45f64a8a489067 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013521 Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Anand Mistry <amistry@chromium.org> Auto-Submit: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#733805}
-
Raymond Toy authored
Allow compiling PFFFT for OSX. This is mostly for testing and debugging. Unless PFFFT performance improves, the OSX FFT routines are much faster so we should not default to using PFFFT. Bug: 1042503 Change-Id: I217686e264eb290a8344afab1ac4da5073e1fe26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2004067Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#733804}
-
Jinsuk Kim authored
HistoryNavigationCoordinator can keep a reference to a Tab already destroyed. This CL observes TabObserver.onDestroyed to null out the reference to such tab. This ensures the clean up task against an already-destroyed object like SwipeRefreshHandler avoids an exception. Bug: 1043584 Change-Id: I37e0e0a78cd227a1f1413576eeba3801cd147e8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010753Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#733803}
-
Nick Harper authored
TBR=rsleevi@chromium.org Change-Id: I2ade07f18471a494a3600bb477000b84ecdaf18d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2011161Reviewed-by:
Nick Harper <nharper@chromium.org> Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Commit-Queue: Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#733802}
-
Toni Barzic authored
The current logic avoids calls to MaybeStartDragWindowFromShelf until the first shelf drag update, so it can detect the scroll direction before starting window drag, and then use the scroll value to detect the initial scroll position. Simpler approach would be to pass the scroll start gesture's scroll hint in StartGestureDrag. Additionally, this cl further restricts when window drag can start with extended hotseat. The window drag will only be allowed if the gesture started on the shelf (e.g. gesture that starts on hotseat, goes down, and then up again should not start window drag). BUG=1043243 Change-Id: I9c70ab4670646e1be27970f37b0e7bcc3f2fc224 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2008618Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#733801}
-
Peter Boström authored
This flag is really useful for debugging and used by UX and QA as part of testing. Bug: None Change-Id: Ia11e76df8bc06321d58e1721c8f10ca4d16e643f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2008431 Commit-Queue: Peter Boström <pbos@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#733800}
-
rbpotter authored
Various fixes for the migration CL at: https://chromium-review.googlesource.com/c/chromium/src/+/2004184 Bug: 1042558 Change-Id: I5204114771f738a4bbe67524c598ba3652e522ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2012889Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#733799}
-
Emircan Uysaler authored
This CL adds functionality to allow adding kEnableFeatures and kDisableFeatures via config. Earlier there was a bug as adding multiple feature sections to command line didn't work, so this CL makes sure we serialize them in one switch. Bug: 1026011 Change-Id: I6ba08023be8520119cc724300c306558e12e26e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2006073 Commit-Queue: Emircan Uysaler <emircan@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#733798}
-
Ehimare Okoyomon authored
Implement a bridge to communicate the status and number of blocked cookies on a page between C++ and Java. Add related tests. Bug: 1040091 Change-Id: I8fa22728fd51e58a57844d98205dc0b9e61ee216 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1964411 Commit-Queue: Ehimare Okoyomon <eokoyomon@chromium.org> Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#733797}
-
Karan Bhatia authored
This CL changes the resolution of the following histograms to microseconds: - Extensions.DeclarativeNetRequest.EvaluateRequestTime.AllExtensions2 - Extensions.DeclarativeNetRequest.EvaluateBeforeRequestTime.SingleExtension Generally these will take sub-millisecond times, hence recording time in microseconds is more appropriate. BUG=696822 Change-Id: I6559ea8e6e498a82c0189246f36cf474a2152707 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003195 Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Auto-Submit: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#733796}
-
Caroline Rising authored
Bug: 1036876, 1036877 Change-Id: I04649454c87fe91874e146809c2e0bc6768d8d1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013347Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Caroline Rising <corising@chromium.org> Cr-Commit-Position: refs/heads/master@{#733795}
-
Li Lin authored
AssistantState might be freed when QuickAnswersClient destructor is called (for example, in unit tests). Bug: b/144314551 Test: Unit tests Change-Id: Ib088e3eb2f1e1d3797a698bd10bbef16b1f3bd13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2012910Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: Li Lin <llin@chromium.org> Cr-Commit-Position: refs/heads/master@{#733794}
-
tby authored
Adds the central class for managing project secrets and hashing values. There two TODOs left for KeyData: 1. UMA metrics for failure states. 2. allow overriding of key rotation period per-event. I'll add these in follow-up CLs, as they both require edits to other files. Bug: 1016655 Change-Id: I7a294fd9be606aa6fc510f4f25058e54ab3d327d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928451 Commit-Queue: Tony Yeoman <tby@chromium.org> Reviewed-by:
Mattias Nissler <mnissler@chromium.org> Reviewed-by:
Thanh Nguyen <thanhdng@chromium.org> Cr-Commit-Position: refs/heads/master@{#733793}
-