- 31 May, 2019 40 commits
-
-
Jian Li authored
Bug: 965999 Tbr: rouslan@chromium.org,caitkp@chromium.org Change-Id: Ie5a4015599e9657f992afdf4dce18b97734efb53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1634563 Commit-Queue: Jian Li <jianli@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#665224}
-
Ben Pastene authored
eg: https://chromium-swarm.appspot.com/task?id=4527b399d8f02d10 Something went wrong there, and cros_run_test return non-zero, but no failed Tast tests were found, so the test runner returned zero. This'll prevent that from happening. Bug: 947531 Change-Id: Ie43912771820f3920c30b82f82d6d54555868164 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638777Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#665223}
-
Kevin Babbitt authored
This is similar to the issue fixed in crrev.com/c/1532893 and follow-up crrev.com/c/1535165. When the PDF plugin sends its accessibility tree to the browser process, we would incorrectly detect that the PDF tree is the root tree and switch out the node tracked by the UIA fragment root as its lone child. The fix is to check for a parent tree ID when determining whether a given tree is the root tree. Bug: 968245 Change-Id: I91a193064a51f9694eb4338af7a12f2fbf22dd30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636480Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Commit-Queue: Kevin Babbitt <kbabbitt@microsoft.com> Cr-Commit-Position: refs/heads/master@{#665222}
-
Lukasz Anforowicz authored
This CL fixes a problem where a GuestView that stops loading (e.g. a MimeHandlerView for a PDF) would not trigger a re-checking whether a parent frame can also report that it stopped loading. The CL fixes this by adding a |parent->CheckCompleted()| call to WebRemoteFrameImpl::DidStopLoading. In a regular-OOPIF case, the check in the parent would be triggered by: 1. OOPIF process: FrameLoader::DidFinishNavigation -> parent->CheckCompleted() -> RemoteFrame::CheckCompleted() -> ... -> RenderFrameProxy::CheckCompleted() -> send FrameHostMsg_CheckCompleted 2. Parent process: receive FrameMsg_CheckCompleted -> LocalFrame::CheckCompleted() The flow above is not happening for GuestView, because the main frame inside the GuestView doesn't know it has a parent. FWIW, the DidStopLoading issue is (a bit remotely) similar to the old https://crbug.com/779433. This CL re-enables a portion of the SavePageOriginalVsSavedComparisonTest.ObjectElementsViaHttp test, because after this CL, the test no longer hangs when waiting for the test page to stop loading. The remainder of the test will be re-enabled after fixing find-in-page issues that are tracked in https://crbug.com/965254. Bug: 964364 Change-Id: Iee165a88cdfb94b3169919393c563b483c145cda Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1621486 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#665221}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 6a5f5504. With Chromium commits locally applied on WPT: e90c6ef0 "NG/DL: Implement size containment (and display lock) for NG fieldset algo" abf2ac5e "webrtc wpt: avoid race conditions" 1bbbd106 "Add feature policy for client hints, used for third-party subresources." ab94a58b "Add the remaining Client Hints to Feature Policy." be773908 "Portals: Use load event in tests" 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 NOAUTOREVERT=true TBR=raphael.kubo.da.costa No-Export: true Change-Id: Ib174828fd74fd50ba16721cea150a724beb91961 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638191Reviewed-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@{#665220}
-
Bo Liu authored
The generated scripts launch apps using implicit intent, which requires CATEGORY_DEFAULT to work. Bug: 893766 Change-Id: I7a4da690fde2268b24f2ea13e4450b4ee20732dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638127Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Auto-Submit: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#665219}
-
Zhenyao Mo authored
The flags are queried through ID3D11Device::CheckFormatSupport(). Hopefully they can be used to bypass YUY2 related tests on AMD where creating a YUY2 swap chain fails. Also, they can be useful diagnosing swap chain related issues from user machines, i.e., whether we assumed certain capabilities without checking. BUG=967860 TEST=bots R=sunnyps@chromium.org,piman@chromium.org Change-Id: I5dff9069b2fc53851cbffc5263bd4a2e0e03582f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637195Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Commit-Queue: Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#665218}
-
Abhijeet Kandalkar authored
ListHashSet is deprecated in favor of LinkedHashSet. HeapLinkedHashSet's invalidate iterators when the container is modified. This does not happen in this usage, so replacement is simple. Change-Id: Iea0b4d86c5991b87baf20cd37ebf154c99a8fa64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637002Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com> Cr-Commit-Position: refs/heads/master@{#665217}
-
Dominic Battre authored
This CL removes base="true" for some histograms where it was incorrectly added due to a copy&paste error. Bug: 966041 Change-Id: Ie39b2879b5cbc76ef3c44373f374d92fec2cf9c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637558 Auto-Submit: Dominic Battré <battre@chromium.org> Commit-Queue: Jesse Doherty <jwd@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Cr-Commit-Position: refs/heads/master@{#665216}
-
Eric Seckler authored
This is a reland of e507d09a. Adds missing mojo struct fields. Original change's description: > perfetto: Switch to clearing incremental state periodically > > The perfetto service now provides a signal for clearing of incremental > state. This patch plumbs the signal into our data sources down to the > event sink. > > Bug: 928738 > Change-Id: If4bfb5329eb50e8222cd670ed4a0ece0ad25081e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1632213 > Reviewed-by: oysteine <oysteine@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Commit-Queue: Eric Seckler <eseckler@chromium.org> > Cr-Commit-Position: refs/heads/master@{#664154} Bug: 928738, 968176 TBR: oysteine@chromium.org Change-Id: I47ba78cd3105b058691427c9c2bf2475410fdd09 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638543Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#665215}
-
John Abd-El-Malek authored
Bug: 934009 Change-Id: Iecea2aa2fbabc7df10df4127d43defea5d9de0cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610892Reviewed-by:
Chris Mumford <cmumford@google.com> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#665214}
-
Esmael El-Moslimany authored
As part of the MD refresh, the WebUI button style changed dramatically. We opted to reuse the paper-button and overriding the styling. The button logic is fairly straightforward. That said, paper-button use 5 Polymer behaviors. IronA11yKeysBehavior: a different way to handle keybindings. IronButtonState: supports toggling and whether focus was from a keyboard. IronControlState: handles disabling a control with the |disabled| property. PaperButtonBehaviorImpl: supports button elevation based on the button state (focused, pressed, disabled and normal). PaperRippleBehavior: lazily creates paper-ripple and forwards noink property to paper-ripple. cr-button applies the MD refresh style directly and implements only the functionality that is required. It makes use of the PaperRippleBehavior and cr.ui.FocusOutlineManager (used in place of IronButtonState which also supports toggling). Bug: 967793 Change-Id: I0417974fcc69467be249920410b5ae77bdc529db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1632894Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#665213}
-
Raymond Toy authored
Android uses the FFT library PFFFT. Use this on Linux too. Some simple tests show that PFFFT is up to maybe 5% faster than the current ffmpeg FFT library that was being used. This also means that for all intents and purposes the Linux build is the same as the Android build with respect to WebAudio. Hence the Linux bots should essentially produce the same coverage for Android. There may also be some memory savings because PFFFT allows sharing the FFT twiddle-factors and other state between FFTs of the same size. FFmpeg doesn't allow this. Bug: 968168 Change-Id: Ic453c857817bf49b664a6681ea4b194f4e66d5f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637717 Commit-Queue: Raymond Toy <rtoy@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#665212}
-
Vladislav Kuzkokov authored
This removes circular dependency. Bug: 964948 Change-Id: I2a37319b7b92fe4b5a347baa69f5fde72c120cbf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617768 Commit-Queue: Vladislav Kuzkokov <vkuzkokov@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#665211}
-
Nick Diego Yamane authored
Modify WaylandKeyboard keymap handling method to use the brand new SharedMemory API rather than raw mmap/munmap calls. This does not implies in any behavioral change. Bug: 578890, 795291 Change-Id: I7e5a0495b96af84a114414ce34268410d2cee57b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637627Reviewed-by:
Antonio Gomes <tonikitoo@igalia.com> Commit-Queue: Nick Yamane <nickdiego@igalia.com> Cr-Commit-Position: refs/heads/master@{#665210}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/bc30e72cb429..cc9bc65588ee git log bc30e72cb429..cc9bc65588ee --date=short --no-merges --format='%ad %ae %s' 2019-05-31 spang@chromium.org Vulkan: Fix synchronization with current surface Created with: gclient setdep -r src/third_party/angle@cc9bc65588ee The AutoRoll server is located here: https://autoroll.skia.org/r/angle-chromium-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 TBR=cwallez@google.com Change-Id: I22fe424daed16a040bef709af23cf921937f2f47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638487Reviewed-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@{#665209}
-
Rune Lillesveen authored
Change-Id: Ib1c0c2f927864729c9249af863e43f37128d657f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638457Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#665208}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/0817a0661743..ef80e835027e Created with: gclient setdep -r src-internal@ef80e835027e The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-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.chrome.try:linux-chromeos-chrome TBR=melandory@google.com,hiroshige@google.com,mlamouri@google.com,loyso@google.com Change-Id: Ifbc56fe14b0846d81acdc6530d43ab2933bbdca2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638348Reviewed-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@{#665207}
-
Etienne Pierre-doray authored
This CL replaces ScopedNestableTaskAllower with kNestableTasksAllowed passed as argument to the RunLoop involved if any. Only native nested loops should use ScopedNestableTaskAllower (soon to be deprecated). For more details, see: https://cs.chromium.org/chromium/src/base/message_loop/message_loop_current.h?sq=package:chromium&dr=CSs&g=0&l=159 A small step towards deleting MessageLoop. This CL was generated with git cl split. Refer to the top-level CL if necessary : https://chromium-review.googlesource.com/c/chromium/src/+/1635819 Please CQ if LGTY! This CL was uploaded by git cl split. R=rbpotter@chromium.org Bug: 766678 Change-Id: I58ca1e8bee1ff1e53d5daad628f83f6b310cc8f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635824 Auto-Submit: Etienne Pierre-Doray <etiennep@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#665206}
-
Ben Pastene authored
These tests fail when built with official & chrome branding. Bug: 947531, 968349, 932269 Change-Id: I9617356070613c58165b1618e529fc4b8794e018 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636089Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Reviewed-by:
Michael Spang <spang@chromium.org> Commit-Queue: Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#665205}
-
Fred Mello authored
Bug: b/133669491 Change-Id: I61a9767a08a0024155a40ca4e88e5022209644a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638193Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Commit-Queue: Fred Mello <fredmello@chromium.org> Cr-Commit-Position: refs/heads/master@{#665204}
-
Mark Mentovai authored
This is a reland of 6a008993, which was reverted in 235d842a. (Thus, this is a revert of that revert.) Since the last attempt, the structure of the keystone_registration bundle_data rule in third_party/googlemac (via src-internal DEPS) has changed to avoid the dangling symbolic link problem previously encountered. The description from 6a008993: The copy_bundle_data tool is implemented in terms of pax for directories and ln hard links for files. The pax command does preserve symbolic links within the tree that is being copied. But with the way that pax is invoked by the tool, cd-ing into the source, if the source is itself a symbolic link to a directory, the tree will be logically copied rather than just as a symbolic link. A similar issue exists with the non-directory symbolic link source case, where a hard link will be produced instead of a symbolic link. Fix both of these cases by specifically testing if the source is a symbolic link and then re-creating it if so. Bug: 955936 Change-Id: Ia13ddf743603e98337c3523e9101e7627e1c31d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637673Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#665203}
-
Ian Kilpatrick authored
This allows callsites to pass in a lambda that does a capture by reference. There should be no behaviour change. Bug: 967830 Change-Id: I0253a9bb7dd8f95b9129d17eeabae1dc6c58c527 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637588Reviewed-by:
Aleks Totic <atotic@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#665202}
-
Caleb Raitto authored
This CL finishes the chain of changes needed to call metrics listeners with RequestFinishedInfo, and it includes some sanity check tests verifying that the returned metrics are valid. RequestFinishedInfo includes more than request metrics, and those fields will be copied in later CLs. Bug: 879208 Change-Id: I0349d611943044bb16053fb0ab3262d5f36a4829 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1496495 Commit-Queue: Caleb Raitto <caraitto@chromium.org> Reviewed-by:
Misha Efimov <mef@chromium.org> Reviewed-by:
Paul Jensen <pauljensen@chromium.org> Cr-Commit-Position: refs/heads/master@{#665201}
-
Mason Freed authored
This is a reland of 5418a092 - this needed a rebaselined layout test for Mac. Original change's description: > Clean up backdrop-filter layout tests and expectations > > This CL cleans up the layout tests for backdrop-filter: > - The backdrop-filter-bleeding.html test was never really complete, and > the effect it was testing for is completely covered by the existing > external/wpt/css/filter-effects/backdrop-filter-edge-pixels.html > test. > - The backdrop-filter-boundary.html test never had a valid expectation > file. It now does, and the test has been made a bit more obvious. It > already passed. > - Another CL (http://crrev.com/663338) made the > backdrop-filter-clipped.html test pass. > > Bug: 497522 > Change-Id: Ib95edda9dfb15fc451eaeb225310d422d70787df > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637490 > Commit-Queue: Mason Freed <masonfreed@chromium.org> > Commit-Queue: Chris Harrelson <chrishtr@chromium.org> > Auto-Submit: Mason Freed <masonfreed@chromium.org> > Reviewed-by: Chris Harrelson <chrishtr@chromium.org> > Cr-Commit-Position: refs/heads/master@{#664954} Bug: 497522 Change-Id: I51f9f0bee8b5b3dd601adf27db4a25c3bdfacc56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638657 Commit-Queue: Mason Freed <masonfreed@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#665200}
-
Lindsay Pasricha authored
We renamed the EG2 test targets in https://chromium-review.googlesource.com/c/chromium/src/+/1628171 but these files weren't updated. Bug: 866147 Change-Id: I59891bba8a0516fc9b5eca4867acb5e0fcde859a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637839Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Lindsay Pasricha <lindsayw@chromium.org> Cr-Commit-Position: refs/heads/master@{#665199}
-
Felipe Cerqueira authored
Bug: 927957 Change-Id: I2353843752a270db375471e9faa62336fe50158d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635629 Commit-Queue: Felipe Cerqueira <cerqueira@google.com> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Cr-Commit-Position: refs/heads/master@{#665198}
-
Pâris MEULEMAN authored
This CL aims to remove OAuth2TokenService.Oauth2TokenServiceObserver, which is unused except for tests. The tests depending on this API were modified to test the behavior using a different way in parent CLs: - Test that saveStoredAccounts was successfully executed; - Test the C++ Oauth2TokenServiceDelegateAndroid instead, which gives access to the C++ OAuth2TokenService::Observer. Bug: 960281 Change-Id: I152f5c582d7795c05162e0ab3fca219c0db10a6b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1602715 Commit-Queue: Pâris Meuleman <pmeuleman@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Auto-Submit: Pâris Meuleman <pmeuleman@chromium.org> Cr-Commit-Position: refs/heads/master@{#665197}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/887362fca7a7..8b079d6881fc git log 887362fca7a7..8b079d6881fc --date=short --no-merges --format='%ad %ae %s' 2019-05-31 mnissler@chromium.org Revert "Mark guado as experimental" Created with: gclient setdep -r src/third_party/chromite@8b079d6881fc The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-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:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Change-Id: Iba1e13e9eb126f79bd3a10b957cbf7531e6eab0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638564Reviewed-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@{#665196}
-
Michael Thiessen authored
Restricting to NoTouchMode to lower riskiness/contentiousness of this change. Bug: 968573 Change-Id: I4b9247541179f8af0c0548d0d3bb6e6c05a0bba1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637533Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#665195}
-
David Grogan authored
The FlexNG test failures shouldn't really have 591099 as their tracking bug, but that's a different CL. Bug: 963168 Change-Id: I96294fe71c2b20fcb8f50c00cf22603d69c386ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633533 Auto-Submit: David Grogan <dgrogan@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#665194}
-
Fritz Koenig authored
When the source is a WebGL canvas the rectangle must be adjusted for flipping with MESA_framebuffer_flip_y. BUG=964010 TEST=https://www.khronos.org/registry/webgl/sdk/tests/webgl-conformance-tests.html?version=2.0.1 Change-Id: I20f5ac0a5049b23b3033a6d46f53606886f4e4f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627555Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Fritz Koenig <frkoenig@chromium.org> Cr-Commit-Position: refs/heads/master@{#665193}
-
Dale Curtis authored
BUG=879406,969079 TBR=liberato Change-Id: Icdc2bc65226bce07331f56311d244e6c2212c551 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637593Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#665192}
-
Victor Costan authored
Bug: 937761 Change-Id: I33b207351d2e1da2daf31a4388ee0e0aab5f2b5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638282Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#665191}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/94246cb21c8f..78f6819b0e70 git log 94246cb21c8f..78f6819b0e70 --date=short --no-merges --format='%ad %ae %s' 2019-05-31 tsepez@chromium.org Reland "Split off CPDF_ModuleMgr:Create() from CPDF_ModuleMgr::Get()"" 2019-05-31 thestig@chromium.org Add CXFA_Node::GetXMLDocument() helper. 2019-05-31 thestig@chromium.org Update third_party/base/numerics/ code. 2019-05-31 thestig@chromium.org Update third_party/base/numerics/safe_conversions code. 2019-05-31 thestig@chromium.org Add a ReadArrayElementsToVector() helper function. 2019-05-31 thestig@chromium.org Break remaining dependency from fxge to fxcodec. 2019-05-31 thestig@chromium.org Fix some nits in SkiaState. 2019-05-31 tsepez@chromium.org Move PDF_{Adobe,Unicode}NameFrom{Unicode,Adobe}() to core/fxge. Created with: gclient setdep -r src/third_party/pdfium@78f6819b0e70 The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-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. TBR=pdfium-deps-rolls@chromium.org Change-Id: Id4bce88022cecedbe1c59f24be8337a9c897d3f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638489Reviewed-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@{#665190}
-
Peter Kasting authored
This is banned by the Chromium style guide. Bug: none Change-Id: I417bb80ec06616583f9f10bbf4f197d46d0f45b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637861Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Cait Phillips <caitkp@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#665189}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/2f0f5fb37d74..c8f285a7077e git log 2f0f5fb37d74..c8f285a7077e --date=short --no-merges --format='%ad %ae %s' 2019-05-31 jvanverth@google.com Fix DDL_Metal test configs 2019-05-31 jvanverth@google.com Reland "Added AutoreleasePool for managing pool memory in testing apps." 2019-05-31 halcanary@google.com SkShaderBase::isAPicture() 2019-05-31 bsalomon@google.com Color matrix effect rewritten as .fp 2019-05-31 jvanverth@google.com Use GrCFResource class to manage backend surface MtlTexture resources. 2019-05-31 robertphillips@google.com Clean update ETC1 data utilities (take 2) 2019-05-31 kjlubick@google.com Revert "Added AutoreleasePool for managing pool memory in testing apps." 2019-05-31 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-05-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 172e5d373fad..0a56f0e3d22d (6 commits) 2019-05-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 97d3c908..8e522297 (404 commits) 2019-05-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 37bc82ac64f5..c0d7ee45d45f (2 commits) 2019-05-30 bungeman@google.com Document SkShaper::RunHandler::Buffer 2019-05-30 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-05-30 herb@google.com Use strike spec for bitmap rendering 2019-05-30 ethannicholas@google.com added support for SkMatrix44 ctype 2019-05-30 jvanverth@google.com Added AutoreleasePool for managing pool memory in testing apps. 2019-05-30 reed@google.com share tiny bit of code for std language iter 2019-05-30 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-05-30 reed@google.com free formatctx when we're done 2019-05-30 robertphillips@google.com Revert "Clean update ETC1 data utilities" 2019-05-30 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-05-30 michaelludwig@google.com Remove old GrFillRectOp factories 2019-05-30 robertphillips@google.com Clean update ETC1 data utilities 2019-05-30 fmalita@chromium.org [skottie] Shaper: fission glyphs into separate fragments when needed 2019-05-30 robertphillips@google.com Use GrVkImage utilities in GrVkGpu::createTestingOnlyVkImage 2019-05-30 halcanary@google.com SkPDF: implement kDecal image shader TileMode 2019-05-30 halcanary@google.com SkPDF: MakeShader uses Color4f 2019-05-30 bungeman@google.com Correct shaper assert around iterator fonts. 2019-05-30 reed@google.com support assets for skottie2movie 2019-05-30 herb@google.com Collapse the SkTextInterceptsIter into base class 2019-05-30 brianosman@google.com Interpreter: Elide dup/pop around stores 2019-05-30 bungeman@google.com Add trivial implemenations of shaper run iterators. 2019-05-30 rmistry@google.com Add new G3 compile try bot 2019-05-30 rmistry@google.com Add recipe for triggering and waiting for G3 compile tasks 2019-05-30 rmistry@google.com Script to trigger and wait for G3 compile tasks 2019-05-30 reed@google.com Revert "Compare pixels for TypefaceWithNoPaths test" 2019-05-30 hcm@google.com Update Skia milestone to 77 Created with: gclient setdep -r src/third_party/skia@c8f285a7077e The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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-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 BUG=chromium:967418,chromium:964498 TBR=kjlubick@google.com Change-Id: Iac3e939ce64552ceb0915f199c0a0fe779e8c5be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638488Reviewed-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@{#665188}
-
Mandy Chen authored
audits2 was renamed to audits: https://chromium-review.googlesource.com/c/chromium/src/+/1614691 Rename grdp file and its entry. I'll improve the autofix script to catch this case in another PR. Change-Id: I0f2eaa3528ed925d32feccd22762399d603491be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637591Reviewed-by:
Erik Luo <luoe@chromium.org> Commit-Queue: Mandy Chen <mandy.chen@microsoft.com> Cr-Commit-Position: refs/heads/master@{#665187}
-
Carlos Caballero authored
MessageLoop will go away, eventually. ScopedTaskEnvironment will per default start a ThreadPool, which should be fine in most of the cases. If you belive your test needs to make sure that no ThreadPool runs let me know and I will update the patch. BUG=891670 This CL was uploaded by git cl split. R=tsepez@chromium.org Change-Id: I41fd9666b91aa705eaeb1bf2432b8dcd1947453d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636053 Commit-Queue: John Rummell <jrummell@chromium.org> Reviewed-by:
John Rummell <jrummell@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Auto-Submit: Carlos Caballero <carlscab@google.com> Cr-Commit-Position: refs/heads/master@{#665186}
-
Nate Chapin authored
Bug: 964768 Change-Id: I59c2384cda133f97730e88a266bba542aeaaa828 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637864Reviewed-by:
Vlad Tsyrklevich <vtsyrklevich@chromium.org> Commit-Queue: Nate Chapin <japhet@chromium.org> Cr-Commit-Position: refs/heads/master@{#665185}
-