- 27 Mar, 2018 40 commits
-
-
Alexei Filippov authored
BUG=826045 Change-Id: I7273015bcac131f028116380e928f6a9c6d67182 Reviewed-on: https://chromium-review.googlesource.com/981444 Commit-Queue: Alexei Filippov <alph@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#546226}
-
Dirk Pranke authored
This adds a subcommand to MB that will allow you to build everything needed to run a given target, and then put all of the needed files into a single zip file that can be easily redistributed. Also, this fixes a couple of minor bugs where `isolate` didn't work for an additional_compile_target, and wouldn't build the target by default, and fixes the TOC entries in the user guide to display properly by working around a Gitiles bug. R=maruel@chromium.org BUG=824595 Change-Id: I3d77a33efbce6f6159cd6c8c1b2d727494d9f200 Reviewed-on: https://chromium-review.googlesource.com/974718 Commit-Queue: Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Marc-Antoine Ruel <maruel@chromium.org> Cr-Commit-Position: refs/heads/master@{#546225}
-
Emily Hanley authored
Change-Id: I87e15877022159c32fd92cd320e588b13fb63636 Reviewed-on: https://chromium-review.googlesource.com/982360Reviewed-by:
Ashley Enstad <ashleymarie@chromium.org> Commit-Queue: Emily Hanley <eyaich@chromium.org> Cr-Commit-Position: refs/heads/master@{#546224}
-
Alexei Filippov authored
It had been broken in https://chromium.googlesource.com/chromium/src/+/e17afc530a565d3d1c66f316750c817af60cb3ff Change-Id: Ia78f1592a284d3a7acc9cc33cb54a2a677d1f743 Reviewed-on: https://chromium-review.googlesource.com/980808Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Alexei Filippov <alph@chromium.org> Cr-Commit-Position: refs/heads/master@{#546223}
-
Wenzhao Zang authored
1) The original idea was to create a WallpaperPaths class in //ash/public, but it's unnecessary now. We only need a one-time initialization of the wallpaper paths, and they can be internal to //ash after that. 2) Saving and syncing thumbnail is entirely implemented in wallpaper_manager.js, so delete all thumbnail related code in *.cc files. The |thumbnail_path| variable in https://goo.gl/HZw6r7 is left because https://chromiumcodereview.appspot.com/12334030 forgot to clean it up. 3) Removed code duplication of thumbnail generation in wallpaper_api and wallpaper_private_api. Bug: 795159 Test: Manual Change-Id: Ia861da7579f743e5fc380128c6d28405246de2c4 Reviewed-on: https://chromium-review.googlesource.com/967882Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org> Cr-Commit-Position: refs/heads/master@{#546222}
-
mrefaat authored
Bug: 623016 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I67f24017a4be006fe53e59b0f49355e70833ffeb Reviewed-on: https://chromium-review.googlesource.com/980809Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Mohammad Refaat <mrefaat@chromium.org> Cr-Commit-Position: refs/heads/master@{#546221}
-
Chris Harrelson authored
Matrices can be non-invertible on the web, such as scale(0). Bug:809701 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ia5b1b893f0a0d922b8b40d45577f8be0bff16ca2 Reviewed-on: https://chromium-review.googlesource.com/981688 Commit-Queue: Tien-Ren Chen <trchen@chromium.org> Reviewed-by:
Tien-Ren Chen <trchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#546220}
-
Joshua Peraza authored
9c89cd99f335 gn: add templates for executables and loadable_modules 6b23575b34bd linux: verify whether a broker has been successfully forked 5754f608cb57 android: unset source filters to use linux files 58e4bbecc246 win, gn: use new lists when using templated targets Bug: crashpad:30 Change-Id: I0902c600b7257a419b8b0d770ac4f40fc6a808e6 Reviewed-on: https://chromium-review.googlesource.com/981690Reviewed-by:
Mark Mentovai <mark@chromium.org> Commit-Queue: Joshua Peraza <jperaza@chromium.org> Cr-Commit-Position: refs/heads/master@{#546219}
-
Troy Hildebrandt authored
When searching for google.com on Google with it as your default search engine, you see the text google.com in your omnibox after navigating to the results for that search. However, typing google.com into the omnibox will treat it as a URL and navigate to google.com. This CL uses some AutocompleteController logic to avoid displaying the search string when that string would be interpreted as a URL for navigation if typed into the ominbox. Change-Id: I34d4cf59fd53dc7d7d7f65a27718c703a1ea4cd1 Reviewed-on: https://chromium-review.googlesource.com/978670 Commit-Queue: Troy Hildebrandt <thildebr@chromium.org> Reviewed-by:
Maria Khomenko <mariakhomenko@chromium.org> Cr-Commit-Position: refs/heads/master@{#546218}
-
Nick Harper authored
TBR=elawrence@chromium.org Change-Id: Iafac5429318117e83df2887190830207546b40c5 Reviewed-on: https://chromium-review.googlesource.com/981521Reviewed-by:
Nick Harper <nharper@chromium.org> Reviewed-by:
Eric Lawrence <elawrence@chromium.org> Commit-Queue: Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#546217}
-
Jay Civelli authored
Making the subresource loaded notification in frame.mojom be for all resources including frame resources. This is going to be used by the task manager when the network service is enabled to track network usage. Bug: 825905 Tbr: tsepez@chromium.org Change-Id: I890d6c4103141a7e1d78e7cda015a750e62da380 Reviewed-on: https://chromium-review.googlesource.com/981080 Commit-Queue: Jay Civelli <jcivelli@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#546216}
-
Devlin Cronin authored
This is a reland of 7a1b3bb0 TBR=karandeepb@chromium.org (reland with no changes) Original change's description: > [Extensions] Remove manifest v1 support for accessible resources > > In manifest version 1, all extension resources were considered > accessible by the web (i.e., could be embedded within or > requested by a web page). In manifest v2, only resources > explicitly specified in the web_accessible_resources key are > accessible. Remove support for manifest v1, and always check > the web accessible resources. > > Update unit tests to migrate relevant tests and remove tests for > manifest v1-specific behavior. > > Bug: 816677, 816679 > Change-Id: Id0dd3ef75cd5d49e3f87e45ac3a8b19a00391146 > Reviewed-on: https://chromium-review.googlesource.com/953177 > Commit-Queue: Devlin <rdevlin.cronin@chromium.org> > Reviewed-by: Karan Bhatia <karandeepb@chromium.org> > Cr-Commit-Position: refs/heads/master@{#545898} Bug: 816677, 816679 Change-Id: Ic26fb161878df83c40e92e2fa19dd3f698b4d62c Reviewed-on: https://chromium-review.googlesource.com/981090 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#546215}
-
David Roger authored
Updates code generating INVALID_GAIA_CREDENTIALS errors to also set an error reason. Report these error reasons in the Signin.InvalidGaiaCredentialsReason histogram. Bug: 822728 TBR: alemate Change-Id: Ie727964845f0677a31d0ab035c0dee788d2b7859 Reviewed-on: https://chromium-review.googlesource.com/966422 Commit-Queue: David Roger <droger@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#546214}
-
Steve Kobes authored
LayoutObject::WillBeDestroyed removes children before calling Remove() on itself. Make LayoutFullScreen's override do the same. The tree walk in FindReferencingScrollAnchors relies on this. If an ancestor layout object has already been removed, we will fail to clear ScrollAnchor::anchor_object_. Bug: 823150 Change-Id: I30bf225ef22ad740c031bca0520e238e88fef23e Reviewed-on: https://chromium-review.googlesource.com/974745Reviewed-by:
Stefan Zager <szager@chromium.org> Commit-Queue: Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/master@{#546213}
-
Gabriel Charette authored
Sampling profiler highlights high contention on this lock: crbug.com/821034. Initializing/tear down was already single-threaded (tear down had to be moved from BrowserProcessSubThread::Cleanup() to ~BrowserProcessSubThread() to enforce this with a ThreadChecker however). Add dchecks to confirm/enforce this and remove the lock which is usuless on data structures that are now (as of series of changes over the last year) read-only after startup. Use atomics to protect reads across the RUNNING=>SHUTDOWN boundary. Bug: 821034 Change-Id: I7800048bff51ad79cb10ee89fd3a0a31534c393e Reviewed-on: https://chromium-review.googlesource.com/973556 Commit-Queue: Gabriel Charette <gab@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#546212}
-
Eric Stevenson authored
This is a reland of 3e261e9b. Reason for reland: * Fixed deps order (caused flaky compile errors) * Fixed cronet apk by removing resources dep Original change's description: > Android: Add extra fields related to resources to crash reports. > > This CL adds two fields to Android crash reports. Specifically: > 1. custom_themes: Whether or not the user has apps installed for using > custom themes. This should help debug obscure resources related > crashes. > 2. resources_version: The product version as stored in resources.arsc. > This should help us detect if we tried to load resources from the old > apk during an update. > > Bug: 820591 > Change-Id: I1e2b36ec5640bb1376f83452851eaa5319d0f32f > Reviewed-on: https://chromium-review.googlesource.com/969597 > Commit-Queue: Eric Stevenson <estevenson@chromium.org> > Reviewed-by: Lei Zhang <thestig@chromium.org> > Reviewed-by: agrieve <agrieve@chromium.org> > Reviewed-by: Yaron Friedman <yfriedman@chromium.org> > Cr-Commit-Position: refs/heads/master@{#545798} Bug: 820591 Change-Id: Id30e79ed508dbecc1b277a0450ec7784120e2efe tbr: yfriedman@chromium.org Reviewed-on: https://chromium-review.googlesource.com/981156 Commit-Queue: Eric Stevenson <estevenson@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#546211}
-
Pedro Amaral authored
Override |ShowContextMenu()| in InterstitialPageImpl and have it call |WebContentsViewAndroid.ShowContextMenu()| on Android. This is done to show the floating text selection menu (see linked bug). Bug: 823173 Change-Id: I01090aee43536cd06c8f8bc28ebccf5c2767d0d8 Reviewed-on: https://chromium-review.googlesource.com/977240Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Carlos IL <carlosil@chromium.org> Commit-Queue: Pedro Amaral <amaralp@chromium.org> Cr-Commit-Position: refs/heads/master@{#546210}
-
Donn Denman authored
Shortens the "availability" setting for In Product Help for Contextual Search, which will match our server-configs and seems better than the long window currently in place. BUG=822087 Change-Id: I583428cd101973a0c4d4e4950b014591d1006d8c Reviewed-on: https://chromium-review.googlesource.com/981318Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Donn Denman <donnd@chromium.org> Cr-Commit-Position: refs/heads/master@{#546209}
-
Philip Rogers authored
We current have a histogram for LayersUpdateTime but it is bucketed by the layer count. This patch adds a new metric for the total LayersUpdateTime that is not bucketed. Bug: 825912 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Ie9d83f90abf529af97bc2393f8f3ad6dc2e3530d Reviewed-on: https://chromium-review.googlesource.com/981262Reviewed-by:
Majid Valipour <majidvp@chromium.org> Reviewed-by:
vmpstr <vmpstr@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#546208}
-
Istiaque Ahmed authored
We call HashHelper::Cancel on IO during extension unload. If the extension's hash retrieval through ContentHash was ongoing at that point, ContentHash might not see the cancellation if it already progressed enough on non-IO thread. This CL makes sure we check for cancellation before passing the read hash value on IO thread. This fixes WebstoreInstallerTest.ReinstallDisabledExtension test's flakiness locally. Bug: 825470 Change-Id: Ib5b166cb14d3aee16b0cac9ae198a4141dc3563c Reviewed-on: https://chromium-review.googlesource.com/981610 Commit-Queue: Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#546207}
-
Geoff Lang authored
The previous rules assumed D3D and checked for shader model versions which are not valid when running on ANGLE's GL backend. Because ANGLE's GL backend will only be whitelisted on certain drivers that are known to support GPU rasterization, always allow GPU rasterization on top of GL. BUG=693090 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;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I95f9eb4376fd9edf7fd7914523a0cb65459ca26b Reviewed-on: https://chromium-review.googlesource.com/981110Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org> Cr-Commit-Position: refs/heads/master@{#546206}
-
Paul Miller authored
Implement VariationsSeedService in the WebView services process to serve variations seeds to apps. Implement VariationsSeedLoader to load seeds stored in the app, and periodically request new seeds from the service, on WebView startup. VariationsSeedService replaces AwVariationsConfigurationService. The remaining AwVariations* functionality (downloading seeds from the remote variations server into the local WebView service, and serializing the seeds to and from flash) will be replaced in a separate commit. Downloading and serializing variations seeds is not yet implemented for WebView, so use dummy seeds for now (3 KB of zeros, simulating the size of an actual WebView variations seed). Enable the new code via either the existing "enable-webview-variations" flag or the "finch-exp" file. This is an empty file created by AGSA to indicate we are in the variations experiment. Run the new tests like so: $ out/*/bin/run_webview_instrumentation_test_apk -f org.chromium.android_webview.\*.Variations\* Design document: https://docs.google.com/document/d/1vLLDfaJb6DQz1RQFthse4i8N_r1wLiVOcLE05i_9KAI/edit?usp=sharing BUG=733857 Change-Id: I1171f7b82276c32ac53ebc1b2d4bec9ed1cfb31d Reviewed-on: https://chromium-review.googlesource.com/954058Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Paul Miller <paulmiller@chromium.org> Cr-Commit-Position: refs/heads/master@{#546205}
-
Reilly Grant authored
The expectations added in r546171 were missing trailing newlines. This patch adds them. Bug: 782958 Change-Id: I6d93ebf17b06fa30e6ca0638766c2c35f046bf0e Tbr: bashi@chromium.org No-Try: true Reviewed-on: https://chromium-review.googlesource.com/982400Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#546204}
-
dpapad authored
This is causing the Extensions page to not display all extensions in such cases. Bug: 823164 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I39ba59b9e1ccd71cca3b5c68fc9d3715949342ec Reviewed-on: https://chromium-review.googlesource.com/981522 Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#546203}
-
Eric Seckler authored
It's possible that we advance virtual time past the time of the next task scheduled to execute. In that case, AutoAdvancingVirtualTimeDomain::DelayTillNextTask should instruct the TaskQueueManager to run the task immediately. Bug: 777763 Change-Id: I90a2501df05334d9971e8518717bacd9ae95693d Reviewed-on: https://chromium-review.googlesource.com/982113 Commit-Queue: Eric Seckler <eseckler@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Cr-Commit-Position: refs/heads/master@{#546202}
-
Daniel Erat authored
Make PowerManagerClient iterate over a map of (signal name, function pointer) tuples instead of repeating a bunch of difficult-to-read ConnectToSignal calls. Also switch to in-class initialization of data members. Bug: none Change-Id: Ifff2a30481556c5ff86f83f4ca721b00504d7856 Reviewed-on: https://chromium-review.googlesource.com/981525Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Dan Erat <derat@chromium.org> Cr-Commit-Position: refs/heads/master@{#546201}
-
https://pdfium.googlesource.com/pdfium.git/+log/5098b2528487..68df02a489d8 $ git log 5098b2528..68df02a48 --date=short --no-merges --format='%ad %ae %s' 2018-03-27 dsinclair Cleanup CXFA_LocaleMgr Created with: roll-dep src/third_party/pdfium The AutoRoll server is located here: https://pdfium-roll.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. TBR=dsinclair@chromium.org Change-Id: If3b365f338a1d953c184339c36ce2f386a18e77e Reviewed-on: https://chromium-review.googlesource.com/980922Reviewed-by:
pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#546200}
-
sczs authored
Bug: 822987 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Icb56645549412651656dafa6ecbbf869d3cba2b4 Reviewed-on: https://chromium-review.googlesource.com/982364 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#546199}
-
Xi Cheng authored
Bug: 734095 Change-Id: Ie7226ab3811c7615ab7a077a243f744effa4ca5e Reviewed-on: https://chromium-review.googlesource.com/979115 Commit-Queue: Xi Cheng <chengx@chromium.org> Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Cr-Commit-Position: refs/heads/master@{#546198}
-
yiyix authored
I used a size_t type variable to record the total number of pixels on screen for some UMA metrics. However, with extreme large DrawQuads, size_t is not enough to store the total number of pixels. Bug: 824528 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: I1309ae31757da3b8e9ae689910575e8fa2ed2316 Reviewed-on: https://chromium-review.googlesource.com/976626Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: Yi Xu <yiyix@chromium.org> Cr-Commit-Position: refs/heads/master@{#546197}
-
Penny MacNeil authored
Remove "WinSboxForceMsSigned" feature off switch. The mitigation has been on for all sandboxed child processes since M62. R: forshaw@chromium.org BUG: 750886 Change-Id: I9ea899e512d16db110fe9da33fa2d50758c3da82 Reviewed-on: https://chromium-review.googlesource.com/972360 Commit-Queue: Penny MacNeil <pennymac@chromium.org> Reviewed-by:
James Forshaw <forshaw@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#546196}
-
Aaron Gable authored
R=bratell@opera.com, dpranke@chromium.org Bug: 825979 Change-Id: Ifd49620c3fe98408d104e5874bd1204897f8baf3 Reviewed-on: https://chromium-review.googlesource.com/981181Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Aaron Gable <agable@chromium.org> Cr-Commit-Position: refs/heads/master@{#546195}
-
Eric Robinson authored
This CL adds a metric that compares the number of ads that load in a cross-origin subframe vs. the number that load in the same origin as the main frame. It counts any ad subframe or subframe of an ad in this metric. Change-Id: I0b0a66c87ee981b3bbd54b86866b7f19195f6b3c Bug: 970908 Reviewed-on: https://chromium-review.googlesource.com/970908Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Commit-Queue: Eric Robinson <ericrobinson@chromium.org> Cr-Commit-Position: refs/heads/master@{#546194}
-
James Hawkins authored
Waiting to clean up these dependencies in the destructor means the references to BrowserContext happen after BrowserContext has already been torn down (leading to a crash). Bug: 824989 Test: EasyUnlockPrivateApiTest.BrowserContextTearDown Change-Id: I86ef6efb97594f0f066f2b1ecdebbe9d5aa81b83 Reviewed-on: https://chromium-review.googlesource.com/981774Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Tim Song <tengs@chromium.org> Commit-Queue: James Hawkins <jhawkins@chromium.org> Cr-Commit-Position: refs/heads/master@{#546193}
-
Fredrik Hubinette authored
Instead of defaulting everything to BT709, we look at other fields to see if we can make a better guess. Bug: 754986 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: Ie33df88aa50dd6629fa0721995aa33bcd1149d5e Reviewed-on: https://chromium-review.googlesource.com/909336 Commit-Queue: Fredrik Hubinette <hubbe@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#546192}
-
Jonathan Backer authored
Allow RasterDecoderImpl to use some texture copying code by adding methods to DecoderContext (common interface implemented by RasterDecoder and GLES2Decoder). Implement some of the NOTIMPLEMENTED() state restoration code by copying from GLES2DecoderImpl. BUG=789238 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;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Ic23665e8f1d63f20905334dedefdeb77e90c3c40 Reviewed-on: https://chromium-review.googlesource.com/981075 Commit-Queue: Jonathan Backer <backer@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#546191}
-
Fredrik Söderquist authored
The test in it's current form imposed too strict requirements on the time that had passed. We cannot guarantee a maximum elapsed time, only a minimum (and barely that...) Rewrite the test to not impose any restriction on the maximum elapsed time. Also convert it to use testharness while at it. Also rewrite/convert the sibling test with setCurrentTime. Bug: 824930 Change-Id: I79882b0189e44790e3096c8346c2a0bf47276dd8 Reviewed-on: https://chromium-review.googlesource.com/981145Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#546190}
-
Justin Novosad authored
This reverts commit 60f840e7. This re-land resolves rendering regression in AndroidWebView by restoring a context reset in ScopedGpuRaster, which was the cause of crbug.com/823232, and the reason for the revert. TBR=piman@chromium.org Bug: 807974, 810159 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;master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I8112ab4e25c9dbf40aa386368815b986e7d4a9d9 Reviewed-on: https://chromium-review.googlesource.com/982098 Commit-Queue: Justin Novosad <junov@chromium.org> Reviewed-by:
Justin Novosad <junov@chromium.org> Cr-Commit-Position: refs/heads/master@{#546189}
-
Xi Cheng authored
Bug: 734095 Change-Id: I688b172764d97c6a759435d227fa8e030bfb82d5 Reviewed-on: https://chromium-review.googlesource.com/979118 Commit-Queue: Xi Cheng <chengx@chromium.org> Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Cr-Commit-Position: refs/heads/master@{#546188}
-
Bernhard Bauer authored
The publisher URL is currently ignored. A followup CL will show it in the UI. Bug: 814365 Change-Id: Id22e423cf5ef756f28b0ab3f92a029267722244b Reviewed-on: https://chromium-review.googlesource.com/980553Reviewed-by:
Emily Stark <estark@chromium.org> Commit-Queue: Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#546187}
-