- 05 Apr, 2018 40 commits
-
-
Sorin Jianu authored
This allows for temporarily stopping the network so that update engine tasks can be deterministically cancelled in a unit test. Bug: 822990 Change-Id: I8d9cf5676c2f1d3211fe392e130eb48052307605 Reviewed-on: https://chromium-review.googlesource.com/998737Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#548592}
-
Jinsuk Kim authored
Adds public API {set|get}UserData to WebContents for embedders to make use to manage objects of WebContents lifetime without hanging onto WebContents directly. Coming up next is ContentView refactored to leverage the public API. Then embedders will be able to get the container view from webContents, making WebContents a drop-in replacement for ContentViewCore for many cases. Bug: 789000 Change-Id: Iad1e93143da5a83e19c86112acd2a94c00a208af Reviewed-on: https://chromium-review.googlesource.com/994499 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#548591}
-
Emircan Uysaler authored
This CL is based on https://codereview.chromium.org/2538883002/. This CL adds checks similar to H264Decoder::IsNewPrimaryCodedPicture() to determine if the given H264 slice belongs to a new frame. On Mac and Win, we can have multiple slices per frame and this causes problems. Bug: 669678, 828176 Test: Tested VEAUnittest on MBP 2016. 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: I4781bacd199ae0545a3f46b37765b126f947b92e Reviewed-on: https://chromium-review.googlesource.com/991198Reviewed-by:
Dan Sanders <sandersd@chromium.org> Commit-Queue: Emircan Uysaler <emircan@chromium.org> Cr-Commit-Position: refs/heads/master@{#548590}
-
Anthony Vallee-Dubois authored
This change displays the Visible URL in the PH header instead of the last committed. Moreover, it updates the header when an interstitial (such as Safe Browsing) is attached or detached. Bug: 829027 Change-Id: Ie1fd0f9f404d571587f4980687bb170d036e76a0 Reviewed-on: https://chromium-review.googlesource.com/998750 Commit-Queue: anthonyvd <anthonyvd@chromium.org> Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#548589}
-
Troy Hildebrandt authored
This reverts commit cb5a488e. Reason for revert: Forgot to remove the #getUrlContainerViewsForMargin to avoid overlap with the action container. Will create another patch that fixes this. Original change's description: > Bring the URL action container to LocationBarTablet. > > On tablets, the layout for the location bar is overridden by the XML > in layout-sw600dp, which means instead of the url_action_container used > elsewhere, it's a series of FrameLayouts for action buttons with > manually calculated margins. > > This CL breaks the url_action_container into its own file to be included > on both phone and tablet, and gets rid of the tablet-specific layout > update for calculating the margin of the action buttons. > > Bug: 820273 > Change-Id: I104551325f49dbee0931e9a55c105d61e55f7796 > Reviewed-on: https://chromium-review.googlesource.com/971404 > Reviewed-by: Matthew Jones <mdjones@chromium.org> > Reviewed-by: Yusuf Ozuysal <yusufo@chromium.org> > Commit-Queue: Troy Hildebrandt <thildebr@chromium.org> > Cr-Commit-Position: refs/heads/master@{#548580} TBR=yusufo@chromium.org,mdjones@chromium.org,thildebr@chromium.org Change-Id: I274354f53cfa71a235abbb475acaec88580dbfba No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 820273 Reviewed-on: https://chromium-review.googlesource.com/998593Reviewed-by:
Troy Hildebrandt <thildebr@chromium.org> Commit-Queue: Troy Hildebrandt <thildebr@chromium.org> Cr-Commit-Position: refs/heads/master@{#548588}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/7e9556c8..5e02fa85 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;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;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: I91c2d839f15a07148b27375d5e2778ff353b881f Reviewed-on: https://chromium-review.googlesource.com/997873Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#548587}
-
Klaus Weidner authored
Measure time taken for VR UI steps to help catch regressions. During WebVR/WebXR presentation, these times should ideally be close to zero if there aren't any active overlays. Also adds an overlay element counter, this should only be nonzero during presentation for the beginning toast or temporary overlays such as permission prompts. Change-Id: Id6687bf82dc787f20b4bfd26763b1c3d63416d38 Reviewed-on: https://chromium-review.googlesource.com/998515 Commit-Queue: Klaus Weidner <klausw@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#548586}
-
Scott Violet authored
BUG=none TEST=none Change-Id: Iaa61d9eeb3813e5d8131c0790693b69e73fe9602 Reviewed-on: https://chromium-review.googlesource.com/998496Reviewed-by:
Michael Wasserman <msw@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#548585}
-
Robert Ma authored
This roll is mainly to include https://github.com/w3c/web-platform-tests/pull/10323, which fixes a bug that `wpt manifest` would fail when the local manifest is invalid. wpt.config.json is changed to accomodate: https://github.com/w3c/web-platform-tests/pull/9998 https://github.com/w3c/web-platform-tests/pull/10078 Bug: 822041 Change-Id: I074afd90e32db299fc6f58b870f9b72576fab225 Reviewed-on: https://chromium-review.googlesource.com/997764Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Commit-Queue: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#548584}
-
Sunny Sachanandani authored
hr is read from eax as 0 (S_OK) in minidumps, but that's not possible since the CHECK fails. base::debug::Alias is a sure way of seeing the value in minidumps. R=piman BUG=794735 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: I2a92c2967cf6786c6540c49fcacfc97b888fa146 Reviewed-on: https://chromium-review.googlesource.com/998734Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#548583}
-
James West authored
Bug: internal b/77551062 Test: manual Change-Id: I95d6caa7c2d33c682d118cfa3c4096ac307886aa Reviewed-on: https://chromium-review.googlesource.com/998836Reviewed-by:
Sergey Volk <servolk@chromium.org> Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Commit-Queue: James West <jameswest@chromium.org> Cr-Commit-Position: refs/heads/master@{#548582}
-
Michael Lippautz authored
The test was manually hooking up a wrapper in a non-supported way. Switch to using the providing bindings methods. This was flushed out when incremental marking started scanning roots right after the test and encountered a broken leftover object. Bug: chromium:757440 Change-Id: I0636c48a22d88f2d85ded1ebab2732d3ef6de077 Reviewed-on: https://chromium-review.googlesource.com/997795Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#548581}
-
Troy Hildebrandt authored
On tablets, the layout for the location bar is overridden by the XML in layout-sw600dp, which means instead of the url_action_container used elsewhere, it's a series of FrameLayouts for action buttons with manually calculated margins. This CL breaks the url_action_container into its own file to be included on both phone and tablet, and gets rid of the tablet-specific layout update for calculating the margin of the action buttons. Bug: 820273 Change-Id: I104551325f49dbee0931e9a55c105d61e55f7796 Reviewed-on: https://chromium-review.googlesource.com/971404Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Troy Hildebrandt <thildebr@chromium.org> Cr-Commit-Position: refs/heads/master@{#548580}
-
Robert Ma authored
TBR=nzolghadr No-Try: True Bug: 829567 Change-Id: Ia1233bc2e8d2d598430600fc03cc1ffdcfb9dfc2 Reviewed-on: https://chromium-review.googlesource.com/999015Reviewed-by:
Robert Ma <robertma@chromium.org> Commit-Queue: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#548579}
-
Fabrice de Gans-Riberi authored
74a56c256b10 Prepare for removal of is_posix from the Fuchsia build ba0bd63254a7 Use clang ref:goma instead of ref:latest 1ebedb05dde4 linux: Fix failing exception handler server test Bug: 812974 Change-Id: I9073a1c615356a4dc42973a81674789a33327235 Reviewed-on: https://chromium-review.googlesource.com/998733Reviewed-by:
Mark Mentovai <mark@chromium.org> Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Cr-Commit-Position: refs/heads/master@{#548578}
-
Jiaquan He authored
Uses SearchResultDisplayType instead of SearchResult as input. Bug: 733662 Change-Id: I52f11485d3a90fce44acf2abf4a93424ba5895d4 Reviewed-on: https://chromium-review.googlesource.com/998680Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Jiaquan He <hejq@google.com> Cr-Commit-Position: refs/heads/master@{#548577}
-
Gustav Sennton authored
To support several versions of the WebView Support Library within the same app/process we need to ensure the support library glue doesn't hold any global state referencing the (app-side of the) support library. With this CL we remove the only current global reference to the support library: SupportLibraryInfo. The only information kept within that reference was a list of feature flags. Those feature flags will now live in individual callback objects instead, like WebViewClientCompat. Corresponding Android Support Library CL: https://googleplex-android-review.git.corp.google.com/#/c/platform/frameworks/support/+/3849471/ Bug: 752521 Change-Id: I9f8c67784fff9900f99b7c12f09f8cb1a39e64ea Reviewed-on: https://chromium-review.googlesource.com/995212 Commit-Queue: Gustav Sennton <gsennton@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#548576}
-
Dale Curtis authored
This adds three tests: before metadata, after metadata, and after have enough. It doesn't clone the have future data test that src= has since has_future_data == has_enough_data when using MSE. BUG=756897 TEST=all tests! Change-Id: I99c2cff3668c471bcd3d3d4549e53690788b0813 Reviewed-on: https://chromium-review.googlesource.com/989073Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#548575}
-
Adam Langley authored
By removing the default case the compiler will throw an error if any CBOR type is unhandled. Change-Id: I6efd5c2fde89cf15ea4363cdc4d60b511979d6e8 Bug: 827564 Reviewed-on: https://chromium-review.googlesource.com/982736 Commit-Queue: Adam Langley <agl@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#548574}
-
Tibor Goldschwendt authored
While in VR we hide the browser controls. This leads to an offset at the top of the history page. And this results in distorted graphics showing up due to an ininitialized buffer. To fix that move the UI up while in VR. Bug: 818817 Change-Id: I2e6113f410f644447a741ae7d339d2c8454db2f5 Reviewed-on: https://chromium-review.googlesource.com/963502Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#548573}
-
khmel@google.com authored
This adds explicit rule to protect CloudDPC Test: unit_test Bug: b:73064229 Change-Id: If56eec0800d3a7be4c2a1775e6ceedec0583833f Reviewed-on: https://chromium-review.googlesource.com/996568Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Commit-Queue: Yury Khmel <khmel@google.com> Cr-Commit-Position: refs/heads/master@{#548572}
-
Daniel Erat authored
Add a new org.chromium.ScreenLockService D-Bus service that exports a single ShowLockScreen method. This uses the existing ScreenLockServiceProvider class that already exports an identical LockScreen method on org.chromium.LibCrosService. The org.chromium.LibCrosService method will need to continue to be exported until session_manager has been updated to use org.chromium.ScreenLockService instead. Bug: 827680 Change-Id: I8c907f4a3304ed9f1bb3953a138b10b9ce90363e Reviewed-on: https://chromium-review.googlesource.com/998437 Commit-Queue: Dan Erat <derat@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#548571}
-
Siddhartha authored
Adds a simple cache with prime modulo hashing. This cache gets 95% hit rate and gives us 30% performance improvement compared to without cache for running heap profiler. BUG=819888 Change-Id: I4c3dd6cf34ee1db21469e56886eaa3f62dd1881d Reviewed-on: https://chromium-review.googlesource.com/985234Reviewed-by:
Dmitry Skiba <dskiba@chromium.org> Commit-Queue: Siddhartha S <ssid@chromium.org> Cr-Commit-Position: refs/heads/master@{#548570}
-
Pavel Feldman authored
DevTools: deprecate devtools_protocol helpers on the chrome level, use inspector_protocol generator. Change-Id: Icc3564e892d4f05277d3d62250346af2601c89f0 Reviewed-on: https://chromium-review.googlesource.com/996915 Commit-Queue: Pavel Feldman <pfeldman@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#548569}
-
Weidong Guo authored
Changes: Use the relative y of work area to display bounds to set fullscreen app list bounds. This fixes the app list bounds in non-primary displays. BUG=828207 Change-Id: I2bf2ebc49c617240ef9df869020c95996ef18e3f Reviewed-on: https://chromium-review.googlesource.com/998517Reviewed-by:
Yury Khmel <khmel@chromium.org> Commit-Queue: Weidong Guo <weidongg@chromium.org> Cr-Commit-Position: refs/heads/master@{#548568}
-
Jun Choi authored
Create separate unit test to separate logic of FidoRequestHandler and MakeCredentialHandler. Unit test for FidoRequestHandler should only test two things. 1) At most one response from multiple authenticators should be passed to the relying party. 2) Second, cancel operation should be invoked to authenticators that error out. Bug: 826132 Change-Id: I785c53a39dc64d7974e57aeb87bc0baaecd7b4e8 Reviewed-on: https://chromium-review.googlesource.com/982558 Commit-Queue: Jun Choi <hongjunchoi@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#548567}
-
Adam Langley authored
Gerrit threw a 500 when uploading the final version of [1] and I didn't notice. Then the CQ landed the wrong version. This change includes the final set of code-review replies. [1] https://chromium-review.googlesource.com/c/chromium/src/+/982634 TBR=engedy Change-Id: I400c713dedadb2bfac5629994a048a775c0c14b8 Reviewed-on: https://chromium-review.googlesource.com/998184Reviewed-by:
Adam Langley <agl@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Commit-Queue: Adam Langley <agl@chromium.org> Cr-Commit-Position: refs/heads/master@{#548566}
-
erikchen authored
This CL is a refactor with no intended behavior change. Bug: 827545 Change-Id: Ibdbcdad3f2e6f0d14a8cb1bc15cc797af6224a98 Reviewed-on: https://chromium-review.googlesource.com/998572 Commit-Queue: Erik Chen <erikchen@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#548565}
-
gogerald authored
Change-Id: Ic06a5f3b7cd9d150afa715f491b19582b11fcc5b Reviewed-on: https://chromium-review.googlesource.com/998815 Commit-Queue: Ganggui Tang <gogerald@chromium.org> Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#548564}
-
Joshua Bell authored
Per the explainer[1] and tests: "Cookies with an empty name cannot be set using values containing = as this would result in ambiguous serializations in the majority of current browsers." Also, fix a test glitch now that this restriction is implemented. [1] https://github.com/WICG/cookie-store/blob/gh-pages/explainer.md Bug: 729800 Change-Id: I9ed02885c217cbdb4c86d8fd236d49c6c56b6e96 Reviewed-on: https://chromium-review.googlesource.com/994145 Commit-Queue: Joshua Bell <jsbell@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#548563}
-
Joshua Bell authored
Merge two sets of tests that cover __Secure- and __Host- prefixed cookies in the API. Tests cover secure and non-secure contexts, getting, setting, deleting, and setting already-expired cookies. Bug: 729800 Change-Id: Ie7e84eeda03ba8192f5062cbf5240ff8ab13816a Reviewed-on: https://chromium-review.googlesource.com/994174 Commit-Queue: Joshua Bell <jsbell@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#548562}
-
Doug Turner authored
This allows CT Policy to be enforced when the Network Service is enabled. It is a small refactoring of the CTPolicyManager so that it no longer knows about preferences, but instead is passed the required and exclude lists. Bug: 769401 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: Ibb369371d14a14d4e5fdb216da0e906494120fa2 Reviewed-on: https://chromium-review.googlesource.com/978587 Commit-Queue: Doug Turner <dougt@chromium.org> Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#548561}
-
Weidong Guo authored
Home launcher is a feature to show fullscreen launcher in tablet mode. And home button will minimize all windows instead of opening/closing the launcher. BUG=828945 Change-Id: If9ce1f287a72cc7dc6e2424819cb54e7b47b3f3d Reviewed-on: https://chromium-review.googlesource.com/996177 Commit-Queue: Weidong Guo <weidongg@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#548560}
-
Min Qin authored
These class no longer has any dependencies on content/. Move them to components/download for servicification work. Also move some classes from components/download/public to components/download/internal. BUG=803135 Change-Id: I7f41ba131d7a184da2090cad733c9f5b3106aadc Reviewed-on: https://chromium-review.googlesource.com/996020 Commit-Queue: Min Qin <qinmin@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#548559}
-
Jian Li authored
The offline files which were saved before the feature was enabled reside in internal directory. To share them, we need to publish them first. Bug: 758690 Change-Id: I8750c77f120d3fad144c6a309304d54e26227c32 Reviewed-on: https://chromium-review.googlesource.com/994118Reviewed-by:
Dmitry Titov <dimich@chromium.org> Reviewed-by:
Peter Williamson <petewil@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Commit-Queue: Jian Li <jianli@chromium.org> Cr-Commit-Position: refs/heads/master@{#548558}
-
Tim Zheng authored
BUG=chromium:819444 TEST=Manually tested. Change-Id: If772cc1efaf8105e92fa6bbfa709ee56110dfe90 Reviewed-on: https://chromium-review.googlesource.com/998514Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Tim Zheng <timzheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#548557}
-
Xianzhu Wang authored
The DCHECK is incorrect when there are both border radius clip and overflow clip. Remove the DCHECK, and use FragmentData::PostOverflowClip() and PreClip() in this function. Bug: 828164 Change-Id: I3e9d36b26bfb72c90a37ffd492c44236920cc6f7 Reviewed-on: https://chromium-review.googlesource.com/994052Reviewed-by:
Tien-Ren Chen <trchen@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#548556}
-
Jonathan Backer authored
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: I03e4872ac677bc507f53df78938b7b70ef509aac Reviewed-on: https://chromium-review.googlesource.com/998314Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Jonathan Backer <backer@chromium.org> Cr-Commit-Position: refs/heads/master@{#548555}
-
Takumi Fujimoto authored
This reverts commit 7a462a5d. Reason for revert: This CL seems to be the cause for a views_unittests failure: https://ci.chromium.org/buildbot/chromium.memory/Linux%20Chromium%20OS%20ASan%20LSan%20Tests%20%281%29/26901 Original change's description: > Added material refresh layout provider. Updated material design controller. > > Added IsMaterialRefreshMode() function to ChromeLayoutProvider. > > Bug: 822000 > Change-Id: I379d7603838cdec60b3f94fc0e163e9907995b61 > Reviewed-on: https://chromium-review.googlesource.com/988052 > Commit-Queue: Allen Bauer <kylixrd@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Reviewed-by: Peter Kasting <pkasting@chromium.org> > Cr-Commit-Position: refs/heads/master@{#548413} TBR=sky@chromium.org,pkasting@chromium.org,kylixrd@chromium.org Change-Id: I173a8e69440ee564accc1824d6f1406dc7b1cb92 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 822000 Reviewed-on: https://chromium-review.googlesource.com/998852Reviewed-by:
Takumi Fujimoto <takumif@chromium.org> Commit-Queue: Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#548554}
-
Fabrice de Gans-Riberi authored
|is_posix| will be switched to false for Fuchsia, this is a preliminary change. Bug: 812974 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: I884fbeef63c4566ecbcaee9fcc5b598af499aef5 Reviewed-on: https://chromium-review.googlesource.com/988953Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Cr-Commit-Position: refs/heads/master@{#548553}
-