- 19 Apr, 2019 31 commits
-
-
Wez authored
The BackForwardCacheMetricsTest base set a mock TickClock during SetUp() but never cleared it, meaning that later tests running the same process might use-after-free it. TBR=altimin Bug: 954421 Change-Id: I98946b4639f58288e87d4536d932bf7f588dab60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574211Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#652437}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/67f7f92555b7..ad74585cca1c git log 67f7f92555b7..ad74585cca1c --date=short --no-merges --format='%ad %ae %s' 2019-04-18 benjhayden@chromium.org Migrate report-table to es6 module 2019-04-18 benjhayden@chromium.org Remove stale references to cp-loading.html 2019-04-18 crouleau@chromium.org [vinn] Raise original exception rather than exceptions hit during cleanup 2019-04-18 benjhayden@chromium.org Migrate triage-new and triage-existing to es6 modules Created with: gclient setdep -r src/third_party/catapult@ad74585cca1c The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:950011,chromium:950011,chromium:953365,chromium:950011 TBR=oysteine@chromium.org Change-Id: Iaee4e9dc4d27eeba3e012206f51273c30b89b31e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574208Reviewed-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@{#652436}
-
Alexander Timin authored
This will allow us to measure the performance difference and see the difference in the user engagement metrics and extrapolate to estimate the usefulness of bfcache. One-pager: https://docs.google.com/document/d/10Ff_5oq7k-oYuXTTKdN0v_JKG3bU1GPgAWWF7i4nMvs/edit# R=creis@chromium.org BUG=954271 Change-Id: Id31309a9e4926073b10b0e983ed193cf207ec9f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574798 Commit-Queue: Alexander Timin <altimin@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Cr-Commit-Position: refs/heads/master@{#652435}
-
Andres Calderon Jaramillo authored
This CL makes JpegParser not include the EOI marker and any data after that when computing the |data_size| for a JPEG. The assumption is that the |data_size| should only include scan data: the documentation for the field in jpeg_parser.h states that |data_size| is "the size of compressed data of the first image." The |image_size| field is also affected: it includes everything up to (and including) the EOI marker and ignores anything after that. This is done so that camera captures that come with trailing zeros don't get the size misreported to the hardware acceleration driver. Test: added a simple test to check the behavior. Bug: b:129728310 Change-Id: I68557f38527256e5f6d1116866ae56964ec40da8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1554044 Commit-Queue: Andres Calderon Jaramillo <andrescj@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#652434}
-
Austin Eng authored
Bug: 877147 Change-Id: I6e09389ac04077f9f878f5c625cbd7b33474cc92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562896 Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/master@{#652433}
-
Hirokazu Honda authored
We store CheckConfig result in InitializeTask() to the value, |result|, that is in stuck in Initialize(). Since Initialize() progresses once CheckConfig() is done, |result| can be released before the value is checked in InitializeTask(). That causes that |result| is 0 and returns early in Initialize(). H264Decoder is not initialized in the case, h264_decoder is nullptr as a result. This fixes the issue by storing CheckConfig result to a local value in InitializeTask(). Bug: 954185, 951426 Test: video_decode_accelerator_unittest Change-Id: Ia98951ada7abd4c6f22491c504ded4b72f836a29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575039Reviewed-by:
Pawel Osciak <posciak@chromium.org> Commit-Queue: Pawel Osciak <posciak@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#652432}
-
Alison Maher authored
This change updates the UIA control type for text inputs from UIA_DocumentControlTypeId to UIA_EditControlTypeId. Unit tests added. Bug: 953870 Change-Id: Ie9a570ed10c730c436829af35ec9f81057953c06 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1572556Reviewed-by:
Katie Dektar <katie@chromium.org> Commit-Queue: Alison Maher <almaher@microsoft.com> Cr-Commit-Position: refs/heads/master@{#652431}
-
Rob Paveza authored
Adds aXe core linting automated tests for the Elements tool's Events pane and also corrects a lint failure in that the select item for how events are categorized lacked an accessible label. Change-Id: I69776e0dea8db9c7fd9f3c45d5e02fb77a01936d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1567892 Commit-Queue: Robert Paveza <Rob.Paveza@microsoft.com> Reviewed-by:
Joel Einbinder <einbinder@chromium.org> Cr-Commit-Position: refs/heads/master@{#652430}
-
Caleb Rouleau authored
If a benchmark does not return any test results file, then currently our run_performance_tests.py script will hard fail. Instead, we should be more graceful. Note that an error is already logged when this happens in execute_telemetry_benchmark, so there's no need to log another error. Bug: 953365 Change-Id: Iadba50ffd43b6c7b930b91e5cc1365acc31c3588 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574888 Auto-Submit: Caleb Rouleau <crouleau@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#652429}
-
Varun Khaneja authored
See: https://docs.google.com/document/d/1E1uyto12NGe9kZFpqH8T8pRyhaOdzcKwHW51RETw-0Q/edit CL for Desktop platforms: https://crrev.com/c/1574938 R=drubery Bug: 953997 Change-Id: I4c9b1b52488dd10e6b0f9e8c1c25f8265a4038e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574892Reviewed-by:
Daniel Rubery <drubery@chromium.org> Commit-Queue: Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#652428}
-
Seth Hampson authored
Adds usage counters for the datagram APIs on the RTCQuicTransport for the origin trial. Bug: 874296 Change-Id: Ifb3490b8bf0d3221f29c65a2d91830dbb8aeabd9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1573808 Commit-Queue: Seth Hampson <shampson@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Auto-Submit: Seth Hampson <shampson@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Steve Anton <steveanton@chromium.org> Cr-Commit-Position: refs/heads/master@{#652427}
-
Drew Stonebraker authored
We currently submit a manual CL every time we want to change the hardcoded crash dump percentage for standalone webview due to releasing a beta apk or promoting a beta to stable. Now that standalone webview has channels (https://bugs.chromium.org/p/chromium/issues/detail?id=919216), add logic to include different crash reporting rates for different channels. Bug: 954298 Change-Id: I3a6a9e32e67260cdb2190ea5b394c514d6df0c06 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574362Reviewed-by:
Tao Bai <michaelbai@chromium.org> Commit-Queue: Drew Stonebraker <stonebraker@chromium.org> Cr-Commit-Position: refs/heads/master@{#652426}
-
Shakti Sahu authored
This CL fixes the prefetch tab visibility on download home. The prefetch tab is visible only when prefetching is enabled which requires the feature and the settings to be enabled. Also adds an observer to the user setting pref, so that the tab shows/hides as soon as the setting is toggled. Bug: 951821 Change-Id: I85bc2d0f346d01b1a0f7f9d8b42430f3614ed373 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1564902Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#652425}
-
Rob Paveza authored
This change adds aXe Core linting to the following components of the main Elements tool: - DOM tree - Breadcrumbs - Styles pane - Computed Styles pane Change-Id: I247d9a4d4883db936f09c4d252a0558e63295edf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1566689 Commit-Queue: Robert Paveza <Rob.Paveza@microsoft.com> Reviewed-by:
Joel Einbinder <einbinder@chromium.org> Cr-Commit-Position: refs/heads/master@{#652424}
-
Bret Sepulveda authored
The tests are timeout-flaky. TBR=caseq@chromium.org Bug: 954398 Change-Id: I4d9e2658e49d599a5890042c92932eaa1906b4bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575023Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#652423}
-
Peter Kasting authored
Bug: 940135 Change-Id: I3f206c6a86408b850ac23aa422e46995c9e6b00a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1573006Reviewed-by:
Peter Boström <pbos@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#652422}
-
John Budorick authored
It doesn't appear to do anything, but we still pass it (for now). Bug: 861983 Change-Id: I9e5aced1aeedd9dbb3151a5e1a1dcca5c60489f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574430 Commit-Queue: John Budorick <jbudorick@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Auto-Submit: John Budorick <jbudorick@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#652421}
-
Ben Pastene authored
Unblocks https://chromium-review.googlesource.com/c/chromium/src/+/1573380 Bug: 954192 Change-Id: If338e6fd4cb28ba8a18996c786b87cea978366fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574598 Commit-Queue: Ben Pastene <bpastene@chromium.org> Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Cr-Commit-Position: refs/heads/master@{#652420}
-
Alexei Filippov authored
Make its scope span across RunMicrotasks event scope. BUG=953914 Change-Id: I8fb42a6a3aba84b0dbf6a1e1c64a993e0c6c2d2a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1573998Reviewed-by:
Paul Irish <paulirish@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Commit-Queue: Alexei Filippov <alph@chromium.org> Cr-Commit-Position: refs/heads/master@{#652419}
-
Yeol Park authored
So it replaced AddHeadersFromString with AddHeaderFromString in the net_unittests. Bug: 862175 Change-Id: I3296f86f44ef5fca4b54fc267fdf4550707a3148 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1573420Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Yeol Park <peary2@gmail.com> Cr-Commit-Position: refs/heads/master@{#652418}
-
Dale Curtis authored
Adds support for Windows ARM64 by cloning the x64 config and turning it into a arm64 one. Unfortunately meson (the build system dav1d uses) doesn't support clang-cl + arm64, so this is the best we can do for now. Also removes the need for wine when generating Windows configurations, since we don't care about running the tests anyways. Fixes typo in the win64 config which didn't matter too. https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/ace3855a6037..589e96a1f2cf $ git log ace3855a6..589e96a1f --date=short --no-merges --format='%ad %ae %s' 2019-04-18 liwei Add SSSE3 implementation for the {16, 32, 64}x64 and 64 x{16, 32} blocks in itx 2019-04-16 rsbultje Over-allocate level array by 3-bytes 2019-03-30 martin arm64: loopfilter: Implement NEON loop filters 2019-02-24 martin arm64: looprestoration: Add a NEON implementation of SGR 2019-04-16 martin msac: Add a cast to indicate intended narrowing from size_t to unsigned 2019-04-11 gramner x86-64: Add msac_decode_symbol_adapt SSE2 asm 2019-04-10 xuefeng Add SSSE3 implementation for ipred_paeth 2019-04-08 martin arm: Add a _neon suffix to all internal functions 2019-04-08 martin arm: Fix typos in comments 2019-04-03 martin arm: Consistently use 8/24 columns indentation for assembly 2019-04-04 xuefeng Add SSSE3 implementation for ipred_cfl_ac_444 2019-03-28 gramner CI: Check for newline at end of file 2019-03-21 victorien.lecouviour.tuffet x86: cdef_dir: optimize best cost finding for SSE 2019-03-19 victorien.lecouviour.tuffet x86: cdef_filter: use 8-bit arithmetic for SSE 2019-03-12 victorien.lecouviour.tuffet x86: cdef_filter: use a better constant for SSE4 2019-03-26 victorien.lecouviour.tuffet x86: cdef_filter: fix macro case (lower to upper) 2019-03-25 liwei Add SSSE3 implementation for the 16x32,32x16 and 32x32 blocks in itx 2019-03-25 gramner build: Split x86 asm files per bitdepth 2019-03-24 martin Only define DAV1D_API to dllexport when building dav1d itself 2019-03-24 gramner Simplify C for inverse transforms 2019-03-20 gramner x86: Add minor CDEF AVX2 optimizations 2019-03-15 liwei Add SSSE3 implementation for the 8x32 and 32x8 blocks in itx 2019-03-18 xuefeng Add SSSE3 implementation for ipred_cfl_ac_420 and ipred_cfl_ac_422 2019-03-16 jamrial decode: add a frame tile data buffer size check 2019-03-16 jamrial decode: don't realloc the tile data buffer when it needs to be enlarged 2019-03-13 janne-vlc tools/dav1d/md5: bswap big endian high bit depth pixel data 2019-02-27 janne-vlc tools/dav1d: make the md5 muxer endian-aware 2019-03-13 jb On the road to 0.2.2 2019-03-09 jamrial build: use the project version as product version in the windows resource file Created with: roll-dep src/third_party/dav1d/libdav1d BUG=938190,941022 R=chcunningham Change-Id: Id0e4545219009e18b1bb0011ae616301ed50a98d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574199 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Chrome Cunningham <chcunningham@chromium.org> Auto-Submit: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Cr-Commit-Position: refs/heads/master@{#652417}
-
Joshua Pawlicki authored
The key for this CRX is owned by CWS, so I pulled the CWS CRX3 version. TBR=rdevlin.cronin@chromium.org Bug: 954322 Change-Id: I227a95182e95197c2ecc5ffe49b1a16dd2644b99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574944Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#652416}
-
Chan authored
TBR=bsep@chromium.org Bug: 954365 Change-Id: I74b47e8506392864146d7e94b1497a5990b12d7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575018Reviewed-by:
Chan Li <chanli@chromium.org> Commit-Queue: Chan Li <chanli@chromium.org> Cr-Commit-Position: refs/heads/master@{#652415}
-
Rob Paveza authored
This adds an automated run of the aXe Core linter to the DOM Properties pane of the Elements tab. Change-Id: I3cd687358eea482ec690c8d4bbc53e58ae87fcdb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1567909Reviewed-by:
Joel Einbinder <einbinder@chromium.org> Commit-Queue: Robert Paveza <Rob.Paveza@microsoft.com> Cr-Commit-Position: refs/heads/master@{#652414}
-
Yann Dago authored
Settings page visual: http://screen/SmaWDcxWq2R About page visual: http://screen/db8RQ9EbOS7 Bug: 954400 Change-Id: If9d79de0ef5c5eba39af1a5c108e9d056c0a3573 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574440Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Commit-Queue: Yann Dago <ydago@chromium.org> Cr-Commit-Position: refs/heads/master@{#652413}
-
Sinan Sahin authored
Bug: 915305, 950166 Change-Id: I1cdf7762b954db4e93be6e94aeb8d87b07c0c614 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562075 Commit-Queue: Sinan Sahin <sinansahin@google.com> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Becky Zhou <huayinz@chromium.org> Cr-Commit-Position: refs/heads/master@{#652412}
-
Lan Wei authored
In order to complete transferring user activation through cross-process postMessage, we need to transfer the user activation state in other renderer processes (non-source, non-target) through IPC. We will complete the same-process postMessage case in the following CL. Bug:928838 Change-Id: Ia959d8f43f1965b59674346e83b453bb6f2378ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546675 Commit-Queue: Lan Wei <lanwei@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Mustaq Ahmed <mustaq@chromium.org> Cr-Commit-Position: refs/heads/master@{#652411}
-
Andrew Xu authored
Add PresentationTimeRecorder to record all tablet mode launcher gesture interactions, which include: (1) Swiping from bottom of screen to show launcher (2) Swiping from top of screen to hide launcher Test: ash_unittests Bug: 947105 Change-Id: Ib1d014b1b7141883d9e78035a26cbeeea689c651 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1564880 Commit-Queue: Andrew Xu <andrewxu@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#652410}
-
Koji Ishii authored
Following bot results are included. 18207 18208 18215 18217 18219 18223 18233 18237 18241 18244 18251 18259 18264 18268 18281 18289 18297 18307 18316 18323 18329 18333 18342 18351 18360 18370 18381 18388 18397 18403 18420 18429 2 lines were removed and 4 lines were deflaked by consecutive results since 18329. TBR=eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Change-Id: I0e1a5d04ca02a2fb4179263a1fa9764ebaabad08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1566256Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#652409}
-
Victor Fei authored
Implemented FindAttribute of ITextRangeProvider with associated unittests. Bug: 928948 Change-Id: I14ff986294309d599d3adb81a81587a2d7c7e229 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1555052Reviewed-by:
Kevin Babbitt <kbabbitt@microsoft.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Victor Fei <vicfei@microsoft.com> Cr-Commit-Position: refs/heads/master@{#652408}
-
Hector Carmona authored
This change will be necessary in order to skip onboarding if all modules are disabled by policy. Bug: 951840 Change-Id: I305ae446732517db26a1b5ee096276e6c2ee7fd0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1572640 Commit-Queue: Hector Carmona <hcarmona@chromium.org> Reviewed-by:
Dan Beam <dbeam@chromium.org> Cr-Commit-Position: refs/heads/master@{#652407}
-
- 18 Apr, 2019 9 commits
-
-
Dan Harrington authored
Change-Id: Ieaf2be762ed4719a7404c6b51c56db10fc367afa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574978Reviewed-by:
Peter Williamson <petewil@chromium.org> Commit-Queue: Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#652406}
-
Oystein Eftevaag authored
NOTRY=true TBR=croleau@chromium.org CC=mythria@chromium.org,ulan@chromium.org BUG=953371 Change-Id: Ibcb64d10e27ee87925f71f627abfe960e54464ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574604Reviewed-by:
oysteine <oysteine@chromium.org> Commit-Queue: oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#652405}
-
Bill Budge authored
- UMA shows this interface has no usage. Change-Id: Ifcb68620aceab0d8a857b4a3a0c768990bf47905 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546762 Commit-Queue: Bill Budge <bbudge@chromium.org> Reviewed-by:
Raymes Khoury <raymes@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Sam Clegg <sbc@chromium.org> Cr-Commit-Position: refs/heads/master@{#652404}
-
Khushal authored
Plumb the supported refresh rates from the browser to GPU process and the preferred refresh rate setting from the GPU to browser process. R=ericrk@chromium.org Bug: 938106 Change-Id: I00f2564dfa523bebe0c76fa855ae844b72ba68da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1556415 Commit-Queue: Khushal <khushalsagar@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Eric Karl <ericrk@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Auto-Submit: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#652403}
-
Varun Khaneja authored
See: https://docs.google.com/document/d/1E1uyto12NGe9kZFpqH8T8pRyhaOdzcKwHW51RETw-0Q/edit CL for Android: https://crrev.com/c/1574892 R=drubery TBR=rockot Bug: 953997 Change-Id: Ie2138e3f4c15a82a722351cc47ddbde06016e8ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574938 Commit-Queue: Varun Khaneja <vakh@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Auto-Submit: Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#652402}
-
Hector Carmona authored
If NewTabPageLocation is set to any URL, then we will skip the 'nux-ntp-background' module. Bug: 951833 Change-Id: I3ddbc76eb8a42d95b63cbec288df9b212dcff632 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1568769 Commit-Queue: Hector Carmona <hcarmona@chromium.org> Reviewed-by:
Dan Beam <dbeam@chromium.org> Cr-Commit-Position: refs/heads/master@{#652401}
-
Dan Sanders authored
DXVA VDA outputs corrupted bitstream IDs in some cases. GVD allowed this (in Release builds) and sets the VideoFrame timestamp to 0. This change makes VdaVideoDecoder do the same. Bug: 936747 Change-Id: Ie127bb9c57caa21082bce9f1b631f4ae723b631a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574884Reviewed-by:
Frank Liberato <liberato@chromium.org> Commit-Queue: Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#652400}
-
Sam Fortiner authored
There is a gutter rect around the scrollbar during which thumb drags will behave as though the mouse is on the thumb even if it moves off the thumb but is still inside the gutter rect. If the mouse moves outside of that gutter rect, the thumb snaps back to its original position. This behavior offers users the ability to quickly toggle between two positions in a scroller by intentionally moving the thumb in the non-scrolling direction in and out of the gutter. However, it also can frustrate users if they grabbed the scrollbar thumb and dragged in the scrolling direction but unintentionally move outside of the gutter causing the thumb to snap back. This change modifies the behavior so that scrollbars have an infinitely large interaction gutter rect in the scrolling direction. Bug: 801188 Change-Id: I838741053305122adf5b81345eb56d87916edd0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1566027 Commit-Queue: Sam Fortiner <samfort@microsoft.com> Reviewed-by:
David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#652399}
-
Xing Liu authored
This CL adds a class to cache API calls before NotificationScheduler async initialization is done. Bug: 930968 Change-Id: Ic4bff46205393d684ec7c825e96daad788d0a914 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1573240Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#652398}
-