- 29 May, 2020 40 commits
-
-
Wan-Teh Chang authored
https://chromium.googlesource.com/codecs/libgav1.git/+log/638ef84819f8..bf190c43e5c7 $ git log 638ef8481..bf190c43e --date=short --no-merges --format='%ad %ae %s' 2020-05-12 linfengz update PrepareLoopRestorationBlock() 2020-05-12 linfengz skip PrepareLoopRestorationBlock() when there is no CDEF 2020-05-12 vigneshv deblock: Remove some branches 2020-05-12 vigneshv deblock: Use tables for thresholds 2020-05-12 slavarnway x86: Improve CdefFilter_SSE4_1() 2020-05-11 jzern cdef_{neon,sse4}: rm unneeded clamp for 2ndary damping 2020-05-11 jzern CdefFilter_C: add some asserts 2020-05-11 linfengz dsp: reduce horizontal borders of self-guided filter 2020-05-11 jzern PrepareCdefBlock: extract constants from loop 2020-05-11 jzern PrepareCdefBlock: test 0 rather than block_height (...) 2020-03-31 jzern decoder.h,cosmetics: add 'settings_.' to member refs 2020-03-31 vigneshv trivial: Minor clean up in DecodeTilesThreadedFrameParallel 2020-03-30 vigneshv tile: Add a cache for reference frame progress 2020-03-30 vigneshv Have the current frame thread participate in parsing 2020-03-30 vigneshv Error handling for combined multithreading 2020-03-30 vigneshv Implement combined multithreading 2020-03-30 linfengz add MvProjection{Compound,Single}*() SSE4 optimization 2020-03-30 linfengz update MotionFieldProjectionKernel_{C,NEON}() 2020-03-26 vigneshv trivial: Change the order of some operations in DecodeTiles 2020-03-26 jzern add {decoder,obu_parser}_fuzzer Created with: roll-dep src/third_party/libgav1/src R=johannkoenig@google.com,jzern@google.com Bug: 1047051 Change-Id: I3015f01ecf885cfc1de4115dd982506ba4faa487 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2220148Reviewed-by:
James Zern <jzern@google.com> Commit-Queue: Wan-Teh Chang <wtc@google.com> Cr-Commit-Position: refs/heads/master@{#773306}
-
Tarun Bansal authored
In NQE (network quality estimator), disabling checking SSID and signal strength by default. Further, when enabled, throttle the signal strength Android API calls to once per 30 seconds. The only exception is that the 30 second rule is not followed if there is a network change event. This throttling is needed to reduce the number of calls to Android APIs. Change-Id: Iabab4498aa2c55fdc491d2f71267d40575e08c65 Bug: 1087511 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2220815 Commit-Queue: Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Cr-Commit-Position: refs/heads/master@{#773305}
-
Sophie Chang authored
Change-Id: I4b94183e2a5b891389081f5eb9ade67ccf7893d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2222546Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Sophie Chang <sophiechang@chromium.org> Cr-Commit-Position: refs/heads/master@{#773304}
-
Becca Hughes authored
We had some feedback that this field is confusing and we are not using it so we should make it optional. BUG=1087907 Change-Id: Ie3359581a6cf4c555c66073714070da50abccdef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2220841 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#773303}
-
Rakib M. Hasan authored
This CL will make a change that makes expectations for unexpected skips in the AndroidNeverFixTests file. This CL also changes the Android tags produced by the test harness to include the Android WPT product argument.This CL also removes the --android-apk command line argument adds the --android-product command line argument to the build_wpt_metadata.py script. The product argument for the wpt runner will be passed in as the value for this argument. Bug: 1050760, 1050754 Change-Id: I32a8df293ed1442cb810976ec643e4c63b0414ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2204543Reviewed-by:
Robert Ma <robertma@chromium.org> Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#773302}
-
Collin Baker authored
This is a reland of a1906b31 Original change's description: > Extract capture state machine > > This moves much of the capturing logic to ThumbnailCaptureDriver which > doesn't depend on WebContents or video capture details. Instead, it > expects calls from its client on state changes and calls back into a > client interface to request, start, and stop capture. > > Since the new class is testable, this also adds unit tests. > > Bug: 1073141 > Change-Id: I5e458ce4e7ab04f2091e1af4c76ad701d6eda0d1 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2208547 > Reviewed-by: Dana Fried <dfried@chromium.org> > Commit-Queue: Collin Baker <collinbaker@chromium.org> > Cr-Commit-Position: refs/heads/master@{#772842} TBR=dfried@chromium.org Bug: 1073141 Change-Id: I7a3d7c92112090e5ac1ded038e1460c94b02d8f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2220555 Commit-Queue: Collin Baker <collinbaker@chromium.org> Reviewed-by:
Collin Baker <collinbaker@chromium.org> Cr-Commit-Position: refs/heads/master@{#773301}
-
Anupam Snigdha authored
This is the final patch for VirtualKeyboard APIs. It contains the VK policy implementation and also unit/integration tests for this feature. It is currently behind a runtime flag - VirtualKeyboard. Explainers and Design Doc: https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/master/VirtualKeyboardPolicy/explainer.md https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/master/VirtualKeyboardAPI/explainer.md https://docs.google.com/document/d/1I0LUNxK_gP5IaNQsbYN6gL6Zpm71XzduCKkublU5o5Q/edit?usp=sharing Bug: 856269 Change-Id: Ibf079af082ac9f35f2c1727fe577aad96cdb3f71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2211440Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Mustaq Ahmed <mustaq@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Yuichiro Hanada <yhanada@chromium.org> Commit-Queue: Anupam Snigdha <snianu@microsoft.com> Cr-Commit-Position: refs/heads/master@{#773300}
-
Travis Skare authored
Remove bitmap version. Screenshots: Light: https://screenshot.googleplex.com/3mbKwwZkyrw Dark: https://screenshot.googleplex.com/OxSouMTHyp4 Bug:1082942 Change-Id: I23a3698dd43d506201889d7aac7ea3fff0692f59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209637 Commit-Queue: Travis Skare <skare@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#773299}
-
Matt Jones authored
This patch has the bottom sheet ignore touch events on its shadow. If the down event was inside the usable part of the view, the gesture is continued. Bug: b/157034370, 1086670 Change-Id: I44d074adaa19d2513720e167b20b5e97c2a1e60b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2216377 Commit-Queue: Matthew Jones <mdjones@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#773298}
-
Fangrui Song authored
Due to https://reviews.llvm.org/D80059, the Bug 751812 hack for unversioned libdbus-1.so.3 symbols no longer works. This patch drops dependent shared objects' dependency (DT_NEEDED) on libdbus-1.so.3 so that LLD will not error. LLD does not error for undefined symbols from a shared object if some dependencies are not input files. Bug: 1086636 Change-Id: I7e8e3f935d96d534e94ad2ff905ace8cb56afdaa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2220362 Commit-Queue: Fangrui Song <maskray@google.com> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#773297}
-
Sujie Zhu authored
We limit the nickname input maxlength to 25 and valid the nickname input to ensure no digit is used as nickname. Display the error message, and disable save button when the nickname input is invalid. Local build test video (googlers only): https://drive.google.com/file/d/1l2Dck63oktdCus6GS8ywNAXFU7iJ0lxV/view?usp=sharing The follow up CL is to fine-tune the CSS layout (width & margins) once we finalize the UI. Bug: 1082013 Change-Id: I2996c8a388e4dc4d282e3d9f4e769e4e00f60581 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2217091Reviewed-by:
dpapad <dpapad@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Commit-Queue: Sujie Zhu <sujiezhu@google.com> Cr-Commit-Position: refs/heads/master@{#773296}
-
Rohit Rao authored
The webkit build invokes the "copypng" command, which is in /usr/bin. BUG=None Change-Id: I3a343f5620531665bc6d0f3f7a73c7e84c290912 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2220881Reviewed-by:
Ali Juma <ajuma@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#773295}
-
Nicolás Peña Moreno authored
This CL adds another UKM for EndReason which is similar to the existing one but explicitly calls out when the "End" is due to the page becoming hidden. UKM collection review: https://docs.google.com/document/d/1RvLL-L5vfhRVkwAiDskCStED5cqHNweROyfz62g4WiA/edit?ts=5ecb9da9#heading=h.k5jx6iluw4yt Bug: 1049260 Change-Id: I7a7112b4a71a0a6fc9045387d32ec1b104e76109 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2211052 Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Annie Sullivan <sullivan@chromium.org> Reviewed-by:
Bryan McQuade <bmcquade@chromium.org> Cr-Commit-Position: refs/heads/master@{#773294}
-
Thomas Guilbert authored
This test has been flaking consistently on android-pie-arm64-rel and a few other bots. TBR=mlamouri Bug: 1087794 Change-Id: I2655b11bf7b5580d497df0958e3ea9a8564cb9c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2222184 Commit-Queue: Thomas Guilbert <tguilbert@chromium.org> Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Cr-Commit-Position: refs/heads/master@{#773293}
-
Etienne Bergeron authored
This CL is refactoring RenderText to use in-declaration initializers. This CL has no functional change. R=pkasting@chromium.org Bug: 1025561 Change-Id: Ibd38890d8d9dbaea913ab703187aff1fd8871673 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2220070 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#773292}
-
Rohit Rao authored
The previous non-block-based API dated back to iOS 3 and is deprecated starting with iOS 13. BUG=1086653 Change-Id: Id53e8f7e3b7938d056a38cc439733722179a3425 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2220485Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#773291}
-
Jimmy Gong authored
- Will be implemented once a policy is created to gate this capability. Bug: 1087942 Change-Id: I0887004a8ecb237a93feb877e47a79feba9266af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2220876 Commit-Queue: jimmy gong <jimmyxgong@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Reviewed-by:
Bailey Berro <baileyberro@chromium.org> Cr-Commit-Position: refs/heads/master@{#773290}
-
Nate Chapin authored
Change-Id: I511771cfc43fca4d12b2f8e9b1239708d8fc8a76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2211939 Commit-Queue: Nate Chapin <japhet@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#773289}
-
Elly Fong-Jones authored
Bug: 1076487 Change-Id: I56c86e4097d2309b97ffc614767d53d860d52291 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2221425 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#773288}
-
Wan-Teh Chang authored
In ColorSpace::ToSkYUVColorSpace(), do not map MatrixID::SMPTE240M to kRec601_SkYUVColorSpace. In ITU-T H.273, the matrix coefficients of SMPTE 240M are KR = 0.212 and KB = 0.087, which are quite different from the matrix coefficients of BT.470 B, G and SMPTE 240M (KR = 0.299 and KB = 0.114). If we just need a close match, then the matrix coefficients of BT.709 (KR = 0.2126 and KB = 0.0722) would be a closer match. Change-Id: I280df566a031437115f4bbb284ea8603cfb5136d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2188630Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Commit-Queue: Wan-Teh Chang <wtc@google.com> Cr-Commit-Position: refs/heads/master@{#773287}
-
chromium-autoroll authored
Roll ChromeOS Orderfiles from 84-4136.1-1589799722-benchmark-84.0.4147.17-r1 to 84-4142.0-1590399482-benchmark-84.0.4147.27-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-orderfile-chromium Please CC c-compiler-chrome@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: c-compiler-chrome@google.com Change-Id: Idab805ef26505226c6fb127fe2ffd70516d8c9ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2222681 Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#773286}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/4c32bd0b7d6b..0357eed7de15 2020-05-29 cwallez@chromium.org Revert "Check FP16 support on vulkan backend" 2020-05-29 enga@chromium.org Ensure dynamic buffer offset bindings are sorted in increasing order 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 cwallez@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: chromium:1087896 Tbr: cwallez@google.com Change-Id: I9ffc6ee6e93e7f5439d08cca0f665ca19517e8c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2222499Reviewed-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@{#773285}
-
Sorin Jianu authored
This CL hooks up download progress notifications from the WinHTTP network client up to AppInstall. BUG: 1014590. Change-Id: I18cc3276284a221a93f2d7ca05005eb1bf3dc71d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2216035Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#773284}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1590739125-6c79d7b2f103e2693202dab38de41a1a724cbc3e.profdata to chrome-win64-master-1590767663-bfa6fb46c573202b6713bcacc5afb7fbf40f8033.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 jeffyoon@google.com,liaoyuke@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: chrome/try:win64-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com Change-Id: I9f538c6840787dc538579bdae1cb0e1b90868392 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2221427Reviewed-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@{#773283}
-
Regan Hsu authored
* On mousedown, the search input will highlight the entire query text. * When the dropdown is closed, hovering over the search input causes a pointer cursor instead of the text cursor. Video: https://drive.google.com/file/d/1Ytl8MLiZ7Q0JY05Y5421NjvKs7HMaiqf/view Fixed: 1086774 Change-Id: I9d2b9e938d425b78c29b57f515b7b80fd6f56ce8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2219010Reviewed-by:
John Lee <johntlee@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Regan Hsu <hsuregan@chromium.org> Cr-Commit-Position: refs/heads/master@{#773282}
-
Maksim Moskvitin authored
Removed functionality is a part of Directory Nigori implementation, which isn't longer used. Bug: 1083924 Change-Id: Iff2c6fcd10f09cb7e9752a2c8c4e829893594fbe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2218126Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Maksim Moskvitin <mmoskvitin@google.com> Cr-Commit-Position: refs/heads/master@{#773281}
-
Matt Reynolds authored
On Mac, the physical device ID is the location ID rendered as a string. The location ID is a system-supplied device identifier that describes how the device is connected to the system. HID devices that are exposed by the same physical device have the same location ID. BUG=1011499 Change-Id: I04284c62e22b057f2ccaf256acb03c655043308f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1972329Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Matt Reynolds <mattreynolds@chromium.org> Cr-Commit-Position: refs/heads/master@{#773280}
-
Brian Sheedy authored
This reverts commit e191ee0f. Reason for revert: New images approved, tests should now pass. Original change's description: > Disable failing VrBrowserWebInputEditingTest#testFullscreenVideoControls on N+ > > This test started failing recently on Nougat and Oreo > Phone Testers. > > BUG=1087857 > TBR=bsheedy@chromium.org,alcooper@chromium.org > > Change-Id: I4d33d534aafb116d826179e934c9a182a6bc66ca > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2220034 > Reviewed-by: Tim Volodine <timvolodine@chromium.org> > Commit-Queue: Tim Volodine <timvolodine@chromium.org> > Cr-Commit-Position: refs/heads/master@{#773174} TBR=timvolodine@chromium.org,bsheedy@chromium.org,alcooper@chromium.org Change-Id: Idf4e2e61edc8ff7db7cbb8c1c4218ed34a9e948d Bug: 1087857 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2219281 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#773279}
-
spdonghao authored
Bug: 1076139 Change-Id: Ibad8ba93103049fffb9e2ddc5f240c969d1b382a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2194178Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Reviewed-by:
Xi Han <hanxi@chromium.org> Commit-Queue: Hao Dong <spdonghao@chromium.org> Cr-Commit-Position: refs/heads/master@{#773278}
-
Bo Liu authored
When the fragment is retained but activity is recreated for a configuration change such as rotation, the active web contents loses visibility for a moment, which would not happen if the activity handled the config change. On slow pages that listen to page visibility, this can cause extra work that delays page layout. Avoid this by detecting config change: check for non-zero getChangingConfigurations in onStop, and avoid marking web contents as invisible if it's the case. Bug: 1084500 Change-Id: Id7cedc5a6c8c09735620732bc873d461544d540b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2216311Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#773277}
-
Ken Rockot authored
Mojom types marked [Stable] must preserve backward-compatibility over time. This presubmit tool checks for unsafe changes to any such types. Fixed: 1070663 Change-Id: Ie1d3ca30d608dd95e256c782593c9df910512e96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2219020 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#773276}
-
Matt Menke authored
Users don't generally view this file in a text editor, so we should not pretty print this file, to both speed up loading and reduce our disk footprint. We'll soon be keying Expect-CT data by NetworkIsolationKey, which will also bloat up this file a bit, so let's decrease its size before that happens. Bug: 699461, 969893 Change-Id: I2d6815997dd41e2fcfa98f144c783bdd0f5ef583 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2220907Reviewed-by:
Nick Harper <nharper@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#773275}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/52014ab2d7f2..adf56e58b7f6 2020-05-29 dberris@chromium.org auto-bisect: Do not bisect ignored and recovered anomalies If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC nuskos@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:chromeos-kevin-rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: chromium:1087799 Tbr: nuskos@google.com Change-Id: I4283ab14421ad9489dd720ae2e2ec0cb46685add Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2222495Reviewed-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@{#773274}
-
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/perfetto-trace-processor-linux-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: Ia744776883332009893141f5dce40e1542888e4f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2222547Reviewed-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@{#773273}
-
danakj authored
Now that devtools has removed its uses of it, we don't need to keep this as a synonym for updateAllLifecyclePhasesAndCompositeThen(). This can land after devtools rolls into chromium with: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2208540 R=avi@chromium.org Bug: 952399 Change-Id: I65f7cc4a3356edf7b6b6ee28d50b5c0c8b68b7d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2222541Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#773272}
-
Mason Freed authored
Given that the html_background_parser isn't actually threaded, it seems to make more sense to call this "can parse asynchronously". This CL should cause no behavioral changes at all. Bug: 901056 Change-Id: I689ccc3270ecb63781ed0ff92212c21dbb07a569 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2220628 Commit-Queue: Mason Freed <masonfreed@chromium.org> Auto-Submit: Mason Freed <masonfreed@chromium.org> Reviewed-by:
Richard Townsend <richard.townsend@arm.com> Cr-Commit-Position: refs/heads/master@{#773271}
-
Jeffrey Cohen authored
ComponentCallbacks have been found to be problematic in the past. https://chromium-review.googlesource.com/c/chromium/src/+/1610587 Bug: 1084466 Change-Id: Ia75fec7163bd2e58772c42e50673dddaee48d68b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2219168Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Patrick Noland <pnoland@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Commit-Queue: Jeffrey Cohen <jeffreycohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#773270}
-
Xiaohan Wang authored
CdmAdapter uses the CDM origin in crash reporting. Currently the origin comes from the render process during CDM creation. This CL adds a new CdmAuxiliaryHelper::GetCdmOrigin() where the implementation is in the browser process that is more secure. This allows us to remove the |security_origin| from various CreateCdm() calls which will be done in the next CL. Bug: 1065264 Change-Id: I8db09de9586f814c4af0a43e62b0e12eb08e1d41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2220214 Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
John Rummell <jrummell@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#773269}
-
Xinghui Lu authored
This CL is for refactor only. There is no functional change. Break RealTimeUrlLookupService into RealTimeUrlLookupServiceBase and RealTimeUrlLookupService, so that the enterprise version won't affect the consumer version. RealTimeUrlLookupServiceBase contains backoff logic and cache logic, because these functionalities will be shared with both enterprise and consumer versions. RealTimeUrlLookupServiceBase has three interfaces to be implemented: CanPerformFullURLLookup CanCheckNonMainframeURL StartLookup Another derived class EnterpriseRealTimeUrlLookupService will be added in a future CL. Bug: 1085261 Change-Id: I9445d3161d44e2402482aac9e9624cf8903d10bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2204824 Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#773268}
-
Clark DuVall authored
WebLayer requires using the window's Context to access resources and not the Activity, since the Activity belongs to the client and doesn't have WebLayer resources. This also doesn't even need the Activity since the DateTimeChooserAndroid constructor takes a Context. Bug: 1087894 Change-Id: I3b007ee938a67b7819f73cc9e8bc13c2dd2b56fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2222622Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#773267}
-