- 05 Nov, 2020 40 commits
-
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/b503f5ff6b58..22775d8e1755 2020-11-05 mattkot@microsoft.com Retry CIPD client download on Windows 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 apolito@google.com,ehmaldonado@google.com,sokcevic@google.com,ajp@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:1145741 Tbr: apolito@google.com,ehmaldonado@google.com,sokcevic@google.com,ajp@google.com Change-Id: Ia07bd7a75deb96514c4ced95f81f89bf5fe085a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521999Reviewed-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@{#824643}
-
Michael Checo authored
- Update css variables to conform to responsiveness specs at different breakpoints. Spec: https://carbon.googleplex.com/cros-ux/pages/scanning/responsiveness Screenshots: 600px <= width < 768px: http://shortn/_jbKNxJrAMB 768px <= width < 960px: http://shortn/_Jy9QYyvf63 1280px: http://shortn/_ARoXo5FcD4 Bug: 1059779 Test: browser_tests --gtest_filter=ScanningAppBrowserTest.All Change-Id: I30390bde40f0a2bb033f30e7b12b92aea8669239 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2514660Reviewed-by:
Jimmy Gong <jimmyxgong@chromium.org> Commit-Queue: Michael Checo <michaelcheco@google.com> Cr-Commit-Position: refs/heads/master@{#824642}
-
Caroline Rising authored
Screenshot can be found in bug. Bug: 1146024 Change-Id: If5d7977068051b8c96e4c36104655580d6bde29e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2510410Reviewed-by:
Thomas Lukaszewicz <tluk@chromium.org> Reviewed-by:
Connie Wan <connily@chromium.org> Reviewed-by:
Alex Gough <ajgo@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: Caroline Rising <corising@chromium.org> Cr-Commit-Position: refs/heads/master@{#824641}
-
Xiaocheng Hu authored
Before we implemented @scroll-timeline, the parser would convert a "@scroll-timeline" into CSSAtRuleInvalid, and then go through the ConsumeErroneousAtRule() code path. Now even with the flag disabled, we still parse "@scroll-timeline" into CSSAtRuleScrollTimeline and then go through the ConsumeScrollTimeline() code path and fail inside. This patch parses "@scroll-timeline" into CSSAtRuleInvalid() so that the when the flag is disabled, parser behavior is exactly the same as if we haven't implemented it at all. Change-Id: Ib83bbc19fe2715f52d10a9ce5d351670dcb8bd15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2522050 Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#824640}
-
Xiaocheng Hu authored
This patch adds a Chromium feature for CSSKeyframesMemoryReduction and enables it in field trial testing config. This is preparation for a Canary/Dev finch experiment. Bug: 1141814 Change-Id: I03c1c9beca18bdf4b286704f60b6895f60835d12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2518097Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#824639}
-
David Bienvenu authored
Bug: 1007808 Change-Id: Icc6949f3d34dfea6c23f8494de05be38d72d739a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2518091Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: David Bienvenu <davidbienvenu@chromium.org> Cr-Commit-Position: refs/heads/master@{#824638}
-
Jihwan Marc Kim authored
Rename is_source_touch_event_set_non_blocking to is_source_touch_event_set_blocking Bug: 849420 Change-Id: I216b9103ca29f11f041503a9746d2cf69bf0c1f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489775Reviewed-by:
Lan Wei <lanwei@chromium.org> Reviewed-by:
Xida Chen <xidachen@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#824637}
-
Chris Harrelson authored
Intent-to-ship here: https://groups.google.com/a/chromium.org/g/blink-dev/c/cubTsTuZWEY Bug: 1008483 Change-Id: Ib66bb7f3dcfc79bbc8b01216a8f772cb6a33b0ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2518106Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#824636}
-
Natalie Chouinard authored
Add new ChromeStartupDelegate and initialize on startup. Bug: 1143402 Change-Id: If30d0119782e2eec9b24642555ca9536913c6ae4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521349 Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#824635}
-
Peter Kasting authored
Bug: 772945 Change-Id: I26f5f4ebd83765c9603e23abab69e9fe890ac209 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2519362 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#824634}
-
Christoph Schwering authored
The features are not subject to an active experiment. * AutofillEnforceMinRequiredFieldsForHeuristics is enabled. * AutofillEnforceMinRequiredFieldsForQuery is disabled. * AutofillEnforceMinRequiredFieldsForUpload is disabled. Bug: 1007974 Change-Id: I17c634d07f5e7b69fbf16708fe89cbe81d2ee617 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411937Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Matthias Körber <koerber@google.com> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Christoph Schwering <schwering@google.com> Cr-Commit-Position: refs/heads/master@{#824633}
-
Anders Hartvoll Ruud authored
We currently don't handle that case where start/end offsets are nullptr correctly. In this case they should behave as 'auto'. Possibly a regression from the scrollOffsets implementation. Fixed: 1145916 Bug: 1074052 Change-Id: Ib97e1157b957dc2de4393688967694fc9b0de736 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2520836Reviewed-by:
Olga Gerchikov <gerchiko@microsoft.com> Reviewed-by:
Kevin Ellis <kevers@chromium.org> Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#824632}
-
Liquan (Max) Gu authored
Moved disconnectForStrictShow, mRejectShowErrorMessage from CPRService to PRService, because they are the logic that is shareable with WebLayer. Change: 1144527 Change-Id: I1449b7e145918f057e7289984a4eb7364f05e900 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2519202 Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#824631}
-
Elly Fong-Jones authored
This change causes menu widgets to be become the active widget if the menu was shown by keyboard. This ensures that the menu widget is announced by screenreaders. There is one special case: editable combobox menus, even if opened by keyboard, never activate since that would pull keyboard focus away from the editable combobox itself. To support that, this change also: * Adds Widget::Predicate, a type for predicates that accept a Widget; * Adds support to MenuCocoaWatcherMac for ignoring certain widget activations; * Adds an IsNotMenuWidget predicate to MenuController for use with MenuCocoaWatcherMac Bug: 1097769 Change-Id: I4f5289d66428f97e75c38e4e887b8ce9061dada8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2520141 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/master@{#824630}
-
Xiaocheng Hu authored
This patch adds an empty StyleRuleCounterStyle class and allows CSS parser to parse @counter-style blocks into the new class. Follow up patches will add the remaining implementation (descriptor parsing, invalidation, resolution, etc). Bug: 687225 Change-Id: Ib78f70763eaf419ba004f17e36deff3636202651 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2515788 Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#824629}
-
Ken Buchanan authored
Initial WebID CL. This adds the JS bindings, mojo pipe, and a minimal handler for a federated sign-in request which inherits FrameServiceBase. Explainer: https://github.com/WICG/WebID/ Intent to Implement: https://groups.google.com/a/chromium.org/g/blink-dev/c/2B4TJ7j2U4M/m/1X5T3OszCAAJ To view a tentative implementation of the Mojo method introduced here, see: https://chromium-review.googlesource.com/c/chromium/src/+/2134593/ Bug: 1141125 Change-Id: Ie492d86af66b6853141a47362ea3d0c191dad548 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134202 Commit-Queue: Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Cr-Commit-Position: refs/heads/master@{#824628}
-
My Nguyen authored
Proposal: http://go/cros-input-methods-naming Proposed names: http://go/cros-input-methods column C Screenshot view: http://screen/AcCtRanvaMTsszg Bug: 889763 Change-Id: I10a3921e566a3764199f64ae6ad78365a267666d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2517163 Commit-Queue: My Nguyen <myy@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#824627}
-
Tibor Goldschwendt authored
Third-party NTPs should be committed to site instance of chrome-search://remote-ntp. Bug: 1075714 Change-Id: I63fc559dd0a0e75483d35c0b16465c7bf3ac187c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2515224Reviewed-by:
Nasko Oskov <nasko@chromium.org> Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Auto-Submit: Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#824626}
-
dpapad authored
Previously scrollbars always appeared light, even if a WebUI page was otherwise respecting dark mode. The upcoming FormControlsDarkMode feature allows webpages to specify whether scrollbars should follow the system's theme, by specifying a new <meta name="color-scheme"> tag. Repro instructions 1) Launch Chrome with the following flags to experience dark scrollbars. --enable-features=WebUIDarkMode,CSSColorSchemeUARendering \ --force-dark-mode 2) Go to chrome://inerstitials and open any interstitial category, observe scrollbars. 3) Go to a non-existing page (eg chrome://foo), observe scrollbars. Bug: 1142291 Change-Id: If85d49dcfe7eeb404eb4a472ce8a1dee135e57ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521219 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Auto-Submit: dpapad <dpapad@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#824625}
-
Xiaodan Zhu authored
This CL changes the direction of switching desk gestures when enhanced desks animation is enabled. The alert toast is shown when the user performs the wrong gestures on the first and last desks. Test: manual. Bug: 1140242 Change-Id: Ie67e3fb8ff4cea9afc6417e70046533077e09750 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2520238Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Xiaodan Zhu <zxdan@chromium.org> Cr-Commit-Position: refs/heads/master@{#824624}
-
Piotr Bialecki authored
Change-Id: I90e2042346f60df180f1e7a5d310ef945e40f44f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521222 Commit-Queue: Klaus Weidner <klausw@chromium.org> Auto-Submit: Piotr Bialecki <bialpio@chromium.org> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Cr-Commit-Position: refs/heads/master@{#824623}
-
Scott Lee authored
urllib2 doesn't support connection pooling. Therefore, each of sink() invocation creates a new TCP connection established. It seems that Linux and Mac establish TCP connections much quicker than Windows. However, creation of TCP connections added a significant amount of delays to blink web test runs in Windows bots. This CL solves it by using requests, which uses urllib3 and supports connection pooling. R=robertma@chromium.org CC=chanli@chromium.org,bpastene@chromium.org,nodir@chromium.org,zhaoyangli@chromium.org Bug: 1141606 Change-Id: I5fc63894ed31867db1ae1b4eac5a44b5e0921c5c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2520088 Commit-Queue: Scott Lee <ddoman@chromium.org> Reviewed-by:
Nodir Turakulov <nodir@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#824622}
-
Dirk Pranke authored
Generated by //tools/gn/roll_gn.py https://gn.googlesource.com/gn/+log/843b5003..53d92014 53d92014 Apply path search logic more generally Tbr: brucedawson@chromium.org Bug: 1112471 Change-Id: I782479528ecf78b8a74c2f1b89e83797c3b136ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2522192Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#824621}
-
Peter Kvitek authored
NO_WIN_FLAKES #ifdef replaced OS_WIN #ifdef when major stability issue that affected significant amount of tests on Windows was identified and fixed. Since tests appear to be stable for more than a month, it's time to remove this leftover define. Bug: 1045971,1045980,1090801,954398,867447,884095 Change-Id: I10b534799b1fc6bee1b11a23a0897e28fb7ec8c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2522313Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Peter Kvitek <kvitekp@chromium.org> Cr-Commit-Position: refs/heads/master@{#824620}
-
Chris Cunningham authored
Bitstream conversion is not currently needed. Leaving some breadcrumbs about why and a dcheck to catch any changing needs. Bug: 1119947 Change-Id: I20ba56bdde467c25461b687049f7a143185c7ac8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521348 Auto-Submit: Chrome Cunningham <chcunningham@chromium.org> Commit-Queue: Dan Sanders <sandersd@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#824619}
-
Changwan Ryu authored
Design doc (internal): go/cursor-control-magnifier 1) Plumbing to forward cursor control gesture to RWHVA. 2) Temporarily hide insertion handles when magnifier is showing. Note that we are not calling SetAlpha() since OnInsertionChanged() will reset the alpha before the cursor control ends. 3) Reuse existing logic for selection popup controller to enable magnifier and haptic feedback. Bug: 1134492 Change-Id: I2312283a4baa775ac70d89431d444d48fff7b242 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2424900Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Reviewed-by:
Mohsen Izadi <mohsen@chromium.org> Reviewed-by:
Shimi Zhang <ctzsm@chromium.org> Commit-Queue: Changwan Ryu <changwan@chromium.org> Cr-Commit-Position: refs/heads/master@{#824618}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/ac59b0e049f7..5689d6741bc4 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-linux-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: Id97167c9ee3a5a0ae1829a56d00fe2d9c96533c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521839Reviewed-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@{#824617}
-
Sammie Quon authored
This gives a general idea of how long the videos saved on file are. I looked into adding a test (ps1), but with the multi-threading and async operations I'm afraid it would be flaky, plus it saved some recording files locally. Test: manual Bug: 1140182 Change-Id: Ib471d6eae0a8c49321984d941fb0775f49ca11a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2519853Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#824616}
-
Devlin Cronin authored
Pull the logic to load and localize a file out from ExecuteCodeFunction. This will be useful in the upcoming scripting.executeScript() API. This CL has no functional changes. Bug: 1144839 Change-Id: I587aa928a9526ae494a6208ba5debb7789f5c01a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2518113 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#824615}
-
Devlin Cronin authored
GetOverrideChannelForActionType() was used to generate a channel override if one was needed for a given action type, which was necessary when the "action" key was channel-restricted. Since it's now available on all channels, we can remove this method. Bug: 893373 Change-Id: I6a47eb93c2becf6df3cdcaef76b29ff7e75387ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473063 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#824614}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/ad54c71632cc..3476ca348bd0 2020-11-05 amaiorano@google.com Subzero: fix invalid arg access on Windows x86 for split variables 2020-11-05 amaiorano@google.com Subzero: fix non-deterministic stack layout and code-gen If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;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: swiftshader-team+autoroll@google.com Change-Id: I1e03d21535681fdbdf25360d7399803325e32c27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521992Reviewed-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@{#824613}
-
Xida Chen authored
Currently the canvas and JSAnimation tracker isn't reporting to UMA. The problem is that after we set HasCanvasInvalidation and HasJSAnimation on the main thread, we didn't push to the impl thread, and thus there is no tracker started. This CL fixes the problem, also added to UKM so that we will also receive data for UKM. The original doc for collection UKM is here: https://docs.google.com/document/d/1SDxdua997Gm7ihJFVjinHz9qTdBzTJrEzC7GEeQHs-8/edit#heading=h.k5jx6iluw4yt Bug: 1141901 Change-Id: I0e1b0aaad8e35e2e8ab77356a81487782ad9ebde Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2497464Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#824612}
-
Mikel Astiz authored
The metrics continue to be relevant to monitor the reuploading of bookmarks. Change-Id: I330b96ab95402b701cea5540fddaf35c925d6d8e Bug: 1104998 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2518046Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Auto-Submit: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#824611}
-
Eugene But authored
This CL adds 2 new histogram. One for cert policy cache stored for Tab and one for all Tabs. Bug: 1140990 Change-Id: I03de0330759915974b4c89ceb7ee929d0118a53e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2519153 Commit-Queue: Eugene But <eugenebut@chromium.org> Auto-Submit: Eugene But <eugenebut@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#824610}
-
Peter Boström authored
This experiment is default-enabled and being launched to 100% stable. Bug: 1002162 Change-Id: I1b0927ceb51d41fd298d94f4e0e2fdcd31205168 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2520813 Auto-Submit: Peter Boström <pbos@chromium.org> Commit-Queue: Ilya Sherman <isherman@chromium.org> Reviewed-by:
Weilun Shi <sweilun@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#824609}
-
Torne (Richard Coles) authored
This is a reland of cdc6f38e Original change's description: > android: upstream missed manifest changes for Q/R. > > On Q+ we disabled audio capture as we have no way to selectively disable > it for incognito tabs, but this was missed when upstreaming Q. > > Chrome needs QUERY_ALL_PACKAGES permission on R+ to check for any > possible intent handler for URLs. This was added downstream but missed > while upstreaming R support; add it now. > > Bug: 948282, 1042023 > Change-Id: I4136beddcba0227ef6cfc2073f90d645151ce6bb > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2507575 > Reviewed-by: David Trainor <dtrainor@chromium.org> > Reviewed-by: Theresa <twellington@chromium.org> > Commit-Queue: Richard Coles <torne@chromium.org> > Cr-Commit-Position: refs/heads/master@{#823642} Bug: 948282 Bug: 1042023 Change-Id: I1eafcc9cf9398d2ae9c2e4ee3bcc5891354f954e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521077 Auto-Submit: Richard Coles <torne@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#824608}
-
Katie Dillon authored
Currently you can request a reference to the MainThreadTaskQueue as well as the underlying TaskQueue from the SchedulerHelper. In all cases, the TaskQueue is only used to directly get the TaskRunner. We don't need to return the TaskQueue here so this change returns a reference to the TaskRunner instead. This CL is a follow-up to this CL[1] and removes a spot where we need to return a raw pointer to the underlying TaskQueue. [1] https://chromium-review.googlesource.com/c/chromium/src/+/2453591 Bug: 1143007 Change-Id: I40e751f77447c54961c0102ddb596ddcfb035f69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2519718Reviewed-by:
Scott Haseley <shaseley@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: Katie Dillon <kdillon@chromium.org> Cr-Commit-Position: refs/heads/master@{#824607}
-
Morten Stenshorne authored
Fixed by CL:2519715 TBR=ikilpatrick@chromium.org Bug: 829028, 1091797 Change-Id: I9fc33e490b1990fddd72b7321052c90e28d35597 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2522073Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#824606}
-
Sean Harrison authored
Add new flag for the cookies page redesign. Change-Id: Ia1b98c74f77c34c9169282b2a981a7006a444c5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2510272Reviewed-by:
Martin Šrámek <msramek@chromium.org> Reviewed-by:
Brad Lassey <lassey@chromium.org> Reviewed-by:
Theodore Olsauskas-Warren <sauski@google.com> Commit-Queue: Sean Harrison <harrisonsean@chromium.org> Cr-Commit-Position: refs/heads/master@{#824605}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/5689d6741bc4..e3fee63a19d6 2020-11-05 treehugger-gerrit@google.com Merge "tracing: Deflake QueryServiceState test" 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: I7cf0b24377cbf55c969f85f7f7773c37aa9892aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521995Reviewed-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@{#824604}
-