- 18 Nov, 2017 27 commits
-
-
David Jacobo authored
In chrome://settings we already have a definition for AndroidAppsInfo so reusing instead of duplicating. Bug: None Test: Build. Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ie7a24d9c9df7fe3d22e3e85d067c140944f85db4 Reviewed-on: https://chromium-review.googlesource.com/773479Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: David Jacobo <djacobo@chromium.org> Cr-Commit-Position: refs/heads/master@{#517647}
-
Eric Karl authored
This change adds the OOP Raster transfer cache. Subsequent changes will hook these objects up to the OOP Raster serialize/deserialize mechanisms. The transfer cache includes four main classes/interfaces: --ClientTransferCacheEntry-- Represents an object that can be added to the transfer cache. Includes methods for serializing the object for transport to the GPU process. --ClientTransferCache-- Provides methods for inserting, locking, unlocking, and deleting ClientTransferCacheEntry objects. Handles sending these objects to the ServiceTransferCache. --ServiceTransferCacheEntry-- Represents an object that can be stored in the GPU process' ServiceTransferCache. Includes methods for deserializing the serialized data produced by the ClientTransferCacheEntry. --ServiceTransferCache-- Includes methods for receiving new objects from the ClientTransferCache, looking up existing objects, and enforcing memory limits. This system is built around the existing DiscardableHandle system used in GPU discardable textures. Bug: 777622 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I5bf2ed467147d6dbcd5690a3997280806c4d7763 Reviewed-on: https://chromium-review.googlesource.com/747273 Commit-Queue: Eric Karl <ericrk@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
enne <enne@chromium.org> Cr-Commit-Position: refs/heads/master@{#517646}
-
Jayson Adams authored
The ColorPanelCocoa sets itself as the target and delegate of the NSColorPanel, and on dealloc it clears the NSColorPanel's target and delegate settings if it sees that it is the delegate. On 10.13 it appears that the NSColorPanel's delegate can get set to nil while leaving the target intact, preventing -dealloc from clearing the ColorPanelCocoa target and leading to a Zombie crash. This cl uses a private method to check the NSColorPanel's target in -dealloc and clear it if it's still the ColorPanelCocoa. R=rsesek@chromium.org,avi@chromium.org Bug: 767598 Change-Id: I86557f3dadc65b8e0d455156457d960d8f45044e Reviewed-on: https://chromium-review.googlesource.com/685394 Commit-Queue: Jayson Adams <shrike@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#517645}
-
Steven Bennetts authored
C++ -> JS listeners are relatively expensive and having more than one for a particular event is unnecessary, more complex, and confusing. Instead, make <internet-page>, which contains the other elements, the primary listener and dispatch JS events to the other elements when a networkingPrivate event occurs. Bug: 784026 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I834797a2d814cde563144bac816c69d55ad78633 Reviewed-on: https://chromium-review.googlesource.com/775661 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#517644}
-
rbpotter authored
Bug: 773928 Change-Id: I2980d8833df8abd31b231efd5bc531c4479d171d Reviewed-on: https://chromium-review.googlesource.com/777459Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#517643}
-
Lei Zhang authored
Change-Id: I84e036d5c71373ce3572d4b67b06fcadb25bb347 Reviewed-on: https://chromium-review.googlesource.com/777963 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Cr-Commit-Position: refs/heads/master@{#517642}
-
CrystalFaith authored
Image in notification was removed, but the name of the image in notification was not updated. Bug: None Change-Id: I121a86bf592601933d1f4ae0730e5c049b743dd4 Reviewed-on: https://chromium-review.googlesource.com/769655Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Crystal Lambert <crystallambert@chromium.org> Cr-Commit-Position: refs/heads/master@{#517641}
-
Bailey Berro authored
Bug: Change-Id: I79fa779041a90182dc839b00fc404f6f80acd6a7 Reviewed-on: https://chromium-review.googlesource.com/777395 Commit-Queue: Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#517640}
-
chrome://flagsEdward Jung authored
iOS doesn't show unavailable experiments which broke the tab layout. Additionally set the viewport max scale so the page doesn't jump around when the keyboard is activated, Bug: 783837 Change-Id: I691b3efca6ad24870d195357783e6016d30b0cee Reviewed-on: https://chromium-review.googlesource.com/769949Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Edward Jung <edwardjung@chromium.org> Cr-Commit-Position: refs/heads/master@{#517639}
-
Yash Malik authored
This CL add the necessary glue to wire up the keyboard API to its implementation in the Daydream Keyboard APK. The keyboard can be temporarily be summoned via the app button by turning on the vr-browser-keyboard runtime flag. Follow-up CLs will introduce the keyboard element and remove the temporary code in VrShellGl. Bug: 641470 Change-Id: I3d1372aa335db69c1e38adbb00a67993f9eea1e0 Reviewed-on: https://chromium-review.googlesource.com/731568 Commit-Queue: Yash Malik <ymalik@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Biao She <bshe@chromium.org> Reviewed-by:
Amirhossein Simjour <asimjour@chromium.org> Reviewed-by:
Max Moroz <mmoroz@chromium.org> Reviewed-by:
Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#517638}
-
kylechar authored
This call originates in the browser process and is passed back to a SyntheticBeginFrameSource in the GPU process. This is pretty simple plumbing. The change requires RootCompositorFrameSinkImpl knowing it has a SyntheticBeginFrameSource. Wrap up the results of DisplayProvider into a struct so that we can handle the ExternalBeginFrameSource case too without adding more output parameters. Bug: 772524 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I9af43d4278475d07d19aefe7a03b6ee2426b536d Reviewed-on: https://chromium-review.googlesource.com/767352 Commit-Queue: kylechar <kylechar@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#517637}
-
Tim Brown authored
The new libraries include dconf. Bug: 768027 Change-Id: I724aa27893f37891103de2cf0898d48ea7a4d406 Reviewed-on: https://chromium-review.googlesource.com/777968Reviewed-by:
Evgeniy Stepanov <eugenis@chromium.org> Commit-Queue: Tim Brown <timbrown@chromium.org> Cr-Commit-Position: refs/heads/master@{#517636}
-
Philip Rogers authored
Just needed a mac10.11-specific baseline (non-RLS also needs this): paint/invalidation/background/change-text-content-and-background-color.html The difference is: - "rect": [30, 30, 45, 23], + "rect": [30, 30, 44, 23 Just needed a fixed win10 baseline: paint/invalidation/selection/japanese-rl-selection-clear.html The difference is: - "rect": [230, 123, 542, 394], + "rect": [273, 123, 499, 394], Bug: 781419 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_root_layer_scrolls Change-Id: Iff5add970393cc19e3f803ec738b2f7d09db8310 Reviewed-on: https://chromium-review.googlesource.com/777943Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#517635}
-
Takumi Fujimoto authored
WiredDisplayMediaRouteProvider will record the number of sinks each time it notifies MediaRouter of sink updates. Bug: 783850 Change-Id: Ifc7c6e21b9253016ba3ec139ce50e11f313a08bf Reviewed-on: https://chromium-review.googlesource.com/767854Reviewed-by:
Derek Cheng <imcheng@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#517634}
-
Gang Wu authored
change ModelTypeController::BridgeTask from Callback to OnceCallback. Bug: 786478 Change-Id: I5d559aafefa3917b5cde5e06f398078989b3bc10 Reviewed-on: https://chromium-review.googlesource.com/777386 Commit-Queue: Gang Wu <gangwu@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#517633}
-
Hans Wennborg authored
This reverts commit dbc676c1. Reason for revert: This broke Android ASan. Original change's description: > Roll clang 317263:318369. > > Bug: 782281 > > Change-Id: Ia7f42af4cc63771dcb6d83f6a0fa0f98e2602c13 > Reviewed-on: https://chromium-review.googlesource.com/774119 > Commit-Queue: Hans Wennborg <hans@chromium.org> > Reviewed-by: Evgeniy Stepanov <eugenis@chromium.org> > Cr-Commit-Position: refs/heads/master@{#517269} TBR=eugenis@chromium.org,hans@chromium.org,rnk@chromium.org Change-Id: Ib4ff2dd46d05a386e286713f49722cd826b26ca4 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 782281,786449 Reviewed-on: https://chromium-review.googlesource.com/777483Reviewed-by:
Hans Wennborg <hans@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#517632}
-
Cait Phillips authored
Bug: 700812 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ib3d0a17e24b6b3c08e34de68400c0a1fe3a855f4 Reviewed-on: https://chromium-review.googlesource.com/761239 Commit-Queue: Cait Phillips <caitkp@chromium.org> Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#517631}
-
Candice Sy authored
Clean up because is_loaded() is no longer used. The function was removed from OfflinePageModel and classes that overrode it. Bug: 784653 Change-Id: I72f38e5621ba67762d0086d5a1c1cafbb614e6b3 Reviewed-on: https://chromium-review.googlesource.com/772977 Commit-Queue: Candice Sy <cmsy@google.com> Reviewed-by:
Yafei Duan <romax@chromium.org> Reviewed-by:
vitaliii <vitaliii@chromium.org> Reviewed-by:
Cathy Li <chili@chromium.org> Cr-Commit-Position: refs/heads/master@{#517630}
-
Min Qin authored
TBR=dtrainor@chromium.org Bug: Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I5bbf63d772762bb672097d8323672f8747e2d91c Reviewed-on: https://chromium-review.googlesource.com/778045Reviewed-by:
Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#517629}
-
Daniel Murphy authored
R: mek@chromium.org Bug: 770307 Change-Id: If5dfbdb3064e1b4f336680d45dfcff1d1ef27add Reviewed-on: https://chromium-review.googlesource.com/775674 Commit-Queue: Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#517628}
-
Lukasz Anforowicz authored
Persistent failures on linux_site_isolation are not visible to Chromium Sheriffs, because this bot is not part of the main waterfall. Until this happens, this bot should not be automatically added to CQ jobs. Bug: 786555 Change-Id: Ie6455ae5996413211ff626c8db4fa5692411cf0b Reviewed-on: https://chromium-review.googlesource.com/777736Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#517627}
-
Nate Fischer authored
No change in behavior. This changes two casts from implicit to explicit to resolve a NarrowingCompoundAssignment errorprone warning. Test: ninja system_webview_apk (warnings disappear) Change-Id: I32d98a705e3bb3054668f25dfeb50e2af562c902 Reviewed-on: https://chromium-review.googlesource.com/777729Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#517626}
-
Sandeep Vijayasekar authored
Bug: internal b/69320827 Test: Send feedback while casting play music Change-Id: I16c97cc6ab85cba47cb00eb877b76b6ac39bef61 Reviewed-on: https://chromium-review.googlesource.com/775900Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Commit-Queue: Sandeep Vijayasekar <sandv@chromium.org> Cr-Commit-Position: refs/heads/master@{#517625}
-
Matt Menke authored
It currently only takes in paths. Taking in an already opened file will allow it to be used in a sandboxed process with limited ability to open files itself. Previously, when an upload was retried, the old FileStream would be deleted, and a new one created and the file re-opened. This won't work with the aforementioned sandbox, so instead, rewind the file. This also means that when there's an operation in progress when we try to re-initialize the UploadFileElementReader, it has to wait for the previous operation to complete. In order to achieve this, this CL switches UploadFileElementReader to using a DoLoop pattern. Bug: 777879 Change-Id: I6b1f9f9ec727c588ca99427b949bc7410068b314 Reviewed-on: https://chromium-review.googlesource.com/772978 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Randy Smith <rdsmith@chromium.org> Cr-Commit-Position: refs/heads/master@{#517624}
-
Ian Vollick authored
With this CL, these resources are no longer specified in all caps. Instead, they are converted to all caps before rendering. Bug: 779669 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Iac4c83813a649949aa130677b23b06be259a9685 Reviewed-on: https://chromium-review.googlesource.com/777861 Commit-Queue: Ian Vollick <vollick@chromium.org> Reviewed-by:
Amirhossein Simjour <asimjour@chromium.org> Reviewed-by:
Biao She <bshe@chromium.org> Cr-Commit-Position: refs/heads/master@{#517623}
-
Bailey Forrest authored
The bug is fixed upstream BUG=internal b/32972611 TEST=Run TimeFormattingTest* Change-Id: Iadeab960f2eb67913a3d4f3bb302b8b95f200d4c Reviewed-on: https://chromium-review.googlesource.com/777402Reviewed-by:
Stephen Lanham <slan@chromium.org> Commit-Queue: Bailey Forrest <bcf@chromium.org> Cr-Commit-Position: refs/heads/master@{#517622}
-
Eric Roman authored
Change-Id: Ifeee6108329beaf8f254af37f46bccf66ee06239 Reviewed-on: https://chromium-review.googlesource.com/777639Reviewed-by:
Matt Mueller <mattm@chromium.org> Commit-Queue: Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#517621}
-
- 17 Nov, 2017 13 commits
-
-
Katie Dektar authored
Clipping will be re-enabled with a more robust solution for newer versions of chrome, that will expose both the clipped and unclipped bounds to ChromeVox. Bug: 786164 Change-Id: Ia22fc00236168f9ba41841f6810b72bdd24d4612 Reviewed-on: https://chromium-review.googlesource.com/777541 Commit-Queue: Katie D <katie@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#517620}
-
Daniel Murphy authored
This change adds a feature flag and the piping to hook up & run a mojo implementation of SessionStorage. Nothing is implemented yet and all calls trip a NOTREACHED - this is just the setup for the renderer side of the feature. Bug: 716490 Change-Id: Id3ad5cf3fa1e27bf7e5ef9369818d94a1a5364d3 Reviewed-on: https://chromium-review.googlesource.com/767287Reviewed-by:
Oliver Chang <ochang@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#517619}
-
Yusuf Ozuysal authored
- Remove the Android Manifest DAL that is done in canSessionLaunchInTrustedWebActivity which is always called on UI thread. - To reliably handle the above missing check before launching the TrustedWebActivity add a related param to SessionParams - Make the same call as a part of validateRelationship and cache the result to be used later - Fixes to validateRelationship threading and calling order. BUG=782904 Change-Id: Ief5432bc7004e56f9106d58ddbff31d69d0ddc55 Reviewed-on: https://chromium-review.googlesource.com/759232 Commit-Queue: Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Benoit L <lizeb@chromium.org> Cr-Commit-Position: refs/heads/master@{#517618}
-
Pedro Amaral authored
Some of the selection tests are flaking because they long-press the wrong node. There was a similar problem in IMETests that was fixed in https://chromium-review.googlesource.com/c/chromium/src/+/773105 by making the test html small enough to avoid any scrolling. This CL attempts to solve the flakiness using the same method. Change-Id: If9a1ac5653c21bcd1bb79dbbde43ec4a35bae985 Reviewed-on: https://chromium-review.googlesource.com/777607Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Pedro Amaral <amaralp@chromium.org> Cr-Commit-Position: refs/heads/master@{#517617}
-
Tom Anderson authored
BUG=773489 R=thestig@chromium.org Change-Id: I753e3a2916d357a19c9194930da3b1c69978cf1f Reviewed-on: https://chromium-review.googlesource.com/777465Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#517616}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/4f332747..e6c939ba Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: If4ce9c1ec8c4c5ddc07338d742414859035a35be Reviewed-on: https://chromium-review.googlesource.com/777586Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#517615}
-
Brian Anderson authored
Add a gfx::SwapResponse that contains the swap result and the timing information for every swap. Let the client add those timestamps to cached LatencyInfos rather than passing LatencyInfo to the GPU service to modify and send back. Behaviorally, this patch is a no-op, but the intent is to: 1) Simplify later patches that will add timestamps to the SwapResponse. 2) Step towards removing PassThroughImageTransportSurface. 3) Remove gpu's dependency on ui/latency_info, which was a layering smell. Bug: 769415 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I9e1ac97d32600d13ee05467d70fad5674e1355f0 Reviewed-on: https://chromium-review.googlesource.com/767572 Commit-Queue: Brian Anderson <brianderson@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#517614}
-
Will Chen authored
Migrates most of the tests in these directories: websocket/ timeline-time/ timeline-style/ timeline-paint/ timeline-network/ timeline-misc/ Bug: 667560 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: Ib91f9c397767c46f19a52af909d522b29d308559 Reviewed-on: https://chromium-review.googlesource.com/777421 Commit-Queue: Will Chen <chenwilliam@chromium.org> Reviewed-by:
Alexei Filippov <alph@chromium.org> Cr-Commit-Position: refs/heads/master@{#517613}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/3e4d1fde7fab..39631f3df172 $ git log 3e4d1fde7..39631f3df --date=short --no-merges --format='%ad %ae %s' 2017-11-17 bsalomon Add Atlas Text interface for rendering SDF glyphs. 2017-11-17 benjaminwagner Specify image dimension for all Win2016 tasks. 2017-11-17 ethannicholas converted Premul / Unpremul to SkSL 2017-11-17 brianosman Revert "Revert "Revert "Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half""""" 2017-11-16 herb Remove api call from SkGaussFilter 2017-11-17 benjaminwagner Specify image dimension for Win2016. 2017-11-17 egdaniel Revert "Revert "Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half"""" 2017-11-17 angle-deps-roller Roll skia/third_party/externals/angle2/ 2c7f34c83..3d70ca9cc (1 commit) 2017-11-17 liyuqian Do not return null paint if shaderFP is null 2017-11-17 bsalomon Revert "Revert "Add method to sk_gpu_test::TestContext to automatically restore the previous context."" Created with: roll-dep src/third_party/skia The AutoRoll server is located here: https://autoroll.skia.org 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=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=brianosman@chromium.org Change-Id: I7ee07c54dea0a222cbf5cf318172ef881106caf0 Reviewed-on: https://chromium-review.googlesource.com/777760Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#517612}
-
Eric Roman authored
Change-Id: I21815d765aaa22a3601d21fdcc26a0f0d5df862f Reviewed-on: https://chromium-review.googlesource.com/777547Reviewed-by:
Matt Mueller <mattm@chromium.org> Commit-Queue: Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#517611}
-
Sunny Sachanandani authored
Dump real and virtual current contexts, command decoder's context, and what IsCurrent returns. R=piman BUG=724999 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I086efa8b7c5f0e7108b1fd4c6502c3d4824b862e Reviewed-on: https://chromium-review.googlesource.com/767567Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#517610}
-
Jonathan authored
This change updates the FYI filter to block a known failing test. This change updates the main filter to match the FYI filter. This change also adds viz_content_browsers to the Mojo Linux FYI bot to start getting an idea of our current coverage/failures on Linux TEST=viz_content_browsertests Bug: 760181 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: Id1744c21afdcce06312074962451e440bf6eb604 Reviewed-on: https://chromium-review.googlesource.com/776623Reviewed-by:
Jonathan Ross <jonross@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#517609}
-
Kenneth Russell authored
There seem to be OS-level race conditions in restoring the system's color profile (to Color LCD from the sRGB color profile) and these seem to be worked around by leaving the system using the sRGB profile after the tests exit. BUG=784456 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I09e588f1e8f6dc9c948fd6f2a30e912bc88c820e Reviewed-on: https://chromium-review.googlesource.com/775625Reviewed-by:
ccameron <ccameron@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#517608}
-