- 25 Sep, 2020 40 commits
-
-
Sonny Sasaka authored
To improve user experience, this sorts the Bluetooth device list in settings page so that the connected devices are shown on top followed by non-connected devices. BUG=b:168257187 Change-Id: I60fcb820d6a6409460970273aefb1824c7354ebf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419379 Commit-Queue: Sonny Sasaka <sonnysasaka@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#810820}
-
Gang Wu authored
Add chip view to downloads/bookmarks menu items. This CL introduces ChipViewMenuItemViewBinder as a new CustomViewBinder, it will have a chip view at the end if the feature is enabled. This CL also moved AppMenuAdapter#OnClickHandler out of AppMenuAdapter, and renamed to AppMenuClickHandler, because ChipViewMenuItemViewBinder is the first CustomViewBinder has two items to be clicked, and the click handler needs to handle clicking items individually. Bug:1130663 Change-Id: Ia9c0a0350c6e912ee6519d30a07cba2f74a1f72a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2420256Reviewed-by:
Sinan Sahin <sinansahin@google.com> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Gang Wu <gangwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#810819}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/1748c6a3b8c8..aeae3a58e3da 2020-09-25 johnstiles@google.com Add golden outputs for the Metal backend. 2020-09-25 robertphillips@google.com Fix creation of gpu resources in GrThreadSafeViewCache tests 2020-09-25 johnstiles@google.com Migrate most SkSL tests currently in /glsl/ to /shared/. 2020-09-25 csmartdalton@google.com Add a "_volatile" suffix to AllPathsVolatile configs 2020-09-25 johnstiles@google.com Clean up SkSL test compilation in preparation for Metal support. 2020-09-25 egdaniel@google.com Fix checks of GR_TEST_UTILS. 2020-09-25 johnstiles@google.com Traverse FieldAccess' base expression in visitExpression. 2020-09-25 jsimmons@google.com Handle surrogates in SkUTF::UTF16ToUTF8 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC csmartdalton@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Cq-Do-Not-Cancel-Tryjobs: true Bug: chromium:1108408 Tbr: csmartdalton@google.com Change-Id: I349a6ac1af18390c911dcde5a957fb8ed201a20e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2432585Reviewed-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@{#810818}
-
Austin Eng authored
Bug: 1130440 Change-Id: Ia34251245d22c444cacd767fb0d0c0165d1f0221 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2432274Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Cr-Commit-Position: refs/heads/master@{#810817}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 17915b1a. With Chromium commits locally applied on WPT: 8f02a380 "Use allow attribute for delegation in web serial WPT" c1a7d15a "[LayoutNG] Multicol baseline propagation support." f30daabb "[COOP] access reporting: test with redirects." 74e4b2fc "[COOP] access reporting: Use infinite timeout for receive." Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: drott@chromium.org: external/wpt/css/css-text-decor NOAUTOREVERT=true TBR=foolip@google.com No-Export: true Change-Id: If6ec54879c69e8abe466f21785d259dc9f2e248b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2431588Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#810816}
-
Tibor Goldschwendt authored
This CL * Adds ShoppingTasksHandler mojo interface that provides the current shopping tasks and is exposed to the NTP. * Adds JS boilerplate that will later become the shopping tasks module. As a first step this JS code queries the current shopping task from the new mojo interface above. * Removes ShoppingTasksData and uses the new ShoppingTask mojo struct instead. # For //chrome/browser/resources/BUILD.gn deps change. TBR=aee@chromium.org Bug: 1130855 Change-Id: Id2103d9418c09787de5f8c98f5949b6c7b1eb4ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429968Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Alex Gough <ajgo@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#810815}
-
Sebastien Lalancette authored
WKWebView was returning a blank PDF when requesting a PDF to get generated for a loaded PDF (during full page screenshot scenario). Fix: Disable PDF generation on non-HTML Web states. Bug: 1131566 Change-Id: Ia5ac045b8ec1335266e98ef8cf7eb00a8c62f0d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2431553 Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#810814}
-
https://crbug.com/skia/10744Fredrik Söderqvist authored
A change fixes/improves the behavior of SkPictureImageFilter, that will require some adjustments/updates to test results. Change: https://skia-review.googlesource.com/c/skia/+/319616 Bug: skia:10744 Change-Id: Id5f9376edd3c74360c1a915a624752a98554c742 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2431432 Auto-Submit: Fredrik Söderquist <fs@opera.com> Reviewed-by:
vmpstr <vmpstr@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#810813}
-
Gavin Williams authored
In guest mode print jobs did not appear in print management app. This prevented users being able to cancel in-progress jobs. Overriding GetBrowserContextToUse allows using an OTR profile so that jobs appear in the app. Added function BuildInstanceFor for creating PrintManagement service in tests. Bug: 1128690 Change-Id: I837afd57711505e7bf8ab93f9aa38ed16dc5d3d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412222 Commit-Queue: Gavin Williams <gavinwill@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#810812}
-
Maria Kazinova authored
to AutofillAgent. This fixes a bug when no longer required suggestions are returned asynchronously and are propagated to AutofillAgent latest instead of actually requested suggestions. Bug: 1097015 Change-Id: I263bcf619b1a4898a68837890abe3e5a7a483f8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421460Reviewed-by:
John Wu <jzw@chromium.org> Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Maria Kazinova <kazinova@google.com> Cr-Commit-Position: refs/heads/master@{#810811}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I6c607fc6831ff6287e405190af6011264277795f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2432272Reviewed-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@{#810810}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: I3c58fa8f5e80eae0ce78a5693ca5d3addbd76aa2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2432129Reviewed-by:
Ben Mason <benmason@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Commit-Queue: Ben Mason <benmason@chromium.org> Cr-Commit-Position: refs/heads/master@{#810809}
-
David Black authored
Aligning holding space strings with latest spec. Bug: 1128731 Change-Id: Ib99e74abea9898f600b6b752ac8c8018e8f85a67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2432364Reviewed-by:
Ahmed Mehfooz <amehfooz@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#810808}
-
Eric Orth authored
Followup to crrev.com/c/2429243. Chrome Java code for reading feature params is done is such a way that it sets its own defaults instead of the ones centrally defined with the feature params in chrome_features.cc Bug: 878582,1098039 Change-Id: Ifef32ee702334e5d422b30490c472b165f3b48cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2431790 Auto-Submit: Eric Orth <ericorth@chromium.org> Commit-Queue: Dan McArdle <dmcardle@chromium.org> Reviewed-by:
Dan McArdle <dmcardle@chromium.org> Cr-Commit-Position: refs/heads/master@{#810807}
-
Yusuf Sengul authored
Bug: 1131353 Change-Id: I637327b094a6b4421ac5565edcfb9a44a7cfbb08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425749 Commit-Queue: Yusuf Sengul <yusufsn@google.com> Reviewed-by:
Rakesh Soma <rakeshsoma@google.com> Cr-Commit-Position: refs/heads/master@{#810806}
-
Maxim Kolosovskiy authored
Bug: 1132230 Change-Id: Ief82359c2541d387cb2464c4ae7903075fb32275 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2432026 Auto-Submit: Maxim Kolosovskiy <kolos@chromium.org> Commit-Queue: Jesse Doherty <jwd@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Cr-Commit-Position: refs/heads/master@{#810805}
-
Tina Wang authored
Previously we check if the accessibilityHint is set in accessibilityHint method, which blocks the EG test when printing out the UI hierarchy by calling self.accessibilityHint infinitely. Refactor it to customizedAccessibilityHint and expose it in TableViewInfoButtonCell resolve this and make the logic clear. Because for now only settings UI are using TableViewInfoButtonCell and the accessibilityHint for it is customized. This CL is followed by EG test for settings UI. Change-Id: Ic56eb1fdd235bca9da06d076b31ee8c9537c805f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2431725Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: Tina Wang <tinazwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#810804}
-
David Tseng authored
This change merges the enums chrome.automation.EventType and chrome.automation.GeneratedEventType into one enum. In the native C++ handlers, the two sources of these events is stringified and assumed to be camel-cased which is what automation expects in js. This change also shifts enforcement of the relationshipbetween automation and ax enums from a presubmit to a compilation time warning. At the warning site, a message is left for the change author to consider the change being made and actions to take. This applies to both ax events and ax generated events. Change-Id: I61152f66b2ccf00ba635b2c28caa71fc0caafe5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2424854 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#810803}
-
Dominique Fauteux-Chapleau authored
This is a reland of 2e94ca8d that just disables the failing assertion on Mac until the root cause is figured out. Original change's description: > Add accessibility alert event when DeepScanningDialogViews changes > > This allows a screen reader to read the updated text of the dialog. > > Bug: 1131565 > Change-Id: I73a2df8067ffc96148ebf5d50a9412cf34b67feb > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2424841 > Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> > Reviewed-by: Roger Tawa <rogerta@chromium.org> > Cr-Commit-Position: refs/heads/master@{#810290} TBR=rogerta@chromium.org,dmazzoni@chromium.org Bug: 1131565 Change-Id: If8ba41e1490e9cfa0013fc4de145bbdebebc1c45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2431785Reviewed-by:
Dominique Fauteux-Chapleau <domfc@chromium.org> Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Cr-Commit-Position: refs/heads/master@{#810802}
-
Mike Wittman authored
This reverts commit 74826cab. Reason for revert: testing whether this is responsible for rendering.mobile perf regression Original change's description: > [Sampling profiler] Move ENABLE_ARM_CFI_TABLE to profiler header > > ENABLE_ARM_CFI_TABLE is in service of the sampling profiler on Android, > and is unrelated to any debugging functionality, so move it to a > buildflag header under base/profiler. > > Also add the required includes to the files that use it. > > Bug: 1129939 > Change-Id: I884b2128fc2ab2f6f1bec2343c59134448328529 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421443 > Commit-Queue: Mike Wittman <wittman@chromium.org> > Commit-Queue: Lei Zhang <thestig@chromium.org> > Auto-Submit: Mike Wittman <wittman@chromium.org> > Reviewed-by: Lei Zhang <thestig@chromium.org> > Cr-Commit-Position: refs/heads/master@{#809167} TBR=thestig@chromium.org,wittman@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1130974, 1129939 Change-Id: I00050d0bf8cd7988d0ad8969f0b8a29e8accf669 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2432308Reviewed-by:
Mike Wittman <wittman@chromium.org> Commit-Queue: Mike Wittman <wittman@chromium.org> Cr-Commit-Position: refs/heads/master@{#810801}
-
Francois Doray authored
TBR=achuith@chromium.org R=achuith@chromium.org Bug: 1132417 Change-Id: I5c1203d7e365efad46aec23fcccbedca14b9af26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2432188Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#810800}
-
Mohsen Izadi authored
In a bunch of places, an event is created and then cloned using WebInputEvent::Clone() function without the original event being used anymore. The only purpose of cloning seems to be to create a unique_ptr of the event. Instead, the event can be created on the heap from the beginning to avoid unnecessary cloning. This CL also replaces some emplace_back's with push_back's per https://abseil.io/tips/112. Bug: 1079116 Change-Id: Ib0da3873cc81c4f259f581e4aea08d4a23dab521 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429589Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Mohsen Izadi <mohsen@chromium.org> Cr-Commit-Position: refs/heads/master@{#810799}
-
Daniel Hosseinian authored
PDFiumEngine is sent a request for a thumbnail from the client. If the page is available for rendering, the request is immediately scheduled. Otherwise, the request is scheduled when the page becomes available. Bug: 652400 Change-Id: I9377619a5f71dce5daa727630a9003f2dc9aac5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2415588 Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Reviewed-by:
Kahmy Moon <kmoon@google.com> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
K. Moon <kmoon@chromium.org> Cr-Commit-Position: refs/heads/master@{#810798}
-
Xiaohan Wang authored
Now they are defined the same. Use `is_linux` everywhere to avoid confusion. Bug: 1132395 Change-Id: Ib6288cefb2b3447b7ead54632f31dd34d778dd6c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2431777Reviewed-by:
Ted Meyer <tmathmeyer@chromium.org> Reviewed-by:
John Rummell <jrummell@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#810797}
-
Nicolás Peña Moreno authored
In https://chromium-review.googlesource.com/c/chromium/src/+/2419125 while moving files there were some presubmit checks failing due to use of deprecated tracing APIs. This CL fixes this. Bug: 1038710 Change-Id: I50508b75f1ecc171cab43b9e2c1a7b915d0d8864 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2431447Reviewed-by:
Deep Roy <dproy@chromium.org> Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Cr-Commit-Position: refs/heads/master@{#810796}
-
Daniel Cheng authored
Change-Id: I28260c2656d1494c9bfb690f8486eacbeb44a53a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2296638 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Dominic Farolino <dom@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#810795}
-
Francois Doray authored
[sheriff] Disable DumpAccessibilityEventsTest.AccessibilityEventsVisibilityHiddenChanged/* on Windows. TBR=dmazzoni@chromium.org Bug: 1084871 Change-Id: I0392f1244aaf5c52ff8c68246360740f8bb6223e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2431407Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#810794}
-
Jacques Newman authored
This change brings the placement algorithm out of NGGridLayoutAlgorithm and into NGGridAutoPlacement. NGGridAutoPlacement exists only to encapsulate the placement logic, and has a short lifetime on the stack. NGGridAutoPlacement will resolve each GridItemData's position and will ensure track coverage for that position. Currently Auto Placement is implemented only for sparsely packed grids. Bug: 1045599 Change-Id: I5e1889ad5b4ea12cf3526736f71ffc512ae05bb3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404110 Commit-Queue: Jacques Newman <janewman@microsoft.com> Reviewed-by:
Kurt Catti-Schmidt <kschmi@microsoft.com> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#810793}
-
Sebastien Marchand authored
Bug: 1131199 Change-Id: I0f640950322650555c1c3b9724020531616bb776 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2431585Reviewed-by:
Tiancong Wang <tcwang@google.com> Reviewed-by:
Erik Chen <erikchen@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#810792}
-
Prabir Pradhan authored
A stylus device can either report MouseEvents or TouchEvents. Styli used on built-in displays should report TouchEvents, whereas those used on external digitizers should report MouseEvents. This way, moving the stylus on an opaque digitizer will also result in mouse/hover movements. The zcr_stylus interface did not previously have a way to report stylus events that were MouseEvents. We add a zcr_pointer_stylus_v2 interface that extends the wl_pointer protocol so that the following additional details can be reported with MouseEvents: - tool change (mouse, touch, pen, eraser) - force change (pressure) - tool tilt change BUG=b:169094254 TEST=exo_unittests Change-Id: I0c4ac8412e1d5f7f01911ce3e0acbe6f8fbcad4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2426981 Auto-Submit: Prabir Pradhan <prabirmsp@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Prabir Pradhan <prabirmsp@chromium.org> Cr-Commit-Position: refs/heads/master@{#810791}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/d3ba0ee3a4e7..b6c8813f8281 2020-09-25 vidorteg@microsoft.com Locking property names in the styles box diagram 2020-09-25 joselea@microsoft.com Remove experiment for movable tabs 2020-09-25 cpinnamaneni@microsoft.com manifest icon title fix for long strings 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:1075732,chromium:1131659 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I198e19d8a3c6514c84116c8e7db330fc67083cb0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2432277Reviewed-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@{#810790}
-
Keren Zhu authored
Temporarily turn off IPH in incognito as a concern was raised that the IPH backend ignores incognito and writes to the parent profile. See https://bugs.chromium.org/p/chromium/issues/detail?id=1128728#c30 Change-Id: Ide0f21b3cdacd50f7d1ce7462d203139b0bfba31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2431731 Auto-Submit: Keren Zhu <kerenzhu@chromium.org> Commit-Queue: Collin Baker <collinbaker@chromium.org> Reviewed-by:
Collin Baker <collinbaker@chromium.org> Cr-Commit-Position: refs/heads/master@{#810789}
-
Sam Sebree authored
This change addresses an issue in which, when the context URL is not available, popups continue to be blocked despite disabling popup blocking. Bug: 1128530 Change-Id: Ie25127f44da29a88e479ad1eca14ea3a69221b8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425127Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Sam Sebree <sasebree@microsoft.com> Cr-Commit-Position: refs/heads/master@{#810788}
-
manukh authored
inline_autocomplet(ion|e_text)][_] were both used to refer to the suffix autocompletion of a match and the omnibox. Likewise, prefix_autocomplet(ion|e_text)[_] were both used to refer to the prefix autocompletion. This CL renames the 'e_text' instances to 'ion' as it's both shorter and the predominant usage. This is just a renaming change with no behaviour change. Bug: 1062446 Change-Id: I979b0fc9a383d319d0dcc62ba833b6ae266b32cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427203Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: manuk hovanesian <manukh@chromium.org> Cr-Commit-Position: refs/heads/master@{#810787}
-
Daniel Rubery authored
This CL extends metrics related to Safe Browsing referrer chains, all of which are expected to be useful for diagnosing a regression. Fixed: 1089429, 1089428, 1089427 Change-Id: I7ae3ceeea468faa0439b009fb9d7f6a9132b8afe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429465 Auto-Submit: Daniel Rubery <drubery@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#810786}
-
Eric Orth authored
This struct is designed for use outside the network stack and is used as part of the NetworkService mojo API. Bug: 1129993 Change-Id: I6990e3f65a6a8a5a4d10d2f2f182288c4a0fc697 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427024 Commit-Queue: Eric Orth <ericorth@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Dan McArdle <dmcardle@chromium.org> Cr-Commit-Position: refs/heads/master@{#810785}
-
Tom Anderson authored
This is needed since some distros do not have libwayland-client available. If systems don't have libwayland-client, they definitely won't have a wayland server either, so it doesn't make sense to statically link libwayland-client, which won't make wayland work and will only waste binary size. Instead, this CL dynamically loads libwayland-client if available. Also, this CL includes some misc fixes to fix the 'ninja all' build for Linux/ozone. R=msisov Bug: 1126894 Change-Id: Ice0fd0b113f5d804cd05089bfad54168d94c53e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416941 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Maksim Sisov (GMT+3) <msisov@igalia.com> Cr-Commit-Position: refs/heads/master@{#810784}
-
minch authored
Bug: 1131543 Change-Id: I20ce373294ea711389bcf7673e49eb94fbce07b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2431555Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Min Chen <minch@chromium.org> Cr-Commit-Position: refs/heads/master@{#810783}
-
Olga Sharonova authored
To be observed during experimentation with "OptimizedRealtimeThreadingMac" feature. Should be removed after the feature launched (or cancelled). Bug: 1112952, 1132225 Change-Id: Id8dad2f4de06f61cf3ac1c2e3ba470a5cf223b75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429273 Auto-Submit: Olga Sharonova <olka@chromium.org> Commit-Queue: Jesse Doherty <jwd@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#810782}
-
chrome://omniboxmanukh authored
This CL includes version info (e.g. version, channel, OS, CL, etc) in the JSON download and copy exports. This was already included in batch exports. Bug: 891303, 987279 Change-Id: Ic1b04046320b366b56b7629edbe65892d4fc3c70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2432045Reviewed-by:
Orin Jaworski <orinj@chromium.org> Commit-Queue: manuk hovanesian <manukh@chromium.org> Cr-Commit-Position: refs/heads/master@{#810781}
-