- 10 Dec, 2020 40 commits
-
-
Yue Zhang authored
SimplePlayPause and MultiplePlayersPlayPause are flaky on multiple Android bots. TBR: mlamouri@google.com Bug: 1157319 Change-Id: Ic1944c2281f10ba3dca8298e22d0a784d533919e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585668Reviewed-by:
Yue Zhang <yuezhanggg@chromium.org> Commit-Queue: Yue Zhang <yuezhanggg@chromium.org> Cr-Commit-Position: refs/heads/master@{#835835}
-
Austin Sullivan authored
- Allows for file picker prompt to start in a well-known directory (Desktop, Documents, Downloads, etc.) - If specified, this field takes precedence over LastPickedDirectory https://crrev.com/c/2478901 - Adds RuntimeEnabled feature flag for all in-development FSA APIs Bug: 1019287 Change-Id: I1f6278d2407e756e4a0e24ed043a93dc088e7905 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2555998 Commit-Queue: Austin Sullivan <asully@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#835834}
-
Frank Liberato authored
Previously, we would elide any config change that arrived before the first frame was decoded, since the accelerated decoder sends one even if it matches the container config. Unfortunately, some streams actually do change config before the first frame (e.g., some RTC streams). Eliding it leaves the D3D11 decoder configured for the container config. This CL causes D3D11VideoDecoder to elide the config change, and prevent re-allocating the D3D11 decoder, only if the config matches what the container told us. Bug: 1109397 Change-Id: Ib9c5ec77897b24666118077935f91c541cbdabe2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585666 Commit-Queue: Frank Liberato <liberato@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#835833}
-
Garrett Beaty authored
This adds support for providing multiple console_view_entry values in ci.builder. Change-Id: Ia936e903a139e855fbdb14ca452a176225c56317 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585446 Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Cr-Commit-Position: refs/heads/master@{#835832}
-
Rachel Carpenter authored
Targeted for M89, launch bug crbug/1104668 Bug: b/174514210 Change-Id: Ica81eef4d720142a1725b105da5159ce46873e9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2583586Reviewed-by:
dstockwell <dstockwell@google.com> Commit-Queue: Rachel Carpenter <carpenterr@chromium.org> Cr-Commit-Position: refs/heads/master@{#835831}
-
edchin authored
This CL creates a base class that will hold cross-platform code. The derived class PasswordProtectionService (in /content) will have content-specific code. This CL keeps the base class in the same file to make the review easier. A followup CL will move the base class (and unittest) into separate files. * moves navigation throttle code to derived class. * moves some content-specific functions to derived class. Bug: 1147967 Change-Id: I1fa606f241225680bd33b7828fdfc6b588ad415d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2576079Reviewed-by:
Bettina Dea <bdea@chromium.org> Reviewed-by:
Ali Juma <ajuma@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#835830}
-
Andrew Xu authored
This CL shows the delete button's inkdrop highlight when the button is under pseudo focus and protects the feature by a browser test case. Bug: 1151493 Change-Id: I3b42cb001e63002b658b84c662338e773efe5c09 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2583208Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
David Black <dmblack@google.com> Commit-Queue: Andrew Xu <andrewxu@chromium.org> Cr-Commit-Position: refs/heads/master@{#835829}
-
Robbie Gibson authored
Bug: 1056781 Change-Id: Ie7c1421b4e6767d6f9714f75f2317555045ff951 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2581920 Commit-Queue: Robbie Gibson <rkgibson@google.com> Reviewed-by:
Tomasz Wiszkowski <ender@google.com> Reviewed-by:
Tommy Li <tommycli@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#835828}
-
Trevor Perrier authored
Change-Id: Ib664751e624c8211035d6b00ff8e9ebc669f05a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585550Reviewed-by:
Josh Simmons <jds@google.com> Commit-Queue: Josh Simmons <jds@google.com> Auto-Submit: Trevor Perrier <perrier@chromium.org> Cr-Commit-Position: refs/heads/master@{#835827}
-
Jimmy Gong authored
Previously, the connected Phone Hub UI would display before the phone model is initialized. This resulted in the UI flashing the uninitialized status model before the actual phone model status. This fix delays the connected view from displaying until the model is initialized. Fixed: 1155636 Change-Id: Iadbbefbc3e5cee70316cfe02ef9d466888a2e6f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2581221 Commit-Queue: Jimmy Gong <jimmyxgong@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#835826}
-
Xinghui Lu authored
Proposal: go/phishguard-referring-app-android. Add SafeBrowsingReferringAppBridge to obtain referring app information from java side. This class is not added under safe_browsing/ module, because it depends on IntentHandler, which is not modularized yet. Bug: 1154860 Change-Id: I75307e232a63d4f09016db7bb712186f266896d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2568643 Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#835825}
-
Hiroshige Hayashizaki authored
As the non-bare keys and resolution results of specifier maps are normalized (i.e. serialized URLs), raw and percent-encoded non-ASCII strings are considered equal (as both of them are percent-encoded after serialization). This CL tests that raw and percent-encoded versions of non-ASCII characters are: - Considered equal in non-bare specifier keys, - Considered equal in checking backtracking, and - Not considered equal in bare specifier keys. For consistency, this CL also adds some backtracking tests that don't involve non-ASCII characters but use the same patterns of added non-ASCII tests. Bug: 848607, https://github.com/WICG/import-maps/issues/207 Change-Id: I6c8ae478da2fcbe0f6df03a608dabdad60644ea1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2573422 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Domenic Denicola <domenic@chromium.org> Cr-Commit-Position: refs/heads/master@{#835824}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-aemu-chromium-autoroll Please CC chrome-fuchsia-gardener@grotations.appspotmail.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: chrome-fuchsia-gardener@grotations.appspotmail.com Change-Id: I4a4586c0442385d383e3722d95d83053856e1ea1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585266Reviewed-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@{#835823}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1607590477-d35f449faec99b40815e9d2dc99b7b8e79c372c4.profdata to chrome-win64-master-1607612331-9abd6632cfb32a4e513da1b46025c0e77c15ae02.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-win64-chromium Please CC pgo-profile-sheriffs@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:win64-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I5a64d3d36c6532f12069f84961f02f981b749936 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585104Reviewed-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@{#835822}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/73cdeec6..0937070d 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: Ic5199154a6b9052e516e9158a6d411909e1ca5fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585046Reviewed-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@{#835821}
-
Luke Zielinski authored
This rolls up to SHA 0fb69997a8b5154bf39ba3ffa586c2aa25442da8 Change-Id: I04ceba8cf7238ff660f3aa3aad70041656ce26be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585624 Commit-Queue: Robert Ma <robertma@chromium.org> Auto-Submit: Luke Z <lpz@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#835820}
-
Henrique Nakashima authored
TabModelSelectorImpl does not create or destroy TabPersistentStore anymore. Instead, TabModelOrchestrators manage the lifetime of TabModelSelectorImpl and TabPersistentStore. Give TabModelSelectorImpl a Supplier<TabPersistentStore> instead of passing TabPersistentStore directly. This is a step to break the two-way dependency between TabModelSelectorImpl and TabPersistentStore. Bug: 1138561 Change-Id: Ie2fa4a2735e509ff816b3e2cf5f8f6fffda7999c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2572639 Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Ella Ge <eirage@chromium.org> Cr-Commit-Position: refs/heads/master@{#835819}
-
Kyle Williams authored
Minor fix to prevent prematurely starting the service. BUG=chromium:1105567 TEST='autoninja -C out/Default/ chrome/test:unit_tests && xvfb-run ./out/Default/unit_tests --gtest_filter=CfmLoggerServiceTest.*' Change-Id: Ifea6b11b79a1076c88310de84c87fa1c43e92ff5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585625Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Auto-Submit: Kyle Williams <kdgwill@chromium.org> Cr-Commit-Position: refs/heads/master@{#835818}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/145deff4ccea..b5da31f17214 2020-12-10 chrche@microsoft.com [Loc] Migrate cookie_table to Localization V2 2020-12-10 andoli@chromium.org [module.json extensions] Migrate network views 2020-12-10 leese@chromium.org Fix test flakes in multi-workers and issues tab tests 2020-12-10 morlovich@chromium.org Add a utility for structured header handling (2/3) 2020-12-10 andoli@chromium.org [module.json extensions] sources views If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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:1073406,chromium:1073909,chromium:1134103,chromium:1136655,chromium:1157427,chromium:1157455 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I309a4dd4b55d5c6254ed4ecbdd2bb12c8f0ef070 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585265Reviewed-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@{#835817}
-
Nina Satragno authored
We show a generic error sheet when the authenticator is missing a capability or is locked. For any of these cases, the user might have tapped the wrong authenticator, or they may unplug and replug their authenticator. We should show a "try again" button like we do for other errors. Fixed: 1144183 Change-Id: I0bcd658becf18b50cc04737179764f7db77b38aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2579826Reviewed-by:
Martin Kreichgauer <martinkr@google.com> Commit-Queue: Nina Satragno <nsatragno@chromium.org> Cr-Commit-Position: refs/heads/master@{#835816}
-
Edward Lesmes authored
Bug: 1113033 Change-Id: I4739a56b308d818b65c29c5f60a7a2af57ac52c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2582829 Commit-Queue: David Bertoni <dbertoni@chromium.org> Reviewed-by:
David Bertoni <dbertoni@chromium.org> Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Cr-Commit-Position: refs/heads/master@{#835815}
-
Scott Violet authored
The issue is the LocalMainFrame interface is registered on the renderer side once the LocalFrame is created. This means that if LocalMainFrame is requested before the renderer is created, any calls sent along the interface are effectively dropped. I tried adding a DCHECK in GetAssociatedLocalMainFrame() that it's only called if IsRenderFrameCreated() is true, but that hits in tests. BUG=1154852 TEST=comment change only Change-Id: Id602b1883c7b554f07fc50ecc78c7fa8e041602b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585306Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#835814}
-
Xianzhu Wang authored
In paint properties, if both mask and mask-based clip-path exist, we make the ClipPathMask effect node as a child of Mask node, which requires us to paint mask before clip-path mask. The latter applies on the former to create an intersection of the masks, then the intersection will be applied to the masked content. Previously the clip-path mask was painted before the mask, and the former applies to a transparent backdrop which had no effect. Bug: 1155384 Change-Id: Ic40c8254193c141a286c4b323515fabf8a76e11a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2583154 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#835813}
-
Stephanie Kim authored
linux-warmed-orchestrator triggers linux-warmed if patch requires compile. Uses a new chromium-mini-orchestrator@ service account. Pass in trigger_count 2 into try-warmer so there's more led warmer builds queued up Bug: 1149606 Change-Id: I15206e501371e1bf20f6af1a821c9441e4363a94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2572576 Commit-Queue: Stephanie Kim <kimstephanie@google.com> Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#835812}
-
Amr Aboelkher authored
As the Hash dance UMA histograms will be used for testing, it's preferred to use their constants rather than literal strings. This CL is exposing all Hash dance UMA histograms to policy namespace. BUG=chromium:1157317 Change-Id: Idf72d0d66cf0d2585d77e2b811f5ec0fc78a4041 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2582339 Commit-Queue: Amr Aboelkher <amraboelkher@google.com> Reviewed-by:
Pavol Marko <pmarko@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#835811}
-
Yue Zhang authored
TosAndUmaFirstRunFragmentWithEnterpriseSupportTest# testRenderWithPolicy is flaky on multiple bots. TBR: twellington@chromium.org Bug: 1157521 Change-Id: I3a890fa79b57e1de0bf090d42b8a4cafbcf06a7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585551Reviewed-by:
Yue Zhang <yuezhanggg@chromium.org> Commit-Queue: Yue Zhang <yuezhanggg@chromium.org> Cr-Commit-Position: refs/heads/master@{#835810}
-
Kent Tamura authored
'counter-increment' and 'counter-set' properties ListItemOrdinal::CalcValue() should refer to these properties. Bug: 1157365 Change-Id: I30bb015935b4cd076a5054dddee062d73145c089 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2583595Reviewed-by:
Oriol Brufau <obrufau@igalia.com> Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#835809}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/6def748c92e9..f83a0f03ccf4 2020-12-10 fmayer@google.com Merge "Allow to pass path to LocalSymbolizer." 2020-12-10 gijosh@google.com Merge "Add missing include to fix windows build" 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: If45e88dedf3a72c5086d705f417d8723aa26087f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584689Reviewed-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@{#835808}
-
Andrey Kosyakov authored
Bug: 1156334 Change-Id: Ib5c7cc364391ab75a4394bc480f09dea9e76f8ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2583602 Auto-Submit: Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Peter Kvitek <kvitekp@chromium.org> Reviewed-by:
Peter Kvitek <kvitekp@chromium.org> Cr-Commit-Position: refs/heads/master@{#835807}
-
Lei Shi authored
When a user resumes from a pause, STS will speak from the beginning of the current sentence. If the user paused on a sentence start, STS will continue reading from the pause. This CL also refactors the functions in sentence_utils.js and uses staticTextNode directly to query sentenceStarts. AX-Relnotes: N/A Bug: 1143817 Change-Id: Iaf73a5656273db499604d3f7f4a008c37e5a4eb6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2572905 Commit-Queue: Lei Shi <leileilei@google.com> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#835806}
-
Yicheng Li authored
prompts for user verification. After verification, Chrome shows "Something went wrong, Your identity couldn't be verified" and device-log shows u2fd returns MakeCredentialStatus::EXCLUDED_CREDENTIAL_ID. Bug: 1157538 Test: On a test website, specify "Use excluded credentials", ChromeOS Change-Id: I308fcbcf8ac53abf293e759ee079eb7bd8a34e48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585706 Commit-Queue: Yicheng Li <yichengli@chromium.org> Commit-Queue: Martin Kreichgauer <martinkr@google.com> Reviewed-by:
Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/master@{#835805}
-
Mike Dougherty authored
Bug: 949178 Change-Id: I1af6125928a3f75e782d435016aca68a2e3435f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2578700Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#835804}
-
Marijn Kruisselbrink authored
While not a very strong security boundary, making it possible for users to know what extension a file will be saved with is a good idea. This also fixes support for compound extensions with the File System Access API (i.e. ".tar.gz"). The mac file dialog already had a workaround if the default path ended in such an extension, but the same problem occurs if the file type filters include a type with a compound extension. Bug: 1137247 Change-Id: I492bf36baced3de044b8fed5d57fc7b9b5b64400 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2582842Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#835803}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1607601127-f1e339917d2389833bdc9a06d67f5d834b6fad5c.profdata to chrome-linux-master-1607622801-752d4072c7d48988cef666b2cc2834c70f6a2f6e.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-linux-chromium Please CC pgo-profile-sheriffs@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-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I3ff9e1dbd95b24cf175d8ecbeaeefb5ab82799be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585545Reviewed-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@{#835802}
-
Chris Lu authored
Remove the now launched default browser fullscreen promo experiment and add a new feature flag for fullscreen promo UI experimenting. Bug: 1155778 Change-Id: Id5177c59cb02f355df5e5e806da33d5d9ee51c3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575902 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#835801}
-
Michael Thiessen authored
Bug: 1139437 Change-Id: I71789d696eab9e692c30d963d16382f9105e8a89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485307 Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Auto-Submit: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#835800}
-
David Dorwin authored
When explicit_sites_filter_error_page is present in CreateFrameParams, use SafeSitesNavigationThrottle to filter explicit pages. Bug: 1147231 Change-Id: Ie722d9e409ed480fe1956f0aacc7198d7076d4ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2531653Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: David Dorwin <ddorwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#835799}
-
Gavin Williams authored
Creates a function in ScanningHandler to centralize the logic for localizing plural strings. Bug: 1059779 Change-Id: I5cdd80ccf04e16945ae1a273941f846e1f39c75b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584292 Commit-Queue: Gavin Williams <gavinwill@chromium.org> Reviewed-by:
Jesse Schettler <jschettler@chromium.org> Cr-Commit-Position: refs/heads/master@{#835798}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/0443332fe2b9..c566c247eb76 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-mac-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: I207b8d1c1db2194ea82d6d621506a42c86369639 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585227Reviewed-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@{#835797}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1607601127-39be490f57372d47d2538fb844f282b5fe546632.profdata to chrome-mac-master-1607622801-911c34fc75b181768a2abc88929167cca3e2a50d.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 pgo-profile-sheriffs@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:mac-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I339d91626d73a1ce8c26471aeb593018f7af6d5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585110Reviewed-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@{#835796}
-