- 01 Oct, 2019 29 commits
-
-
Manu Cornet authored
This change has no expected user-visible effect. Change-Id: If3d9e1493d2fb2c0c09d2d7968e4aba064f820d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1819887 Commit-Queue: Manu Cornet <manucornet@chromium.org> Reviewed-by:
Andrew Xu <andrewxu@chromium.org> Cr-Commit-Position: refs/heads/master@{#701388}
-
Manu Cornet authored
(Regardless of the shelf auto-hide state.) Bug: 1009701 Change-Id: I0578c66e719caa25cee2e15a43acb3883d53946f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832685Reviewed-by:
Andrew Xu <andrewxu@chromium.org> Commit-Queue: Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#701387}
-
Eric Willigers authored
The Profile pointer is redundant as each LaunchService instance is for a specific profile. AppLaunchParams moves into the apps namespace. TBR=sky@chromium.org Bug: 1003602 Change-Id: I146dee5d6ed94a6282187a4ef9bfa12e26ca7929 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829625Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Reviewed-by:
Nicholas Verne <nverne@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#701386}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/d5a9422f32c6..2533afa3f8c6 git log d5a9422f32c6..2533afa3f8c6 --date=short --no-merges --format='%ad %ae %s' 2019-09-30 senorblanco@chromium.org Dawn: implement GrDawnCaps::getYUVAColorTypeFromBackendFormat(). 2019-09-30 reed@google.com restore old (dumb) behavior for filterColor 2019-09-30 bsalomon@google.com Rename GrColorSpaceInfo -> GrColorInfo Created with: gclient setdep -r src/third_party/skia@2533afa3f8c6 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 rmistry@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=rmistry@google.com Bug: None Change-Id: I7043ccfa0a1d19f2bbfd540d3ffb114ff2f68d7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832922Reviewed-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@{#701385}
-
Tim Song authored
This button will be shown when the number of tray items exceeds what can fit in the shelf normally. Click on it will show/hide the trays. This CL just introduces the button behind a flag and it is not integrated with the rest of the status area. That will come in later CLs. Screenshot: https://screenshot.googleplex.com/no5btxNAAOw TEST=manual + stub unit tests BUG=982511 Change-Id: I813b3f24e1c7172ca6ce0d058cd1376bf22a6bf9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1825921 Commit-Queue: Tim Song <tengs@chromium.org> Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Reviewed-by:
Ahmed Mehfooz <amehfooz@chromium.org> Cr-Commit-Position: refs/heads/master@{#701384}
-
Gyuyoung Kim authored
Applies pending_receiver to CreateDecryptor and CreateCdmProxy in InterfaceFactory interface. Major changes are as below, - Convert InterfaceRequest to mojo::PendingReceiver<Interface> - Convert mojo::StrongBindingSet to mojo::UniqueReceiverSet - Convert InterfacePtr to mojo::Remote. Bug: 955171 Change-Id: I9ba94da2ccb4ff82109b30db7a794483d30dd39c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1828674Reviewed-by:
Olga Sharonova <olka@chromium.org> Reviewed-by:
John Rummell <jrummell@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#701383}
-
Yuwei Huang authored
Trybot was not catching missing traffic annotations in remoting/client since it's not pulled in by shipped_binaries. //remoting/client is used by remoting Android and iOS clients, which we can't include in shipped_binaries, so I directly include //remoting/client instead. Change-Id: I5ad2a1e69fa2cbc57ca757ec748df002eb249ae9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829650Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/master@{#701382}
-
Chrome Cunningham authored
This reverts commit c4948f05. Reason for revert: Landed too soon (tried to uncheck CQ) Original change's description: > [media] vpx_video_decoder: dynamically update natural size > > This changes the behavior implicit resizing of for VP8/9 video. By > implicit, we mean streams where the dimensions change without a new > MSE init segment that explicitly describes the new size. > > Prior to this CL, we took whatever resolution was specified by the > container metadata and scaled any later differing resolution into an > element of that original size. Many of our decoders worked this way > before https://chromium-review.googlesource.com/c/chromium/src/+/1026992/, > which shifted the consensus is to allow dynamic resize. This CL makes > the libVPX wrapper consistent with those. > > When the size changes we will update videoWidth and videoHeight and > fire a 'resize' event. > > Bug: 992235 > Change-Id: I5bca7a68709594500e6ec9b4e107531b41e20925 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1828226 > Commit-Queue: Dan Sanders <sandersd@chromium.org> > Reviewed-by: Dan Sanders <sandersd@chromium.org> > Cr-Commit-Position: refs/heads/master@{#701373} TBR=sandersd@chromium.org,chcunningham@chromium.org Change-Id: I80354370bb61189127bb894ba1f7d2da48445bb1 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 992235 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832689Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Commit-Queue: Chrome Cunningham <chcunningham@chromium.org> Cr-Commit-Position: refs/heads/master@{#701381}
-
Julie Jeongeun Kim authored
This CL cleans up CreateMhtmlPageNotifier method from OfflinePageTabHelper. Bug: 955171 Change-Id: Id0ab7104717bb9cf8e485fe1b23952ab9691de78 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829634Reviewed-by:
Cathy Li <chili@chromium.org> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#701380}
-
Dmitry Gozman authored
- Merge data_buffer_ and committed_data_buffer_. - Simplify blocked parser logic. Reentrancy protection now accounts for any possible code path leading to appending bytes to the parser: CommitData changes protection flag in_commit_data_, while its only caller ProcessBufferData checks the flag. Bug: none Change-Id: I1b019bf43ab73b0ebc3855169fd8ef075c911e9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830068Reviewed-by:
Nate Chapin <japhet@chromium.org> Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#701379}
-
Chromium WPT Sync authored
Using wpt-import in Chromium a9354743. With Chromium commits locally applied on WPT: 03ccd4e9 "html: Move autofocus tests to html/interaction/focus/the-autofocus-attribute/" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools NOAUTOREVERT=true TBR=foolip No-Export: true Change-Id: I1d1f61e6a05240dbbe8824c124ef84d2d1c77e33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832861Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#701378}
-
Sunny Sachanandani authored
Support for direct composition pixel tests which do not use overlays has been added, so use that for testing that video overlays are not used when disabled. This would have prevented a recent regression. Bug: 1007055 Change-Id: Ic7fdf5524ca7e85bac8499cdf023c9b13f2c7b90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829252 Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Auto-Submit: Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#701377}
-
Manu Cornet authored
(Whoops, forgot to guard with the flag -- again!) Bug: 982511, 1009525 Change-Id: I8f1fba3cb4cca9fdbecb6af6543342b110fd275e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832489 Auto-Submit: Manu Cornet <manucornet@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Alex Newcomer <newcomer@chromium.org> Commit-Queue: Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#701376}
-
Ramya Nagarajan authored
The SendTabToSelfShowSendingUI feature has been enabled by default across all platforms since 78.0.3904.0. This cleans up any dependencies on the feature. Bug: 901429 Change-Id: Iaeb320338c786ed173e3fd58b382ed865135b796 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1803955 Commit-Queue: Ramya Nagarajan <ramyan@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
sebsg <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#701375}
-
Andrew Xu authored
|icons_size| should contain the padding space on both edges. This CL fixes such an issue. Bug: 1009483 Change-Id: Ibfd44f5e70bd345fe9b623aa4ff2377ddb4c8250 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832463 Commit-Queue: Andrew Xu <andrewxu@chromium.org> Reviewed-by:
Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#701374}
-
Chris Cunningham authored
This changes the behavior implicit resizing of for VP8/9 video. By implicit, we mean streams where the dimensions change without a new MSE init segment that explicitly describes the new size. Prior to this CL, we took whatever resolution was specified by the container metadata and scaled any later differing resolution into an element of that original size. Many of our decoders worked this way before https://chromium-review.googlesource.com/c/chromium/src/+/1026992/, which shifted the consensus is to allow dynamic resize. This CL makes the libVPX wrapper consistent with those. When the size changes we will update videoWidth and videoHeight and fire a 'resize' event. Bug: 992235 Change-Id: I5bca7a68709594500e6ec9b4e107531b41e20925 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1828226 Commit-Queue: Dan Sanders <sandersd@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#701373}
-
rbpotter authored
Split out KeyboardShortcutDelegate into a separate file to break the following circular dependency, created when we migrate to Polymer 3: - shortcut_input.* depends on the KeyboardShortcutDelegate class from keyboard_shortcuts.* - keyboard_shortcuts.* imports shortcut_input.*, since it uses shortcut-input. Bug: 1004967 Change-Id: I9b75267eddea8eb4555b2080a90ba7e8ffca0a6c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832792Reviewed-by:
John Lee <johntlee@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#701372}
-
sczs authored
This flag will be used so ConfirmInfobars use the new Messages UI. It will be enabled by default, but it will only work if the core InfobarUIReboot flag is enabled. This way we'll be able to maintain the same population that has been using Messages the past releases, and we'll also be able to turn off this specific feature in case something goes wrong. Bug: 961343 Change-Id: Ia69664ece14235fcafdf693c9b6e3d193a57e53f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827681 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:
Peter Lee <pkl@chromium.org> Cr-Commit-Position: refs/heads/master@{#701371}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/699a19bcc20b..33217c214665 Created with: gclient setdep -r src-internal@33217c214665 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None,chromium:None Change-Id: I0dbeb6ceb3d8c6877c7d037b43b432d84ea3330e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831595Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#701370}
-
Haiyang Pan authored
Bug: 1002936 Change-Id: I88eb87fa44f15461007ceb05a6cbc9171e9b1b1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817147 Commit-Queue: Haiyang Pan <hypan@google.com> Reviewed-by:
Michael Hablich <hablich@chromium.org> Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#701369}
-
Theresa Wellington authored
Initial draft aggregating pointers and resources for Chrome for Android UI development. BUG=1009781 Change-Id: I8f085bcae520c251166502d33975fac554915d65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832487 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#701368}
-
Xiaohui Chen authored
Bug: 997734 Test: build and run locally Change-Id: I718c136f2c7a070cd44469d250a9b5f7f5a3c578 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832615Reviewed-by:
Tao Wu <wutao@chromium.org> Commit-Queue: Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#701367}
-
nancy authored
BUG=1005640 Change-Id: Iedb101cfb97cadc0d3fabdb27c3519cfdc9b0b98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830480Reviewed-by:
Alex Ilin <alexilin@chromium.org> Reviewed-by:
François Degros <fdegros@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
dstockwell <dstockwell@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#701366}
-
John Lee authored
- Make close button touch target bigger, but actual icon smaller - Make temporary off-size thumbnails cover its entire container - Update tabstrip dimensions - Make favicon container take full height (this will be useful for animating crashed state later on) https://i.imgur.com/SHPzosN.png Bug: 989131 Change-Id: Ibf39f09c44764544fd16da08aff242234c22914f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829249 Commit-Queue: John Lee <johntlee@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#701365}
-
Joshua Peraza authored
c405d0ea2cbd make PruneCrashReportDatabase return the number of pruned crash reports eff0680c1393 linux: silence logs on client disconnect 676a190308b1 linux: fix --monitor-self Change-Id: I951396961c62eec998375307e9820e2fa68ed235 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830289Reviewed-by:
Mark Mentovai <mark@chromium.org> Commit-Queue: Joshua Peraza <jperaza@chromium.org> Cr-Commit-Position: refs/heads/master@{#701364}
-
Pavol Marko authored
Blocking primary profile initialization on primary profile policies having propagated to the device-wide PolicyService now has a timeout. In case something goes wrong, chrome should never hang. In a follow-up, UMA stat for the latency introduced by this will be added. Bug: 982936, 1002066 Test: unit_tests --gtest_filter=*ProfilePolicyConnector* Change-Id: Ibd2bf56ffa5d9f1e2f602fea2d6ce4733cce0027 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808869 Commit-Queue: Pavol Marko <pmarko@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#701363}
-
Connie Wan authored
This addresses #1, #2, #5, and #6 from the attached bug. #3 and #4 are not addressed because there isn't a good way to do so without relying on TabStrip::GetTabAnimationTargetBounds, which in turn relies on the soon-to-be-deprecated BoundsAnimator. If there is a replacement in the new animation system we can revisit, but otherwise it's likely not worth it to fix. The issue is only visible during the brief period when a tab is animating across the tab strip, and it's not present when dragging. See the screenshots on the attached bug for updated visuals. Bug: 1008438 Change-Id: I013f3a8bd141ec8e159773522251f5fb4eadd8d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830400 Commit-Queue: Connie Wan <connily@chromium.org> Reviewed-by:
Taylor Bergquist <tbergquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#701362}
-
Chris Blume authored
Previously, taking a screenshot with SkiaRenderer + EGL would cause a black view. This would cause a black screenshot which consequently failed pixel tests. A workaround of passing UseSkiaForGLReadback let us continue with the bot's progress. But the underlying issue has now been fixed. This CL removes the UseSkiaForGLReadback flag from the SKGL bot. Bug: 1006450,969855 Change-Id: I272b333bda6057431e705b77304a174914ac19af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829774Reviewed-by:
Jonathan Backer <backer@chromium.org> Reviewed-by:
Jonathan Ross <jonross@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Chris Blume <cblume@chromium.org> Cr-Commit-Position: refs/heads/master@{#701361}
-
Ken Rockot authored
This deletes LevelDBService and moves LevelDBDatabaseImpl off of Mojo pipes. A generated mojom interface is still used for now, but calls go directly into a LevelDBDatabaseImpl. LevelDBDatabaseImpl is reimplemented in terms of DomStorageDatabase from the Storage Service. This will allow the many call sites into this class to be incrementally adapted to directly use the underlying DomStorageDatabase. Once that migration is complete, components/services/leveldb/ can be deleted. Bug: 1000959 Change-Id: I8cd604b895b995de4723cd572e6cc6f67fa5d43e Tbr: sky@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827186 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#701360}
-
- 30 Sep, 2019 11 commits
-
-
Jeremie Boulic authored
The active / non-active states of icons in the directory tree is a different from disabling menu icons in cr-menus. Before this change, both situations were treated the same way using webkit filters, but disabled cr-menu icons didn't receive the expected change in opacity. Change the opacity of icons for disabled cr-menu items. Tested manually on test device. Bug: 993292 Change-Id: Iaefff21e7633330112b99eb8dd772573ace54072 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1800900Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#701359}
-
Fernando Serboncini authored
Bug: 995235 Change-Id: I6a3f55e6b4700c8eab85c6a266e6b2263b10d989 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829487 Auto-Submit: Fernando Serboncini <fserb@chromium.org> Commit-Queue: Khushal <khushalsagar@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#701358}
-
Kevin Qin authored
Support webxr input using OpenXR And Enable related WebXR input tests. This change can be tested with this page. https://immersive-web.github.io/webxr-samples/controller-state.html Bug: 986394 Change-Id: I346d7808769a2ab1979d0f1f023b9c815611f292 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808086 Commit-Queue: Zheng Qin <zheqi@microsoft.com> Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/master@{#701357}
-
Olivier Yiptong authored
The return statement of the async iterator was not returning the expected type. This removes the ability to cancel an iteration which fixes the bug where an error would be thrown otherwise. A full implementation of directory iteration will re-implement this functionality correctly. BUG=1007509 Change-Id: I77f3b76b117b7df939e73da826f4fc9b82e9441e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1826993 Commit-Queue: Olivier Yiptong <oyiptong@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#701356}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f656f57a367a..a19d35307bbe git log f656f57a367a..a19d35307bbe --date=short --no-merges --format='%ad %ae %s' 2019-09-30 qyearsley@chromium.org Add `git cl upload --retry-failed` 2019-09-30 mbonadei@chromium.org Fail to repackage if win_sdk\Debuggers doesn't exist. Created with: gclient setdep -r src/third_party/depot_tools@a19d35307bbe 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:985887,chromium:1006238 Change-Id: I93e7962c1c8371ab245ca1324a203804b98f7709 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832330Reviewed-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@{#701355}
-
Chris Lu authored
Bug: 976901 Change-Id: Ie956e580d406832b559815ca7a0fc8dabc2c30ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830299 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#701354}
-
Eric Orth authored
Cancels pending requests causing them to never complete, same as previous behavior for destroying the resolver. Allows stopping all requests at the start of URLRequestContext destruction to ensure the resolver stops working and stops any action that could depend upon destructing context objects. Since lots of inter-dependent context objects also have references back to the resolver, subsequent requests are also blocked to ensure problematic requests can not be triggered during context destruction. Subsequently-started requests (whether created before or after the OnShutdown() call) will always immediately fail with ERR_CONTEXT_SHUT_DOWN. More self-consistent would be for these requests to just hang as if they were started and cancelled, but this could break code making assumptions about requests that should always return a synchronous result. Bug: 1006902 Change-Id: Idd7fb60abbdd3b21bf4e6269db58dcef6e73b6cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1819494 Commit-Queue: Eric Orth <ericorth@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#701353}
-
Dale Curtis authored
https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/556890be42d8..a91a03b0e143 $ git log 556890be4..a91a03b0e --date=short --no-merges --format='%ad %ae %s' 2019-09-18 victorien x86: add warp_affine SSE4 and SSSE3 asm 2019-09-28 martin arm64: itx: Fix overflows in idct 2019-09-29 martin arm64: itx: Consistently use the factor 2896 in adst 2019-09-29 martin arm64: itx: Use smull+smlal instead of addl+mul 2019-09-15 git dav1dplay: initial support for --zerocopy 2019-09-15 git dav1dplay: add --untimed for benchmarking purposes 2019-09-15 git dav1dplay: add --highquality to toggle render quality 2019-07-19 victorien x86: add 32-bit support to SSSE3 deblock lpf 2019-04-17 rsbultje x86: add deblocking loopfilters SSSE3 asm (64-bit) Created with: roll-dep src/third_party/dav1d/libdav1d TBR=tguilbert Change-Id: I8f2787e5d25a7cf7dd64b58fc19ed271427feac1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832626Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#701352}
-
Sahir Vellani authored
Changed logic in scrollbar_controller to compute new scroll_offset using desired thumb offset and current thumb offset (similar to the main thread). (Need to format and clean up) Bug: 959559 Change-Id: If0335fc7baf53c4b224d39c2ec555057158d3713 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1811341Reviewed-by:
David Bokan <bokan@chromium.org> Reviewed-by:
Rahul Arakeri <arakeri@microsoft.com> Commit-Queue: Sahir Vellani <sahir.vellani@microsoft.com> Cr-Commit-Position: refs/heads/master@{#701351}
-
Gil Dekel authored
This CL adds chromeos-amd64-generic-dbg to commit-queue.cfg to run when changes are applied to content/gpu and media/. This is because these two libraries include files which utilize the 'use_vaapi' guard. Bug: 1007498 Change-Id: I3579624f6ad2d26989e30c1080d248428c9c751b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830113Reviewed-by:
Ben Pastene <bpastene@chromium.org> Reviewed-by:
Miguel Casas <mcasas@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#701350}
-
Mitsuru Oshima authored
Bug: 1001369 Test: manually tested. covered by unittest Change-Id: I22c3acc1c1231655ee84df4acac8f6f904d57c70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831738 Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#701349}
-