- 15 Jan, 2021 40 commits
-
-
Salvador Guerrero authored
This CL removes the option of setting up migrations for each database individually, now if the migration experiment is on all databases will be migrated (except by those in a blocklist). This makes it simpler to launch the experiment to stable, as we will no longer need to specify each database name on the experiment params. Bug: 870813 Change-Id: I00259f5ceeae14790a40546d9fab064eac1aea29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2630734Reviewed-by:
ssid <ssid@chromium.org> Commit-Queue: Salvador Guerrero <salg@google.com> Cr-Commit-Position: refs/heads/master@{#843846}
-
Daniel Cheng authored
When a class uses BrowserAssociatedInterface<T>, it should implement the mojo interface T. Force that to be the case by making T a suclass of BrowserAssociatedInterface<T>. Change-Id: Ide8ecd46c298ec86de57b229593ec7d6c4b6a3a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2629670Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#843845}
-
Gayane Petrosyan authored
Bug: 1157981 Change-Id: I94587222da279a93c61136670807423c420ef386 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2627760 Commit-Queue: Gayane Petrosyan <gayane@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
sebsg <sebsg@chromium.org> Reviewed-by:
Gayane Petrosyan <gayane@chromium.org> Reviewed-by:
Tommy Martino <tmartino@chromium.org> Cr-Commit-Position: refs/heads/master@{#843844}
-
Ionel Popescu authored
This CL updates the text selection colors for Android to: - background: #99C8FF - foreground: #3B3B3B Bug: 1160107 Change-Id: I2836c040cb3a9ce497acc8a91db9379f7ac108ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2623652 Commit-Queue: Ionel Popescu <iopopesc@microsoft.com> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Yu Han <yuzhehan@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#843843}
-
Tom Sepez authored
There are a few more spots similar to https://chromium-review.googlesource.com/c/chromium/src/+/2628044 Either check the return code, or pre-initialize the out parameters so that uninitialized reads are avoided should false someday be returned. -- tidy one multiple-assignment encountered while looking for other occurences. Bug: 1166478,1166462 Change-Id: I2aef090f87aac0cd393e977809c8a24eb8d36de8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2630735Reviewed-by:
K. Moon <kmoon@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#843842}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/d392af02b749..c07ef602741b 2021-01-14 syoussefi@chromium.org Vulkan: Move xfb buffer decl to translator in emulation path 2021-01-14 timvp@google.com Capture/Replay: Only get source for linked programs 2021-01-14 jmadill@chromium.org Revert "Vulkan: Prefer host cached memory for Buffers" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC timvp@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_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: timvp@google.com Change-Id: I83e79dcce84dade9ed6e735789c7b896009829d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2630489Reviewed-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@{#843841}
-
Jeff Cyr authored
The allowlist state is received per extension in a custom omaha attribute during an update check and stored as an |AllowlistState| in the extension prefs. When the 'EnforceSafeBrowsingExtensionAllowlist' feature is enabled and Safe Browsing Enhanced Protection is enabled, the extensions in state |ALLOWLIST_NOT_ALLOWLISTED| will be disabled with |DISABLE_NOT_ALLOWLISTED|. Other supporting changes: - Moved the 'DisableMalwareExtensionsRemotely' feature check from update_service to extension_service to fill the omaha custom attributes even if the remotely disable feature is not enabled. - Added string |IDS_EXTENSIONS_BLOCKLISTED_NOT_ALLOWLISTED| to show appropriate warning in 'chrome://extensions'. Bug: 1153873 Change-Id: Icde8bbe7fa968fc22b28129b236cd574de5aae85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2565592 Commit-Queue: Jeff Cyr <jeffcyr@google.com> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Bettina Dea <bdea@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#843840}
-
Koji Ishii authored
This patch has no behavior changes. Bug: 1154531 Change-Id: I107087381641c9ea2eb896adf3719f839caec447 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2596756 Commit-Queue: Kent Tamura <tkent@chromium.org> Auto-Submit: Koji Ishii <kojii@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#843839}
-
Erik Chen authored
This CL is a refactor with no intended behavior change. The goal is to reduce redundant strings across different ash consumers of the platform_keys api. Bug: 1164523 Change-Id: I4b34cf98ac7303b7dab4e7a799b045972b61ba6b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2630430 Commit-Queue: Erik Chen <erikchen@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#843838}
-
chromium-autoroll authored
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 Please note that, despite rolling to chrome/android, this profile is used for both Linux and Android. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/afdo-chromium-autoroll Please CC gbiv@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 Tbr: gbiv@chromium.org Change-Id: I4876b7140955281df26390017bccb5a409af90fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2630988Reviewed-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@{#843837}
-
Shane Fitzpatrick authored
Fixed: 1132432 Change-Id: If6ffc4bfb115d4076bfebfd1a58395200a8cc5c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2629912Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Reviewed-by:
James Vecore <vecore@google.com> Commit-Queue: Shane Fitzpatrick <shanefitz@google.com> Cr-Commit-Position: refs/heads/master@{#843836}
-
Ben Joyce authored
Bug: 1161286 Change-Id: Ieadca6a052085daaf5ef4a4099fc46e70363f5a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2630737 Auto-Submit: benjamin joyce <bjoyce@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Commit-Queue: Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#843835}
-
Gordon Seto authored
This button is being renamed as it will be modularized to have a dynamic label in a follow-up CL. Bug: 1093185 Change-Id: I70f49ffaa35d73b25ea1d5f23521cf93a8c4cf8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2629661 Commit-Queue: Gordon Seto <gordonseto@google.com> Reviewed-by:
Azeem Arshad <azeemarshad@chromium.org> Cr-Commit-Position: refs/heads/master@{#843834}
-
Minoru Chikamune authored
Before this CL, `out/Default/blink_unittests --single-process-tests` was failing. This is because even though WebViewHelper creates AgentGroupScheduler, the tests created another AgentGroupScheduler. This CL fixes this problem. Bug: 1166542, 1105403 Change-Id: I96cf2e43896d0c6ac706d3bdd354647b12d4c8db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2629149Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/master@{#843833}
-
Liviu Tinta authored
MouseEvent::screenX, MouseEvent::screenY, MouseEvent::clientX, MouseEvent::clientY, MouseEvent::pageX, MouseEvent::pageY we expose as double in mouse_event.idl [1]. Because of this is safe to use std::trunc instead of static_cast<int> in order to avoid float-cast-overflow. [1] https://source.chromium.org/chromium/chromium/src/+/master:third_party/blink/renderer/core/events/mouse_event.idl Bug: 1164520, 1162288 Change-Id: I9aef2eea97090fb61aa28c3bbc03209e1401ee39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2621675 Commit-Queue: Liviu Tinta <liviutinta@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Reviewed-by:
Mustaq Ahmed <mustaq@chromium.org> Cr-Commit-Position: refs/heads/master@{#843832}
-
Luciano Pacheco authored
Remove the call to Polymer.updateStyles() because this isn't necessary anymore and Polymer 3 doesn't expose this function in the Polymer object. It was added for crbug.com/740836. I've tested manually without this function call and checked the value of --files-ripple-bg-color in the #view-button, this variable changed value from white to black when selecting a file like described in the bug. Bug: 1133186 Change-Id: Ia955545a60bef11a823b181589a4acaad2e39c06 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2628712 Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Auto-Submit: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Jeremie Boulic <jboulic@chromium.org> Cr-Commit-Position: refs/heads/master@{#843831}
-
David Van Cleve authored
It looks like this and a number of related tests had been failing and were recently reenabled; after the reenable, this one specifically is still flaking. Bug: 1166906 Change-Id: I0aca084860ad37976fdc736b7a1e64ed62c0134d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2630829 Commit-Queue: David Van Cleve <davidvc@chromium.org> Commit-Queue: Michael Crouse <mcrouse@chromium.org> Auto-Submit: David Van Cleve <davidvc@chromium.org> Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Cr-Commit-Position: refs/heads/master@{#843830}
-
Lambros Lambrou authored
This adds a missing AddEventObserver() call in ClipboardX11. Bug: 1165520 Change-Id: I20335ab29d4b88b0fff70450074e8fcf951a55d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2631327 Auto-Submit: Lambros Lambrou <lambroslambrou@chromium.org> Reviewed-by:
Erik Jensen <rkjnsn@chromium.org> Commit-Queue: Lambros Lambrou <lambroslambrou@chromium.org> Cr-Commit-Position: refs/heads/master@{#843829}
-
Miyoung Shin authored
This CL update the codes so that all tests from JavaBridgeArrayCoercionTest pass with MojoTestParams. Bug: 1148997 Change-Id: Iaf3fce7ef63e5e7732296ce3775fa6be0d04f108 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2571031Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#843828}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/b7ddc5a0091b..2241db8a1f6c 2021-01-14 brucedawson@chromium.org Avoid capture_output to support Python 3.6 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@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: chromium:868590 Tbr: ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com Change-Id: I4636236a9c0f9db1cd3d9624b9f4222eadc3ea49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2630987Reviewed-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@{#843827}
-
Austin Tankiang authored
This will be plumbed to Files App UI where a dialog can be displayed. Bug: 1166058 Change-Id: I4f271a0b4eb3002e430f5dbd127ebb8a8e844503 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626813Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Sergei Datsenko <dats@chromium.org> Commit-Queue: Austin Tankiang <austinct@chromium.org> Cr-Commit-Position: refs/heads/master@{#843826}
-
Jeroen Dhollander authored
Previously the Libassistant bootup config was created on the browser thread and passed to the mojom service, but that just adds unnecessary dependencies of the browser thread on Libassistant internal stuff (i.e. the structure of the bootup config). Bug: b/176851446 Test: chromeos_unittests && deployed Change-Id: I3617943bc1dff483a1745d03194b9565cd1ad653 Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2618546 Commit-Queue: Jeroen Dhollander <jeroendh@chromium.org> Auto-Submit: Jeroen Dhollander <jeroendh@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#843825}
-
Esmael El-Moslimany authored
Screenshots https://crbug.com/1138011#c13. Bug: 1138011 Change-Id: I93f594e4d78c717b0dee05d2ad5ade219e8b956d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2628448Reviewed-by:
Alex Gough <ajgo@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Commit-Queue: Esmael Elmoslimany <aee@chromium.org> Auto-Submit: Esmael Elmoslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#843824}
-
Stephen McGruer authored
As part of mandatory code review, we are moving from the copy of tools in third_party/blink/web_tests/external/wpt/tools to the manually rolled copy in third_party/blink/tools/blinkpy/third_party/wpt/wpt. WPT itself has some third-party libraries that violate checkperms that we cannot easily fix, so make those an exception. Once the migration is completed, we will remove the previous external/wpt/tools entry here as well. Bug: 1165950 Change-Id: I7145b8bf4e82c8fd99ad5f42330b68e2f29aac45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626420 Auto-Submit: Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
Luke Z <lpz@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#843823}
-
Garrett Beaty authored
Bug: 1165826 Change-Id: Ia76cb00dfbc488094563df41b25736f22ea128d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625392 Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Michael Moss <mmoss@chromium.org> Cr-Commit-Position: refs/heads/master@{#843822}
-
Sammie Quon authored
Add support for the snip key in accelerators and KSV. For the time being, both accelerators and KSV will backwards support the old screenshot code, resulting in some extra logics in both that will get removed when capture mode can no longer be disabled. Fixed: 1163936 Test: manual Change-Id: I05c32fdf1391397128b5dd2859d38d7508ceedd1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2628019 Commit-Queue: Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#843821}
-
Olivier Yiptong authored
This introduces an option bag for the enumeration API. The first capability enabled by this option bag is to apply an exact-match filter to fonts returned by the API. Bug: 1164077 Change-Id: Id6e76038c1647859c15e8e0ad6aa711b809466ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622063 Commit-Queue: Olivier Yiptong <oyiptong@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Cr-Commit-Position: refs/heads/master@{#843820}
-
tby authored
These are largely replaced by the app list notifier metrics. Bug: 1165218,1165219 Change-Id: I35652f5a674d9e8b5efdead52a48d65e7c0cf58b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2627196Reviewed-by:
Rachel Wong <wrong@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Tony Yeoman <tby@chromium.org> Cr-Commit-Position: refs/heads/master@{#843819}
-
siashah authored
The change does not do anything, once crrev.com/c/2528698 is merged, a follow-up change will add code to trigger the infobar and the instrumentation tests along with it. UX mock: https://screenshot.googleplex.com/5eMqi7HmpZj7NoB Implementation: https://screenshot.googleplex.com/8QVPnCpZQYSGih4 The bottom confetti in the UX mock will be implemented as a follow-up. Bug: 1093057 Change-Id: I8f7326cac3c9830080408ab789a47b3b3e4e34e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2612398Reviewed-by:
Siddharth Shah <siashah@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Reviewed-by:
Siyu An <siyua@chromium.org> Commit-Queue: Siddharth Shah <siashah@chromium.org> Cr-Commit-Position: refs/heads/master@{#843818}
-
Taylor Bergquist authored
Bug: 1093974 Change-Id: I1dcc65adb2f35c8269e8a6508d1165caf0f445cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2630845Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Taylor Bergquist <tbergquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#843817}
-
Xianzhu Wang authored
We don't distinguish them when using them, so don't need to generate them separately. This makes it easier to implement the scale methods of ui::TransformAnimationCurveAdapter. Bug: 1161586 Change-Id: Iea77b01216a31682e8249e3a6675b6f070f3a09a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2602253Reviewed-by:
Robert Flack <flackr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#843816}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/18a45a67b21a..29da6d23a9d7 2021-01-14 andoli@chromium.org [module.json extensions] Migrate @ViewLocationResolver in elements/ 2021-01-14 andoli@chromium.org [module.json extensions] Add unit tests for new view extensions registration infrastructure 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:1134103,chromium:1153091 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I51550bf4845ffb89079a1b684dca48347c717ba2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2630301Reviewed-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@{#843815}
-
James Vecore authored
ReceiveMessagesExpress's dtor was indirectly calling back into WebRtcSignalingMessenger and accessing incoming_messages_listener_ after it has already been destroy. By changing the ordering of the member variables we ensure that ReceiveMessagesExpress gets torn down before incoming_messages_listener_ is torn down. Fixed: 1166520 Change-Id: I6b780b79ef7b857c281ea4eaa30f9dab71fe2262 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2630731Reviewed-by:
Josh Nohle <nohle@chromium.org> Commit-Queue: James Vecore <vecore@google.com> Cr-Commit-Position: refs/heads/master@{#843814}
-
David Black authored
Small previews were slightly visible before animating in because they weren't sufficiently offset relative to the parent container. Bug: 1166754 Change-Id: I4f7c06c460861591e058c537c542c00d8ac62495 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2629655Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#843813}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/178c01be65a4..7231b2e72311 2021-01-14 fancl@chromium.org Dashboad: Reduce random sample tests in small range If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC oysteine@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:chromeos-kevin-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: None Tbr: oysteine@google.com Change-Id: Ic8baa01c145ccd098c4c70e2de9d5985d49642aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2630593Reviewed-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@{#843812}
-
Eric Willigers authored
We add a browser test that reads from the socket using script. Bug: 905818 Change-Id: I5addd5bca78325bb549a86e8443773c893946561 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2629187Reviewed-by:
Glen Robertson <glenrob@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#843811}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1610636358-cc0d7707c698b33d5a2e049b9e10a4117c1fdf55.profdata to chrome-win32-master-1610647094-29bf0a5bdecd41fe52f35b6c0534103ef2302651.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-win32-chromium Please CC pgo-profile-sheriffs@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.chrome.try:win-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Ide1acb55b3752ac6816c220ed35a9ecc748a1dab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2630299Reviewed-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@{#843810}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/1c5e63e54513..7acc2d9fe3a6 2021-01-14 mbonadei@webrtc.org Revert "Refactor rtc_base build targets." 2021-01-14 danilchap@webrtc.org Delete unused functions in ModuleRtpRtcpImpl 2021-01-14 auorion@microsoft.com Add ability to load CreateDirect3DDeviceFromDXGIDevice from d3d11.dll 2021-01-14 handellm@webrtc.org SetOfferedRtpHeaderExtensions: fix error code. 2021-01-14 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 189823ba..42ab9dc8 (843026:843550) 2021-01-14 nisse@webrtc.org Update AudioDeviceBuffer to use C++ lambdas instead of rtc::Bind 2021-01-14 lndmrk@webrtc.org Include packetization in video codec string 2021-01-14 danilchap@webrtc.org Revert "Replace RTC_WARN_UNUSED_RESULT with ABSL_MUST_USE_RESULT in c++ code" 2021-01-14 danilchap@webrtc.org Replace RTC_WARN_UNUSED_RESULT with ABSL_MUST_USE_RESULT in c++ code 2021-01-14 handellm@webrtc.org SetNegotiatedHeaderExtensions_w: Set list synchronously. 2021-01-14 sprang@webrtc.org Adds VideoDecoder::GetDecoderInfo() 2021-01-14 nisse@webrtc.org Delete unused VideoType enum values 2021-01-14 chunbo.hua@intel.com Fix typo in audio processing header. 2021-01-14 hta@webrtc.org Improve structuring of test for audio glitches. 2021-01-14 chunbo.hua@intel.com Fix AudioProcessing::Config::ToString() implementation. 2021-01-14 nisse@webrtc.org Add new empty build targets rtp_rtcp_legacy and video_legacy. 2021-01-14 landrey@webrtc.org Fix inconsistencies in network BUILD.gn file 2021-01-14 nisse@webrtc.org Change PeerConnectionE2EQualityTest to use lambdas instead of rtc::Bind 2021-01-14 alessiob@webrtc.org AGC2 minor code clean up 2021-01-13 jianj@google.com Add av1 to lower range IDs. 2021-01-13 natim@webrtc.org Reland "ChannelStatistics used for RTP stats in VoipStatistics." 2021-01-13 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision c0feffab..189823ba (842900:843026) 2021-01-13 mbonadei@webrtc.org Replace all uses of the word 'master' with 'builder_group' in //tools/mb 2021-01-13 sakal@webrtc.org Handle case createShader throws an exception. 2021-01-13 hta@webrtc.org Add a test to detect excessive audio delay during renegotiation. 2021-01-13 landrey@webrtc.org Fix cpu usage dvqa test on windows 2021-01-13 mbonadei@webrtc.org Remove CheckCompile method from MetaBuildWrapper. 2021-01-13 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision b24f1bec..c0feffab (842774:842900) 2021-01-13 webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com Update WebRTC code version (2021-01-13T04:03:21). 2021-01-13 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision e35e978e..b24f1bec (842656:842774) 2021-01-12 aleloi@google.com Revert "ChannelStatistics used for RTP stats in VoipStatistics." 2021-01-12 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 0026868b..e35e978e (842481:842656) 2021-01-12 natim@webrtc.org ChannelStatistics used for RTP stats in VoipStatistics. 2021-01-12 nisse@webrtc.org Revert "Add task queue to RtpRtcpInterface::Configuration." 2021-01-12 danilchap@webrtc.org Fill fps allocation by LibaomAv1Encoder::GetEncoderInfo 2021-01-12 terelius@webrtc.org Move logged types for RTC event log into event headers. 2021-01-12 ivoc@webrtc.org Correction for the calculation of the abs max value 2021-01-12 nisse@webrtc.org Add task queue to RtpRtcpInterface::Configuration. 2021-01-12 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision cbaaf9e4..0026868b (842367:842481) 2021-01-12 danilchap@webrtc.org Use rtc::CopyOnWriteBuffer::MutableData instead of data in fuzzers 2021-01-12 nisse@webrtc.org Delete KeepBufferRefs helpers, and use of rtc::Bind. 2021-01-12 nisse@webrtc.org Add thread annotation to IncomingVideoStream 2021-01-12 webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com Update WebRTC code version (2021-01-12T04:04:10). 2021-01-12 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 2059e3a7..cbaaf9e4 (842148:842367) 2021-01-11 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 78ea2c1b..2059e3a7 (842019:842148) 2021-01-11 mbonadei@webrtc.org Refactor rtc_base build targets. 2021-01-11 philipel@webrtc.org Remove webrtc::VideoDecoder::PrefersLateDecoding. 2021-01-11 mbonadei@webrtc.org [build] Remove obsolete gn flag 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: chromium:1051821,chromium:1095763,chromium:1117773,chromium:1146835,chromium:1158070,chromium:1161837,chromium:1164276 Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I0b695f5946acc1216777701b894bfa60d78c8d37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2630487Reviewed-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@{#843809}
-
Joel Riley authored
Panel is no longer focusable, only its child buttons. STS JS code now calls focus() on button instead of panel itself to re-focus panel. AX-Relnotes: Fix bug where pressing Search key + S twice in a row without text selection while panel is visible would focus panel but then remove focus from panel button. Bug: 1166733 Change-Id: I45958dabbe3ee4ba21ddee26f6e00a3a75d0f464 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2629658 Commit-Queue: Joel Riley <joelriley@google.com> Reviewed-by:
Katie Dektar <katie@chromium.org> Cr-Commit-Position: refs/heads/master@{#843808}
-
Pavel Yatsuk authored
This CL adjusts Save Password message title and description to reflect feedback from privacy team: http://doc/1FxSQbCL-zqUsTJaEodEvZ7D8ENxE3lzg5_e7ZEsu8Uk#heading=h.vgwmyj43xgsb This CL adds strings for both options. Only one is currently used. Once we make a decision I'll clean up unused option. BUG=1166841 R=twellington@chromium.org Change-Id: I762c6dbc5e99f9c5fee574321be2750d5d61509f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2630447Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Pavel Yatsuk <pavely@chromium.org> Cr-Commit-Position: refs/heads/master@{#843807}
-