- 14 Oct, 2019 40 commits
-
-
David Vallet authored
Change-Id: I229fe8012c5ec1c9fac5f540f3d0ed68284adb99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860196Reviewed-by:
Darren Shen <shend@chromium.org> Commit-Queue: David Vallet <dvallet@chromium.org> Cr-Commit-Position: refs/heads/master@{#705699}
-
Marijn Kruisselbrink authored
This refactors the blob interactions to either be behind a PostTask to the IO thread, or in the case of writes eliminates the direct interaction with the blob system entirely by reading the blob through its mojo interface instead. Also migrates one remaining FileSystemContext call to be behind a PostTask to the IO thread. This, combined with a previous CL, eliminates all code that required running on the IO thread, paving the way for moving most of the native file system API implementation to the UI thread. Bug: 1011534 Change-Id: I8ef3ce97a77efb42bd12b020e98d7c1430ca3292 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1845914Reviewed-by:
Olivier Yiptong <oyiptong@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#705698}
-
Scott Violet authored
BUG=none TEST=covered by various layout tests Change-Id: I13bf6bed0b7e9e2590ad2e8bc21adefcb8438997 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860330 Commit-Queue: Scott Violet <sky@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#705697}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/e20a46d9..a6ff36bd 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: I937ee0c93dab7a986faca36b561a8b16edc10be5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860156Reviewed-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@{#705696}
-
Tommy Li authored
Currently, ZeroSuggestProvider adds a verbatim match at the very top so that if the user focuses the omnibox, gets on-focus suggestions, and presses Enter, it triggers a reload. The problem is that ZeroSuggestProvider assumes the verbatim match is a URL, when that is no longer true for both On Focus Query Refinements / Query in Omnibox, as well as ZeroSuggest on NTP. This CL sends the verbatim match through the normal match classification system instead of forcing it to be a URL match. The way it does it is kind of counterintuitive - by no longer passing a reference to the HistoryURLProvider to VerbatimMatch, it will actually classify the text instead of just assuming it's a URL. More cleanups still need to be done, but I'm keeping the CL minimal for now. Bug: 1013271, 963173 Change-Id: I5b01734fcf5c068cc17e4110913c16de8d2824c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1854501Reviewed-by:
Kevin Bailey <krb@chromium.org> Commit-Queue: Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#705695}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/a4828a13c27a..7d7aaf46aeb4 git log a4828a13c27a..7d7aaf46aeb4 --date=short --no-merges --format='%ad %ae %s' 2019-10-14 robertphillips@google.com Slim down GrFragmentProcessor::TextureSampler and GrPrimitiveProcessor::TextureSampler 2019-10-14 jcgregorio@google.com Fix usage of depot_tools in containers. 2019-10-14 jvanverth@google.com Reland "Minimal iOS app: Perform present subsequent to flush" 2019-10-14 benjaminwagner@google.com [infra] Retry failed pushes in Android flavor 2019-10-14 mtklein@google.com insist SkPngEncoder's input is initialized 2019-10-14 senorblanco@chromium.org Dawn backend: update to Skia API changes. 2019-10-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms e9158fd9e492..8c5dee1e7fe2 (4 commits) 2019-10-14 jvanverth@google.com Revert "Minimal iOS app: Perform present subsequent to flush" 2019-10-14 csmartdalton@google.com Allow fullscreen clears when generating blurs 2019-10-14 jvanverth@google.com Remove fake SDK #defines for Metal backend. 2019-10-14 jvanverth@google.com Minimal iOS app: Perform present subsequent to flush 2019-10-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms ed9daeb11a98..e9158fd9e492 (1 commits) 2019-10-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms a52db47aa53f..ed9daeb11a98 (1 commits) 2019-10-14 robertphillips@google.com Reduce usage of GrProgramDesc::KeyHeader Created with: gclient setdep -r src/third_party/skia@7d7aaf46aeb4 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 csmartdalton@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=csmartdalton@google.com Bug: chromium:1013368,chromium:None,chromium:1008192,chromium:None,chromium:None Change-Id: I68ce3cf812306bd59ca42f9d6742be8785620c20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1859821Reviewed-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@{#705694}
-
chrome://safe-browsingXinghui Lu authored
Screen shot: https://screenshot.googleplex.com/My1OamJqnYy The CL only includes web UI logic, the code that triggers this UI will be included in a follow up CL. Bug: 1013370 Change-Id: I2b785ea711a0c62c9b7fa3c3dcac811307289d1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1856804 Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#705693}
-
Xianzhu Wang authored
The code had a bug that the same transform was dumped multiple times if it was referenced by multiple layers. Also dumping scrollPosition is not meaningful because we rely on transform/scroll property trees for scrolling. Change-Id: I7ca08ecd2db392e5f8a13ed866321b70d6545f2a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860681 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#705692}
-
Kristi Park authored
LocationIconView overrides WidthMultiplier() in order to remove the shrinking animation. However, IsShrinking() will still return true during the shrinking phase due to |open_state_fraction_|, causing GetSizeForLabelWidth() to briefly return a non-offset width. Therefore, call a new function, SetUpForAnimation(), which will only animate the label in. Bug: 1012107 Change-Id: I2757003690d12edd6b24e0ea30d03d4ba622eba3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1850968 Commit-Queue: Kristi Park <kristipark@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#705691}
-
Lei Zhang authored
The test times out in a flaky manner on several platforms, so disable them there. TBR=mlamouri@chromium.org Bug: 1014229 Change-Id: I2d030a0e26f207e07f1c9a4e4a9b174e1b46e78c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860309Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#705690}
-
liberato@chromium.org authored
It seems like CodecImages are sometimes being used for drawing after they have been marked as unused for the MCVD shared image pool. It is likely that this happens when the renderer is torn down before receiving returns from viz (e.g., renderer crash). This CL causes CodecImage to handle these cases gracefully, rather than crash. Bug: 1010621 Change-Id: Ibd25fd13dc477f1702df2b11a3c4ff46413f0f3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1853113Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Commit-Queue: Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#705689}
-
Steven Bennetts authored
Same fix as: https://chromium-review.googlesource.com/c/chromium/src/+/1834203 except for the details dialog. TBR=khorimoto@chromium.org Bug: 1014200 Change-Id: Idc6a7c63ec72995d78dec38497904290197a22f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860874Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#705688}
-
Manas Verma authored
Whenever card suggestions are shown, and the user has server cards and is eligible for FIDO authentication, a preflight call is made to retrieve authentication details. Logging the latency of this call. Bug: 949269 Change-Id: I53a9f00c9427ad26906a927e6a2a97bb4bf4f4e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808481 Commit-Queue: Manas Verma <manasverma@google.com> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Tommy Martino <tmartino@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#705687}
-
Sidney San Martín authored
Bug: 1014155 Tbr: kinuko Change-Id: I073800ae1c4b5494844798d6615e75032d9f100b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860311Reviewed-by:
Sidney San Martín <sdy@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Sidney San Martín <sdy@chromium.org> Cr-Commit-Position: refs/heads/master@{#705686}
-
Lei Zhang authored
TBR=jityao@google.com,voit@google.com Bug: 1014239 Change-Id: Ic49689798f3c44816c537e2bf26c05c702e5a480 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1859581Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#705685}
-
Alexander Timin authored
Also send the event to the RenderFrameHostImpl. In the future we can use this to store the theme_color in the RenderFrameHostImpl instead of doing it in the WebContentsImpl, which will make it easier to persist the color when the page goes into the BackForwardCache TBR=mtklein@google.com Bug: 1001087 Change-Id: Ifdb81f8b7e71f41801b7bb32a8d1544eed9ed302 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1821903 Commit-Queue: Alexander Timin <altimin@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#705684}
-
Lei Zhang authored
ServiceWorkerTest.FetchFromContentScriptShouldNotGoToServiceWorkerOfPage is flaky. TBR=horo@chromium.org Bug: 1014222 Change-Id: I8571373c1a7478b6719de10f062b9191866041aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860478Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#705683}
-
Daniel McArdle authored
New fuzzers are update_client_protocol_parser_fuzzer and update_client_protocol_serializer_fuzzer. Corpuses were generated by taking examples from protocol_parser_json_unittest.cc and protocol_serializer_json_unittest.cc and then minimizing. Bug: 1012898 Change-Id: Iddab1c9158e2886270930e25045b33506bfe166b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1850316 Commit-Queue: Max Moroz <mmoroz@chromium.org> Auto-Submit: Dan McArdle <dmcardle@chromium.org> Reviewed-by:
Max Moroz <mmoroz@chromium.org> Reviewed-by:
Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#705682}
-
Asanka Herath authored
Based on Justin Tervay's https://chromium-review.googlesource.com/c/chromium/src/+/1731617 Adds a feature flag to //chrome/common that controls whether the browser process enables FTP support when constructing the network service. The feature is enabled by default. Blink I2D: https://groups.google.com/a/chromium.org/d/msg/blink-dev/e1hkwUL4p3w/11sdjpuMAgAJ Chrome feature status: https://chromestatus.com/feature/6246151319715840 Original-Author: Justin Tervay Bug: 333943 Change-Id: Ib1a79809d733345fc80a47a9a4b5e3ee253771a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860693Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Asanka Herath <asanka@chromium.org> Cr-Commit-Position: refs/heads/master@{#705681}
-
Lei Zhang authored
This reverts commit e0dffd84. Reason for revert: Broke Windows archive bots. (Slightly speculative) https://ci.chromium.org/p/chromium/builders/ci/win-archive-rel/6444 https://ci.chromium.org/p/chromium/builders/ci/win32-archive-rel/6062 Note, the error comes from headless/, where the build config to handle multi-DLL is very fragile. Original change's description: > Set is_multi_dll_chrome to false by default > > This change sets is_multi_dll_chrome to false by default thus merging > chrome.dll and chrome_child.dll to a single dll. This saves disk space > and improves startup performance. It is also consistent with all other > platforms (windows was the only platform the split was enabled by > default). > > Bug: 726150 > Change-Id: Iade2c7f1bbe696d45ebac7483072f7e2e7e84ab4 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1850272 > Reviewed-by: Bruce Dawson <brucedawson@chromium.org> > Reviewed-by: Will Harris <wfh@chromium.org> > Reviewed-by: Nico Weber <thakis@chromium.org> > Commit-Queue: Nico Weber <thakis@chromium.org> > Cr-Commit-Position: refs/heads/master@{#705667} TBR=gab@chromium.org,thakis@chromium.org,brucedawson@chromium.org,wfh@chromium.org,chrdavis@microsoft.com Change-Id: I8dd4c4c075c855e1ce68e08c766eab34374ed3e1 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 726150 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860903Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#705680}
-
Dmitry Gozman authored
This moves history navigation virtual time pauser from RenderViewImpl to Page, which has two benefits: - slimming down RenderViewImpl; - encapsulating virtual time inside Blink. Most of changes are moving virtual time pauser creation from thread scheduler to page scheduler. Bug: none Change-Id: I9fc2683e974e005d8cea35ced0f5f82931215b5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1856929Reviewed-by:
Alex Clarke <alexclarke@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#705679}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/033004652faf..1ab0a72d103d git log 033004652faf..1ab0a72d103d --date=short --no-merges --format='%ad %ae %s' 2019-10-14 raphael.kubo.da.costa@intel.com Make upload_to_google_storage.py and tests work with Python 3. 2019-10-14 raphael.kubo.da.costa@intel.com Make download_from_google_storage_unittest.py work with Python 3. 2019-10-14 raphael.kubo.da.costa@intel.com upload_to_google_storage_unittest.py: Make StringIO usage Python 3-compatible 2019-10-14 raphael.kubo.da.costa@intel.com Use assertEqual() rather than assertEquals() in Python tests. 2019-10-14 raphael.kubo.da.costa@intel.com Make the queue module work with both Python 2 and Python 3. 2019-10-14 bsheedy@chromium.org git-cl: Add yapfignore support to git cl format Created with: gclient setdep -r src/third_party/depot_tools@1ab0a72d103d If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@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 TBR=agable@chromium.org Bug: chromium:984182,chromium:1009819,chromium:984182,chromium:1007872,chromium:1009819,chromium:984182,chromium:1007872,chromium:1007872,chromium:1009819 Change-Id: Ic50960cb2c7dc316da056b23942fd2588671367b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860451Reviewed-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@{#705678}
-
Qingsi Wang authored
Bug: None Change-Id: Ifadf8f15b4a50a16a11d53f6c499636ec0845420 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860145Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Qingsi Wang <qingsi@chromium.org> Cr-Commit-Position: refs/heads/master@{#705677}
-
liberato@chromium.org authored
Change-Id: I831b6ffd1de72c70ffaba12e2d4ab6e7702be8c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857022Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Commit-Queue: Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#705676}
-
Lily Chen authored
Bug: 978172 Change-Id: I744d4fd879a0b4588c9194b28d1e5a4905a67306 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860301Reviewed-by:
Maksim Orlovich <morlovich@chromium.org> Commit-Queue: Lily Chen <chlily@chromium.org> Cr-Commit-Position: refs/heads/master@{#705675}
-
Steven Bennetts authored
This fixes a logic bug when the code was changed to use ActiveNetworksChanged and should generally make the code more robust. https://chromium-review.googlesource.com/c/1433113 Bug: 967659 Change-Id: I206b1e3343f7afc6e34e6164bb6b710280a18ceb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1856864Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#705674}
-
George Burgess IV authored
To address issue 1005023, I'm adding indirect call profile removal to our AFDO pipeline. Since that's currently in dry run mode due to recent shakiness/instability (yay, cascading breakages...), I wasn't planning on rolling new profiles until after the branch. So we need a postprocessed profile before the branch, but don't want to roll profiles until after. Hence, use a manually-postprocessed profile. Bug: 1005023 Change-Id: I5c127d6f8ee279ec9f01b90ee9748e5193fb237a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1859679Reviewed-by:
Tiancong Wang <tcwang@google.com> Commit-Queue: George Burgess <gbiv@chromium.org> Cr-Commit-Position: refs/heads/master@{#705673}
-
Ian Kilpatrick authored
There should be no behaviour change. Change-Id: I9de23687e6cf24c76de57f341e4fecd780c66fdf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860682Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#705672}
-
Dale Curtis authored
https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/a91a03b0e143..62fcd0cb19d2 $ git log a91a03b0e..62fcd0cb1 --date=short --no-merges --format='%ad %ae %s' 2019-10-11 martin ci: Try switching two GCC based arm/aarch64 build configurations to debugoptimized 2019-10-11 martin arm64: ipred: Make sure all symbols are aligned 2019-10-11 jb Update news for 0.5.0: z2-avx2, ipred-neon and wiener-vsx 2019-10-10 martin arm: util: Split movrel into movrel and movrel_local 2019-10-10 ltrudeau Check loopfilter levels prior to calling lf_mask 2019-10-01 martin arm64: ipred: NEON implementation of the cfl_ac functions 2019-09-30 martin arm64: ipred: NEON implementation of the cfl_pred functions 2019-09-26 martin arm64: ipred: NEON implementation of the filter function 2019-09-25 martin arm64: ipred: NEON implementation of palette prediction 2019-09-24 martin arm64: ipred: NEON implementation of smooth prediction 2019-09-19 martin arm64: ipred: NEON implementation of paeth prediction 2019-10-09 gramner x86: Add ipred_z2 AVX2 asm 2019-10-09 gramner Simplify ipred_z C code 2019-10-09 gramner checkasm: Improve ipred_z tests 2019-10-09 jamrial x86: fix generate_grain_uv checkasm crashes on Windows x64 2019-10-09 jb Update NEWS for 0.5.0 2019-10-09 malvanos Add VSX wiener filter implementation 2019-10-08 jb Move snap to package/ subfolder 2019-10-07 martin arm: mc: Port the ARM64 warp filter to arm32 2019-10-07 martin arm64: mc: Use addp instead of addv+trn1 in warp 2019-10-02 martin arm: cdef: Port the ARM64 CDEF NEON assembly to 32 bit arm 2019-10-07 martin arm: Support PIC loading of non-global symbols in the movrel macro on apple platforms 2019-10-08 ltrudeau Remove branch when changing bit in LR edges mask 2019-10-05 martin arm64: cdef: Improve find_dir 2019-10-04 martin arm64: cdef: Calculate two initial parameters in the same vector 2019-10-03 martin arm64: cdef: Use loads with postincrement in more places in the padding function 2019-10-01 martin arm64: cdef: Rewrite an expression slightly 2019-10-07 ltrudeau Don't backup pixels if next restoration unit is NONE 2019-10-07 rsbultje Add AVX2 version of generate_grain_uv (4:2:0) 2019-10-04 martin arm64: mc: Schedule instructions better in the warp8x8 functions 2019-10-03 ltrudeau Check for RESTORATION_NONE once per frame 2019-10-02 martin arm64: mc: Use sbfx instead of ubfx+sxth in the warp function 2019-10-01 gramner x86: Increase precision of SSSE3 IDCT intermediates 2019-09-27 gramner x86: Increase precision of AVX2 IDCT intermediates 2019-10-01 gramner checkasm: Add a function listing feature 2019-10-01 gramner Simplify README build instructions 2019-09-30 rsbultje Minor cleanup 2019-09-18 martin arm64: ipred: NEON implementation of dc/h/v prediction modes Created with: roll-dep src/third_party/dav1d/libdav1d TBR=tguilbert Change-Id: Ie9925a9363001dfd0e5eb41f0078d06824ca502a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860142Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#705671}
-
Livvie Lin authored
Bug: 1008218 Change-Id: I1bdeaa0c31413d701c64acd748a1b196177b3fcc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857047Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: Livvie Lin <livvielin@chromium.org> Cr-Commit-Position: refs/heads/master@{#705670}
-
dalyk authored
This is a reland of e4dc12db The only new change made in this reland fixes compile errors in quic_stream_factory_test.cc. Original change's description: > Add disable_secure_dns support to net/quic, net/http, and net/spdy. > > This change is a no-op. It puts into place the needed support in the > net/quic, net/http, and net/spdy directories for disabling DoH. A follow- > up cl will add a similar field to URLRequest. > > Change-Id: I598cc5da88061e04bd234fa70e7f4c306817fd5d > Bug: 1012268 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1842220 > Reviewed-by: Matt Menke <mmenke@chromium.org> > Commit-Queue: Katharine Daly <dalyk@google.com> > Cr-Commit-Position: refs/heads/master@{#705610} Bug: 1012268 Change-Id: I007a04e36cb7876cc08f58b343dc922c04276c2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860690Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Katharine Daly <dalyk@google.com> Cr-Commit-Position: refs/heads/master@{#705669}
-
Elly Fong-Jones authored
These are all mechanical. Bug: 1011446 Change-Id: I7710b18807cad6ad3cb9d6b22d7a07f1c12a8e0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860095Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#705668}
-
Chris Davis authored
This change sets is_multi_dll_chrome to false by default thus merging chrome.dll and chrome_child.dll to a single dll. This saves disk space and improves startup performance. It is also consistent with all other platforms (windows was the only platform the split was enabled by default). Bug: 726150 Change-Id: Iade2c7f1bbe696d45ebac7483072f7e2e7e84ab4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1850272Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#705667}
-
Ian Kilpatrick authored
... instead of VisualSelfOverflowRect. Children wouldn't have painted if enabled with FragmentItems, or BoxPainting enabled. Originally added in: https://chromium-review.googlesource.com/c/chromium/src/+/1628634 Bug: 988015 Change-Id: I4925f51b66f67f74504d2a4e1fb25b157aa060ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1859681Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#705666}
-
Matthew Mourgos authored
Bug: 1012917 Change-Id: Ifd02e7d6b0331e54cf2839b26b9e8bec521d3c5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857094Reviewed-by:
Manu Cornet <manucornet@chromium.org> Commit-Queue: Matthew Mourgos <mmourgos@chromium.org> Cr-Commit-Position: refs/heads/master@{#705665}
-
Manas Verma authored
Changing "on-click" to "on-change" for the settings-page-button for enabling/disabling FIDO authentication for card unmasking. This makes the toggle a lot more responsive. Bug: 949269 Change-Id: Id8b986c0d74ca9459a40e3a1ba1e287b78bfdee8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857547Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: Manas Verma <manasverma@google.com> Cr-Commit-Position: refs/heads/master@{#705664}
-
Christoph Schwering authored
CL 1388111 / Commit b2020be3 removed timestamps from OnFormSubmitted(), the reason being that they were always Now(). They weren't always Now() in the unit test. This commit re-adds the non-Now() timestamps to the unit test. Bug: 1009364 Change-Id: I1204ee2e6d43685c0ac7a2e77c93236cceadf42b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860340 Commit-Queue: Dominic Battré <battre@chromium.org> Auto-Submit: Christoph Schwering <schwering@google.com> Reviewed-by:
Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#705663}
-
Dan Beam authored
R=mahmadi@chromium.org Fixed: 1013833 Change-Id: I3eac331445d5e76917506f52886a461db484fef3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857377Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Dan Beam <dbeam@chromium.org> Auto-Submit: Dan Beam <dbeam@chromium.org> Cr-Commit-Position: refs/heads/master@{#705662}
-
Alex Chau authored
- Derive ECPrivateKey from secret deterministically using EC_KEY_derive_from_secret - Will be used for VapidKeyManager to generate a ECPrivateKey from 256-bit secret from Chrome Sync, as illustrated in https://crrev.com/c/1848171 Bug: 1010968 Change-Id: Id2445ff802e9598ad3b454dc42972a6812713885 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844961 Commit-Queue: Alex Chau <alexchau@chromium.org> Reviewed-by:
David Benjamin <davidben@chromium.org> Reviewed-by:
Richard Knoll <knollr@chromium.org> Cr-Commit-Position: refs/heads/master@{#705661}
-
Nico Weber authored
...now that this is easy to do after #705630. Bug: 961769 Change-Id: Icfecf48eda96f94f548c1e1d2e772caf9bcfe9d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860522 Commit-Queue: Nico Weber <thakis@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#705660}
-