- 08 Nov, 2019 40 commits
-
-
Eric Roman authored
Bug: 1021236 Change-Id: I821d12f4a420a59e61722f85a024ff7253b871a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1904759 Auto-Submit: Eric Roman <eroman@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#713934}
-
Mitsuru Oshima authored
* Don't expose FrameView as it's not public * Allow non ARC window to fill the caption related fields. Bug: 1021604 Test: covered by unittests Change-Id: I87b0f645be901bed3c078fa000837d34e39cdc44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1902115Reviewed-by:
Jun Mukai <mukai@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#713933}
-
Bence Béky authored
The primary motivation is that the previous incantation looked suspicions: even though the rules of C++ are very clear about type casting when adding 255 as a uint8 and 1 as an int and then using it as an argument for a function that takes a uint64, it is too much to think about. This CL uses RandBytes() instead of read a single byte. (Incidentally RandGenerator() implementation is a bit complicated, and always reads 64 random bytes, quite unnecessarily in this case.) Bug: 1020233 Change-Id: I3e5610779c1643f86f2d615915931903d4962448 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906466 Commit-Queue: Ryan Hamilton <rch@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#713932}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/2e30fde04687..f0ade8a687ee git log 2e30fde04687..f0ade8a687ee --date=short --no-merges --format='%ad %ae %s' 2019-11-08 jlavrova@google.com Fixing no icu situation 2019-11-08 reed@google.com add flatten test to SkFont 2019-11-08 csmartdalton@google.com Defer stencil attachment until opsTask execution 2019-11-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-11-08 mtklein@google.com add SkColorTypeIsNormalized() Created with: gclient setdep -r src/third_party/skia@f0ade8a687ee 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 ethannicholas@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 TBR=ethannicholas@google.com Bug: None Change-Id: Idde543a693c80123430a1860bfb532f661b4c169 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906713Reviewed-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@{#713931}
-
Yuchen Liu authored
The old EncryptionScheme is deprecated and replaced by EncryptionMode. So rename EncryptionMode to EncryptionScheme. Now Audio/VideoDecoderConfig only carries EncryptionScheme. EncryptionPattern is passed to Renderer in DecryptConfig/DecoderBuffer. Bug: 825041 Test: CQ, build, media_unittests Change-Id: Iecf8720a20141939460f150d2b6abf092e621117 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1885501Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
John Rummell <jrummell@chromium.org> Commit-Queue: Yuchen Liu <yucliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#713930}
-
Dave Tapuska authored
This change moves the definition of DidChangeThemeColor from FrameHost to LocalFrameHost in blink. It removes the public definition on the WebLocalFrameClient as it isn't necessary anymore. BUG=1008432 Change-Id: I7c78c34d0dc4b81733b649dc8b3bf8aab334f3e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899321 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#713929}
-
John Delaney authored
The heavy ad intervention currently does not trigger when a blocklist is not available. We do not setup the blocklist in incognito mode. This change creates a blocklist for incognito profiles with no backing store, which simply creates an in-memory blocklist. This allows us to have very similar behavior across incognito & non-incognito. Bug: 1022806 Change-Id: I0d1e48adc08eb6dd93fb8a9ac6dd6b848f0ca348 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1902528 Commit-Queue: John Delaney <johnidel@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#713928}
-
Michael Wasserman authored
This reverts commit 1cc1acb5. Reason for revert: caused Mac ASan 64 Tests (1) browser_tests to fail: PasswordChangeAuthenticatorUnitTest.DetectPingSuccess PasswordChangeAuthenticatorUnitTest.DetectAzureSuccess PasswordChangeAuthenticatorUnitTest.DetectAdfsSuccess https://ci.chromium.org/p/chromium/builders/ci/Mac%20ASan%2064%20Tests%20%281%29/58281 Reverting as discussed in chat, hopefully this will make the tree a little greener? Original change's description: > Disable new JS test for ASAN properly > > JS tests don't work on ASAN, which is a known bug: > https://crbug.com/1010561 > > Use the existing "include_js_tests" flag to exclude > password_change_authenticator_test as it is intended, > instead of an ad-hoc solution. > > Bug: 1022385 > Change-Id: Ia81d148dd2c38c17813a2b007be27aa932849679 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1904197 > Commit-Queue: Nico Weber <thakis@chromium.org> > Reviewed-by: Nico Weber <thakis@chromium.org> > Reviewed-by: Roman Sorokin [CET] <rsorokin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#713806} TBR=thakis@chromium.org,rsorokin@chromium.org,olsen@chromium.org Change-Id: I68be33e1819fa3c705db82b7e9a49bd5e08e55b3 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1022385 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1907128Reviewed-by:
Michael Wasserman <msw@chromium.org> Commit-Queue: Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#713927}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/5e3eacac1ca1..60c88fd3ec68 git log 5e3eacac1ca1..60c88fd3ec68 --date=short --no-merges --format='%ad %ae %s' 2019-11-08 rsavitski@google.com Merge "ui: remove "idle process" process/thread tracks (utid 0)" 2019-11-08 lalitm@google.com trace_processor: fix counter values best index logic Created with: gclient setdep -r src/third_party/perfetto@60c88fd3ec68 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/+/master/autoroll/README.md TBR=perfetto-bugs@google.com Bug: None Change-Id: I8526018d5502b37e34be1b18a5ef0616c056e1fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906926Reviewed-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@{#713926}
-
behdad authored
Bug: chromium:1021682 Change-Id: Id35d9656d8c278c5b0eeaccf0efe905c58454b0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900248Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Behdad Bakhshinategh <behdadb@chromium.org> Cr-Commit-Position: refs/heads/master@{#713925}
-
Jon Mann authored
When navigating over the network list in the system tray, announce all visible details including: name, connection status, signal strength, managed by administrator, secured, etc. Fixes: 1006390, 1006019 Change-Id: I8b37d4711a329df94c6f16f17e378c3e3de66f5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899068Reviewed-by:
Samuel Huang <huangs@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Jon Mann <jonmann@chromium.org> Cr-Commit-Position: refs/heads/master@{#713924}
-
Bo Liu authored
Fix ContentViewRenderView's usage of postOnAnimation which can lead to leak after destroy as well. Bug: 1018148 Change-Id: I8d6509eed77355359a285e2ddb67bb80ac1e79de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903688 Commit-Queue: Bo <boliu@chromium.org> Reviewed-by:
Tobias Sargeant <tobiasjs@chromium.org> Cr-Commit-Position: refs/heads/master@{#713923}
-
danakj authored
On the bots, we see phantom time being lost during startup of the webkit_layout_tests step on each swarming bot. Looking at the logs from https://bugs.chromium.org/p/chromium/issues/detail?id=982208#c0 we see 25-40s of lost time after "Manifest generation completed". I narrowed down the majority of this time to be spent inside _wpt_test_urls_matching_paths(). This method was called 213 times, once for each virtual test suite, and iterates through multiple WPT dirs, and then over 30k test paths from the WPT manifest files. The inner loops of this process was doing far more work than they needed to do. We change _all_virtual_tests() to pass a set of virtual test paths to _wpt_test_urls_matching_paths(), calling it a single time. This allows us to generate and load the WPT manifests a single time instead of hundreds of times, saving about 4 seconds of time on my local machine. We then re-order the nesting of the loops and move work that needs to be done to the outer-most loop based on the inputs it depends on. And we simplify the matching done inside the inner-most loop to a single string.startswith() call. This saves another 9 seconds of time on my local machine. Locally this takes this phantom time from about 14 seconds down to 2 seconds. As the bots have larger phantom time (25-40 seconds) we can expect to see a larger proportional win there: On linux-rel we see the phantom time after generating WPT manifests drop from 19 to 4 seconds (-15 seconds) and on win10_chromium_x64_rel_ng we see the phantom time drop from 23 to 5 seconds (-18 seconds). Overall this is reducing the post-manifest phantom time by about 80% (about 20s -> 4s). It is reducing total time to first test by about 20% (about 90s -> 70s). R=dpranke@chromium.org Bug: 982208 Change-Id: Ibb8d6287e456f0910ee43f80e8072743d21bc2f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903725 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#713922}
-
rbpotter authored
Change the bookmarks Web UI build to be more similar to other Web UI pages (e.g. extensions, settings, Print Preview) by adding individual grd files for its resources, and building the optimized page from an unpak folder. This will allow the page to leverage existing logic in unpack_pak to place generated Polymer 3 JS files and non-generated JS module files in the same folder structure for bundling when the page is migrated to Polymer 3. Bug: 1022213 Change-Id: If27d96cefbca79f7b4b238b5123482dab465b4c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1904450Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#713921}
-
Mia Glaese authored
Bug: 982018 Change-Id: I3feac4d011e96a9e9ece24ff50d20b5958e3f0e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895795 Commit-Queue: Mia Glaese <glamia@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Ganggui Tang <gogerald@chromium.org> Cr-Commit-Position: refs/heads/master@{#713920}
-
Elly Fong-Jones authored
These methods are present as of 10.15 and need to be proxied on MTLDeviceProxy. Bug: 973128 Change-Id: Ib4bf6e2f52d0101fb639bd848346c2c00bfeee9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906331Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#713919}
-
Clark DuVall authored
Some of our navigation APIs were untested. The tests ended up finding a crash in getRedirectChain(). Change-Id: I2e0837ace604ee1607cebaa745e07c782cfc4be8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1904753 Commit-Queue: Clark DuVall <cduvall@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#713918}
-
Tommy Li authored
No one is looking at this metric currently. Bug: 1016906 Change-Id: Ib77a893871383756a551e6cbe7cd92545d8258de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1898507 Auto-Submit: Tommy Li <tommycli@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Commit-Queue: Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#713917}
-
rbpotter authored
In order to migrate pdf_scripting_api.js to be a module script for the Print Preview Polymer 3 migration, we need to stop executing it as a standard script in EnsurePDFHasLoaded and pdf_extension_test.cc. Since the current usage of this script only relies on a few lines of logic contained in the PDF scripting API rather than the entire class, inline these lines in C++ rather than injecting pdf_scripting_api.js. Bug: 1012574 Change-Id: Ib2b43b83819102c19be20a58e163f04b7c0d6e2c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1902257Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#713916}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/d9ed1c2732ba..c03ce008b9fe git log d9ed1c2732ba..c03ce008b9fe --date=short --no-merges --format='%ad %ae %s' 2019-11-08 bclayton@google.com Kokoro: Allow 'Fixes:' in bug check Created with: gclient setdep -r src/third_party/swiftshader@c03ce008b9fe If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=swiftshader-team+autoroll@google.com Bug: None Change-Id: I14335fc30741957daa56b0cd8b9c096888608a11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906651Reviewed-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@{#713915}
-
Simon Que authored
Bug: 1022686 Change-Id: I925f5f3922ba297349af65a60705cb4970d3cff7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906386 Commit-Queue: Simon Que <sque@chromium.org> Auto-Submit: Simon Que <sque@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org> Cr-Commit-Position: refs/heads/master@{#713914}
-
manuk authored
Previously, the DemoteByTypeRule was only usable if the params were set in the OmniboxBundledExperimentV1 study. With this CL, a group in any study that enables the OmniboxDemoteByType feature will also be able to set the params. Bug: 264066 Change-Id: I7f0695f4cb71e46a7a533d240db2e91f105cda03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903665Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: manuk hovanesian <manukh@chromium.org> Cr-Commit-Position: refs/heads/master@{#713913}
-
Bruce Dawson authored
The Windows 10 19013 Preview SDK has an extra UCRT file in the debuggers directory and this file (api-ms-win-downlevel-kernel32-l2-1-0.dll) is needed when running cdb.exe on Windows 7. This change allows the copy_cdb_to_output action to run with 18632 and later SDKs. Once we require a later SDK we should add the new file to the list of outputs for this action but this will smooth the otherwise bumpy transition. Bug: 10216507 Change-Id: I2304aea73dfcd25258697c37d05b05dc6adff55e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1904873Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#713912}
-
Jinsuk Kim authored
With https://crrev.com/c/1898161, HistoryNavigationDelegate returns nulled-out BottomSheetController when the activity is already destroyed. All the public methods of NavigationSheetCoordinator should take it into account and early out in any calls to them when it is detected. Bug: 1022285 Change-Id: I605a136f73c4e33ac880142321c3205b12eff940 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906846 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#713911}
-
Robert Liao authored
These appear unused and some use ATL. BUG=5027 Change-Id: I3b9ffae2134d03afe74e054ac7ce7896294db898 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906257 Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Auto-Submit: Robert Liao <robliao@chromium.org> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#713910}
-
Rouslan Solomakhin authored
Before this patch, specifying an empty list of modifiers would crash Android PaymentRequest, because it would clear its own list of modifiers before initializing it. This patch checks that the list of modifiers is initialized before clearing it. The new test EmptyParametersTest.NoCrash crashes without the patch and passes with the patch. After this patch, specifying an empty list of modifiers does not crash Android PaymentRequest. The android_browsertests were chosen to make sure both Android and desktop behave correctly. Although WPTs could also find the bug, they currently don't run on the waterfall (neither desktop nor Android). Bug: 1022810 Change-Id: I661aa80889822a73939c5f96662dc3531689a85e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906806 Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Danyao Wang <danyao@chromium.org> Cr-Commit-Position: refs/heads/master@{#713909}
-
Shivani Sharma authored
Bug: 932236 Change-Id: I4a30d7f9230682b75215f753ddc4e128e1c45be3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1790062 Commit-Queue: Shivani Sharma <shivanisha@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Cr-Commit-Position: refs/heads/master@{#713908}
-
Rob Buis authored
Blink currently does not properly render MathML but allows authors to specify fallback content via an annotation child of the <semantics> element. This is implemented by CSS rules in a dedicated UA sheet. This CL adds a mathml-fallback.css UA sheet with the same CSS rules and uses it when MathMLCore is disabled, in order to preserve existing behavior in that case. When MathMLCore is enabled, the existing mathml.css UA sheet is still used for now but its content will be modified in future CLs when the MathML implementation is refined. Bug: 6606 Change-Id: I4d68f10185d7e25f64bffeee0da5a184fac39932 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1904186Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Frédéric Wang <fwang@igalia.com> Commit-Queue: Rob Buis <rbuis@igalia.com> Cr-Commit-Position: refs/heads/master@{#713907}
-
Eric Roman authored
Bug: 1021236 Change-Id: Id03f517e8a5ed285c695d51b54182f99d3c91fb5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1904866 Commit-Queue: Peter Kasting <pkasting@chromium.org> Auto-Submit: Eric Roman <eroman@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#713906}
-
John Z Wu authored
- Implement GetURLLoaderFactory() - Implement GetIdentityManager() - Use a real SyncCredentialsFilter - Implement GetPasswordSyncState() Bug: 867297 Change-Id: I1b4fddc1601b7cfd007957ca88ea493d35e55555 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1904869Reviewed-by:
Hiroshi Ichikawa <ichikawa@chromium.org> Commit-Queue: John Wu <jzw@chromium.org> Cr-Commit-Position: refs/heads/master@{#713905}
-
Etienne Pierre-doray authored
Bug: 839091 Change-Id: Ie40872cdd6a7ea1d5d628a8aa49b0df5b9f48a3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1904269 Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#713904}
-
Antonio Gomes authored
The replacement is now possible that all users are in Blink. Essentially, the former is a pure interface for the later. As a follow up step the use of WebString will be replace by WTF::String. BUG=787254, 919392 R=guidou@chromium.org, haraken@chromium.org Change-Id: I84f540d050e72180a9026f595e586d1319efed1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1904669 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#713903}
-
Peter Kotwicz authored
This CL removes the --aggressively-prewarm-renderers command line flag. I am deleting it because there are no plans on turning on the flag behaviour by default. BUG=1022819 Change-Id: I6fcfe9be782ed5a1f20831b89b356b28e1671045 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906310Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#713902}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/99b558b594a1..2e30fde04687 git log 99b558b594a1..2e30fde04687 --date=short --no-merges --format='%ad %ae %s' 2019-11-08 jlavrova@google.com Font resolution: all unit tests working 2019-11-08 kjlubick@google.com [canvaskit] Expand SkAnimatedImage 2019-11-08 kjlubick@google.com [canvaskit] Fix null dereference when GrContext cannot be made 2019-11-08 egdaniel@google.com Handle failure to create VkRenderPasses in vulkan backend. 2019-11-08 mtklein@google.com Pre-flight SkTLS_pthread changes for C++17 2019-11-08 mtklein@google.com remove redundant comparison ops Created with: gclient setdep -r src/third_party/skia@2e30fde04687 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 ethannicholas@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 TBR=ethannicholas@google.com Bug: None Change-Id: Idfcc045a389982ea02602897440dba6aca1787a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906867Reviewed-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@{#713901}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/814c68a9..2a7f3180 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,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I63eddd17a3834c7fd9be6ae356da51c9dd1a32ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906826Reviewed-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@{#713900}
-
Mario Sanchez Prada authored
As agreed on crrev.com/c/1879260, we are now renaming this interface to prevent a naming clash now that we have migrated to the new Mojo types, which would lead to confusing situations like having a mojo::Remote<video_capture::mojom::Receiver>. Bug: 955171 Change-Id: I2fdc736643ac652de6db27af1de593ee13ca83f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1901468 Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#713899}
-
Simon Que authored
Bug: 1022800 Change-Id: Ibb932d484610190dbc95814f21b5b7c5bb2aa5f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906446Reviewed-by:
Aaron Gable <agable@chromium.org> Commit-Queue: Simon Que <sque@chromium.org> Cr-Commit-Position: refs/heads/master@{#713898}
-
Mei Liang authored
This CL adds an API to TabSelectionEditorController that shows the TabSelectionEditor with the given tabs, and the first n tabs being selected. There is also a divider shows between the first n selected tabs and the rest of the tabs. Change-Id: I32aa764dc62bbabc89fe54641963b9f64274134e Bug: 1004570 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1896866Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Mei Liang <meiliang@chromium.org> Cr-Commit-Position: refs/heads/master@{#713897}
-
Peter Boström authored
After r713254 there are hopefully no longer performance issues with enabling FocusRings everywhere. Bug: chromium:924232 Change-Id: I99cca2635f3d618d72b2371ce6a07eecea01ffee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903611Reviewed-by:
Wei Li <weili@chromium.org> Commit-Queue: Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#713896}
-
Michael Wasserman authored
This reverts commit efd7d333. Reason for revert: BackForwardCacheBrowserTest.WebMidiNotCached is consistently failing since this landed on at least one bot: https://ci.chromium.org/p/chrome/builders/ci/linux-chromeos-google-rel/8840 Tracking as part of Bug: 1022876 Original change's description: > BFCache: Add a browser_test for WebMIDI > > Bug: 981740 > Change-Id: I40605b9b6b343a3e0b4a12fe3b0e5e0b6f992390 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903182 > Commit-Queue: Kouhei Ueno <kouhei@chromium.org> > Reviewed-by: Alexander Timin <altimin@chromium.org> > Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org> > Reviewed-by: Fergal Daly <fergal@chromium.org> > Reviewed-by: Takashi Toyoshima <toyoshim@chromium.org> > Cr-Commit-Position: refs/heads/master@{#713734} TBR=toyoshim@chromium.org,kouhei@chromium.org,altimin@chromium.org,arthursonzogni@chromium.org,fergal@chromium.org Change-Id: Ibb109e18bec2fc12305efc483972acb743c75714 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 981740 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906874Reviewed-by:
Michael Wasserman <msw@chromium.org> Commit-Queue: Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#713895}
-