- 24 Sep, 2020 40 commits
-
-
David Van Cleve authored
ExpiryInspectingRecordExpiryDelegate uses Trust Tokens signed redemption records' associated token issuance verification keys in order to decide whether a given signed redemption record has expired. This is a little subtle, because signed redemption records *also* have associated public- key signatures, verified by "signed redemption record verification keys," which are distinct from SRRs' associated token issuance verification keys. For the most part, the comments in expiry_inspecting_record_expiry_delegate.{h,cc} go out of their way to make the distinction explicit, but there was a comment that mentioned the SRR's "verification key", rather than its associated token issuance verification key. This patch updates the comment in question to be clearer. Tbr: svaldez@chromium.org Change-Id: I87f45aa411c9c4462bf7fd4ce00a92ca41056daa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429304Reviewed-by:
Steven Valdez <svaldez@chromium.org> Reviewed-by:
David Van Cleve <davidvc@chromium.org> Commit-Queue: Steven Valdez <svaldez@chromium.org> Cr-Commit-Position: refs/heads/master@{#810345}
-
David Bertoni authored
These tests were disabled on on Window and/or Mac for being flaky. They passed 3000 iterations on the bots with no issues. Bug: 122154, 238733 Change-Id: I4aeeeddcee340837651105c6e703f4100790e6b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411405Reviewed-by:
Kelvin Jiang <kelvinjiang@chromium.org> Commit-Queue: David Bertoni <dbertoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#810344}
-
Sophey Dong authored
This renames the mText field to mTextToShare, and mText is then used as the raw text field. This allows the Sharing Hub to use the shared text by itself. Bug: 1120093, 1130072 Change-Id: Ieb7972a4ec5b427f71ffacab79406d8fc63f86dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2415210Reviewed-by:
Scott Little <sclittle@chromium.org> Reviewed-by:
Tanya Gupta <tgupta@chromium.org> Commit-Queue: Sophey Dong <sophey@chromium.org> Cr-Commit-Position: refs/heads/master@{#810343}
-
Joe Downing authored
The existing policies specified a couple of owners but that is a bit fragile. A better way is to use the OWNERS file in the //remoting directory since we need to make sure it is kept up to date. Change-Id: Ia968c9833275e0a131e87b8c1e7d3e79605897f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427140Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Commit-Queue: Joe Downing <joedow@google.com> Cr-Commit-Position: refs/heads/master@{#810342}
-
Lei Zhang authored
Give `Uri::Pim::kDefaultPorts` a local scope, by moving it inside Uri::Pim::GetDefaultPorts(). Then it is only initialized on first use instead on process startup. Bug: 537099 Change-Id: I66033ca86eb2182ae670351cd53869d988d04c0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427034Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Piotr Pawliczek <pawliczek@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#810341}
-
Josh Nohle authored
Returns the correct next expiration time for the stored public certificates. Because the expirations times were being persisted as a map using the certificate ID as the key, they were sorted by the ID and not the expiration time. We now sort by expiration time when retrieving from prefs. Changed the fake certificate IDs in the unit tests so tests will fail if the certificate are not sorted. Change-Id: Idd546c62939bd4bb4c62be405a3f8d9cec79de70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429287 Commit-Queue: Josh Nohle <nohle@chromium.org> Commit-Queue: James Vecore <vecore@google.com> Auto-Submit: Josh Nohle <nohle@chromium.org> Reviewed-by:
James Vecore <vecore@google.com> Cr-Commit-Position: refs/heads/master@{#810340}
-
Seokho Song authored
The custom scrollbar has been affected by pseudo-class :hover. However that in the internal popup was not affected :hover. In this change, Hover styles will be calculated using temporality declared CustomScrollbar. And that will be appended via AppendOwnerElementPseudoStyles function. Bug: 1076508 Change-Id: Ic57ca5c36b91b221bb3488292bfe2eb53b988ac2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418527Reviewed-by:
Mason Freed <masonfreed@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Seokho Song <0xdevssh@gmail.com> Cr-Commit-Position: refs/heads/master@{#810339}
-
yjliu authored
Bug: 1116643 Change-Id: Ie50f656ef08645b53c0841b8efb77abe0fa4ba87 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425105Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Jun Liu <yjliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#810338}
-
Sahir Vellani authored
Currently, the cursor/hover doesn't update after scroll or layout changes in an OOPIF, unless a subsequent mouse move is sent. Therefore, we should check to see whether the mouse hover state should be updated at BeginMainFrame. Bug: 1126198 Change-Id: I3bea312d0687a3b7f125eb35553ea58d3dda9247 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406669Reviewed-by:
Robert Flack <flackr@chromium.org> Reviewed-by:
Olga Gerchikov <gerchiko@microsoft.com> Commit-Queue: Sahir Vellani <sahir.vellani@microsoft.com> Cr-Commit-Position: refs/heads/master@{#810337}
-
Justin Cohen authored
A bug in older versions of Xcode erroneously marked backgroundTimeRemaining as thread unsafe. This has been fixed in Xcode, so remove the workaround. Change-Id: I54e5cbe45a97e4081812e71ee86f4df0c36e8c9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427630Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
John Wu <jzw@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Auto-Submit: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#810336}
-
James Cook authored
We've recently introduced //chromeos/ui for lacros. I'd like to minimize the size of //ui/chromeos (or eliminate it) to reduce confusion. search_box is only used in ash, so move it there. This CL just moves the files, minimizing changes so that git's rename tracking will detect the rename. I'll fix the namespace in a followup. Bug: 1131641 Test: compiles Change-Id: Ic7cfaf06fb8b0d683ca7bd15986a01f0dd1d7733 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429432Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#810335}
-
Adrian Taylor authored
Change-Id: I7b49ca07c6366964789fade31114762122b81c83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2314792Reviewed-by:
Max Moroz <mmoroz@chromium.org> Commit-Queue: Adrian Taylor <adetaylor@chromium.org> Cr-Commit-Position: refs/heads/master@{#810334}
-
Becca Hughes authored
Adds a histogram that records the time it took to fetch the data from the server. BUG=1110373 Change-Id: Ib5a2af78ccd18929bb62571c3fa171c27808af1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425170Reviewed-by:
Tommy Steimel <steimel@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#810333}
-
Eric Orth authored
Move from DnsConfig into its own file in /net/dns/public/. Should remove all net-external dependency on DnsConfig. Also, while renaming all the SecureDnsMode references, take the opportunity to rename the values from MACRO_STYLE to kConstStyle as is more recently required by the Google C++ style guide. Bug: 1129993 Change-Id: I1d57bba9cd0e40908c500dcfa9c64365885f27b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418806Reviewed-by:
Dan McArdle <dmcardle@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Commit-Queue: Eric Orth <ericorth@chromium.org> Cr-Commit-Position: refs/heads/master@{#810332}
-
Ian Clelland authored
With an upcoming change to Feature/Permissions Policy, the header alone will no longer be sufficient to delegate permissions to use powerful features in subframes. The iframe allow attribute must be used in conjunction with it. The header can still be used to block delegation. This change updates the feature policy browser tests to: - Use the header to deny, rather than implicitly allow features in subframes, when that is the behavior being tested. - Use the allow attribute to explicitly allow feaures in subframes, when that is the behavior being tested. These updates will work both before and after the header behavior change. Bug: 1095641 Change-Id: I366f23d14f623c13cd9cd0ec130be70d034f6527 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425004 Commit-Queue: Ian Clelland <iclelland@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#810331}
-
Adam Langley authored
Let's Encrypt have announced[1] a transition to new intermediates. This change adds these new intermediates to Tor's pinning set. [1] https://letsencrypt.org/2020/09/17/new-root-and-intermediates.html Change-Id: Ib6df959a4fea407eb0e379c507cb2a860ff943d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427555 Auto-Submit: Adam Langley <agl@chromium.org> Commit-Queue: Nick Harper <nharper@chromium.org> Reviewed-by:
Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#810330}
-
Dan H authored
This reverts commit 2e94ca8d. Reason for revert: Failures on mac builder crbug.com/1132093 Original change's description: > Add accessibility alert event when DeepScanningDialogViews changes > > This allows a screen reader to read the updated text of the dialog. > > Bug: 1131565 > Change-Id: I73a2df8067ffc96148ebf5d50a9412cf34b67feb > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2424841 > Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> > Reviewed-by: Roger Tawa <rogerta@chromium.org> > Cr-Commit-Position: refs/heads/master@{#810290} TBR=rogerta@chromium.org,domfc@chromium.org Change-Id: I45a93a22d5f443bb254cc4909312aeecc9aee356 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1131565 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429786Reviewed-by:
Dan H <harringtond@chromium.org> Commit-Queue: Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#810329}
-
Alex Rudenko authored
Implementation for DOMListener::DidRemoveDocument was not consistent with DOMListener::DidAddDocument implementation and it is not actually used. This CL removes DOMListener::DidRemoveDocument for now to avoid confusion. A proper implementation would be needed if the feature is needed in the future. Bug: 1128371 Change-Id: I1a48a26705547e6a86c1c0520da72c549cd66af1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416072Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Sigurd Schneider <sigurds@chromium.org> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#810328}
-
Xiaoqian Dai authored
Bug: 1068018, 1131071 Change-Id: I4261a55eaf5ef4eae3e2ac6ff6402351a278836b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429824Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#810327}
-
Scott Lee authored
Chromium-deriver is a tool that parses the isolate output of a test run, and uploads the test results to ResultDB. Chromium-deriver is currently being used in chromium recipes to upload the test results of Swarming Tasks to ResultDB, and it has a hard-coded path for blink_web_tests. : https://source.chromium.org/chromium/infra/infra/+/master:go/src/go.chromium.org/luci/resultdb/internal/services/deriver/swarming.go;l=190-191 : https://source.chromium.org/chromium/infra/infra/+/master:go/src/go.chromium.org/luci/resultdb/internal/services/deriver/formats/json.go;l=357-359 This CL is to copy the same logic to test_result_sink.py so that run_web_tests.py with `rdb stream` will generate and upload the same test results that chromum-deriver uploads for blink_web_tests. R=robertma@chromium.org CC=chanli@chromium.org,iannucci@chromium.org,nodir@chromium.org Bug: 1108016 Change-Id: Ia31bf3435ca9fab70359c64d8485dcd2397c1c07 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425750Reviewed-by:
Chan Li <chanli@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Commit-Queue: Scott Lee <ddoman@chromium.org> Cr-Commit-Position: refs/heads/master@{#810326}
-
Fabio Tirelo authored
The tests already exist on Desktop, but they are not enabled on Android. Adding them to prevent future regressions. Bug: 1131156 Change-Id: I44280eeb2542c0a6303f2bea09995742edd25cf9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2424835Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Commit-Queue: Fabio Tirelo <ftirelo@chromium.org> Cr-Commit-Position: refs/heads/master@{#810325}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/be75fbcca886..68a5baeb5ba0 2020-09-24 jmadill@chromium.org Revert "Vulkan: Implement a SharedResourceUse pool" 2020-09-24 syoussefi@chromium.org Vulkan: Support MSRTT depth/stencil resolve 2020-09-24 geofflang@chromium.org Add a Vulkan feature to compress float32 vertex formats. 2020-09-24 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-ValidationLayers from ae8b33cdea62 to 8ab1c000aaa0 (1 revision) 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: None Tbr: syoussefi@google.com Change-Id: I2b55bc6ca304f9df29faeddc97bd69b1215bb0e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429324Reviewed-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@{#810324}
-
Kyle Horimoto authored
Bug: 1131819, 1131834 Change-Id: I08e4a82d5d6ec6b6def379888e439f60c2c8f87d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2428532 Auto-Submit: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#810323}
-
Mike Pinkerton authored
Add cmd-{/} keyboard shortcuts to match Mac desktop, in addition to the commands that are already there. Additionally fix up the directionality to take RTL into account. BUG=988313 Change-Id: I9b8b69c30a85f0dbc9e38a5d8a6b72a97355d06f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427422 Auto-Submit: Mike Pinkerton <pinkerton@chromium.org> Commit-Queue: Mark Cogan <marq@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#810322}
-
Christopher Cameron authored
The ARM DTK does not specify a PCI device ID for the GPU. Do not fail in this configuration. Bug: 1121672 Change-Id: Idf2d35ed7ff15d43c300203160cec6a74a31d5ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427567Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#810321}
-
Adam Langley authored
CTAP2 specifies that an authenticator's ECDH key is regenerated after a PIN error. This change makes the virtual authenticator mirror that. It also adds a test to ensure that we can work with a valid PIN after an invalid one is entered. (See linked bug.) BUG=1129713 Change-Id: I2473d674df4a72312f529ebb60826df4282e8392 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418808Reviewed-by:
Martin Kreichgauer <martinkr@google.com> Commit-Queue: Adam Langley <agl@chromium.org> Cr-Commit-Position: refs/heads/master@{#810320}
-
Kyle Williams authored
Populates an Observer List to be triggered by a Pending Service Request DBus Signal from the system CfmServiceContext service, providing access to chromium services and APIs. New mojoms are added for APIs which are tailored to the services that require them such as messaging_layer. Services are added to the primary cfm chromium mojom pending security reviews such as cros_healthd Note: The primary goal of this cl is to establish the correct directory structure for registering new services to the |CfmServiceContext|. Future projects requires dependencies on directories including but not limited to: * //chromium/src/services/video_capture/ * //chrome/browser/policy/messaging_layer/ * //chromeos/services/cros_healthd/ * etc. BUG=chromium:1105567, b:165864612 TEST='autoninja -C out/Default chromeos:chromeos_unittests \ && ./out/Default/chromeos_unittests --dbus-stub \ --single-process-tests --gtest_filter=CfmHotlineClientTest.*' Change-Id: Id0c687a88b126dc10975803020b1ec431af6ebaa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419799Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Kyle Williams <kdgwill@chromium.org> Cr-Commit-Position: refs/heads/master@{#810319}
-
Thomas Lukaszewicz authored
This CL adds tuneable parameters to Tab Search's fuzzy search implementation. Defaults have been chosen to effectively emulate an exact match algorithm over the title and hostname. These feature parameters allow updates to the fuzzy search parameters either via command line args or finch experiment. Bug: 1099917 Change-Id: I86f6cd7f819136db0452a8268bdb74a614be7fa7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425724 Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org> Reviewed-by:
Yuheng Huang <yuhengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#810318}
-
Pavel Yatsuk authored
This CL only adds the class and its initialization. The MessageQueueManager is owned by RootUiCoordinator and exposed through WindowAndroid to be available for the code in /components/... BUG=1123947 R=lazzzis@chromium.org Change-Id: I2f3e8084b483b1604ce2f9f344ec6ff85ecd005b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2399079Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Lijin Shen <lazzzis@google.com> Commit-Queue: Pavel Yatsuk <pavely@chromium.org> Cr-Commit-Position: refs/heads/master@{#810317}
-
Benjamin Beaudry authored
When in a fragmentation context, there was this bug where an OOF node position did not appear to be relative to the fragmentainer ancestor. This was only a paint issue. This CL fixes it. Bug: 1113911 Change-Id: Ic9a4e5bab3a22fe3c25228cbbd2efec52ed1742a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2386382Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Alison Maher <almaher@microsoft.com> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Benjamin Beaudry <benjamin.beaudry@microsoft.com> Cr-Commit-Position: refs/heads/master@{#810316}
-
Zhongyi Shi authored
Default enables "retransmittable_on_wire_timeout_milliseconds": 200. This corresponsds to finch config change in cl/333005962. Bug: 155818758 Change-Id: Ia94eafb209816ce820a6970216d7fcd257be4b3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425763Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#810315}
-
Shengfa Lin authored
1. Check path and session id from request and accept WebSocket connection if valid 2. Only allow one connection per session 3. If connection closed, session id can be reused to establish connection 4. Add tests for accepting and rejecting connection 5. Reverted some changes in https://chromium-review.googlesource.com/c/chromium/src/+/1730860 Public design doc: https://docs.google.com/document/d/1zixFBPtgFFwhc5pT1IfneFoW6yZfpvYdQRsNN4tbghk/ Previous CL chain(I, II and III): I. https://chromium-review.googlesource.com/c/chromium/src/+/2382299 II. https://chromium-review.googlesource.com/c/chromium/src/+/2389053 II. https://chromium-review.googlesource.com/c/chromium/src/+/2391903 Bug: chromedriver:3588 Change-Id: Idbdd2c17e2b04f23c78c5a36f1f5585e94819d5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406661 Commit-Queue: Shengfa Lin <shengfa@google.com> Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#810314}
-
jchen10 authored
This makes MailboxTextureBacking keep a reference to MailboxRef and updates its release SyncToken when MailboxTextureBacking goes out of life. Bug: 897297, 1121019, 1131123 Change-Id: Ia121d3c3898eeab89f814eba6de43406871f4c37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2351452 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Cr-Commit-Position: refs/heads/master@{#810313}
-
Dylan Cutler authored
This API is suspected to leak cross-site entropy about users. This instrumentation reports digests of the values read using this API to UKM to determine the available entropy of the API for identifying users across sites. Bug: 973801 Change-Id: If46f692a3f644a2b97381c4709b521a997b0c9d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2424858Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Commit-Queue: Dylan Cutler <dylancutler@google.com> Cr-Commit-Position: refs/heads/master@{#810312}
-
Raymond Toy authored
This CL reverts all the recent changes to audio_buffer_source_node that was splitting up the code to make optimizations easier. We're now restoring the code back to the way it was in 86.0.4215.0, which was the last version before the offending 86.0.4232.0 was landed. While the change is somewhat large a lot of it is for undoing the experiments trying to figure out where the problem was coming from. Bug: 1116104 Change-Id: I5febac0cb9b1409f54e2f3a8d24cd58951308631 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427133Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#810311}
-
Caitlin Fischer authored
The IPH_NewTab feature no longer appears to be used in the code. Bug: 1126640 Change-Id: Ia74ecf49241aefd99cb4fd2b95f03cad2575ded3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427353 Commit-Queue: Caitlin Fischer <caitlinfischer@google.com> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#810310}
-
Mason Freed authored
Change-Id: Ib32c839baee0be8e5a9785a5df85774f61c337c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429374 Commit-Queue: Mason Freed <masonfreed@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Auto-Submit: Mason Freed <masonfreed@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#810309}
-
Eric Orth authored
The "DnsOverHttps" feature along with the "ShowUi" param is approved for launch and will soon be launched to 100% for win/mac/cros/android, so enable the feature/param by default for those platforms. There shouldn't be anything left with the feature enabled but the ShowUi param disabled, but I'm still switching the param on platform because I don't understand the UI code enough to be sure nothing in there will only check the param without the feature and not accidentally enable the UI. I'll figure that out and handle it later in a more thorough cleanup to fully delete the ShowUi param. Also note that it is traditional to delete the fieldtrial testing config entries when changing experiments to be enabled by default, but I'm leaving it in place here because it is covering testing of the "DisabledProviders" param that is not yet launching to a final state. Bug: 878582,1098039 Change-Id: I57bb6264047b7ed426bf57fca9f6301f71312ba2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429243 Commit-Queue: Eric Orth <ericorth@chromium.org> Commit-Queue: Dan McArdle <dmcardle@chromium.org> Auto-Submit: Eric Orth <ericorth@chromium.org> Reviewed-by:
Dan McArdle <dmcardle@chromium.org> Cr-Commit-Position: refs/heads/master@{#810308}
-
Peter Wen authored
This makes it easier to manage and update android BUILD.gn files that are scattered throughout the codebase. Bug: None Change-Id: I6957ff13bc4bb9804ac6a8e4d3a290b18f2aef11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429843 Commit-Queue: Peter Wen <wnwen@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Auto-Submit: Peter Wen <wnwen@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#810307}
-
Moe Ahmadi authored
Change-Id: I802011805e0e2accfce7de6b49a9acb7db9559aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425012Reviewed-by:
Tommy Li <tommycli@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Auto-Submit: Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#810306}
-