- 20 Aug, 2020 40 commits
-
-
Han Leon authored
Considering Mojo is used so heavily in Chromium, even such a small change might bring us some perf improvement overall. Bug: 896419 Change-Id: I9f4729fee0e3eed3ffb0448d4d0ac80a71997b19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362083 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#800246}
-
John Abd-El-Malek authored
Bug: 1117626 Change-Id: I24af96b8149565d111950d82e4d3919470b5ff9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366559Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#800245}
-
Ioana Pandele authored
This CL makes sure that we don't start a check before we can be sure that all preconditions are fulfilled: * saved passwords are loaded * first set of compromised credentials is displayed * scripts are fetched (if necessary) To prevent a third boolean value, this CL stores all applicable preconditions as flags. Bug: 1119366, 1092444 Change-Id: I81bf4577185709bd14b99cc0e878c5d38fbc4ebb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366759 Commit-Queue: Ioana Pandele <ioanap@chromium.org> Reviewed-by:
Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/master@{#800244}
-
Noah Rose Ledesma authored
Implement the new UI for the audio device picker in global media controls. As part of this change, the MediaNotificationBackground will draw a gradient between the device picker and notification artwork if the picker is availabile. Screenshots of this updated UI will be posted on the crbug. Change-Id: Ic7186c770102663b08e85b56eeddfbfa13833c3c Bug: 1117160 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2358512 Commit-Queue: Noah Rose Ledesma <noahrose@google.com> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#800243}
-
Shimi Zhang authored
WebCompositorInputHandler is no longer exist in the code base. Bug: None Change-Id: I3562b09949bdc87b4f6bdb36cc4b5514dd862e4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367437 Commit-Queue: Changwan Ryu <changwan@chromium.org> Reviewed-by:
Changwan Ryu <changwan@chromium.org> Auto-Submit: Shimi Zhang <ctzsm@chromium.org> Cr-Commit-Position: refs/heads/master@{#800242}
-
Xianzhu Wang authored
These tests have been failing for a long time. Adding them can ease rebaselines for disable-layout-ng and speed up the bot. Bug: 591099 Change-Id: I531f4578e1a78cf788ce28d7cbe73b04fdad5211 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367452 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#800241}
-
Ian Swett authored
R=dschinazi@chromium.org Change-Id: Ie82dfb2c4945403efc0dcddaa46aed6332e9c07c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367194 Commit-Queue: Ian Swett <ianswett@chromium.org> Commit-Queue: David Schinazi <dschinazi@chromium.org> Auto-Submit: Ian Swett <ianswett@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Cr-Commit-Position: refs/heads/master@{#800240}
-
Guillaume Jenkins authored
The Search in Chrome intent wasn't doing anything if Chrome was in the foreground, because in that case a separate code path is used and that code path did not check for |searchQuery| in the startup parameters. The fix is to have that code path properly check for and handle |searchQuery|. Because performing a search requires the user's default search engine, the current BrowserState must now be passed to the user activity handler. The code that generates the search URL from the user's default search engine has been refactored into a reusable function so it can be called from the foreground code path. Bug: 1115998 Change-Id: I88899ef8236584b0f69ea58362960abf6924650f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2356669 Commit-Queue: Guillaume Jenkins <gujen@google.com> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#800239}
-
zhaoyangli authored
git grep -l '12a8179i_audio' | xargs sed -i '' \ -e 's/12a8179i_audio/12a8189h/g' Removed Xcode 12 beta 4 enum from `builders.star` and `mixins.pyl`. Bypassing CQ as try builders don't take `infra/config` change. No-try: true Bug: 1118191 Change-Id: I857fc58d95a0571d90b01ab24ec959e19d5e8580 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366728 Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org> Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#800238}
-
Justin Cohen authored
This reverts commit 9aa31419. Reason for revert: Speculative revert for crash seen here: https://chrome-isolated.appspot.com/browse?namespace=default-gzip&digest=0e2a4602cb1fa392189ea01645e1df7138fc71ea&as=StandardOutputAndStandardError-com.google.gtest.ios-chrome-eg2tests.txt First failure: https://chrome-swarming.appspot.com/task?id=4e225dd7f44b3a10 https://ci.chromium.org/p/chrome/builders/ci/ipad-simulator/12872?blamelist=1#blamelist-tab Original change's description: > [ios] Stops observing FeedView when its VC is removed. > > Bug: 1085419 > Change-Id: I3d2dee5f2241aa244cf1bdc2f5d7d8cf7005908d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2365095 > Reviewed-by: Ganggui Tang <gogerald@chromium.org> > Commit-Queue: Sergio Collazos <sczs@chromium.org> > Cr-Commit-Position: refs/heads/master@{#799915} TBR=gogerald@chromium.org,sczs@chromium.org Change-Id: I93aec427308f7be16020935af14f00f1106516df No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1085419 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367637Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#800237}
-
Clemens Arbesser authored
With this CL, if a user does not make an explicit yes/no choice and simply navigates away (but stays on the target domain), we will restart the lite script such that the prompt is shown again the next time the user visits the trigger site. Bug: b/162825227 Change-Id: I0e47834c32b16810b9333fba1da8901de3cde2d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364532 Commit-Queue: Clemens Arbesser <arbesser@google.com> Reviewed-by:
Mathias Carlen <mcarlen@chromium.org> Cr-Commit-Position: refs/heads/master@{#800236}
-
Bella Bah authored
Extensions manifest and crx would default to net::IDLE priority for download. In order to speed up "task runner" priority of downloads, change priority for manifest and crx resource requests to net::MEDIUM when the active request's fetch_priority is in the FOREGROUND. Bug: 1095181 Change-Id: I2e81333afb968127126a13956a4d53b6e58cfbe0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274477 Commit-Queue: Mohamadou Bella Bah <bellabah@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Nicolas Ouellet-Payeur <nicolaso@chromium.org> Cr-Commit-Position: refs/heads/master@{#800235}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/aef2982079e5..2d664c1b3323 2020-08-20 zhin@chromium.org [third_party] Roll wasmparser 3.1.1 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:1116949 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I5adb8f7805c13c7eb342521f0500fb6c7e76e858 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366677Reviewed-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@{#800234}
-
Andrew Grieve authored
This reverts commit 17e2a917. Reason for revert: Ensure buildtools.py is a no-op on bots. Original change's description: > Revert "Add -noverify to build commands to improve runtime (local builds only)" > > This reverts commit 132e1deb. > > Reason for revert: Android ASAN bot compilation failures: https://ci.chromium.org/p/chromium/builders/ci/Android%20ASAN%20%28dbg%29/26489 > > Original change's description: > > Add -noverify to build commands to improve runtime (local builds only) > > > > The flag is guarded by treat_warnings_as_errors=false so that it > > will apply only to local developer builds. > > > > Results from //tools/android/build_speed/benchmark.py base_java_sig: > > With change: > > base_java_sig: 68.0s avg (68.8s, 67.2s) > > base_java_sig: 68.4s avg (68.6s, 68.2s) > > > > Without change: > > base_java_sig: 69.4s avg (69.3s, 69.5s) > > base_java_sig: 69.7s avg (69.7s, 69.7s) > > > > time out/Debug/bin/run_base_junit_tests: > > With Change: > > real 0m22.741s > > real 0m23.543s > > > > Without change: > > real 0m23.176s > > real 0m24.328s > > > > Bug: 1117222 > > Change-Id: I4bfd742165468bf9538e6fa0dc8f35daa9e0f23f > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2313299 > > Commit-Queue: Andrew Grieve <agrieve@chromium.org> > > Auto-Submit: Andrew Grieve <agrieve@chromium.org> > > Reviewed-by: Peter Wen <wnwen@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#799285} > > TBR=wnwen@chromium.org,agrieve@chromium.org > > Change-Id: I82f411e5dab89c361a30c33e9103bd8561f19765 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 1117222 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362493 > Reviewed-by: Hajime Hoshi <hajimehoshi@chromium.org> > Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> > Cr-Commit-Position: refs/heads/master@{#799471} Bug: 1117222 Change-Id: Ib43bfe72869def7da43b237360df0e155149a963 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363975Reviewed-by:
Peter Wen <wnwen@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Auto-Submit: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#800233}
-
Mustafa Emre Acer authored
Bug: 1119460 Change-Id: I43a2b33c5977e187d4d17e3bc666431d51d1eae4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364759 Auto-Submit: Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:
Livvie Lin <livvielin@chromium.org> Reviewed-by:
Joe DeBlasio <jdeblasio@chromium.org> Commit-Queue: Livvie Lin <livvielin@chromium.org> Cr-Commit-Position: refs/heads/master@{#800232}
-
Peter Wen authored
As part of enabling more lint checks, reducing the number of existing baseline warnings/errors helps to offset future increases when we turn on more checks. Bug: 1116130 Change-Id: Ib06c4a27fb7c37f58e8682bc1bd367cae0a096bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364218 Commit-Queue: Peter Wen <wnwen@chromium.org> Auto-Submit: Peter Wen <wnwen@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Reviewed-by:
Mugdha Lakhani <nator@chromium.org> Cr-Commit-Position: refs/heads/master@{#800231}
-
Sean Gilhuly authored
Bug: 1101491 Change-Id: I589575dbf7f2d551770a11e624149d83a9921882 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366659 Commit-Queue: Sean Gilhuly <sgilhuly@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#800230}
-
Prabir Pradhan authored
We add extensions to WaylandDisplayObserver called WaylandDisplayObserverExtensions that allow display information to be sent through other protocols and be followed by a wl_output "done" event. WaylandDisplayObserver only reported scale changes to its observers. Since remote_output needs to know about work area changes as well as scale changes, we modify WaylandDisplayObserver to report all metrics changes to its extensions, which can decide if it needs to send any updates. BUG=b:165094142 TEST=exo_unittests TEST=Verify insets are updated in ARC++. Change-Id: I6577fe15eb5b09527008cf69a26b5eec7a7f1374 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363481Reviewed-by:
Jun Mukai <mukai@chromium.org> Commit-Queue: Prabir Pradhan <prabirmsp@chromium.org> Auto-Submit: Prabir Pradhan <prabirmsp@chromium.org> Cr-Commit-Position: refs/heads/master@{#800229}
-
Richard Knoll authored
This implements attachment handling for outgoing transfers. It reuses the key verification step of incoming payloads and sends the introduction payload to the remote device. Bug: 1085067 Change-Id: I3534d60e5ad40a09d692278e312fb2d3dd3fb4aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352877 Commit-Queue: Richard Knoll <knollr@chromium.org> Reviewed-by:
Alex Chau <alexchau@chromium.org> Cr-Commit-Position: refs/heads/master@{#800228}
-
Xianzhu Wang authored
LCD text and raster translation increases runtime cost to achieve sharp text rendering. They are useless for blink generated drawings, most of which use anti-aliasing, if there is no text. Bug: 1119505 Change-Id: I5cb6c11b7f511d992ab29ae5317280a762b2df2a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2365132 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
vmpstr <vmpstr@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#800227}
-
Harald Alvestrand authored
Bug: chromium:1115080 Change-Id: Ide2eceb4240d1e6bdf0fa9beaf1058428fab510d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367077Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Harald Alvestrand <hta@chromium.org> Cr-Commit-Position: refs/heads/master@{#800226}
-
Eric Orth authored
This config option controls behavior that doesn't really match the name or description, and nothing ever sets the option to non-default (false), making half the controlled behavior dead code. Bug: 1116579 Change-Id: Ic4c1d4e45b5cb4de74ff5b9cec788e3a1855d0d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2357930 Commit-Queue: Eric Orth <ericorth@chromium.org> Reviewed-by:
Dan McArdle <dmcardle@chromium.org> Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Auto-Submit: Eric Orth <ericorth@chromium.org> Cr-Commit-Position: refs/heads/master@{#800225}
-
Fred Mello authored
The Clank team is reviewing the ownership of all `/android` directories and adding/updating OWNERS as part of an effort to normalize code health metrics across different data sources. https://docs.google.com/document/d/1wNj7dGIbSyISw1cyVSEnzt7woRydU2CBqVmWvUGTT44 Bug: 1112872 Change-Id: I4d211238862c74c79a897d8d28210fc17df33413 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367433 Auto-Submit: Fred Mello <fredmello@chromium.org> Reviewed-by:
Tommy Martino <tmartino@chromium.org> Commit-Queue: Tommy Martino <tmartino@chromium.org> Cr-Commit-Position: refs/heads/master@{#800224}
-
Alexander Dunaev authored
Ozone/X11 already initialises the touch device list in OzonePlatformX11::InitializeUI(), where it does the same call as StartupBrowserCreator::ProcessCmdLineImpl(), but the latter had an UNIMPLEMENTED_LOG_ONCE macro and a TODO for supporting the feature on Ozone. This CL cleans the code a bit. Bug: 1097696 Change-Id: I74c67be4d6f6ef8e1f9379463c0cb96187f1b0f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367058 Auto-Submit: Alexander Dunaev <adunaev@igalia.com> Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#800223}
-
Nicolas Ouellet-Payeur authored
The unique_id_hash_code field did not match the annotation's unique_id, which caused some issues for our buildbots. TBR=rhalavati@chromium.org Bug: 1119509 Change-Id: I224b57669717782352c2192416c5fdc817db718e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367493 Commit-Queue: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Reviewed-by:
Nicolas Ouellet-Payeur <nicolaso@chromium.org> Cr-Commit-Position: refs/heads/master@{#800222}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/93a9d19d4eb5..6a9a910fd2c3 2020-08-20 handellm@webrtc.org AudioDeviceWindowsCore: fix mutex recursion. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@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 Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I50a3dace0368ed0c20e067620f737941e258fbcd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367175Reviewed-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@{#800221}
-
Peter E Conn authored
Android service calls propagate exceptions, so an exception in the TWA client would be passed over and thrown in Chrome. We don't want a broken client to be able to crash Chrome, so catch any and all exceptions. Change-Id: I06025d32505fcc7bd96da70b19ca50b0ddebe54a Bug: 1096428 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367066 Commit-Queue: Peter Conn <peconn@chromium.org> Commit-Queue: Ella Ge <eirage@chromium.org> Auto-Submit: Peter Conn <peconn@chromium.org> Reviewed-by:
Ella Ge <eirage@chromium.org> Cr-Commit-Position: refs/heads/master@{#800220}
-
Dana Fried authored
See bug for details. This was causing e.g. Zoom bubble to display hanging off the side of the screen and/or partially occluded. Bug: 1117361 Change-Id: If5f56c29cf96c021934679649a1ec058c33acc19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2365917Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#800219}
-
Dan Harrington authored
Bug: b/165288064, 1117571 Change-Id: Id7d98858484644044c5ac6da8714541a0eae0d96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363388Reviewed-by:
Justin DeWitt <dewittj@chromium.org> Commit-Queue: Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#800218}
-
Jana Grill authored
When the DeviceReleaseLtsTag policy is set, display a different text in Chrome OS settings to tell the user that they are currently using a long-term support (LTS) build. Additonally add the LTS-specific text to "Channel" entry when Build Details are copied to clipboard. Note: For the LTS pilot, we only check whether the DeviceReleaseLtsTag policy is set and do not consider the value it is set to. This will change for future LTS releases once the exact value is decided on. Bug: 1105495 Change-Id: Ic1c11e14e690de8ab900337c81487d931ba9fd32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2355925Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Victor-Gabriel Savu <vsavu@google.com> Commit-Queue: Jana Grill <janagrill@chromium.org> Cr-Commit-Position: refs/heads/master@{#800217}
-
sczs authored
https://chromium.googlesource.com/external/github.com/material-components/material-components-ios.git/+log/70d7a73cb4be..915bc063fbbf $ git log 70d7a73cb..915bc063f --date=short --no-merges --format='%ad %ae %s' 2020-08-18 afweiss Update accessibility logic when switching selected view controllers so that VoiceOver will always switch to a new element visible on screen 2020-08-17 yar Bumped version number to 113.1.0. 2020-08-17 yar Hand-modified CHANGELOG.md API diff. 2020-08-17 yar Automatic changelog preparation for release. 2020-08-17 no-reply [MDCBottomDrawerViewController] Adds shouldDisplayMobileLandscapeFullscreen property to MDCBottomDrawerViewController. 2020-08-17 yar [TabBarView] Adds Large Content Viewer support to MDCTabBarView. 2020-08-17 no-reply [ButtonBar] Removes nullability modifiers from file. 2020-08-17 featherless [Snackbar] Deprecate remaining class methods on MDCSnackbarManager. 2020-08-17 yar [ButtonBar] Fall back to accessibilityLabel for UILargeContentView when there is an image and no title. 2020-08-14 featherless [BottomAppBar] Fix bug where FAB shadow would "bounce" when the position changed. 2020-08-14 andrewoverton [BottomNavigation] Move MDCBottomNavigationBarController to main podspec 2020-08-14 featherless [TabBarView] Animate text and icon colors when switching tabs. 2020-08-14 yar [ButtonBar] Adds Large Content Viewer support to MDCButtonBar, MDCNavigationBar, and MDCAppBar. Created with: roll-dep src/ios/third_party/material_components_ios/src Change-Id: I7dce6b1dc0b038f74df2b2ed1df642c572ec415c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364660 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#800216}
-
Sergey Ulanov authored
On some devices MojoVideoCapture feature may need to be disabled in order to save the memory required by the video_capture process. The new test allows to verify that this configuration works as expected. Bug: fuchsia:53041 Change-Id: Ie72bc03da4429fd070649b85d62e63493b470caf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363690 Auto-Submit: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#800215}
-
Sahel Sharify authored
skipped_payment_request_ui_ should be false for SPC since Chrome's UI is shown for the payment request. Bug: 1117042 Change-Id: I1c7c4ff612e112d792ffc50ef9b161405c46ac12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2365979Reviewed-by:
Nick Burris <nburris@chromium.org> Commit-Queue: Sahel Sharify <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#800214}
-
Henrique Ferreiro authored
This CL adds the equivalent to k{Min,Max}Value from the C++ bindings to the Java bindings as {MIN,MAX}_VALUE, and ports ReferrerPolicy to use it allowing the removal of kLast in referrer_policy.mojom. Bug: 1114575 Change-Id: Ie9321f6a251b352e57e27d8a17d565c70c3a8d63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343028Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Alex Gough <ajgo@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Cr-Commit-Position: refs/heads/master@{#800213}
-
Alice Wang authored
This CL sets up the UI for sign-in auth error in the web sign-in bottom sheet. The specific strings and auth error handling will be added in the subsequent CLs. Bug: 1116952 Change-Id: Ib9160d251f6c0e516af2805b2e346e08320bda96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366722Reviewed-by:
Tanmoy Mollik <triploblastic@chromium.org> Commit-Queue: Alice Wang <aliceywang@chromium.org> Cr-Commit-Position: refs/heads/master@{#800212}
-
Moe Ahmadi authored
Invalid duplicates are those search terms extracted from search query URLs which are identical or nearly identical to the original search query URL and issued too closely to it. They are typically recorded as a result of back/forward navigations or user interactions in the search result page and are likely not newly initiated searches. With frecency ranking, these duplicates must be ignored or they will erroneously boost those queries. For the purpose of local history ZPS, a duplicated query issued within 5 minutes of the original query is considered an invalid duplicate. Bug: 1108531,1096615 Change-Id: I7855c0b72ee47d7a55bc77315734e7e48c2df355 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337676Reviewed-by:
Victor Costan <pwnall@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#800211}
-
chrome://nearby-internalsRyan Hansberry authored
Also add necessary doc header to ../logging.h. Change-Id: I0ce55ea6804296e8bb1b66f47b91bbb16e1f198a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364578Reviewed-by:
Josh Nohle <nohle@chromium.org> Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#800210}
-
yilkal authored
This cl enabled EDUCoexistence for ARC++ by default. Bug: 1101622 Change-Id: I975c20da5ed73e058f1bb7903fc675df27faabaa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366155Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Reviewed-by:
Aga Wronska <agawronska@chromium.org> Commit-Queue: Yilkal Abe <yilkal@chromium.org> Cr-Commit-Position: refs/heads/master@{#800209}
-
dpapad authored
Fixed: 1114268 Change-Id: I9e9c81e53696ff6436c2ce7999067cd213a40191 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366673 Auto-Submit: dpapad <dpapad@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Reviewed-by:
John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#800208}
-
Daniel Nicoara authored
Each WebContents can have an arbitrary number of RenderViewHosts. Since each RenderViewHost would re-configure their WebPreferences, cast webviews need to cache the user-configured preferences such that they can be applied to new RenderViewHosts. Bug: b/163595220 Test: On device load page with autoplay video. Change-Id: I546f80a7271204aa2c5ee5939054bc949044d977 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366474Reviewed-by:
Luke Halliwell (slow) <halliwell@chromium.org> Reviewed-by:
Albert Chaulk <achaulk@chromium.org> Commit-Queue: Daniel Nicoara <dnicoara@chromium.org> Cr-Commit-Position: refs/heads/master@{#800207}
-