- 04 Aug, 2017 40 commits
-
-
Annie Sullivan authored
Change-Id: I83c61b1f4f7fe33a47568779041d4a70fcefd401 Reviewed-on: https://chromium-review.googlesource.com/600833Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Annie Sullivan <sullivan@chromium.org> Cr-Commit-Position: refs/heads/master@{#491923}
-
chrome-release-bot authored
TBR=dimu@chromium.org Change-Id: I4b850799592c5e4b7958f072a22a111db3d8db79 Reviewed-on: https://chromium-review.googlesource.com/601489Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#491922}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/49fd5d5b7407..bad5ad7d601b $ git log 49fd5d5b7..bad5ad7d6 --date=short --no-merges --format='%ad %ae %s' 2017-08-03 caryclark canvas include checkpoint 2017-08-03 skia-deps-roller Roll skia/third_party/externals/angle2/ d2d0b30e1..13c0dd463 (2 commits) 2017-08-03 skia-deps-roller Roll skia/third_party/externals/angle2/ a0bcc50be..d2d0b30e1 (1 commit) Created with: roll-dep src/third_party/skia Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls 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=liyuqian@chromium.org Change-Id: I9dd10b388d17d1081f73cd05b0bbba28f88bf520 Reviewed-on: https://chromium-review.googlesource.com/600775Reviewed-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@{#491921}
-
Mike Dougherty authored
In order to accomidate the new strings, more resource id space needs to be allocated for components/components_strings.grd. Bug: 750228 Change-Id: I9e5bf7d69ef9ac56c976576cc30230060a4e4b79 Reviewed-on: https://chromium-review.googlesource.com/590847 Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#491920}
-
Chris Watkins authored
This CL implements Reset() which enables seeking to work as expected. CodecWrapper also now takes a closure that it will call whenever an output buffer is released back to the codec to signal that the codec might now accept more input. Bug: 660942 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: I2b91cffafc6ca4940a7bdc819491359f47b592f0 Reviewed-on: https://chromium-review.googlesource.com/597383 Commit-Queue: Chris Watkins <watk@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#491919}
-
Bret Sepulveda authored
This patch changes the tests to just wait for tasks to finish before running their validation instead of relying on the timing of particular threads. Also fixed a property leak on shutdown that was probably causing their flakiness, so they are re-enabled. Bug: 396344, 689520 Change-Id: I9f04d515279ec10f6353e0e6c096ca76bda8ed1c Reviewed-on: https://chromium-review.googlesource.com/575758Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#491918}
-
Alexei Filippov authored
NOTRY=true Change-Id: Id20b6f20182f40659bb7b7e3040dd91e4f700353 Reviewed-on: https://chromium-review.googlesource.com/600928Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#491917}
-
Mike Klein authored
... and rebaseline Change-Id: I8023f1a57efb3536b38a912f9b6b9d8917fe3dc2 Reviewed-on: https://chromium-review.googlesource.com/600734 Commit-Queue: Mike Klein <mtklein@chromium.org> Reviewed-by:
Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/master@{#491916}
-
Adrienne Walker authored
SkCanvas::saveLayer(Alpha) which is indirectly generated by CompositingDisplayItem takes an optional bounds as a hint for the size of the backing that is used as an indirect offscreen texture for the saveLayer. This acts as an implicit clip, but Skia is free to make this as large as possible or drop the clip. PaintOpBuffer in particular has some optimizations that sometimes drop the bounds when trying to fold together saveLayer/draw/restore into a single draw with alpha. This patch makes it so that any CompositingDisplayItem that provides a clip has its content explicitly clipped. This prevents optimizations inside of PaintOpBuffer that would remove the save/restore generated by the CompositingDisplayItem but prevents any accidental painting outside of display item bounds. Bug: 750252 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ic651c35e1ce865f3008dd345952a6fbc97d94740 Reviewed-on: https://chromium-review.googlesource.com/596503 Commit-Queue: enne <enne@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#491915}
-
Chris Harrelson authored
Followup to https://chromium-review.googlesource.com/c/581753 Bug: 719737 Change-Id: Ibfe553c23884d04450223b17974214658ec6f763 Reviewed-on: https://chromium-review.googlesource.com/596474 Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@opera.com> Cr-Commit-Position: refs/heads/master@{#491914}
-
Doug Turner authored
Bug: 742592 Change-Id: Id572d0f9961a0c2795ae9abbc73696a05a7b94bf Reviewed-on: https://chromium-review.googlesource.com/599627 Commit-Queue: Doug Turner <dougt@chromium.org> Reviewed-by:
Alice Boxhall <aboxhall@chromium.org> Cr-Commit-Position: refs/heads/master@{#491913}
-
Hans Wennborg authored
https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/2f6478eb8d40..f4819e1b177f Picks up 76bea922c and f4819e1b1 to fix a new Clang warning. $ git log 2f6478eb8..f4819e1b1 --date=short --no-merges --format='%ad %ae %s' 2017-08-03 hans Fix one remaining #pragma pack() 2017-07-28 hans Use '#pragma pack (pop)' instead of '#pragma pack ()' 2017-07-26 tuexen Check return value of if_indextoname(). 2017-07-25 tuexen Remove duplicate statement. 2017-07-24 tuexen Add --enable-programs to configure script. 2017-07-20 tuexen Sync with sctp-idata. 2017-07-19 tuexen Sync with sctp-idata. 2017-07-19 tuexen Sync with sctp-idata. 2017-07-19 tuexen Sync with sctp-idata. 2017-07-18 weinrank update compiler settings for sanitizers 2017-07-18 weinrank adding sanitizer support - first try 2017-07-16 weinrank tsctp: fix compiler warning 2017-07-16 weinrank revert unreachable code changes 2017-07-16 weinrank Revert "Unreachable code when in "__Userspace__"" 2017-07-16 weinrank Compiler flags: don't check for unreachable code 2017-07-16 weinrank tsctp: Windows compile fix 2017-07-16 weinrank Fix compiler warnings for more strict compiler flags 2017-07-16 weinrank Fix shadowed variable complain 2017-07-16 weinrank Unreachable code when in "__Userspace__" 2017-07-16 weinrank CFLAGS: don't set Werror by default 2017-07-16 weinrank More strict compiler flags 2017-07-15 tuexen Sycn with sctp-idata. 2017-07-15 weinrank CMake beautification 2017-07-15 weinrank CMake cleanup 2017-07-14 weinrank CMAKE refactoring 2017-07-13 weinrank correct include_directories path 2017-07-12 weinrank CMAKE refactoring 2017-07-11 weinrank ignore build directory 2017-07-04 tuexen Sync with sctp-idata. 2017-06-25 tuexen Remove unused code on Windows (which would not work). 2017-06-25 tuexen This should dead code. Try on buildbot. 2017-06-25 tuexen More signed/unsigned issues. 2017-06-25 tuexen Address some signed/unsigned issues. 2017-06-25 tuexen Improve build scripts. 2017-06-25 tuexen Silence a warning when using older versions of clang. 2017-06-25 tuexen Silence a warning showing up on clang 4. 2017-06-25 tuexen I missed this in the last commit... 2017-06-25 tuexen Remove datachan_serv.c. 2017-06-25 tuexen Address signess issues. 2017-06-25 tuexen Address windows type mismatches. 2017-06-25 tuexen Fix a bug reported in https://github.com/sctplab/usrsctp/pull/150/files 2017-06-25 tuexen Use lowercase names for include files. 2017-06-23 tuexen Sync with El Capitan sources. 2017-06-23 tuexen Sync with sctp-idata. 2017-06-23 tuexen Sync FBSDID. 2017-06-23 tuexen Fix FreeBSD compilation. 2017-06-23 tuexen Add -Wno-address-of-packed-member to build system. 2017-06-23 tuexen Sync with FreeBSD sources. 2017-05-15 anselm.scholl Fix truncation with snprintf in buffer: Created with: roll-dep src/third_party/usrsctp/usrsctplib BUG=749197 Change-Id: If6d161e71dc1596d82f3c81c82ad896bec0a4732 Reviewed-on: https://chromium-review.googlesource.com/601051 Commit-Queue: Hans Wennborg <hans@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#491912}
-
Michael Giuffrida authored
Allows ExtensionApiTest browser_test tests in Chrome to load test extensions from //extensions/test/data instead of //chrome/test/data/extensions/api_test. This lets us share test extensions between different testing binaries, like browser_tests (in //chrome) and extensions_browsertests (in //extensions). The proof-of-concept moves the "messaging/connect_external" test extension for MessagingApiTest.ConnectExternal and copies a small part of a secondary extension used in that test, so that Chrome test loads: - //extensions/test/data/messaging/connect_external - //extensions/test/data/messaging/receiver Bug: 388893 Change-Id: Ie111fb5a134597a771c58c90ff974109693ade37 Reviewed-on: https://chromium-review.googlesource.com/588251 Commit-Queue: Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#491911}
-
Bence Béky authored
This CL lands server changes 163065386 by clshepherd and 164147233 by bnc. BUG=488484 Change-Id: I2dd1d319e3221cc1ab356a04b6bf60374870fd83 Reviewed-on: https://chromium-review.googlesource.com/600732 Commit-Queue: Bence Béky <bnc@chromium.org> Reviewed-by:
Helen Li <xunjieli@chromium.org> Cr-Commit-Position: refs/heads/master@{#491910}
-
Blake O'Hare authored
Bug: Change-Id: Ia5065ab6e878477732ef3bf8d38043205650090b Reviewed-on: https://chromium-review.googlesource.com/598830Reviewed-by:
Yuichiro Hanada <yhanada@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Blake O'Hare <blakeo@chromium.org> Cr-Commit-Position: refs/heads/master@{#491909}
-
Chandan Padhi authored
This CL migrates all the remaining browser to renderer IPC messages. Bug: 742682 Change-Id: I968d9c2f4898dd293fcb6941c746e1d20473f81f Reviewed-on: https://chromium-review.googlesource.com/596107Reviewed-by:
Emircan Uysaler <emircan@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Chandan Padhi <c.padhi@samsung.com> Cr-Commit-Position: refs/heads/master@{#491908}
-
Tetsui Ohkubo authored
Previously, user has no way to know what does the taken screenshot looks like before opening the image. With this CL, user can know that because the preview image is shown in the notification. This improvement is included in MD notification mock (internal: go/fuwow), but should also be useful in the existing style notification. BUG=746194 TEST=manual Change-Id: I566b15209b5a7c18b8c706117896c21dde728088 Reviewed-on: https://chromium-review.googlesource.com/580178 Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Reviewed-by:
Naoki Fukino <fukino@chromium.org> Cr-Commit-Position: refs/heads/master@{#491907}
-
James Cook authored
I removed it in https://chromium-review.googlesource.com/c/590356 but I need it in a new CL. Also, don't delete the underlying PrefService when switching users under mash. I now think it's better for the PrefService to be transiently stale than to be null during the mojo service connection. Bug: 752347 Change-Id: Ic35e9a250be04ae7e521fb56f82fb731bc0fb779 Reviewed-on: https://chromium-review.googlesource.com/601329Reviewed-by:
Sam McNally <sammc@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#491906}
-
dpapad authored
Bug: None Change-Id: Idda0bbb8d27813d3009d1cff367510f42e0a59fc Reviewed-on: https://chromium-review.googlesource.com/599148Reviewed-by:
Scott Chen <scottchen@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#491905}
-
erikchen authored
This allows the memory-infra UKMs to correctly report the URL of the root frame for each process, since there is no way to report multiple URLs [for child frames]. Bug: 730783 Change-Id: I342b3a76d543c8f9e4b0e2edc34f88d331e8b4e1 Reviewed-on: https://chromium-review.googlesource.com/601164 Commit-Queue: Erik Chen <erikchen@chromium.org> Reviewed-by:
Oystein Eftevaag <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#491904}
-
Doug Turner authored
The setup of these tests should not be testing for speech. Instead if speech doesn't work, the test cases will catch it. Bug: 742592 Change-Id: I656a40ae8a304ac1161941929d88409aacc144ae Reviewed-on: https://chromium-review.googlesource.com/599590 Commit-Queue: Doug Turner <dougt@chromium.org> Reviewed-by:
Alice Boxhall <aboxhall@chromium.org> Cr-Commit-Position: refs/heads/master@{#491903}
-
Bruce Dawson authored
Building with clang-cl's PRINTF_FORMAT checking experimentally enabled found a few dozen warnings and a few real bugs, including this platform-specific format-string mismatch. Printing a wchar_t* string with %s will always give incorrect results so it's not clear why this was never noticed - I guess the debug_name is normally ignored. TBR=pastarmovj@chromium.org BUG=751171 Change-Id: Ia2f7ca15a89c6d6a4606139b7d874c0aa1be8fc4 Reviewed-on: https://chromium-review.googlesource.com/596618Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#491902}
-
Qiang Xu authored
changes: Regression comes from https://chromium-review.googlesource.com/c/585398 where each SearchResultTileItemView is paint to layer, so that its opacity can be controlled. In folder view, we don't layout suggestions container view. Thus, it is better to make suggestions container view paint to layer. Test: test that bug is fixed Bug: 743180 Change-Id: Idb6151e1d58ed7265741ac4ab2c663f0a081bded Reviewed-on: https://chromium-review.googlesource.com/599456 Commit-Queue: Qiang(Joe) Xu <warx@chromium.org> Reviewed-by:
Jenny Zhang <jennyz@chromium.org> Cr-Commit-Position: refs/heads/master@{#491901}
-
Qiang Xu authored
locking screen changes: Make hiding non lock screen containers immediately for suspend imminent induced locking screen. This will prevent the possibility of peeking the glimpse of unlocked screen if we close/reopen lid quickly. Also added test coverage: --gtest_filter=PowerEventObserverTest.NonLockScreenContainersHideAnimation Test: tested on device, bug is fixed. Bug: 751908 Change-Id: I39ab6f8b69c1c7632c4e1d4d502b704ea61f6aa6 Reviewed-on: https://chromium-review.googlesource.com/601090 Commit-Queue: Qiang(Joe) Xu <warx@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Cr-Commit-Position: refs/heads/master@{#491900}
-
Varun Khaneja authored
This CL mirrors the changes in cl/163544060 Bug: 735742 Change-Id: I39ce72c38f37e2b61eafbe84d1ec431f7782382e Reviewed-on: https://chromium-review.googlesource.com/596785Reviewed-by:
Varun Khaneja <vakh@chromium.org> Reviewed-by:
Nicolas Zea <zea@chromium.org> Reviewed-by:
Jialiu Lin <jialiul@chromium.org> Commit-Queue: Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#491899}
-
Kent Tamura authored
themeChromiumLinux missed to exclude [multiple] cases. Uses :not(:-internal-list-box) to specify menulist SELECT correctly. TBR=keishi@chromium.org Bug: 752079 Change-Id: Ibbcc2f6155137a4e258f74f6c9a6f79648454076 Reviewed-on: https://chromium-review.googlesource.com/600267 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#491898}
-
Bruce Dawson authored
In order to enable clang-cl's printf format string mismatch checking we need to fix a few dozen existing errors. These are mostly places where unsigned long is printed with %X or %u - an 'l' is needed. R=primiano@chromium.org BUG=751171 Change-Id: I5276d31a80f1fc9391e81df656cfa1ce1debdaa5 Reviewed-on: https://chromium-review.googlesource.com/596613 Commit-Queue: Primiano Tucci <primiano@chromium.org> Reviewed-by:
Primiano Tucci <primiano@chromium.org> Cr-Commit-Position: refs/heads/master@{#491897}
-
Doug Turner authored
nvda_chrome_tests.py tests the interactions between Chrome <> NVDA. The tests currently are very flakey and this is an attempt to prune things that simply no longer work anymore. The intent is not to just leave it as is, but to continue to add tests that work more often to these test cases. Bug: 742592 Change-Id: I3d6c5cc82dcbf63de154fe2dd79a8b6b5f41a7ff Reviewed-on: https://chromium-review.googlesource.com/599589 Commit-Queue: Doug Turner <dougt@chromium.org> Reviewed-by:
Alice Boxhall <aboxhall@chromium.org> Cr-Commit-Position: refs/heads/master@{#491896}
-
Frank Barchard authored
Including <new> in jpeg causes a build error on some platforms with a clash in definition of FILE uses in JPEG. TBR=kjellander@chromium.org BUG=libyuv:712 TEST=local builds still work Change-Id: Ib1ec0bb0a61fd3407b577f2697db28ca83730f50 Reviewed-on: https://chromium-review.googlesource.com/600818Reviewed-by:
Frank Barchard <fbarchard@google.com> Commit-Queue: Frank Barchard <fbarchard@google.com> Cr-Commit-Position: refs/heads/master@{#491895}
-
Stuart Langley authored
Until we resolve the control layer we do not want new users of the classes defined in core/exported or Web(Local|Remote)FrameImpl. To use one of these classes they need to be moved out of exported or split into controller. Bug: 731490 Change-Id: Iaae52859aded432364cc6a5461ba04e267e4dd1e Reviewed-on: https://chromium-review.googlesource.com/597572Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Stuart Langley <slangley@chromium.org> Cr-Commit-Position: refs/heads/master@{#491894}
-
MinChen authored
Bug: 748620 Change-Id: I37cb0ed1288b77044909bc03119f221acb1552cc Reviewed-on: https://chromium-review.googlesource.com/601327Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: min c <minch@chromium.org> Cr-Commit-Position: refs/heads/master@{#491893}
-
Mike Bjorge authored
Use the same "gn $cmd $args" format for the first line in the long docs for gn gen as the other gn cmds.. The previous doc resulted in an incorrect anchor of 'gen:' getting generated. BUG=752189 Change-Id: I2366b64794a524c77d38a23776cf3860eee07ee0 Reviewed-on: https://chromium-review.googlesource.com/600538Reviewed-by:
Brett Wilson <brettw@chromium.org> Commit-Queue: Mike Bjorge <mbjorge@chromium.org> Cr-Commit-Position: refs/heads/master@{#491892}
-
Joel Hockey authored
Removed test InstantServiceEnabledTest.SendsSearchURLsToRenderer from instant_service_unittest.cc since RenderProcessHost does not support Channels in tests and will not execute the mojo call. Bug: 577685 Tbr: thakis@chromium.org Change-Id: I299541826c1e2c8fb8dcc6ec88831db28a14d009 Reviewed-on: https://chromium-review.googlesource.com/585338 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#491891}
-
Micah Morton authored
Refactor checking of URL whitelist to happen before analyzing the downloaded file, in order to improve SB check latency for whitelisted URLs. Certificate whitelist checks still happen towards the end of processing since they rely on file analysis. Bug: 526841 Change-Id: I59e228dea251ff1a03e319efccf1c2a8aec89bc3 Reviewed-on: https://chromium-review.googlesource.com/587329 Commit-Queue: Varun Khaneja <vakh@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Reviewed-by:
Jialiu Lin <jialiul@chromium.org> Cr-Commit-Position: refs/heads/master@{#491890}
-
Vladimir Levin authored
This patch adds serialization to PaintShaders, with the exception of PaintImage and PaintRecord. R=enne@chromium.org Bug: 737629 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel Change-Id: Idbaf512f2f0c12df8edd6bcd459af0ddaaff4126 Reviewed-on: https://chromium-review.googlesource.com/590675 Commit-Queue: Vladimir Levin <vmpstr@chromium.org> Reviewed-by:
enne <enne@chromium.org> Cr-Commit-Position: refs/heads/master@{#491889}
-
Evan Stade authored
Since the MD update, this was duplicated in 4 places. The only difference (modulo stylistic differences) was that the ash/mus versions had an extra line: toolbar_bounds.Inset(kClientEdgeThickness, 0); I determined this was not necessary because the clipping region of the canvas was already smaller than toolbar_bounds by kClientEdgeThickness. Bug: none Change-Id: I4d2dd4bbb844f2108abb606c9f0bc2e2210834f8 Reviewed-on: https://chromium-review.googlesource.com/596813 Commit-Queue: Evan Stade <estade@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#491888}
-
Alexis Hétu authored
This reverts commit f42ff9b5. Reason for revert: Still fails Win7 (dbg) telemetry tests Original change's description: > Roll SwiftShader 4d3efed..aadf3e1 > > https://swiftshader.googlesource.com/SwiftShader.git/+log/4d3efed..aadf3e1 > > BUG= > > TBR=kbr@chromium.org > > TEST=bots > > CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel,linux_chromium_cfi_rel_ng;master.tryserver.chromium.android:android_optional_gpu_tests_rel > > Change-Id: Ifdfd2e7f511023cf036eee83f50ddc7980b0b783 > Reviewed-on: https://chromium-review.googlesource.com/600892 > Reviewed-by: Alexis Hétu <sugoi@chromium.org> > Commit-Queue: Alexis Hétu <sugoi@chromium.org> > Cr-Commit-Position: refs/heads/master@{#491871} TBR=sugoi@chromium.org,kbr@chromium.org Change-Id: I5ef897b46cbb4455b0b39a541eee4c383350baf3 No-Presubmit: true No-Tree-Checks: true No-Try: true Cq-Include-Trybots: master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel, linux_chromium_cfi_rel_ng;master.tryserver.chromium.android:android_optional_gpu_tests_rel Reviewed-on: https://chromium-review.googlesource.com/601443Reviewed-by:
Alexis Hétu <sugoi@chromium.org> Commit-Queue: Alexis Hétu <sugoi@chromium.org> Cr-Commit-Position: refs/heads/master@{#491887}
-
David Benjamin authored
This also allows us to support asynchronous client certificate verification, but this CL leaves it as a TODO for now. Bug: 706445 Change-Id: I792eb91a854bb15a67317d7ea4d04a80ba5ca4da Reviewed-on: https://chromium-review.googlesource.com/586431Reviewed-by:
Steven Valdez <svaldez@chromium.org> Reviewed-by:
Matt Mueller <mattm@chromium.org> Commit-Queue: David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/master@{#491886}
-
Mike Dougherty authored
Bug: None Change-Id: Ic9427bdefbab9ac6caee15f1d6a43a23c7830cbc Reviewed-on: https://chromium-review.googlesource.com/592235 Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Reviewed-by:
Hiroshi Ichikawa <ichikawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#491885}
-
Will Chen authored
This is a reland of 9869d2f1 I've marked the tests as Slow in this CL (https://chromium-review.googlesource.com/c/600829) which is why there were flaky before. Original change's description: > DevTools: transform console tests (part 2) > > F/u from https://chromium-review.googlesource.com/c/595238 > > Bug: 667560 > Change-Id: I4e387fae79ab4de0965f84a045c4fd04631b9e7d > Reviewed-on: https://chromium-review.googlesource.com/597312 > Commit-Queue: Will Chen <chenwilliam@chromium.org> > Reviewed-by: Dmitry Gozman <dgozman@chromium.org> > Cr-Commit-Position: refs/heads/master@{#491501} Bug: 667560 Change-Id: Ie2cc4dd1249b46b7ce784a516647acaee223c39f Reviewed-on: https://chromium-review.googlesource.com/600814Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Will Chen <chenwilliam@chromium.org> Cr-Commit-Position: refs/heads/master@{#491884}
-