- 30 Sep, 2020 40 commits
-
-
Xida Chen authored
TBR=sinhak@chromium.org NOTRY=true Bug: 1133604 Change-Id: Ie632de37b9521aba2e0e448b1d3a2d868b02ebca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2439500 Commit-Queue: Xida Chen <xidachen@chromium.org> Reviewed-by:
Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#812159}
-
Maria Kazinova authored
Bug: 1075444, 1131038 Change-Id: I925317fd7667be5b94f1c74565e82f7df896ffd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416079Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
Matthias Körber <koerber@google.com> Commit-Queue: Maria Kazinova <kazinova@google.com> Cr-Commit-Position: refs/heads/master@{#812158}
-
Mohamed Amir Yosef authored
This CL is announcing for screen readers when the state of the password Save bubble changes its state between Save and Update. TBR=vasilii@chromium.org Bug: 1099697 Change-Id: Iba5e3de59e86b4605f82f507379ed600d0772233 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438354Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#812157}
-
Eric Orth authored
Fixed: 1120823 Change-Id: Ibe0ca8a10b7623fd60dc97d19963ce67f73e4c63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2439295Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Eric Orth <ericorth@chromium.org> Cr-Commit-Position: refs/heads/master@{#812156}
-
Livvie Lin authored
Since there is now a context menu option to show full URLs, this feature is no longer needed in the Chrome extension. This allows more flexibility, since users can now use the extension and keep simplified domain display. Change-Id: I4e8a3b7baeca34983ee2bff82535bd332c1087cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435960Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Livvie Lin <livvielin@chromium.org> Cr-Commit-Position: refs/heads/master@{#812155}
-
Ewann authored
This CL fixes the gesture recognizer for non PDFs files. The OPEN IN.. toolbar is now displayed/hidden on tap, for all supported file types. Bug: 1133293, 1133280 Change-Id: I52b9628fc87c40383421c993f932295d7fdd7f4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438133 Commit-Queue: Ewann Pellé <ewannpv@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#812154}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/adc22042d09d..810b74c0d7e4 2020-09-30 treehugger-gerrit@google.com Merge "Aggregate flamegraph by name rather than type id." 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: Iefa87915e13a21b7f9c3b42e5e5b8fa2738427b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440777Reviewed-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@{#812153}
-
Lukasz Anforowicz authored
This CL introduces ContentDirectoryLoaderFactory::CreateAndBind static method that allows creating an ContentDirectoryLoaderFactory that is owned by its |receivers_| and will self-delete when the last receiver disconnects. This CL removes the ability to directly construct and own a std::unique_ptr<ContentDirectoryLoaderFactory>, because this ability means that the factory can be destructed while receivers bound via the Clone method are still alive (see the associated bug). In particular, this CL stops exposing ContentDirectoryLoaderFactory constructor as a public member, which forces construction to go via the new CreateAndBind static method. This CL mostly just follows the pattern established earlier by https://crrev.com/c/2337411. Bug: 1106995 Change-Id: I5ed88648637eed43f23dfab234115bfa33281ccc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2357964 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#812152}
-
Kalvin Lee authored
This change removes the "multiple-document-handling" attribute from the map in CapabilityLocalizationMap(); as a side effect, this removes the attribute from the "advanced" section of the print preview dialog. Bug: chromium:1127436 Test: inspect print preview Change-Id: I8583ea485bfb0b41768a8bcca30f21c7683b4bc1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438729Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Kalvin Lee <kdlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#812151}
-
Milica Selakovic authored
Scripts should not be offered on Chrome clients with version less than min_version provided in scripts. Bug: 1132942 Change-Id: Iec209027b6f7c2fff0f637adbb0badeef66aa9d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435352 Commit-Queue: Milica Selakovic <selakovic@google.com> Reviewed-by:
Maxim Kolosovskiy <kolos@chromium.org> Reviewed-by:
Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/master@{#812150}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/2494f4964a64..9418e43a9c9d If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC xidachen@google.com,sinhak@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:linux-chromeos-chrome Bug: None Tbr: xidachen@google.com,sinhak@google.com Change-Id: I230c68e0cf1b8833f9340c40c308ab32b79c9ed0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440465Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#812149}
-
Domenic Denicola authored
Inspired by the corresponding cross-origin isolation test in https://chromium-review.googlesource.com/c/chromium/src/+/2417872. Bug: 1042415 Change-Id: I490fc7a2f624b70d2e7fc71c3b45970c627b8835 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427066Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Domenic Denicola <domenic@chromium.org> Cr-Commit-Position: refs/heads/master@{#812148}
-
Giovanni Panaro authored
Bug: 1131856, 1106636 Change-Id: Ib37302ce4c53050ee35bb9bd5296feee18819b45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438752Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Commit-Queue: Giovanni Panaro <tsrwebgl@gmail.com> Cr-Commit-Position: refs/heads/master@{#812147}
-
Andrew Grieve authored
* Silence several warning logs about normal things * Add source paths for libyoga.so and libelements.so * Change pak overhead symbol to use a key that cannot theoretically collide with pak ids * Add an up-front os.path.exists() for all main inputs when using .ssargs Bug: None Change-Id: I2d90f89c0b18d5c1edff866cf0b5f889d9d5cdd6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2439681 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Samuel Huang <huangs@chromium.org> Auto-Submit: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#812146}
-
Etienne Pierre-doray authored
Test launcher relies on the fact that TaskScheduler won't have more concurrency than max_tasks to control |num_parallel_jobs|. The TaskScheduler is allowed to run more tasks concurrently than |max_tasks| when some of these tasks are blocked. This CL converts Test launcher to using Jobs and ensures that |runner_count_| concurrency is respected. Bug: 905788 Change-Id: Ia090271e11b322140da1bf7e1526f4ba16bfb524 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414556 Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#812145}
-
arthursonzogni authored
The [coop-reporting-explainer] defined several URLs that might be reported: - openeeURL - openerURL - otherDocumentURL - referrerURL - initialPopupURL This adds the first 3. [coop-reporting-explainer]: https://github.com/camillelamy/explainers/blob/master/coop_reporting.md Bug: 1090273 Change-Id: Ibd9710139e0065bd36fe6e798b50521f6d24baf6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398619 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Camille Lamy <clamy@chromium.org> Cr-Commit-Position: refs/heads/master@{#812144}
-
Dan McArdle authored
This is a reland of 2d4e58ed Original change's description: > Repeat path canonicalization in ContentSettingsPattern::Builder > > The fuzzer discovered an input that uncovers non-idempotency in > ContentSettingsPattern::Builder::Canonicalize. First, the function > changes |parts->path| from "/.//" to "//". On a second call, the "//" is > changed to "/". > > This CL repeats the path canonicalization until we reach a fixed point. > > Bug: 1117622, 1132957, 1128999 > Change-Id: I96da902e50a4a9b654a7d4184ef4ad2c0689e705 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406332 > Commit-Queue: Balazs Engedy <engedy@chromium.org> > Reviewed-by: Balazs Engedy <engedy@chromium.org> > Cr-Commit-Position: refs/heads/master@{#811717} TBR=engedy@chromium.org Bug: 1117622 Bug: 1132957 Bug: 1128999 Change-Id: I60a53922088a3a187226c7864ea50b386efb5068 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438731Reviewed-by:
Dan McArdle <dmcardle@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Commit-Queue: Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#812143}
-
Xida Chen authored
TBR=jianli@chromium.org NOTRY=true Bug: 1129847 Change-Id: Id423f04485fda389119d532f1a528703d7476446 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441010Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#812142}
-
Chris Lu authored
Instead of a button in the Settings page that will take the user to the Chrome Panel in Settings.app to set the default browser, the row will open a page with the same button and the steps to make Chrome the default browser. Screenshot: https://drive.google.com/file/d/1_CEPv563hGMi_Ol4KQsrcNu3V4XE5egy/view Bug: 1131251 Change-Id: I7561d3f40d0b786c85a1a6caf46c53df33457002 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425118 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Auto-Submit: Chris Lu <thegreenfrog@chromium.org> Cr-Commit-Position: refs/heads/master@{#812141}
-
Xing Liu authored
This CL adds download later feature to fild trial json config file. TBR=mpearson@chromium.org Bug: NONE Change-Id: I0de7dcb2afeb796ac02083a65a8cf6ee2f205d97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438576 Commit-Queue: Xing Liu <xingliu@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#812140}
-
Lukasz Anforowicz authored
This CL introduces ExternalFileURLLoaderFactory::Create static method that allows creating a ExternalFileURLLoaderFactory that is owned by its |receivers_| and will self-delete when the last receiver disconnects. This CL removes the ability to directly construct and own a std::unique_ptr<ExternalFileURLLoaderFactory>, because this ability means that the factory can be destructed while receivers bound via the Clone method are still alive (see the associated bug). In particular, this CL stops exposing ExternalFileURLLoaderFactory constructor as a public member, which forces construction to go via the new Create static method. This CL mostly just follows the pattern established earlier by https://crrev.com/c/2337411. Bug: 1106995 Change-Id: I4bd235cf9132668d80657aece34de6fe7b60f78b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2357620Reviewed-by:
Sam McNally <sammc@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#812139}
-
Aaron Tagliaboschi authored
This reverts commit 09255d96. Reason for revert: WPT bots on GitHub caught a possibly (probably) flaky test https://github.com/web-platform-tests/wpt/pull/25845/checks?check_run_id=1187933269 Original change's description: > [client-hints] Test client hint availability in service workers > > Change-Id: Icbb9de8fa340ac216a05a1093a1840c7903ba53c > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2432187 > Reviewed-by: Yoav Weiss <yoavweiss@chromium.org> > Commit-Queue: Aaron Tagliaboschi <aarontag@chromium.org> > Cr-Commit-Position: refs/heads/master@{#812131} TBR=yoavweiss@chromium.org,aarontag@chromium.org Change-Id: I017b04cf0ba8b47e5fa271254f69816956397aed No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441268Reviewed-by:
Aaron Tagliaboschi <aarontag@chromium.org> Commit-Queue: Aaron Tagliaboschi <aarontag@chromium.org> Cr-Commit-Position: refs/heads/master@{#812138}
-
bttk authored
The sw600dp layout location_bar_icon differed from the unqualified variant only with the value of end padding until they diverged in http://crrev.com/c/1653842 Now the alternative layout is merged back into the default variant. All overrides are now in values-sw600dp/dimens.xml Values location_bar_icon_* and location_bar_start_icon_* were identical, so now the latter values are removed. Bug: 1130414 Change-Id: I087861fbab00768009ed881bc3753a83a8458f0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427211Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Brandon Wylie <wylieb@chromium.org> Commit-Queue: Ted Choc <tedchoc@chromium.org> Auto-Submit: who/bttk <bttk@chromium.org> Cr-Commit-Position: refs/heads/master@{#812137}
-
Dylan Cutler authored
This API is suspected of leaking information that could be used to identify users. We instrument this API to report digests of the value to UKM for analysis on the available entropy in this API for identifying users across different origins. Bug: 973801 Change-Id: Ia13b4b9fb7553a5e0b2ef3572c138d295c61c564 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2439796Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Commit-Queue: Dylan Cutler <dylancutler@google.com> Cr-Commit-Position: refs/heads/master@{#812136}
-
Anders Hartvoll Ruud authored
This CL modifies the extraction code for complex selectors such that it can be called recursively from ExtractInvalidationSetFeaturesFrom- SelectorList. This is a step on the way towards correct invalidation behavior for :is/:where. Bug: 568705 Change-Id: I3ad09e09586032d409cea91b7ae457b832b49c5e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435087 Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#812135}
-
Michael Chang authored
For macOS, when the updater self updates, it uses the .install.sh script, and this CL should fix a bug in running the script properly. Change-Id: Ib745fbb3e998fc864ab61a8f9aba99f432c6e757 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441007Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Michael Chang <donchan@microsoft.com> Cr-Commit-Position: refs/heads/master@{#812134}
-
Oriol Brufau authored
Just replacing a line number in stack traces: resources/testharness.js:1977:25 becomes resources/testharness.js:2001:25 Change-Id: I35c7565a8cdf4d3831b059092aa5b73ddb81d73f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440518Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Oriol Brufau <obrufau@igalia.com> Cr-Commit-Position: refs/heads/master@{#812133}
-
cfredric authored
This will be used to analyze how much entropy leaked by this API can be used for cross-site tracking. This cl does not address entropy leaked by voiceschanged events. Given those events only occur when the list of voices changes due to a voice being added or becoming unavailable, it is unlikely that they would be useful to fingerprinting scripts. Bug: 973801 Change-Id: Iaa2a43f942f2eb59cece362a571da3fe308e4831 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435738Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Commit-Queue: Chris Fredrickson <cfredric@google.com> Cr-Commit-Position: refs/heads/master@{#812132}
-
Aaron Tagliaboschi authored
Change-Id: Icbb9de8fa340ac216a05a1093a1840c7903ba53c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2432187Reviewed-by:
Yoav Weiss <yoavweiss@chromium.org> Commit-Queue: Aaron Tagliaboschi <aarontag@chromium.org> Cr-Commit-Position: refs/heads/master@{#812131}
-
Joshua Pawlicki authored
Because chrome/common/mac/launchd does not wait for process exit, and because the launchctl process itself may exit prior to setting up the new service, we must wait at certain points during updater setup to ensure that services are installed prior to their use. This CL replaces the naive 3 second wait with a 500ms polling loop that has a 3 second timeout. Bug: 1122120 Change-Id: I1c67bba21f223ec0691b55b9fe72eb28a03e98e9 Fixed: 1122120 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429309 Commit-Queue: Joshua Pawlicki <waffles@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#812130}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1601445309-ef3a210184e0709141a76a88c5c5e3ff88eb52a6.profdata to chrome-mac-master-1601451302-74bafe020c79028d442bb7dcedaaf977604dc6fc.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,sebmarchand@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:mac-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com,sebmarchand@chromium.org Change-Id: I335f24988fcc658f218788cd3291f15d17071128 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437353Reviewed-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@{#812129}
-
Aaron Krajeski authored
This functionresets everything (transformation stack, clip, styles, font, etc). If there are pending transforms in the stack they get discarded as well. In the interest of getting the API ready for demoing I'm rushing through these a bit. TODO: Add WPT tests (crbug.com/1131449) Bug: 1131137 Change-Id: If98217fe4de804352d279aa46ab128e3bf6ae53d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425067Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Yi Xu <yiyix@chromium.org> Reviewed-by:
Juanmi Huertas <juanmihd@chromium.org> Commit-Queue: Aaron Krajeski <aaronhk@chromium.org> Cr-Commit-Position: refs/heads/master@{#812128}
-
Mike Jackson authored
This reverts commit 3ce00758. Reason for revert: Keeping single enum Original change's description: > dpwas: deprecate existing display_overrides field in proto > > Feedback provided in a different CL (2375597: dpwas: Add > window-controls-overlay as a new display mode | > https://chromium-review.googlesource.com/c/chromium/src/+/2375597) > and in https://github.com/w3c/manifest/pull/932 is that we need a > way to say new display modes are allowed in display_override but > not display. > > The plan is to introduce a new enum EnhancedDisplayMode, and > display_override should be: > sequence<DisplayModeType or EnhancedDisplayModeType>. > > To support that, this CL deprecates the existing display_override field, > and renames it. Renaming here should be fine, as long as we don't use > JSON serialization. Once the new field has landed, we will remove > this field, and mark it reserved so that future users don't reuse > the field. > > Explainer: https://github.com/WICG/display-override/blob/master/explainer.md > Design document: https://docs.google.com/document/d/1hEmbGVHMN38q1YTaaGccQ-Y5CHr7xIURYPRWXTuvZLo/edit?usp=sharing > I2P: https://groups.google.com/a/chromium.org/d/topic/blink-dev/WvIeZT8uSzw/discussion > Manifest w3c PR: https://github.com/w3c/manifest/pull/932 > > Bug: 1092667 > Change-Id: Ifbc0160a88263d4994d138f99921371ceea2bcb8 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2436417 > Commit-Queue: Mike Jackson <mjackson@microsoft.com> > Reviewed-by: Alexey Baskakov <loyso@chromium.org> > Reviewed-by: Daniel Murphy <dmurph@chromium.org> > Cr-Commit-Position: refs/heads/master@{#811932} TBR=dmurph@chromium.org,loyso@chromium.org,mjackson@microsoft.com Change-Id: Ie953a019c6c9d0dc7e90ea2fcf639325460e8e11 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1092667 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441147Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Commit-Queue: Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#812127}
-
Jacob Kopczynski authored
Bug: chromium:1127088 Change-Id: I7fa53861b756c648fedc1bf6d3d8b79bf8c25556 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437821 Auto-Submit: Jacob Kopczynski <jkop@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#812126}
-
Joon Ahn authored
Skeleton component for cpu chart https://screenshot.googleplex.com/C7PPFcPZ95FZXJ8 Bug: 1125150 Test: browser_tests --gtest_Filter=DiagnosticsApp* Change-Id: Ic2ae0209fb71f894df8a4b3a4e61547975ff0f11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438882 Commit-Queue: Joon Ahn <joonbug@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#812125}
-
arthursonzogni authored
In NavigationRequest::BeginNavigation(), records whether the navigation's initiator can be found using its ID or not. We suspect not finding it is a very rare event. This histogram will help us figure out what kind of solution should be used to support PolicyContainer for this edge case. Bug:1129416 Change-Id: I501bf0150935679667d5bd2a4cc351a70b6653ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416450Reviewed-by:
Camille Lamy <clamy@chromium.org> Reviewed-by:
Pâris Meuleman <pmeuleman@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Antonio Sartori <antoniosartori@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#812124}
-
Michael Chang authored
App unregister logic had a gap in which apps were being unregistered despite being on the machine. Also, changed the method name to make it more accurate to what was happening Bug: 1056450 Change-Id: I6325c303c9a7693a13bcd44c8583b7ca4020c1fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2439798 Commit-Queue: Michael Chang <donchan@microsoft.com> Reviewed-by:
Sorin Jianu <sorin@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#812123}
-
John Budorick authored
Bug: 1097306 Change-Id: I5ddd98b323bf7bc24015c5e561a559bcab7d9aca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2439797Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#812122}
-
Michael Checo authored
- Add reset method to fake provider - Move method resolvers and observables to class methods Tests are in a follow up CL Bug: 1125150 Test: browser_tests --gtest_filter=DiagnosticsApp* Change-Id: Ib36194af7511da82991a012325f6a12018d12239 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437027 Commit-Queue: Michael Checo <michaelcheco@google.com> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#812121}
-
Emircan Uysaler authored
This CL adds the groundwork for video overlays on fuchsia: - Adds feature flags for an alternative path for displaying video as overlays through an ImagePipe on fuchsia. - Makes use of these flags for the initial step of associating video BufferCollections with an ImagePipe before their allocation. There is one-to-map mapping between BufferCollections and ImagePipe. ImagePipe is owned by SysmemBufferCollection instance. Bug: 1127984 Change-Id: Iaa8fa7961b7f1601d7af6a19eaf23f0f73eb7aab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2415381Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Emircan Uysaler <emircan@chromium.org> Cr-Commit-Position: refs/heads/master@{#812120}
-