- 14 Apr, 2020 40 commits
-
-
Scott Violet authored
This makes it slightly easier to not need a new NavigationObserver per test. BUG=none TEST=none Change-Id: I7b8761f7cfabfcc775152ff30a309dddb37f0c8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2149691Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#759025}
-
Nina Satragno authored
Add a dialog sheet to webauthn that will be used for inline biometric enrollment. The sheet contains an image of a fingerprint and a circle that fills progressively as the user taps the fingerprint scanner. This is based on the existing UI in the settings page but implemented in C++. The strings for the sheet are taken directly from the settings page. This UI is not connected to anything at the moment, but it can be tried by running the following command: browser_tests --gtest_filter=BrowserUiTest.Invoke \ --test-launcher-interactive \ --ui=AuthenticatorDialogTest.InvokeUi_inline_bio_enrollment Tbr'ing cpu@ as per chrome/app/OWNERS. Tbr: cpu@chromium.org Bug: 1056317 Change-Id: Ib18290c2eefedfa8a1b80a240153d8e881e3402b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140832 Commit-Queue: Nina Satragno <nsatragno@chromium.org> Reviewed-by:
Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/master@{#759024}
-
Xiaohui Chen authored
Bug: 1069659 Change-Id: I9b1e88b975544136d2f1827ac222874091f9b65b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144626 Commit-Queue: Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#759023}
-
Robbie McElrath authored
This CL moves QUIET_NOTIFICATION_PROMPTS Feature checks to SiteSettingsClient, which removes the Site Settings UI's last use of ChromeFeatureList. This feature wasn't moved into a separate componentized *FeatureList class because it isn't specific to any one component. Bug: 1058597 Change-Id: Iaf293c477baa32b676214b996b9b106e24830aa7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144825 Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Cr-Commit-Position: refs/heads/master@{#759022}
-
Sergey Kipet authored
It became unfeasible to configure standalone Wayland backend (by the aid of 'ozone_auto_platforms=false' build flag) for Ozone builds since https://crrev.com/c/2044778 was merged. The CL fixes an error reported by GN if the standalone Wayland backend is configured by just moving the 'x' GTK-component into a dedicated subfolder (similarly to //ui/gfx/x). Bug: 1070040 Change-Id: I1c2dfd7583572933aca1a85f6697d9fca0b8b8c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2146532Reviewed-by:
kylechar <kylechar@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#759021}
-
Devlin Cronin authored
Remove some old metrics that are no longer being monitored. Specifically, this CL removes: - Extensions.SandboxUnpackInitialCrxPathLength - Extensions.SandboxUnpackLinkFreeCrxPathLength - Extensions.SandboxUnpackSuccessCantGetCrxSize - Extensions.SandboxUnpackSuccessTime - Extensions.SandboxUnpackTempCrxPathLength - Extensions.SandboxUnpackUnpackedCrxPathLength Bug: 878085 Change-Id: I8acc13c4600e14d54404140ee99f76913f33c7ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148222 Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#759020}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/72036ead58ed..54e96aa9dd24 Created with: gclient setdep -r src-internal@54e96aa9dd24 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 xhwang@google.com,yutak@google.com,rhalavati@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: chromium:1055164,chromium:1057694,chromium:912681 Tbr: xhwang@google.com,yutak@google.com,rhalavati@google.com Change-Id: Idc06dbcc42e260db588e303da92d6301bb138654 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2149611Reviewed-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@{#759019}
-
Abhijeet Kandalkar authored
Migrate this test out of t_p/blink/web_tests/fast/css-grid-layout and into the WPT-specific directory, adding links to the relevant specs and a test assertion describing its purpose. This test verifies the positioning of named columns inside grid template areas. Bug: 1063749 Change-Id: I0bbecc79db855a06bdb8235dd73e32e15beba20b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143182Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Manuel Rego <rego@igalia.com> Reviewed-by:
Javier Fernandez <jfernandez@igalia.com> Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com> Cr-Commit-Position: refs/heads/master@{#759018}
-
Daniel Cheng authored
The stack of currently executing stacks includes a PendingTask field. A pointer to this field is stored in TLS. However, std::vector does not guarantee pointer stability on resize. Bug: 1064891 Change-Id: I04eb06c9521722f08fd72826f552cedaffe61b53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2146349 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#759017}
-
Olga Gerchikov authored
Changes made: - Added AnimationTimeline::IsMonotonicallyIncreasing based on [1]. - After animation update procedure never remove not idle scroll animations from animations needing update list. This is to ensure that not monotonically increasing timelines update all attached animations on current time change. - Modified updating an animation’s finished state procedure to not fire duplicated finished events. [1] https://drafts.csswg.org/web-animations/#monotonically-increasing-timeline Bug: 1060571 Change-Id: I9f8b83ad70626eae41bb66ade19fcfa5fd73ee31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2138167 Commit-Queue: Olga Gerchikov <gerchiko@microsoft.com> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Reviewed-by:
Kevin Ellis <kevers@chromium.org> Cr-Commit-Position: refs/heads/master@{#759016}
-
Ian Clelland authored
This imports all of the tests from the public test repository at https://github.com/httpwg/structured-header-tests, which have been automatically converted from JSON to C++ unit tests. Tests which were already present in structured_headers_unittest.cc have been removed from that file, to avoid needless redundancy. Bug: 1069790 Change-Id: I05536c36cb66c7dda43aab2f6c5ae77961120a6a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2146237 Commit-Queue: Ian Clelland <iclelland@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Cr-Commit-Position: refs/heads/master@{#759015}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/3e2809f4f0cd..fea8b94591c3 git log 3e2809f4f0cd..fea8b94591c3 --date=short --first-parent --format='%ad %ae %s' 2020-04-14 peah@webrtc.org Reland "APM: Remove the usage of AudioFrame in the AudioProcessing interface" 2020-04-14 eshr@google.com Fix wrong unit in log in VideoStreamEncoder Created with: gclient setdep -r src/third_party/webrtc@fea8b94591c3 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@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 Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: Ia8c7e29782c84b8aa6a2c6c1fdc128429ced7c23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2149521Reviewed-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@{#759014}
-
Matt Menke authored
We want to get rid of the single argument AddHeader() method as the two argument AddHeader() and SetHeader() methods are safer and more flexible. Bug: 1068194 Change-Id: I378a1d1252d29b53cc5f49cc8d54eb29e126fed1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2149630 Commit-Queue: Robert Ogden <robertogden@chromium.org> Auto-Submit: Matt Menke <mmenke@chromium.org> Reviewed-by:
Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#759013}
-
Matt Menke authored
We want to get rid of the single argument AddHeader() method as the two argument AddHeader() and SetHeader() methods are safer and more flexible. Bug: 1068194 Change-Id: Iee2e0768724c1fb666a9cb9be27c13370781b818 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148022 Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Auto-Submit: Matt Menke <mmenke@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#759012}
-
James Cook authored
Push the titles down a bit so the icons are more vertically centered. http://screen/k8RkhsSz3ps Bug: 1067212 Change-Id: Idd8784cd4a1d0aceb7a64679110f439d1c99fef4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148024 Commit-Queue: James Cook <jamescook@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Auto-Submit: James Cook <jamescook@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#759011}
-
Patrick Noland authored
Bug: 1069829 Change-Id: Ia78655f876347774423a26cfa98b8b363d498c87 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148025Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Patrick Noland <pnoland@chromium.org> Cr-Commit-Position: refs/heads/master@{#759010}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: I94234579ecdfb4830cc8a67dfeb7af2ca736cfcc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2149497Reviewed-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@{#759009}
-
Bettina authored
SafeBrowsingEnabled pref is turned on when Enhanced or standard protection is turned on. It is always turned off if no safe browsing is selected. Devices can be out of sync or not on the most updated versions. This means that enhanced protection may not be offered on these devices. To make sure that all safe browsing is kept consistent, SafeBrowsingEnhanced needs to also check SafeBrowsingEnabled. If the user has no safe browsing on a device and syncs user pref, all devices should not have safe browsing on unless they select a different safe browsing afterwards on any device. Bug: 1068777 Change-Id: I9a13c8347c30c965d8e0da4e704856ba9b054c30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148433 Commit-Queue: Bettina Dea <bdea@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#759008}
-
Noel Gordon authored
Mainly for my research needs: allow unusal zlib compression strategies for comparison purposes (R_HUFFMAN_ONLY, Z_RLE). Bug: 798943 Change-Id: I8a699e68a055df12c08f38d7156769f10f12e90f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148912 Commit-Queue: Adenilson Cavalcanti <cavalcantii@chromium.org> Auto-Submit: Noel Gordon <noel@chromium.org> Reviewed-by:
Adenilson Cavalcanti <cavalcantii@chromium.org> Cr-Commit-Position: refs/heads/master@{#759007}
-
Wenyu Fu authored
As follow-up of the creation of SettingsActivityTestRule. Move all the calls of ChromeActivityTestRule#startSettingsActivity to SettingsActivityTestRule#startSettingsActivity. Bug: 1066660 Change-Id: I71749ab1a3278bc0d7d1591156c2e4f9e38af49e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135146 Commit-Queue: Wenyu Fu <wenyufu@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#759006}
-
bttk authored
This flag needs caching, because AppHooks#getCustomizationProvider() is often called before native is initialized. See also crbug.com/1069609 Bug: 1069609 Change-Id: I5113ed8277f55290db37476955ce87ed2eba72b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2146056Reviewed-by:
Henrique Nakashima <hnakashima@chromium.org> Reviewed-by:
Ender <ender@google.com> Commit-Queue: bttk <bttk@chromium.org> Cr-Commit-Position: refs/heads/master@{#759005}
-
Peng Huang authored
WebGL 2.0 may modify texture unit 0 & sampler unit 0. However we create Skia GrContext with a ES2 context. So the skia isn't aware of the sampler unit and it will not restore sampler unit when GrContext::resetContext() is called. Fix the problem by restoring sampler unit 0 to ground state in ContextState::RestoreAllTextureUnitAndSamplerBindings() Bug: 1057271 Change-Id: I9d4c15d975236e50bfa726669eb8cbdf25b736b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148953Reviewed-by:
Jonathan Backer <backer@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#759004}
-
David Grogan authored
Turns out we've not been getting perf data or a 50/50 experiment. I verified it this time by running out/Release/content_shell --enable-features=FlexNG both before and after this change. Before: legacy flex. After: FlexNG. Bug: 845235 Change-Id: Ie053bd9a8e188f8f42b540f3c1f8e03627714f64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148655Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: David Grogan <dgrogan@chromium.org> Cr-Commit-Position: refs/heads/master@{#759003}
-
Megan Jablonski authored
Bug: 976352 Change-Id: Ie3b9594bb28b764adda2609fe85994707def955b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2136227Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Megan Jablonski <megjablon@chromium.org> Cr-Commit-Position: refs/heads/master@{#759002}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/decaee5ce9bf..75144cbad183 git log decaee5ce9bf..75144cbad183 --date=short --first-parent --format='%ad %ae %s' 2020-04-14 mathias@chromium.org Reformat front_end/emulated_devices/module.json 2020-04-14 tvanderlippe@chromium.org Port linter check to Node 2020-04-14 tvanderlippe@chromium.org Run npm audit fix to bump transitive dependencies 2020-04-14 tvanderlippe@chromium.org Update instructions for rolling Chromium dependencies 2020-04-14 pfaffe@chromium.org Fix closing the edit breakpoint dialog Created with: gclient setdep -r src/third_party/devtools-frontend/src@75144cbad183 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/+/master/autoroll/README.md Bug: chromium:1066415,chromium:1070492,chromium:921504 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ibdf6e5334003ddd00d3cc9b25f1032c637a841c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148888Reviewed-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@{#759001}
-
Jamie Madill authored
This regresses with a recent ANGLE CL. May be a driver bug: conformance/textures/misc/default-texture.html See bug for more details. Bug: angleproject:4569 Tbr: ynovikov@chromium.org Change-Id: Ic78513f6997e6e45b36d9e78132bfc67c071ef2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2149625Reviewed-by:
Jamie Madill <jmadill@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org> Cr-Commit-Position: refs/heads/master@{#759000}
-
Matt Menke authored
We want to get rid of the single argument AddHeader() method as the two argument AddHeader() and SetHeader() methods are safer and more flexible. In this case, switching to SetHeader() to make clear that there's only one instance of each of the headers being set. Bug: 1068194 Change-Id: Id17aba78bb54c47d4087324726b1c32920f29233 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148021Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#758999}
-
George Burgess IV authored
This is a reland of 5c44b2a9. Originally reverted by I57aafeaa0e4f6bb60c22f8ea0b085282869fffd7. Original change's description: > compiler: remove `!is_android` from CrOS thinlto checks > > This was originally added for linux-chromeos builds. Now that we have > is_chromeos_device here, it's redundant, and it unintentionally disables > ThinLTO/CFI for ARC pieces of non-linux CrOS builds. > > Bug: 1062713, 1050199 > Change-Id: I27022ed72597a90ae7d2bb385729550fa8d772e6 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108822 > Reviewed-by: Bob Haarman <inglorion@chromium.org> > Reviewed-by: Nico Weber <thakis@chromium.org> > Reviewed-by: Ben Pastene <bpastene@chromium.org> > Commit-Queue: George Burgess <gbiv@chromium.org> > Cr-Commit-Position: refs/heads/master@{#751505} Bug: 1062713, 1050199 Change-Id: I2116e2d80ebc11881deab80320b6530286c48ce3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2146994Reviewed-by:
Ben Pastene <bpastene@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#758998}
-
Aran Gilman authored
This is part of a series of changes re-implementing (and hopefully improving upon) cleanup performed in https://crrev.com/c/1922788. The intent is to reduce the number of changes not directly related to the new feature when relanding the CL. Bug: 1027612 Change-Id: Ibbc6967e43695f348f53655e46d05a547f8bd2ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144674Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: Aran Gilman <gilmanmh@google.com> Auto-Submit: Aran Gilman <gilmanmh@google.com> Cr-Commit-Position: refs/heads/master@{#758997}
-
Roberto Carrillo authored
R=nodir,chanli,bpastene Bug: 1027762 Change-Id: I50843a32bdedcd21c749531f5f9569365d34e11b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2149290Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Roberto Carrillo <robertocn@chromium.org> Cr-Commit-Position: refs/heads/master@{#758996}
-
Wei Li authored
App info label used gray dashed rectangle as its focus ring. That is not consistent with other places which use regular blue focus ring. This CL changes app info label to use FocusRing as well to make the appearance consistent. Since this was the only caller for canvas' DrawFocusRect() and DrawDashedRect(). We remove all those custom calls. Before and after screenshots are at https://bit.ly/2VlOdyy BUG=553726, 1059867 Change-Id: If8a2a32002ccb4ae11a28ef229a3964a662c0233 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141221Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Wei Li <weili@chromium.org> Cr-Commit-Position: refs/heads/master@{#758995}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/5bc1f981df4d..671aece845dd git log 5bc1f981df4d..671aece845dd --date=short --first-parent --format='%ad %ae %s' 2020-04-14 thestig@chromium.org Add FPDFAnnotEmbedderTest.FocusableAnnotRendering. 2020-04-14 thestig@chromium.org Update .gitignore after moving from YASM to NASM. 2020-04-14 tsepez@chromium.org Retain widgets across SetFocus() calls in CXFA_FFWidgetHandler. 2020-04-14 no-reply@google.com Mark static const class/struct members as constexpr 2020-04-14 tsepez@chromium.org Add missing brace to bug_1069700.in 2020-04-14 thestig@chromium.org Sanitize mouse wheel code. 2020-04-14 thestig@chromium.org Add FORM_OnMouseWheel(). 2020-04-14 dhoss@chromium.org Add FPDF_GetFileIdentifier() to public API Created with: gclient setdep -r src/third_party/pdfium@671aece845dd 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/+/master/autoroll/README.md Bug: chromium:1069700,chromium:1069789 Tbr: pdfium-deps-rolls@chromium.org Change-Id: Ic36a9ccb58506e566bce820ea6a7b20595f610ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2149524Reviewed-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@{#758994}
-
Ahmed Mehfooz authored
Bug: 1035647 Change-Id: I8fa699b0dcb7ecae115d90377ab1f384cdd78859 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148169Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Cr-Commit-Position: refs/heads/master@{#758993}
-
Brian Salomon authored
Bug: skia:10139 Change-Id: Id2b5d6beeddeb12fcc2f2e1ce0f7c1ad3c9ca4d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2149628 Auto-Submit: Brian Salomon <bsalomon@google.com> Reviewed-by:
Robert Phillips <robertphillips@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com> Cr-Commit-Position: refs/heads/master@{#758992}
-
Alexei Svitkine authored
This matches the CHECK in chrome/app/chrome_main_delegate.cc with the same message. These errors are not recoverable, and currently result in a CHECK being hit later in VariationsService::EnsureLocaleEquals(), which is trying to guard for locale mismatch issues. Also expands header comments to mention the empty string return value being the failure case. See ResourceBundle::LoadLocaleResources() implementation for the failure details (i.e. if empty string was returned, we either didn't load the pack file at all, or got an error loading it). Bug: 1022934 Change-Id: I4cc670cf669ed824c3b2073586941931fd38e364 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141010Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#758991}
-
Sujie Zhu authored
Replace NetworkAndLastFourDigits() with NicknameOrNetworkAndLastFourDigits() in CreditCard::LabelPiece(). The LabelPiece is used to set CreditCardEntry.metadata.summaryLabel value for the creditCardLabel (display text) in settings page. Changes of the creditCardLabel in the settings page's credit card list: Before: "Network ****2345" After: "Nickname ****2345" More details (googlers only): https://docs.google.com/document/d/1SfrBduc3gJrouT4zLmQHWtUPtcE-9JbkBGLHYgFLTFc/edit?ts=5e50549a#bookmark=id.g3yosdii8zfn Bug: 1059087 Change-Id: Iad062d727f0f0a88fd6e61d0903faf6864b8d889 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148274 Commit-Queue: Sujie Zhu <sujiezhu@google.com> Reviewed-by:
Jared Saul <jsaul@google.com> Reviewed-by:
Dominic Battré <battre@chromium.org> Reviewed-by:
Siyu An <siyua@chromium.org> Cr-Commit-Position: refs/heads/master@{#758990}
-
Mohamed Amir Yosef authored
This table will carry the user ids for the users who prefers not to move this credential to their account store within the context of Butter 4 Passwords. Bug: 1032992 Change-Id: Id26eff2ed6f709ff4b9236b47888e6ad7fb2d288 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2126293 Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#758989}
-
John Z Wu authored
Change-Id: Ic7bbe6dfa0bb8322b76bf674cc336fd83f2383bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145562Reviewed-by:
Christos Froussios <cfroussios@chromium.org> Commit-Queue: John Wu <jzw@chromium.org> Cr-Commit-Position: refs/heads/master@{#758988}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/google/shaderc/+log/1926de0638b6..a10a0b33493e git log 1926de0638b6..a10a0b33493e --date=short --first-parent --format='%ad %ae %s' 2020-04-14 rharrison@google.com Add warning signs about unsupported downloads (#1041) 2020-04-14 rharrison@google.com Rolling 5 dependencies and updating expectations (#1044) Created with: gclient setdep -r src/third_party/shaderc/src@a10a0b33493e If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/shaderc-chromium-autoroll Please CC radial-bots+chrome-roll@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 Bug: None Tbr: radial-bots+chrome-roll@google.com Change-Id: Ia78ae597b9c7fd48aab6d93916a276f4b3b5e2a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2149607Reviewed-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@{#758987}
-
Raymond Toy authored
The node already correctly handles k-rate inputs to the two AudioParams. Thus, we just add a test for this. Bug: 1015760 Test: k-rate-audiobuffersource-connections.html Change-Id: I5ef616692ba5ba836906c39cf8593624fe782728 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145701Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#758986}
-