- 07 Jul, 2020 40 commits
-
-
Lijin Shen authored
On partner foldable phones, when the secondary display is off, there is only one targetable displays and only #onDisplayChanged is called. This CL tries to merge tabs #onDisplayChanged as well. Bug: 1088202 Change-Id: Id21960b40bceb4b04fce7a2718c0e33bee0f4920 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2272131Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Lijin Shen <lazzzis@google.com> Cr-Commit-Position: refs/heads/master@{#786055}
-
Mark Pearson authored
This is pushed back to the same date as the other copy/copy histograms in https://chromium-review.googlesource.com/c/chromium/src/+/2276218 Bug: 1102476 Change-Id: I4dfb295ca08eb1c3310c12e2ff56a6623b01b3c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2285175 Auto-Submit: Mark Pearson <mpearson@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/master@{#786054}
-
Dylan Cutler authored
The clean-up is based on the comments left by japhet@ on https://chromium-review.googlesource.com/c/chromium/src/+/2276401 Bug: None Change-Id: Ifa6744a4299383bad5089589a93b1c99cb40ddc0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2284400Reviewed-by:
Nate Chapin <japhet@chromium.org> Commit-Queue: Dylan Cutler <dylancutler@google.com> Cr-Commit-Position: refs/heads/master@{#786053}
-
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/perfetto-trace-processor-win-chromium Please CC perfetto-bugs@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 Tbr: perfetto-bugs@google.com Change-Id: Ib89714aa5abcbb587665efad0b9c1988c76b4402 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2285384Reviewed-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@{#786052}
-
Jarryd authored
Change-Id: Ie758db5d7cd3d29c51be8b15ef8c724243d9eaa7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2276495 Commit-Queue: Jarryd Goodman <jarrydg@chromium.org> Auto-Submit: Jarryd Goodman <jarrydg@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#786051}
-
Darwin Huang authored
Flaky tests include: (FileDisplay|QuickView)/FilesAppBrowserTest.Test/(fileDisplayDrive|openQuickView|fileDisplayDownloads)_TabletMode. Flake occurrences can be viewed at https://analysis.chromium.org/p/chromium/flake-portal/flakes/occurrences?key=ag9zfmZpbmRpdC1mb3ItbWVyOgsSBUZsYWtlIi9jaHJvbWl1bUBicm93c2VyX3Rlc3RzQEZpbGVzQXBwQnJvd3NlclRlc3QuVGVzdAw TBR: lucmult@chromium.org Bug: 1102947 Change-Id: Id39ff39a94e955f0a513b7e5ddceef264846beae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2285298Reviewed-by:
Darwin Huang <huangdarwin@chromium.org> Commit-Queue: Darwin Huang <huangdarwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#786050}
-
Dylan Cutler authored
I included overloads for setting the source scheme with either a boolean or the scheme string itself. I refacted other similar utility functions in cookie_util.cc to reuse this new function as well. Bug: 1102874 Change-Id: I879ea6534f65ab54d4374fb768a751115e68471b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2285244Reviewed-by:
Lily Chen <chlily@chromium.org> Commit-Queue: Dylan Cutler <dylancutler@google.com> Cr-Commit-Position: refs/heads/master@{#786049}
-
Stephen Chenney authored
There is a check for the background color painting border being renderable (for rounded corners) but the check is overlooked for the image rect. Fix that by treating the image fill rect the same way we treat the color rect. Bug: 1101080 Change-Id: I4328357f41793d00002cb80d27bd7182d1756be7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2283775 Commit-Queue: Stephen Chenney <schenney@chromium.org> Reviewed-by:
Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#786048}
-
Kevin Babbitt authored
Tricium flagged this constructor in crrev.com/c/2261190 since single- argument constructors can result in unintentional implicit conversions. Mark the constructor as explicit and update the remaining call sites to match. Bug: 1098859 Change-Id: Ied51476ad87473a4ceb2349cc7b1a71b0eabf60e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274860 Commit-Queue: Kevin Babbitt <kbabbitt@microsoft.com> Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by:
Fredrik Söderquist <fs@opera.com> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#786047}
-
Antonio Gomes authored
Previously, the call to WebPlatformMediaStreamSource::SetOwner() was encapsulated by WebMediaStreamSource::SetPlatformSource(). Now that we have moved away from operating over WebMediaStreamSource directly in Blink, it is needed that callers do something like WebPlatformMediaStreamSource::SetOwner(MediaStreamSource) MediaStreamSource::SetPlatformSource(WebPlatformMediaStreamSource) ... manually. This CL simplifies the call sites by moving WebPlatformMediaStreamSource::SetOwner() within MediaStreamSource::SetPlatformSource(), and updating the current callsites. BUG=704136 R=guidou@chromium.org TBR=guidou@chromium.org Change-Id: Iff1d35b56086650c0012cc0fbc3baf088be67e6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2283579 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#786046}
-
Richard Knoll authored
This adds a new strings file for Nearby UI. Also adds strings and an icon used in the notifications for Nearby. Bug: 1102348 Change-Id: Ic5efac87078ad5bd9e26b714952395fcaabad995 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2283306Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Alex Chau <alexchau@chromium.org> Commit-Queue: Richard Knoll <knollr@chromium.org> Cr-Commit-Position: refs/heads/master@{#786045}
-
Dana Fried authored
Previously, the caption button container would always paint in active or inactive frame colors as appropriate. However, for themes with a different frame/caption and tab background color, in normal tabbed browser mode, this would result in the buttons painting against the wrong background color. Now whether or not the container paints its background can be controlled by external code. Bug: 1099195 Change-Id: I6c46de4f9eb423a0aecb9ccee03231ca42dfb462 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2284447Reviewed-by:
Caroline Rising <corising@chromium.org> Commit-Queue: Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#786044}
-
manuk authored
When titles-UI is disabled, the omnibox additional text will only contain URLs and never page titles. We can safely style it blue in this case. When title-UI is enabled, it can contain either URLs or page titles. Ideally, it would be styled blue/black appropriately dynamically, but given it seems title-UI won't launch, we don't have to worry about this case for now. Change-Id: Id4bf756e23d5c0678665343c3cbe4c6e14fb8780 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2283949 Commit-Queue: manuk hovanesian <manukh@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#786043}
-
Nico Weber authored
Bug: 1098899 Change-Id: Iae357fc998a662ed23bf1496a4ec21a12593f2cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2285331 Commit-Queue: Nico Weber <thakis@chromium.org> Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#786042}
-
Rohit Rao authored
Hard-coded language indexes need to be updated since the list of supported languages changed in iOS 14. BUG=1102968 Change-Id: I8ec7961dfcf2437840406894e47fc87444d7a5cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2285338 Commit-Queue: Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Chris Lu <thegreenfrog@chromium.org> Cr-Commit-Position: refs/heads/master@{#786041}
-
Mike Wittman authored
Disable on Mac arm for now to allow Chrome to compile on that arch. This should be replaced by an actual implementation to provide performance profiles for the architecture in the UMA Sampling Profiler dashboard and support stack capture during slow reports tracing to diagnose pathological performance problems in the wild. Bug: 1102197 Change-Id: Ie45272f30b75f14706490cef9eeb6402e3a70c0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2284618 Commit-Queue: Mike Wittman <wittman@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Auto-Submit: Mike Wittman <wittman@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#786040}
-
Lei Zhang authored
The 1-parameter version is simpler, and the 2-parameter version is deprecated. Bug: 1009837 Change-Id: I74f7c0697d077d5cdea3501a86a558911762e3ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2284366Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#786039}
-
Saurabh Nijhara authored
The term 'End of life' gives the impression that the device would no longer be usable. But in the context of minimum chrome version, it means no future updates are possible. As Auto Update Expiration is a preferred term over End of Life, this CL migrates any user facing data for the minimum chrome version policies from eol/End of Life to aue/Auto Update Expiration. We continue to use eol/End Of Life in the code. Bug: 1048607 Change-Id: I82d38ea562cfe30be05fc7ddc32ae3e8ec9e50d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2279762 Commit-Queue: Saurabh Nijhara <snijhara@google.com> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#786038}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/6fc53fdb8bb1..3688cb363ccd 2020-07-07 nguyenmh@google.com Fix bugs in angle_end2end_tests and frame capture 2020-07-07 jiajie.hu@intel.com Remove a few hardcoded path to libjpeg_turbo 2020-07-07 etienneb@chromium.org Enable the use of chromium worker pool 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 syoussefi@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: chromium:1091259 Tbr: syoussefi@google.com Change-Id: I9745c96236a15243ee9ec47e1925cf40fb9e2f11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2285212Reviewed-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@{#786037}
-
John Lee authored
This CL hides tabs and tab groups when they are dragged out of tab strip to indicate that the tab will leave the current window when dropped. The elements must be hidden and not removed from the DOM because once the elements are removed from the DOM, the drag events no longer get bubbled to its parent. Bug: 1081905 Change-Id: Ia4d52280362c320648e7cd105e333c62bfb723ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2285067 Commit-Queue: John Lee <johntlee@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#786036}
-
Matt Reynolds authored
Update base::Bind -> base::BindRepeating for mock callbacks in MockAndroidOverlay. Also removes the ControlCallback type alias in favor of base::RepeatingClosure. BUG=1007799 Change-Id: I9a6594c83ef0d119964735277e3bfe53fbcee029 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2282897 Auto-Submit: Matt Reynolds <mattreynolds@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Commit-Queue: Chrome Cunningham <chcunningham@chromium.org> Cr-Commit-Position: refs/heads/master@{#786035}
-
Patrick Brosset authored
This introduces a new option (showAreaNames) to the gridHighlightConfig option, passed to overlays. The option defaults to false. When set to true, it tells the backend implementation of the overlay domain to also generate path information for highlighting grid areas in the page. Bug: 1100384 Change-Id: I75380034d2363f06f1987c6fb5a4cf17c38eb68f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275484 Commit-Queue: Patrick Brosset <patrick.brosset@microsoft.com> Reviewed-by:
Peter Marshall <petermarshall@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Brandon Goddard <brgoddar@microsoft.com> Cr-Commit-Position: refs/heads/master@{#786034}
-
Chris Cunningham authored
Template allows audio and video decoders to share the bulk of their code. Bug: 1094100 Change-Id: I9760baa41971507a4163c10816677aa593430886 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2284979 Commit-Queue: Chrome Cunningham <chcunningham@chromium.org> Auto-Submit: Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#786033}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1594144798-4412d96600585fe82074f31d0a98a25618a2d017.profdata to chrome-mac-master-1594154384-2956366c17c90e62cea6163ad2cfb0a0603637b5.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-mac-chromium Please CC jeffyoon@google.com,liaoyuke@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: chrome/try:mac-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com Change-Id: Ibfd4eaddc212ac21588332fa217955a725a8b8db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2285457Reviewed-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@{#786032}
-
David Grogan authored
The test includes some variants of the crash repro as evidence that the crash was harmless. Bug: 1018439 Fixed: 1091588 Change-Id: I879d4ce879d9fafb86b26a21609141b2fcfc5a9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2265100Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: David Grogan <dgrogan@chromium.org> Cr-Commit-Position: refs/heads/master@{#786031}
-
Brian Sheedy authored
Removes all the remaining uses of //third_party/pymock from the following directories in favor of the version provided by vpython: //chrome/installer/mac/signing/ //chrome/test/data/android/ //components/schema_org/ This is so that the third_party version can be removed. Bug: 1094489 Change-Id: I3441c03b4af871dc3a7c0071f02c367a8839991a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2284045Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#786030}
-
David Black authored
Bug snuck in with: https://chromium-review.googlesource.com/c/chromium/src/+/2257401 Bug: b:160641054 Change-Id: Iaa2c2c7ea7a453e871610fa8b268d4492f7a1c56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2284364Reviewed-by:
Jeroen Dhollander <jeroendh@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#786029}
-
Sven Zheng authored
Retry should get the CQ false reject rate down. The tests will retry once if they fail(standard browser test retry limit). Also to get out of experimental, I plan to do it incrementally by enable some tests first. Bug: 1102894 Change-Id: Ie1b0b3d6540770feff78f5578b678cd0d5648ed5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2285246Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Sven Zheng <svenzheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#786028}
-
Curt Clemens authored
ToDictionary and FromDictionary methods convert to/from a Value dictionary to facilitate storing PrivateCertificates in Prefs. Change-Id: I92117836af94cd224eeea34edc7dd55dd3eb7484 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2284043Reviewed-by:
Josh Nohle <nohle@chromium.org> Commit-Queue: Curt Clemens <cclem@google.com> Cr-Commit-Position: refs/heads/master@{#786027}
-
Vasiliy Telezhnikov authored
CHROMIUM_stream_texture_matrix is now unused. This CL removes the extension. Bug: 1076564 Change-Id: I046d07674e98015d962fc8120f3ad1efc3641fbf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2283648Reviewed-by:
Jonathan Backer <backer@chromium.org> Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#786026}
-
Mustafa Emre Acer authored
This is a follow up to https://crrev.com/c/2274667 This attribute was recently introduced so that developers wouldn't get presubmit errors for accessibility labels that are not shown in the UI. However, screen readers do actually display most accessibility labels, so having screenshots for these strings are still useful. Still, there is a small subset of accessibility labels that are never displayed. This CL renames the existing attribute to make the intention of the carveout clear. Bug: 1094077 Change-Id: I4c171d29fea0aac611cb07759422bd5c25688017 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2285076 Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#786025}
-
Patrick To authored
When a session is created in OpenXR, it is not started until an OpenXR event indicates that the session is ready to begin. However, WebXR starts requesting frames as soon as the runtime is created. This calls xrWaitFrame before the session has begun, which generates an OpenXR error. This change keeps track of when the session is running, and only calls xrWaitFrame when the session has begun. Otherwise, an empty frame is returned to WebXR. Bug: 1050729 Change-Id: I990457a349ba90395404b2adb3f14b3c21883bb6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275370Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Reviewed-by:
Brandon Jones <bajones@chromium.org> Commit-Queue: Patrick To <patrto@microsoft.com> Cr-Commit-Position: refs/heads/master@{#786024}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/db0d1b0d2459..e1ca4c7cd49a 2020-07-07 aninditaghosh@google.com Add compute_metric function to http.py 2020-07-07 treehugger-gerrit@google.com Merge "Fix incorrect max retry calculation." If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@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:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: I7f6fae5edb34a1c1a527fa3d2cf47039bd56643c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2285211Reviewed-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@{#786023}
-
Josh Horwich authored
Add an experiment flag to enable 64-bit native bridge for ARC on systems that have 64-bit native bridge support available but not enabled. Note that due to the nature of the timing of starting ARC mini- container - which can be affected by the properties controlled by this experiment - and user login, the experiment is treated as a one way off->on transition for all users on a given device. The experiment flag will have no effect on systems that do not have 64-bit native support available, nor will it affect systems that have 64-bit native support enabled generally. Bug: b:62095998 Change-Id: If2a5dc96ba36f8aba31405122a6de20764af30b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2252956 Commit-Queue: Josh Horwich <jhorwich@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#786022}
-
Kevin McNee authored
Tbr: fdoray@chromium.org Bug: 1080602 Change-Id: Ie8e315ed0b2285c8b23eb322f074059dcd77edd3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2285385Reviewed-by:
Kevin McNee <mcnee@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/master@{#786021}
-
Emily Stark authored
This reverts commit 65ac9625. Reason for revert: Something got messed up in a rebase somehow and this ended up accidentally reverting parts of https://chromium-review.googlesource.com/c/chromium/src/+/2283655/ Original change's description: > Clean up steady-state scheme/trivial subdomains elision flags > > These flags are enabled by default and expired since M76. > > I'm cleaning these up now because I'm starting to think about > uneliding scheme/trivial subdomains on hover (for the omnibox UI > simplified domain field trials), and it'll be simpler code if we don't > have to reason about these expired flags in both enabled and disabled > states. > > Bug: 797354 > Change-Id: I766a30c2f886ae1d651c2bf8eed0bc094664bde7 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2277880 > Reviewed-by: Michael Wasserman <msw@chromium.org> > Reviewed-by: Ted Choc <tedchoc@chromium.org> > Reviewed-by: Tommy Li <tommycli@chromium.org> > Commit-Queue: Emily Stark <estark@chromium.org> > Cr-Commit-Position: refs/heads/master@{#785962} TBR=msw@chromium.org,tommycli@chromium.org,tedchoc@chromium.org,estark@chromium.org Change-Id: I608b380c23af2211019b6fac2988a13da25f4d26 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 797354 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2285514Reviewed-by:
Emily Stark <estark@chromium.org> Commit-Queue: Emily Stark <estark@chromium.org> Cr-Commit-Position: refs/heads/master@{#786020}
-
Moe Ahmadi authored
In order to support different ranking approaches for the local history zero-prefix suggestions, this CL modifies the current implementation to allow ranking the normalized search terms in C++. To accomplish this, LocalHistoryZeroSuggestProvider now requests an unordered list of rows grouped by |normalized_term| from the URL database in which |visit_count| is the sum of all visit counts and |last_visit_time| is the latest visit time for that normalized term. It also simplifies the LocalHistoryZeroSuggestProvider implementation by moving the freshness and validity checks for the normalized term into the SQL query. This change is not expected to alter the existing behavior as confirmed by the unit tests. Bug: 1096615 Change-Id: I01c29afff51f348e5c32766e4e53b3ff7687a3b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2278625Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#786019}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ce1375c5f044..81a9074069be 2020-07-07 ayui@chromium.org CodeInclusion: Rename whitelist/blacklist -> allowlist/blocklist 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:1097674 Tbr: ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com Change-Id: Iba142ae4697ae2244eb2d4bc1eed641579f2250f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2285317Reviewed-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@{#786018}
-
Chris Cunningham authored
This connects the IDL definitions to real code. We introduce DecoderTemplate to house the common request processing between audio/video decoders. A follow up cl will convert VideoDecoder to use this as well. For now AudioDecoder always uses FFmpeg and hard codes the codec to AAC. Change-Id: I891fbe095e57a240db2b528ced81ee1d6f14ef31 Bug: 1094090 Change-Id: I891fbe095e57a240db2b528ced81ee1d6f14ef31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274584 Commit-Queue: Chrome Cunningham <chcunningham@chromium.org> Auto-Submit: Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#786017}
-
Trent Apted authored
CIPD package: https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/media_app/app/+/A-udLmaNjd82md7204xsCfIJdXVm8X4DA0wugNTV8hQC Release notes: http://go/media_app-x20/relnotes/Stable/media_app_202007060800_RC00.html Bug: b/159891423, b/156706635, b/160193577, b/159893051, b/159083441, b/160033715, b/159947267, b/159083441 Cq-Include-Trybots: chrome/try:linux-chromeos-chrome Change-Id: I51157589f9fd3c008aaa4b9b53d89d06ce5d08d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2283031 Auto-Submit: Trent Apted <tapted@chromium.org> Commit-Queue: Rachel Carpenter <carpenterr@chromium.org> Reviewed-by:
Rachel Carpenter <carpenterr@chromium.org> Cr-Commit-Position: refs/heads/master@{#786016}
-