- 21 Mar, 2020 21 commits
-
-
rbpotter authored
Bug: 1026426 Change-Id: Ic8cecfb371ba640423416c5d23f930a137982ce5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2112244 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#752260}
-
Demetrios Papadopoulos authored
Specifically porting: - sync_page.html - sync_account_control.html - sync_controls.html Bug: 1026426 Change-Id: If2a5558579d6c43baae96b6ffd843755f263e6c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2110400 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@{#752259}
-
Xinghui Lu authored
This policy was added for Protego Enterprise but ended up not launched. Bug: 1062064 Change-Id: Id37b20cb3517a070b0730e2828a794088f0b9f24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2113693Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/master@{#752258}
-
Lukasz Anforowicz authored
This CL introduces RenderProcessHostBadMojoMessageWaiter that can be used by browser tests to verify that the renderer process gets terminated because of the expected error. (We had cases in the past where the tests didn't notice that the error changed and we've lost test coverage because of this - see https://crbug.com/797360.) As a proof-of-concept, the CL starts using the new class in a single test: MojoWebUIControllerBrowserTest.CrashForNoBinder. For waiting for a renderer kill, the new class reuses RenderProcessHostKillWaiter that (because of layering considerations) has been partially moved into //content/public/test/browser_test_utils.h with only a renamed RenderProcessHostBadIpcMessageWaiter left behind in //content/test/content_browser_test_utils_internal.h Bug: 797360 Change-Id: I1bfa349dc2de6142ef33e71040332015dc1f0d6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2109250Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#752257}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/c81db8c596ed..5416b3a541de git log c81db8c596ed..5416b3a541de --date=short --first-parent --format='%ad %ae %s' 2020-03-20 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@5416b3a541de 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 agable@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/+/master/autoroll/README.md Bug: None Tbr: agable@chromium.org Change-Id: I783e9ab9c82e1f55ce22c8d44a63608793d837e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2113531Reviewed-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@{#752256}
-
Ted Choc authored
UrlBarTest#testUrlTextChangeListener ensures we actually get updates about text changes. AutocompleteMediatorUnitTest#onTextChanged_* ensure that given signals about text changes, it starts the correct autocomplete request. AutocompleteMediatorUnitTest#onSuggestionsReceived_sendsOnSuggestionsChanged ensures that we broadcast updates for inline autocomplete text. BUG=1062563 Change-Id: I518d308d6ae8f37f6351cda83e5c9c199e559bf9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111765Reviewed-by:
Brandon Wylie <wylieb@chromium.org> Commit-Queue: Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#752255}
-
David Valleau authored
This change updates the chosen attribute used to represent collation to be the "multiple-document-handling" attribute in favor of "sheet-collate". As stated in the PWG 5100.19 (IPP Implementor's Guide) the "multiple-document-handling" attribute has the same semantics as "sheet-collate" when printing multiple copies of a single document. This change also modifies the print preview UI code to only display the "collate" checkbox when the option is actually supported by the printer. Bug: chromium:999527 Change-Id: I5bb5997a37ef5f14c33cd86b275a4ee9dbe03975 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2091718 Commit-Queue: David Valleau <valleau@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Sean Kau <skau@chromium.org> Auto-Submit: David Valleau <valleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#752254}
-
Xiang Ji authored
Update extension blacklist & whitelist policy test since the blocked dialogue changed from HTML to Chrome UI Change-Id: I49fed52992f6c68888c0e5699f25da9697a714f9 Bug: 1060263 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2113440 Commit-Queue: Xiang Ji <jxiang@google.com> Reviewed-by:
Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#752253}
-
Aaron Gable authored
10.14 has moved to the main waterfall, and 10.16 is arriving later this year, so it's time to get 10.15 building and testing on FYI so it too can be promoted to the main waterfall soon. Bug: 1057678, 1057776 Change-Id: I7a51479d12dd4a3631bdffd817abe4628df00d5e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2083796Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Aaron Gable <agable@chromium.org> Cr-Commit-Position: refs/heads/master@{#752252}
-
Dan Zhang authored
https://quiche.googlesource.com/quiche.git/+log/1618f0d88fdc..0be7fce4c6e4 $ git log 1618f0d88..0be7fce4c --date=short --no-merges --format='%ad %ae %s' 2020-03-20 renjietang Simplify QuicUtils::GetMaxStreamCount() because it's never used in gQUIC. 2020-03-19 fayang gfe-relnote: Stop using SetDefaultEncryptionLevel in TLS handshake. Instead, use OnOneRttKeysAvailable. Refactor only, no functional change expected, not protected. 2020-03-19 renjietang Update QuicFramer methods' names to match IETF draft specs. Also removed unused peer methods. 2020-03-19 quiche-dev Change QuartcPeerTest to use a MockSendAlgorithm. 2020-03-19 wub gfe-relnote: (n/a) Use QuicIntervalSet::AddOptimizedForAppend in QuicStreamSendBuffer to optimize sequentially acked ranges. No behavior change, not protected. 2020-03-19 wub gfe-relnote: (n/a) Add a bunch of logging to debug b/151424244. Logging only, not protected. 2020-03-19 nharper Enable TLS for more tests in //gfe/gfe2/quic:end_to_end_test 2020-03-19 fayang gfe-relnote: In QUIC, remove SendStreamsBlocked from QuicStreamIdManager::DelegateInterface . Refactoring only, no functional change expected, not protected. 2020-03-19 fayang gfe-relnote: In QUIC, rewrite QuicStreamIdManager::MaybeIncreaseLargestPeerStreamId to make it easier to read. Refactoring only, no functional change expected, not protected. 2020-03-19 fayang gfe-relnote: Fix a bug where ResetPromised does not check IsClosedStream(). Not affecting prod, not protected. 2020-03-19 wub gfe-relnote: In a QUIC connection, if a write error happens after a successful MTU probe, ignore this error and rollback to the previous MTU before the probe. Protected by --gfe2_reloadable_flag_quic_ignore_one_write_error_after_mtu_probe. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src update flags R=zhongyi@chromium.org Change-Id: Ieff489883b304f6fad3a56179fea27daabc3a832 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2112932 Commit-Queue: Dan Zhang <danzh@chromium.org> Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#752251}
-
Aaron Gable authored
This trybot runs webkit layout tests with editingNGruntime flag set. Bug: 1062919 Change-Id: I7a201213d95f09f5ba857e45df9612a6db3960d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111410Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Aaron Gable <agable@chromium.org> Cr-Commit-Position: refs/heads/master@{#752250}
-
Shimi Zhang authored
Write this under go/webview-docs, so we could link every places mentioned to this doc. Bug: 1063189 Test: Upload to gerrit > open file > click "gitiles" Change-Id: I4e5e8258c9b57a0dd9c47eab2324e5ebfb1418d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111770Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Commit-Queue: Shimi Zhang <ctzsm@chromium.org> Cr-Commit-Position: refs/heads/master@{#752249}
-
Robbie McElrath authored
This is the last CL to move browserservices.Origin to //components/embedder_support so it can be used by WebLayer. This was split into multiple CLs to avoid breaking Clank. Bug: 1058597 Change-Id: I1964b9fc54c378528ba4935e2385da99fc663e70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2106889Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Cr-Commit-Position: refs/heads/master@{#752248}
-
Joe DeBlasio authored
This CL updates download notifications on Chrome OS to provide clearer guidance on MIX-DL blocking. This notification mirrors that used by Safe Browsing download warnings. When you click it, it opens chrome://downloads. There are two variants of this notification. They look like this: - Warning: https://drive.google.com/open?id=1A01UiQhv_nBEc7n3rKUpM5Iz-zg6r4bV - Blocking: https://drive.google.com/open?id=1m4KS0q3EQ6ohidmH7CZmAixh6itoxCJh Getting good tests for this notification ended up being more involved than originally expected, and so will be addressed in forthcoming follow-up CL. Fixed: 1063073 Change-Id: I0a16a1508a3ea2d88bfc9434cab5aa5689b603c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111753Reviewed-by:
Xing Liu <xingliu@chromium.org> Commit-Queue: Joe DeBlasio <jdeblasio@chromium.org> Cr-Commit-Position: refs/heads/master@{#752247}
-
Istiaque Ahmed authored
This test exposes ServiceWorkerContext DCHECK failure on vesion_ptr being nullptr here: https://source.chromium.org/chromium/chromium/src/+/master:content/browser/service_worker/service_worker_context_wrapper.cc;drc=9fb704a00bb8e7983886654eb4cb7327a1ba36be;l=134 The feature that added the test is unrelated, so disable the test for now. Bug: 1063476 Change-Id: I5443a14f9cd65fc3873028bb344a155748879154 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2112961Reviewed-by:
David Bertoni <dbertoni@chromium.org> Commit-Queue: Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#752246}
-
Alison Maher authored
This change adds logic to handle various break status types for fieldsets and their children. Bug: 875235 Change-Id: I6c6c1ca6e0c5c72dc88be0f0808fa9c040e71bb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2106477 Commit-Queue: Alison Maher <almaher@microsoft.com> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#752245}
-
Istiaque Ahmed authored
This CL adds histogram Extensions.Functions.ExtensionServiceWorkerCalls, when extension service worker calls extension API. Bug: 1063260 Change-Id: If4ff4371553f6e9497e5c7bc310acf0630fafd20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2109035Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#752244}
-
Łukasz Anforowicz authored
This reverts commit 97b390b0. Reason for revert: Postponing the launch to M84 Original change's description: > Enable CorbAllowlistAlsoAppliesToOorCors by default. > > PSA where we announced that we are enabling this feature in M83 Canary > and Dev releases: > https://groups.google.com/a/chromium.org/forum/#!topic/chromium-extensions/aCd_OgX_aSw/discussion > > Design doc: > https://docs.google.com/document/d/15QPPRwnWl5YboQ6foTM65IfFW0KHRPqHHk-IoGN04-Y > > Bug: 920638, 1055980 > Change-Id: I237e65a24decd204c5f26a5654f229e6a85bfcf2 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2102641 > Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> > Reviewed-by: Yutaka Hirano <yhirano@chromium.org> > Reviewed-by: Charlie Reis <creis@chromium.org> > Cr-Commit-Position: refs/heads/master@{#750731} TBR=creis@chromium.org,yhirano@chromium.org,lukasza@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 920638, 1055980 Change-Id: Idde3b20adc503c80f183fd52acf2ca95fa66ca97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2113449Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#752243}
-
Nicolas Arciniega authored
Since this function will only produce a ConfiguredProxyResolutionService it was decided in a previous change to rename it to: CreateConfiguredProxyResolutionServiceUsingMojoFactory Bug: 1032820 Change-Id: I63c64db7e357909337b7eaaf9d3ebf2141505fd6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2112890 Commit-Queue: Nicolas Arciniega <niarci@microsoft.com> Reviewed-by:
Eric Roman <eroman@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#752242}
-
Noel Gordon authored
This reverts commit fe36bbb3. Reason for revert: see the analysis on crbug, this test was not flaky at all. Original change's description: > [Sheriff] Disabled flaky test EnableDisableOverwriteOriginalCheckboxOnDownloads > > Bug: 1063358 > Change-Id: I8925891d5f17a2b3758a8ad1db3653c7247a268f > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2112237 > Commit-Queue: Tina Wang <tinazwang@chromium.org> > Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> > Reviewed-by: Tina Wang <tinazwang@chromium.org> > Cr-Commit-Position: refs/heads/master@{#752240} TBR=xiyuan@chromium.org,tinazwang@chromium.org Change-Id: Ie52efdacfdcd6f7003a8f5c74f4dc4f5283a3eed No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1063358 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2113591Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#752241}
-
Tina Wang authored
Bug: 1063358 Change-Id: I8925891d5f17a2b3758a8ad1db3653c7247a268f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2112237 Commit-Queue: Tina Wang <tinazwang@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Tina Wang <tinazwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#752240}
-
- 20 Mar, 2020 19 commits
-
-
rbpotter authored
Bug: 1026426 Change-Id: Iaf6851cdde5e65b9ba0a58ded8d30f1d25d59231 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2112113Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#752239}
-
rbpotter authored
Polymer 3 migration CL at: https://chromium-review.googlesource.com/c/chromium/src/+/2109410 fixed a few issues in these tests. Try re-enabling them to see if they are still flaky on all platforms with the updates. Bug: 929455 Change-Id: I1efce24ce8b7c504379d43aa6ece5cb17896318d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2112241Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#752238}
-
Shawn Gallea authored
This is needed to allow Wayland clients to set their own buffer listener and associated user data if needed. Bug: 1011977 Test: NONE Change-Id: Ib105669f8fef939a3226bae85df5c5b7910a79a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2110526Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Commit-Queue: Shawn Gallea <sagallea@google.com> Cr-Commit-Position: refs/heads/master@{#752237}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/933926683991..e41fa2d5e44d git log 933926683991..e41fa2d5e44d --date=short --first-parent --format='%ad %ae %s' 2020-03-20 brianosman@google.com Add vertices_perspective GM to demonstrate skbug/10069 2020-03-20 reed@google.com implement more blendmodes for skvm Created with: gclient setdep -r src/third_party/skia@e41fa2d5e44d If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC egdaniel@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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: egdaniel@google.com Change-Id: Ibac2490c5e071ef6b8522233adeee188a944154c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2113154Reviewed-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@{#752236}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/c699d98e..11573ee4 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I2472eb5d347b03ca0d8c3e8a92fe86f6ba698078 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2113412Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#752235}
-
Nicolas Arciniega authored
Since the ProxyResolutionRequestImpl is specific to the ConfiguredProxyResolutionService, it is appropriate to rename it to ConfiguredProxyResolutionRequest. Bug: 1032820 Change-Id: If8691fa721b5a41229b534ed7ad164d0aa7bd5a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111835Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#752234}
-
Nikita Podguzov authored
This includes migration from deprecated to new version of base::Value. Also fix possible crash in component_active_directory_policy_service.cc when fetched policy value is not a valid dictionary. Bug: 1050010 Change-Id: I5907df155cf55ebd16b34788b629c6326d5c409a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2044110 Commit-Queue: Nikita Podguzov <nikitapodguzov@chromium.org> Reviewed-by:
Bartosz Fabianowski <bartfab@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Sean Kau <skau@chromium.org> Cr-Commit-Position: refs/heads/master@{#752233}
-
David Van Cleve authored
There was a bug in the initial TrustTokenRequestIssuanceHelper implementation where the issuance helper would attempt to fetch keys scoped to the top-level origin, not the issuer origin. (Thanks for catching this, Charlie!) This CL fixes the bug and expands test coverage by making the FixedKeyCommitmentGetter mock verify that the origin it's called with matches an expectation provided at construction. R=csharrison Bug: 1042962 Change-Id: I03711639945fdc49596d748a5b7aeea76347792f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2113075Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Commit-Queue: David Van Cleve <davidvc@chromium.org> Cr-Commit-Position: refs/heads/master@{#752232}
-
Olivier Yiptong authored
This implements an experimental async iterator-based API to enumerate installed unique fonts on a system, available on Frames and Workers. This is a new browser capability that aims to provide web developers low-level access to fonts. The first step is to create the ability to enumerate fonts present on the system. This access could be used to obtain the ability to control how text is rendered, with the addition of Font Table Access, in an upcoming changelist. The backend this API gets its data from is implemented in FontCache. This is the first iteration of this API. It only works on Mac at the moment. Bug: 1043306 Change-Id: I5185c806e3db33ab6c5bdd0604e2d1ece8e78e43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2106747Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Commit-Queue: Olivier Yiptong <oyiptong@chromium.org> Cr-Commit-Position: refs/heads/master@{#752231}
-
Ayu Ishii authored
This change adds an implementation of the WebOTP API using the GMS Core User Consent API [1] that can be enabled behind a flag. [1]https://developers.google.com/identity/sms-retriever/user-consent/overview Bug: 1060233 Change-Id: I31c849dfbc43258746121f1dd893292038371cae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2103067 Commit-Queue: Ayu Ishii <ayui@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#752230}
-
Mason Freed authored
This CL adds the ability to control the delegatesFocus (and eventually the manualSlotting) parameter of the attachShadow command using declarative Shadow DOM. Bug: 1042130 Change-Id: I8cc973ca196151fdc29a1194e25eb86f15849e16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2107362 Commit-Queue: Mason Freed <masonfreed@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Auto-Submit: Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#752229}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/1893040e26c0..c51d2249e898 Created with: gclient setdep -r src-internal@c51d2249e898 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 jbudorick@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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: I88fd1fd094732f011a21f9430d78242db9159e9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2113313Reviewed-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@{#752228}
-
David Van Cleve authored
This CL adds a new Mojo interface to the network service, HasTrustTokenAnswerer, providing one method HasTrustToken(url.mojom.Origin issuer) => (error or bool) returning whether the user has any trust tokens (https://github.com/wicg/trust-token-api) for the token issuer origin given by |issuer|. The method first checks if it can associate the calling top-level context (in the sense of TrustTokenStore::SetAssociation) with |issuer| and, if not, fails. For this reason, each instance of the interface is logically scoped to a single top-level context; it is expected that, when the interface is provided to the renderer, each Mojo handle will be bound to a single calling context (with a fixed top-frame origin). This will be used to implement the Trust Token API's Document.hasTrustToken method as a thin wrapper around the Mojo interface (see the child CL at https://crrev.com/c/2103082). Test: adds unit tests Bug: 1061116 Change-Id: Ie67858d65f0fa3a61820db79a904678f4932179d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2103079Reviewed-by:
Matthew Denton <mpdenton@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Commit-Queue: David Van Cleve <davidvc@chromium.org> Cr-Commit-Position: refs/heads/master@{#752227}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/fa64482db516..c81db8c596ed git log fa64482db516..c81db8c596ed --date=short --first-parent --format='%ad %ae %s' 2020-03-20 ehmaldonado@google.com git-cl: Remove GetIsGerrit. Created with: gclient setdep -r src/third_party/depot_tools@c81db8c596ed 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 agable@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/+/master/autoroll/README.md Bug: None Tbr: agable@chromium.org Change-Id: Ic97bcda2219bb71cbdc14f0ae3f4a9da23fda305 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2113193Reviewed-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@{#752226}
-
Qingwen Pi authored
This implementation will be used in multizone code to remove ::media::DecoderBuffer dependency. Bug: b/149422033 Change-Id: Ic4c327e7c69b5136a02de91487db2f2beb32201d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2113438 Commit-Queue: Qingwen Pi <qwp@google.com> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Cr-Commit-Position: refs/heads/master@{#752225}
-
Martin Barbella authored
Change-Id: Ic4ef7ae917e6e75e0e6700c2b7676ca18230f839 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2113077 Commit-Queue: Martin Barbella <mbarbella@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Auto-Submit: Martin Barbella <mbarbella@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#752224}
-
Khushal Sagar authored
TBR=dcastagna@chromium.org Bug: 976583 Change-Id: Icb35e67674cf1e4b1e60c3eaded37d2236b2026f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2112987 Commit-Queue: Khushal <khushalsagar@chromium.org> Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Auto-Submit: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#752223}
-
Yue Zhang authored
Bug: 1035995, 1063334 Change-Id: I8e5e03ea7919665e7b2f97a6ec53306c41acc828 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2112986 Commit-Queue: Yue Zhang <yuezhanggg@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#752222}
-
Demetrios Papadopoulos authored
Specifically moving the following surfaces: - manage_profile.html subpage was already a dependency of lazy_load.html, but it was also (accidentally) still a dependency of people_page.html, causing it to be part of vulcanized.html in Polymer 2 and shared.rollup.js in Polymer 3. - signout_dialog.html and import_data_dialog.html similar to previous change for the CBD dialog. - sync_controls.html and sync_page.html subpages vulcanized.html: 276K -> 234K (-15%) crisper.js: 336K -> 299K (-11%) lazy_load.vulcanized.html: 183K -> 226K lazy_load.crisper.js: 233K -> 271K Also updating Polymer3 related files (settings.js, lazy_load.js) accordingly. Bug: 1026064 Change-Id: I790a29074181b9f908290b76e74aea98b3d1e86e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2110675 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@{#752221}
-