- 21 Oct, 2020 40 commits
-
-
Andrew Grieve authored
Bug: 1120190 Change-Id: I763e42a7ae69d14eb61caebd220844b756d6d171 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2480842 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#819489}
-
Nina Satragno authored
Add support for storing and retrieving large blobs through the WebAuthn DevTools Domain. This will in turn be used by WebDriver to implement the webauthn:extension:largeBlob capability [1]. This patch also wires up the CTAP version through devtools. This is a soft requirement for large blobs, and will also be used to move credProps tests to WPTs [2]. [1] https://w3c.github.io/webauthn/#sctn-authenticator-extension-capabilities [2] https://source.chromium.org/chromium/chromium/src/+/master:third_party/blink/web_tests/http/tests/credentialmanager/credentialscontainer-create-with-resident-keys.html Bug: 1114875 Change-Id: Ia9a5353285bd9aec540d5e92ec737919c7790b62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486254 Commit-Queue: Nina Satragno <nsatragno@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#819488}
-
Manuel Rego Casasnovas authored
This is a revert of the change we did in r607786, on that patch we applied the optimization if the text doesn't wrap. However that was causing some weird issues related to overflow not being repainted as expected in some situations. Preventing people to use this optimization for real. This patch reverts that change, so the optimization will now be used in less cases, but won't cause issues. This only affects legacy layout. BUG=985723 TEST=fast/css/containment/change-text-node-data-nowrap.html Change-Id: Ibbfde6b570ea760025f371448774988b9f7694f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489503Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Manuel Rego <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#819487}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: I06c3aa50b7adcee1b131b839d4a8c83cd1f1ea68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490263Reviewed-by:
Ben Mason <benmason@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Commit-Queue: Ben Mason <benmason@chromium.org> Cr-Commit-Position: refs/heads/master@{#819486}
-
rbpotter authored
OS settings is the last remaining user of unpack_pak. By migrating it to use preprocess_grit, unpack_pak can be deleted, preventing any new UIs from adding more usage. All UIs should instead use preprocess_grit (and, eventually, autogenerate grd files with generate_grd). Planning to update OS settings to autogenerate grd files in a followup. Bug: 1132403 Change-Id: I5378836543befb224a82e58b0211bafba9aead64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2487885Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#819485}
-
Taylor Bergquist authored
Change-Id: I7e1527c0dbd0fea1e7aadbea2b664d991e53dae3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486387Reviewed-by:
Charlene Yan <cyan@chromium.org> Commit-Queue: Taylor Bergquist <tbergquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#819484}
-
Matthew Mourgos authored
Add a flag which, when enabled, will reset the clipboard nudge prefs on a new user session. This will allow the nudge to be shown again. Bug: 1140656 Change-Id: I312f05eed655fc1657843d2b7a45214bb671bebe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489020Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Matthew Mourgos <mmourgos@chromium.org> Cr-Commit-Position: refs/heads/master@{#819483}
-
Charlie Hu authored
This CL updates a broken feature policy spec link. Change-Id: I1b17e473fa9ce146a97a44ef78a8d2ce1e7fb2a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490264Reviewed-by:
Ian Clelland <iclelland@chromium.org> Commit-Queue: Charlie Hu <chenleihu@google.com> Cr-Commit-Position: refs/heads/master@{#819482}
-
Daniel Cheng authored
Bug: 1140588 Change-Id: I0fd8db6f30a42205dafe889043012e3de4a4a2ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2487827Reviewed-by:
Lambros Lambrou <lambroslambrou@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#819481}
-
Daniel Cheng authored
Bug: 1140588 Change-Id: I6df170a66838d46babbcbf44d48c43dcfbe7e9ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488420Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#819480}
-
Victor Costan authored
Bug: 1140147 Change-Id: Iccfaf6221f791673f84052b3916ced02cfd677ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489324 Commit-Queue: Victor Costan <pwnall@chromium.org> Auto-Submit: Victor Costan <pwnall@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#819479}
-
Erik Chen authored
This CL is a refactor with no intended behavior change. This is in preparation for adding future methods to KeystoreService that return the same type. Bug: 1127505 Change-Id: Ia96d37301533cde335a38771d067c6054c164535 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485347Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Commit-Queue: Erik Chen <erikchen@chromium.org> Auto-Submit: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#819478}
-
Marek Haranczyk authored
1. Add missing ContentClient initialization in ContentTestSuite in death child process case. Repeater does not notify events to test listeners in death child process by design. 2. Add proper appcache tests teardown to avoid leaking test setup configuration to other test, potentially causing crashes if other tests in batch created response without headers. The config enabled relevant headers checking code, which expects headers to exist. BUG=604078 Change-Id: I05adb10ce30a1324ba2a80054808bd0697feb4c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2478603Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#819477}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/e03bf7b4af92..d86ca92685bb 2020-10-21 thestig@chromium.org Disallow more CFX_ScanlineCompositor conversions. 2020-10-21 thestig@chromium.org Move MakeMaybeAlphaRGBFormat() to the only file where it is used. 2020-10-21 tsepez@chromium.org Rename CFX_DIBBase::IsAlphaMask() to IsMask(). 2020-10-21 thestig@chromium.org Add some unit tests for CFX_DIBBase::GetOverlapRect(). 2020-10-21 thestig@chromium.org Remove 2 CPDF_ImageRenderer::Start() parameters. 2020-10-20 tsepez@chromium.org Pass CFX_BitmapCompositor::m_BlendType to compositor. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pdfium-autoroll Please CC pdfium-deps-rolls@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 Bug: chromium:11398257 Tbr: pdfium-deps-rolls@chromium.org Change-Id: Ifa28ba749cf45f20af4d4227d6b0692ebb0680b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489674Reviewed-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@{#819476}
-
Roberto Moura authored
Create a full screen disabler when the view reveal state is not Hidden and set it no a null pointer otherwise. Bug: 1094335 Change-Id: Ibf01f68cd4b76a3ab507cc5d4bb4935064999403 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485156 Commit-Queue: Roberto Moura <mouraroberto@google.com> Reviewed-by:
Robbie Gibson <rkgibson@google.com> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Auto-Submit: Roberto Moura <mouraroberto@google.com> Cr-Commit-Position: refs/heads/master@{#819475}
-
Olivier Yiptong authored
Removes the use of DISALLOW_COPY_AND_ASSIGN for FontManager because this macro is deprecated. Change-Id: Ibd14c06b712cef75885a521003d18d668f256312 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488985 Commit-Queue: Joshua Bell <jsbell@chromium.org> Auto-Submit: Olivier Yiptong <oyiptong@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Cr-Commit-Position: refs/heads/master@{#819474}
-
Daniel Cheng authored
This is useful to be able to call non-const methods on an object owned by a SequenceBound, while disallowing the SequenceBound owner itself from being mutated via Reset() and the like. Bug: 1140588 Change-Id: I32924106c061b4b7916885fc6fe14462b43484e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2487822 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#819473}
-
Eric Orth authored
Parsing and metrics left as TODOs for now. Bug: 1138620 Change-Id: Id8e8ab3947601276479a0970efd215fe550a1d22 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473162Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Dan McArdle <dmcardle@chromium.org> Commit-Queue: Eric Orth <ericorth@chromium.org> Cr-Commit-Position: refs/heads/master@{#819472}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/ee87b994218e..553115ec991c 2020-10-21 leese@chromium.org Support stepping over and out of inline functions with plugin 2020-10-21 almuthanna@google.com Fix Flickering for Performance profiling test 2020-10-21 andoli@chromium.org [ts] Typecheck data-grid/DataGrid.js with TypeScript 2020-10-21 andoli@chromium.org Make template type of data_grid/DataGrid.js more specific to prepare for migration to TS 2020-10-21 patrick.brosset@microsoft.com Grid: Simplify the label color logic to reduce the bundle size 2020-10-21 alcastano@google.com E2E test for report-only CSP issues 2020-10-21 sigurds@chromium.org Refactor fake issue message to proper class.. 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:1011811,chromium:1124712,chromium:1136814,chromium:1139223,chromium:1139906,chromium:1140516,chromium:1140926 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I919d20b03d785c2966b64df7cb0d42da53d9ec97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490362Reviewed-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@{#819471}
-
rbpotter authored
Bug: 1132403 Change-Id: I5325a3d5c2c8bf9698fc2621cf866fcc50374a99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488678 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#819470}
-
Chan Li authored
This changes the percentage for both CI and try builders. Bug: 1108016 Change-Id: I8a6e0e97c4f936f25ac2b9e046142bed1e72e793 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490337Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Commit-Queue: Chan Li <chanli@chromium.org> Cr-Commit-Position: refs/heads/master@{#819469}
-
Thomas Lukaszewicz authored
Disable consistently flaky SearchEnginePreconnectorNoDelaysBrowserTest.PreconnectSearch test. See build details below for an example of test failure: https://ci.chromium.org/p/chromium/builders/ci/Mac10.11%20Tests/56178 Tbr: tbansal@chromium.org Bug: 1141028 Change-Id: I9f8c8c38ef9fba0cbb339f8fb0f41baa76a9dd68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490408Reviewed-by:
Thomas Lukaszewicz <tluk@chromium.org> Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org> Cr-Commit-Position: refs/heads/master@{#819468}
-
Daniel Hosseinian authored
Specifically, test that: - Focus is forwarded to the thumbnail of the active page when focusing on the thumbnail bar. - Pressing the up/down arrows focuses on the correct thumbnails. - Pressing the left/right arrows changes the page. Bug: 1133840 Change-Id: Id689db821cff3c33e9d3ecee103532c5a3ee4b95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485564 Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#819467}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/99f9277c5bcb..6029e464cf93 2020-10-21 angle-autoroll@skia-public.iam.gserviceaccount.com Roll glslang from 3ead01191215 to ea52b3c2d270 (3 revisions) 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 jonahr@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: jonahr@google.com Change-Id: If42fc2dadf1f193e2fabbc3f11d0e493278786ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489668Reviewed-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@{#819466}
-
v8-ci-autoroll-builder authored
This is a reland of e95f1520 After talking with the v8 team it seems a similar thing happened last week and a reland worked. Attempting the same thing. Original change's description: > Update V8 to version 8.8.149. > > Summary of changes available at: > https://chromium.googlesource.com/v8/v8/+log/d82ff002..d9ccb94f > > 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: Ic433b4fc8287a7d664817f18b5d81bada20bb87a > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489002 > Reviewed-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@{#819313} Change-Id: I53dd864abe324b150e9de89a364431f608087a98 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490382Reviewed-by:
sebsg <sebsg@chromium.org> Reviewed-by:
Marja Hölttä <marja@chromium.org> Commit-Queue: sebsg <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#819465}
-
Sylvain Defresne authored
In preparation of supporting arm64 simulator build (for Apple Silicon macs), we need to decouple the fact that a build is a simulator build from the `target_cpu`. This was done by introducing a `target_environment` variable that can be set by the user (the default value is set using the same heuristic based on value of `target_cpu` if unset). Configure the bots to be explicit about setting the variable. Bug: 1138425 Change-Id: Idb54c71bdb979469adc4b2dc6d7a78ef184d57c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489645 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#819464}
-
Ryan Sturm authored
Change-Id: Ie4336b9525e256df41bb90aa12120ba8cc39905f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488348 Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#819463}
-
Haiyang Pan authored
The config "invert_fieldtrials" was missing. TBR=martiniss@chromium.org Bug: 1099916 Change-Id: Ia32c6d76e85e849471c6ab971afffded9d0c9570 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490542Reviewed-by:
Haiyang Pan <hypan@google.com> Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/master@{#819462}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/7b3ad4f25a17..718e25c7f990 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 sebsg@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: sebsg@google.com Change-Id: If904a35624bcf570254b2886224d5f3e6e1cb152 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489667Reviewed-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@{#819461}
-
Regan Hsu authored
Note that OnShouldShowSetupRequiredUiDismissed() was added for the debug UI control which will be added in a later CL. Bug: 1106937 Change-Id: I0b4915827ec690d3f639177d1189fac74da0220f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488613 Commit-Queue: Regan Hsu <hsuregan@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#819460}
-
Alex Turner authored
While attempts to get src:local font data (including failures in those attempts) are currently instrumented, it is possible to determine local font existence through other means. In particular, FontFace.load() on a FontFace object with a src:local attribute can be used to do this. (The lookup will succeed if the font exists and result in a network error otherwise.) We therefore instrument any attempt to determine a local font's existence by a unique name lookup. We include attempts to lookup the font's data as that would also reveal existence. Bug: 1136959 Change-Id: I7dcd900c541b3c9e20df353f7fe890b4e9352260 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2477453Reviewed-by:
Asanka Herath <asanka@chromium.org> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Commit-Queue: Alex Turner <alexmt@chromium.org> Cr-Commit-Position: refs/heads/master@{#819459}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/e2cbcc956588..45b6de9149c1 2020-10-21 cwallez@chromium.org Dawn infra: update the primary branch to "main" 2020-10-21 cwallez@chromium.org Trivial grammar fix in README.md If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC dsinclair@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:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: dsinclair@google.com Change-Id: Ie44647bd74ffb4ac0a5283455be3d7509699ae9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490363Reviewed-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@{#819458}
-
Toni Barzic authored
Removes overview enter exit types that are only used for old tablet mode gestures between home screen and overview: kSlideInEnter, kSlideOutExit, kSwipeFromShelf. Note that kSwipeFromShelf is still being referenced from home launcher gesture handler, but these calls are being removed, too (and are not reachable if IsDragFromShelfToHomeOrOverviewEnabled). BUG=1137452 Change-Id: I31730aa30f0c198538b25a15739d5b4f36078ec2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2482423Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#819457}
-
Ryan Sturm authored
This functionality serves a prefetched response from the search prefetch service when the search terms match from the prefetch vs the current navigtation. Bug: 1138643 Change-Id: Icf326fff7e29158d7c197bab8fdb39f6eb30539f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2487875 Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#819456}
-
Akihiro Ota authored
This change adds an output rule for the mark role. If needed, follow-up patches can build off of this change to support associated aria-details elements. We also add tests to confirm behavior, using sample code provided by the Docs team. This change also adds a check for non-existent braille strings in Msgs.getMsg(), since ChromeVox hits the following error without it: "Invalid ChromeVox message id: role_content_insertion_brl" 'marked content'. Fixed: 1126131 Change-Id: If588b3d018ddcab272a265bb63eb4c6119352781 AX-Relnotes: ChromeVox announces elements with role=mark as Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422252 Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#819455}
-
Peter Kvitek authored
Adding this switch to headless browser tests ensures that proxy related tests are not affected by a platform specific system proxy configuration service. This fixes HeadlessProtocolCompositorBrowserTest.BrowserSetInitialProxyConfig issues when running on Windows. Bug: 1134929 Change-Id: Ib245a4fe660eacaab944521a56ed9f2d1f525b73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489779Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Peter Kvitek <kvitekp@chromium.org> Cr-Commit-Position: refs/heads/master@{#819454}
-
Ryan Sturm authored
This introduces a few basic checks, but does not robustly handle all corner cases. This also does not handle serving the response, but rather just storing it. Bug: 1138639, 1138640 Change-Id: I9e1698156e717754541a9e18f1316c42326b9949 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486454 Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Nicolas Ouellet-Payeur <nicolaso@chromium.org> Reviewed-by:
Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#819453}
-
Dom Schulz authored
It was only used in manifest install of SWAs, which is being deleted in the parent branch. Bug: 1085274 Change-Id: I8c053f82b4e5186c7336d731b8deafa3dbbb95ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485760Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Dominic Schulz <dominicschulz@google.com> Cr-Commit-Position: refs/heads/master@{#819452}
-
Henrique Ferreiro authored
Change-Id: Ie6ee8bfd51acc8317a0ba243d5924f5f87d39359 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489501Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Cr-Commit-Position: refs/heads/master@{#819451}
-
Roberto Moura authored
The tab grid's new tab button is covered by the BVC when the tab grid is visible and the thumb strip feature is enabled. Nudge the new tab button by a distance equal to the height of the BVC that remains visible when the tab grid is showing. Bug: 1094335 Change-Id: I54d7aa20633e109cf41b6bfe46866cecb23584aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2487320 Commit-Queue: Roberto Moura <mouraroberto@google.com> Auto-Submit: Roberto Moura <mouraroberto@google.com> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#819450}
-