- 12 Dec, 2017 40 commits
-
-
Matt Menke authored
This CL passes in the path for the network service to open. It's an intermediary step towards opening the file in-process and passing the file handle to the service instead. Bug: 746977 Change-Id: Ic432cd2d78027a83e9f63e2bc2a66c0eea51b937 Reviewed-on: https://chromium-review.googlesource.com/811887 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Randy Smith <rdsmith@chromium.org> Cr-Commit-Position: refs/heads/master@{#523505}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/6e64f3089104..c896eddc1cf7 $ git log 6e64f3089..c896eddc1 --date=short --no-merges --format='%ad %ae %s' 2017-12-12 caryclark stabilize catalog 2017-12-12 mtklein a little SkJumper tidy up 2017-12-12 caryclark only read color array if flag is fixed color 2017-12-12 caryclark fix fractured fiddles 2017-12-12 angle-deps-roller Roll skia/third_party/externals/angle2/ feb2c63b7..7f5c3eb76 (1 commit) 2017-12-12 mtklein drop to scalar mode in some armv7 debug builds 2017-12-12 rmistry Use new bookmaker flag to status.json 2017-12-12 angle-deps-roller Roll skia/third_party/externals/angle2/ 629a64498..feb2c63b7 (1 commit) 2017-12-12 ethannicholas converted vertex shaders to device coords 2017-12-11 csmartdalton Prefer fullscreen clears on Qualcomm/GL 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=liyuqian@chromium.org Change-Id: I7309047da1e544139004cf7a89f8a53b50b27b05 Reviewed-on: https://chromium-review.googlesource.com/822913Reviewed-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@{#523504}
-
Aaron Leventhal authored
The Omnibox provides suggestion text that is friendly to screen reader users. However, it is not possible for users to know where they are in the overall list. Normally, screen reader lists provide "n of m" positional info at the end of each item. Because we are using a bit of a hack so that focus can stay in the edit box, we need to provide this info ourselves. The downside of this approach is that the text will not show up as the shorter n/m on Braille displays, but it's really a minor downside compared with the benefit. Bug: 792954 Change-Id: I3b69bc92ed42c59521ddf80cf932323388f650ab Reviewed-on: https://chromium-review.googlesource.com/817675 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#523503}
-
Jens Widell authored
In jumbo/unity builds it conflicts with syncer::WriteTransaction defined in components/sync/syncable/write_transaction.h. Change-Id: I19a325af6299d955577aec10d36f21b948859035 Reviewed-on: https://chromium-review.googlesource.com/822091Reviewed-by:
Pavel Yatsuk <pavely@chromium.org> Commit-Queue: Jens Widell <jl@opera.com> Cr-Commit-Position: refs/heads/master@{#523502}
-
xlai authored
As a prepartory step to remove ImageBuffer, this CL moves the GetImageData function (which has nothing to do with ImageData) from ImageBuffer to StaticBitmapImage. Some unnecessary checks (e.g., IsSurfaceValid() which has been checked over and over again) in the function have been removed. Bug: 776806 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Iab7a346644027901bb10c96cc9c62a0e4336748d Reviewed-on: https://chromium-review.googlesource.com/820016 Commit-Queue: Olivia Lai <xlai@chromium.org> Reviewed-by:
Justin Novosad <junov@chromium.org> Cr-Commit-Position: refs/heads/master@{#523501}
-
Guido Urdaneta authored
A previous CL that moved some of the functionality to Blink missed this, which prevents firing of the devicechange event. Bug: 794177 Change-Id: I5ab74f5605979ec508c0620d75eb41585b32f218 Reviewed-on: https://chromium-review.googlesource.com/822259Reviewed-by:
Chandan Padhi <c.padhi@samsung.com> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#523500}
-
Daniele Castagna authored
We observed AddFramebuffer2 failing with "Invalid argument (22)" in few occasions (crbug.com/789292 and crbug.com/779356). This likely causes pageflip failures. This CL adds logs with all the paramters passed to AddFramebuffer2 to help debuggining these issues. Bug: 789292, 779356 Change-Id: I010986b080ee7b84c3084fe7010483b8f1c0143c Reviewed-on: https://chromium-review.googlesource.com/822273Reviewed-by:
David Reveman <reveman@chromium.org> Commit-Queue: David Reveman <reveman@chromium.org> Cr-Commit-Position: refs/heads/master@{#523499}
-
Hans Wennborg authored
Recent Clang versions have started to take into account the signedness of enums for the -Wsign-compare warning. TBR=lpromero Bug: 792519 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I4e1ab7030fc46690943954229e13246a085136de Reviewed-on: https://chromium-review.googlesource.com/823091Reviewed-by:
Hans Wennborg <hans@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#523498}
-
Eugene But authored
Bug: None Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ic7c34b7594afea46412b2ac861ced2b60d01d7c7 Reviewed-on: https://chromium-review.googlesource.com/822511Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#523497}
-
Kyle Horimoto authored
This remedies the following situation: (1) Host scan discovers a potential Tether host device. (2) User visits the "internet detail page", which displays information about that Tether host. (2b - optional) User opens the tether confirmation dialog. (3) A subsequent host scan can no longer find the device. (4) User can no longer connect to the device, but has no idea why. This CL places a warning in red text on both the internet detail page and the tether confirmation dialog when this situation occurs. Likewise, this CL also adds a warning in the detail page for Wi-Fi networks which have gone out of range. Bug: 750955, 672263 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I75666e25a0df0add94ea469599641b0703b64d76 Reviewed-on: https://chromium-review.googlesource.com/818465 Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#523496}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/catapult.git/+log/a31a5a7b4ab3..8cc672aa9c1c $ git log a31a5a7b4..8cc672aa9 --date=short --no-merges --format='%ad %ae %s' 2017-12-12 perezju Revert "[Telemetry] Fix browser_backend.pid for Android" 2017-12-12 nednguyen Remove credentials_path & credentials related code in Telemetry 2017-12-12 perezju [Telemetry] Fix browser_backend.pid for Android Created with: roll-dep src/third_party/catapult The AutoRoll server is located here: https://catapult-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. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: Ic3547fa60988d7d8381ef65d5a55feb0e1e995df Reviewed-on: https://chromium-review.googlesource.com/822912 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#523495}
-
Jiaquan He authored
This commit - removes the deprecated laucher page; - removes related codes from app_list; - fixes lint error in affected files. Bug: 731991, 733662 Change-Id: If64f0cdd75d934288f556c2f3a7e2274097aa22d Reviewed-on: https://chromium-review.googlesource.com/809587Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
calamity <calamity@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Matt Giuca <mgiuca@chromium.org> Commit-Queue: Jiaquan He <hejq@google.com> Cr-Commit-Position: refs/heads/master@{#523494}
-
Reilly Grant authored
With the removal of kLoadingWithMojo some tests are no longer parameterized and so the test filters need to be updated. Bug: 788241 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: If11985aff0e666304e8649515ebdb0eede761d8d No-Try: true No-Presubmit: true No-Tree-Checks: true Tbr: jam@chromium.org Reviewed-on: https://chromium-review.googlesource.com/823076Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#523493}
-
CJ DiMeglio authored
On destruction, we were deleting the |resource_provider_| before the |resource_updater_|, which depended on it. Now we delete things in the correct order. This change also updates a few classes such that if the flag enable_surfaces_for_video is enabled by default, unit tests do not crash. Bug: 790779 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I3ffbac4f4804a755270f19e8bdc78cb14521fb94 Reviewed-on: https://chromium-review.googlesource.com/804534Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Commit-Queue: CJ DiMeglio <lethalantidote@chromium.org> Cr-Commit-Position: refs/heads/master@{#523492}
-
Jens Widell authored
In jumbo/unity builds, it conflicts with syncer::Encryptor defined in components/sync/base/encryptor.h. Change-Id: I0b9c4e6eafd88eae46892ff97f2ade41f8c0b99a Reviewed-on: https://chromium-review.googlesource.com/822090Reviewed-by:
Pavel Yatsuk <pavely@chromium.org> Commit-Queue: Jens Widell <jl@opera.com> Cr-Commit-Position: refs/heads/master@{#523491}
-
Justin Novosad authored
Crash happens when a the frame to be presents fails to be uploaded to a texture (e.g. exceeds max texture size) BUG=793651 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I7fd6373cbc6bd4d070de8fd0f4731068846242d1 Reviewed-on: https://chromium-review.googlesource.com/820159Reviewed-by:
Olivia Lai <xlai@chromium.org> Commit-Queue: Justin Novosad <junov@chromium.org> Cr-Commit-Position: refs/heads/master@{#523490}
-
John Abd-El-Malek authored
When there's an ongoing navigation, if the app loada a JavaScript URL we create a temporary NavigationRequest in NavigatorImpl::RequestNavigation. However the call to RenderFrameHostManager::GetFrameHostForNavigation was resetting the speculative RFH of the original NavigationRequest since the site instance of a JavaScript load is always the same as the existing frame. This is a reland of r523264 with an extra fix to ensure that the RFH is initialized. Bug: 793432 Change-Id: I7a029d907f5c133c00ce096d9d733cb8194fcd43 Reviewed-on: https://chromium-review.googlesource.com/822970Reviewed-by:
Nasko Oskov <nasko@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#523489}
-
Evan Stade authored
It's used very rarely and is redundant with the MessageCenterObserver method. To continue to support it would require extra work on many platforms (for native notifications) and some platforms might not be able to support it anyway. TBR=tapted@chromium.org Bug: 783018 Change-Id: Iab3def37e0ee7c7dc56178ccbcc0146d712805ea Reviewed-on: https://chromium-review.googlesource.com/811366Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#523488}
-
Jonathan Ross authored
We want to get coverage of viz_content_browsertests on Windows. This adds the test config to the FYI Mojo Windows bot. I've ran them locally, and the current test filter is accurate. TEST=viz_content_browsertests Bug: 760181 Change-Id: Idcb2069188a769a58ffc53e2171e2661a5e09540 Reviewed-on: https://chromium-review.googlesource.com/820161Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#523487}
-
Charlie Harrison authored
This reverts commit 24e730d2. Reason for revert: The delay navigation throttle will ruin data here. Let me re-land tomorrow. Original change's description: > Predictor: Dispatch all predictions async from the resource throttle > > This is a small refactor that should have some performance wins. Now > that PlzNavigate has launched, we should be dispatching our preconnects > after the initial navigation request has gone out, not before. This is > because frequently (especially on Android), dispatching preconnects > tends to hog the IO thread, delaying the initial request. > > Note that this predictor is probably going away, but this CPU work > is in the critical path of some other work I am planning on tackling. > > Bug: 792524 > Change-Id: I87e3c235be0480d766e3e45c9a97c4a26b15f60d > Reviewed-on: https://chromium-review.googlesource.com/821090 > Commit-Queue: Charlie Harrison <csharrison@chromium.org> > Reviewed-by: Matt Menke <mmenke@chromium.org> > Cr-Commit-Position: refs/heads/master@{#523473} TBR=mmenke@chromium.org,csharrison@chromium.org Change-Id: I596b40d4d3f527de7e0df6c00f376281a2dbe381 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 792524 Reviewed-on: https://chromium-review.googlesource.com/823110Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Commit-Queue: Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#523486}
-
Brian Salomon authored
Currently this uses Skia's null GL interface which the Skia team would like to delete. 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: Id69939464f5677bdd18aad6ae5e377dd98294648 Reviewed-on: https://chromium-review.googlesource.com/806716 Commit-Queue: Brian Salomon <bsalomon@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#523485}
-
Francois Doray authored
Instead of having multiple test cases performing the same initialization of a MockRenderWidgetHostImpl with a MockRenderWidgetHostDelegate, do this in SetUp(). Bug: 668690 Change-Id: I12a6cf7d60ea0edf56147ce8201aacabed56158d Reviewed-on: https://chromium-review.googlesource.com/801539 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Cr-Commit-Position: refs/heads/master@{#523484}
-
Justin Cohen authored
Bug: Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I2c955d3769a14e17be5018b3616f083e943044e9 Reviewed-on: https://chromium-review.googlesource.com/820012Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#523483}
-
Thiemo Nagel authored
(Only the serial number pattern has changed, the other patterns have been reformatted to avoid overly long lines.) BUG=none TEST=added test pattern to unittest Change-Id: Iee036cd0fc71cb4ccb55ea1809534bbdb6d52943 Reviewed-on: https://chromium-review.googlesource.com/822932Reviewed-by:
Dominic Battré <battre@chromium.org> Commit-Queue: Thiemo Nagel <tnagel@chromium.org> Cr-Commit-Position: refs/heads/master@{#523482}
-
Dominic Mazzoni authored
Bug: 792856 Change-Id: Ifad7c7e68a9b7126e1f0fec600edbbf8598305fc Reviewed-on: https://chromium-review.googlesource.com/822695 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Cr-Commit-Position: refs/heads/master@{#523481}
-
Peter Wen authored
Switch to tracking estimated compressed sizes for pak symbols as this has a bigger impact to our apk size. Eventually we want to be able to attribute every byte in our apk. BUG=793015 Change-Id: I7a91c71a5d21f821c70aefcce6bffb2978ff157e Reviewed-on: https://chromium-review.googlesource.com/822890 Commit-Queue: Peter Wen <wnwen@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#523480}
-
Nicolas Pena authored
This CL adds UMA histograms for reporting split Expected Queueing Time in microseconds, making obsolete the histograms of splits in ms. The total, RendererScheduler.ExpectedTaskQueueingDuration, is left untouched because it is more widely used. The preliminary data shows that the buckets for the microsecond versions are better. Bug: 792965 Change-Id: I0fe2f62e3c2ad59737d56ab71e6ec7838ddf327d Reviewed-on: https://chromium-review.googlesource.com/820691 Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#523479}
-
Bo Liu authored
Turns out the old navigation mode is still being tested, which of course fails the test. Disable it for now. TBR=ntfschr@chromium.org Bug: 794117, 769126 Change-Id: I845d856cbdf8e4319c4363810e88e82b9ed40488 Reviewed-on: https://chromium-review.googlesource.com/822757Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#523478}
-
Nicolas Pena authored
The tests po-callback-mutate seem to always pass now. Fixed by commit 7df7884e Bug: 709227 Change-Id: Id80041ca02d1dd6d2bd84d75096afeeb00b7755a Reviewed-on: https://chromium-review.googlesource.com/820852 Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Cr-Commit-Position: refs/heads/master@{#523477}
-
Michael Thiessen authored
Bug: 793430 Change-Id: I09108d77fb2f264f2315bb6d069ff22fa65396e8 Reviewed-on: https://chromium-review.googlesource.com/822692Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#523476}
-
Steven Bennetts authored
* CrSettingsInternetPageTest added flushAsync() after it was disabled but it was never re-enabled; it should be stable now. * CrSettingsAndroidAppsPageTest was failing for similar reasons on Mash and appears to be stable with a similar fix. * CrSettingsBluetoothPageTest follows a similar pattern so a similar fix was applied to prevent any potential unreported flake. Bug: 678687,729607 Change-Id: I0f1fce0a81c5b6a9c7a9f390a6761a9d341cd1f7 Reviewed-on: https://chromium-review.googlesource.com/821357Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#523475}
-
Sarah Hu authored
1. re-landing the change of https://chromium-review.googlesource.com/c/chromium/src/+/812264 2. Add a mojo call IsAuthenticating to check the authentication state in ash lock screen. Bug: 781998 Change-Id: I40a985cced8fe9cdaad404b068ffeacc669677a4 Reviewed-on: https://chromium-review.googlesource.com/816022 Commit-Queue: Xiaoyin Hu <xiaoyinh@chromium.org> Reviewed-by:
Toni Barzic <tbarzic@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#523474}
-
Charles Harrison authored
This is a small refactor that should have some performance wins. Now that PlzNavigate has launched, we should be dispatching our preconnects after the initial navigation request has gone out, not before. This is because frequently (especially on Android), dispatching preconnects tends to hog the IO thread, delaying the initial request. Note that this predictor is probably going away, but this CPU work is in the critical path of some other work I am planning on tackling. Bug: 792524 Change-Id: I87e3c235be0480d766e3e45c9a97c4a26b15f60d Reviewed-on: https://chromium-review.googlesource.com/821090 Commit-Queue: Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#523473}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/3250a487ea97..6e64f3089104 $ git log 3250a487e..6e64f3089 --date=short --no-merges --format='%ad %ae %s' 2017-12-12 caryclark fix running on linux 2017-12-12 kjlubick Fix scaling logic for NexusPlayer and AndroidOne 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=liyuqian@chromium.org Change-Id: Icaaab33d03fafc47914d0444ba798a8a9c2da49b Reviewed-on: https://chromium-review.googlesource.com/822175Reviewed-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@{#523472}
-
Lei Zhang authored
Change-Id: I1a06c9be075f51d908e1f36d3a824e31a8353a92 Reviewed-on: https://chromium-review.googlesource.com/821594Reviewed-by:
Christos Froussios <cfroussios@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#523471}
-
bsheedy authored
Updates Apache Portable Runtime's diff.patch file to include the change from https://chromium-review.googlesource.com/c/external/apache-portable-runtime/+/814880. Bug: Change-Id: I9465a74c8ee8442c5a696989f1a665e1946a7408 Reviewed-on: https://chromium-review.googlesource.com/820596Reviewed-by:
Andrei Kapishnikov <kapishnikov@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#523470}
-
Jared Saul authored
Bug: 736944 Change-Id: I718a06fd59eb773512545054aaecd89ff9fbe0cd Reviewed-on: https://chromium-review.googlesource.com/820619Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Reviewed-by:
anthonyvd <anthonyvd@chromium.org> Commit-Queue: Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#523469}
-
CrystalFaith authored
An update to the extensions landing page, emphasizes the single purpose policy, gives range to the UI, and clarifies store hosting. Includes a "hello world" type tutorial. Bug: Change-Id: I050f70ee909a1ed95964c77f4df95e762420abd6 Reviewed-on: https://chromium-review.googlesource.com/744993 Commit-Queue: Crystal Lambert <crystallambert@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#523468}
-
Ahmed Fakhry authored
This is the final CL in step 1. This CL removes all color temperature code from the UI layer, and hooks up the night light controller to the newly added display color matrix in the UI compositor. BUG=749250 TEST=covered by tests Change-Id: Ia0263d0e530508c5820a3c8332b00228bff7ec38 Reviewed-on: https://chromium-review.googlesource.com/820173 Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#523467}
-
Hidehiko Abe authored
There is no clients. Remove them. BUG=234463 TEST=Ran bots. Change-Id: Ic9ab45b52a6067daa04ec2323aec7189c9d68a37 Reviewed-on: https://chromium-review.googlesource.com/822312Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/master@{#523466}
-