- 10 Sep, 2018 40 commits
-
-
Steve Anton authored
Adds unit tests for the RTCIceTransport Blink bindings that use a mock IceTransportAdapter. These exercise the RTCIceTransport bindings along with the IceTransportProxy and IceTransportHost. Bug: 864871 Change-Id: I2b857979bf201f67f9db631b6f35a3e8bebef547 Reviewed-on: https://chromium-review.googlesource.com/1206173 Commit-Queue: Steve Anton <steveanton@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Henrik Boström <hbos@chromium.org> Reviewed-by:
Harald Alvestrand <hta@chromium.org> Cr-Commit-Position: refs/heads/master@{#590060}
-
Xida Chen authored
In chrome VR or virtual keyboard case, we can get GestureScrollBegin without GestureTapDown, and that |scrolling_touch_action_| may have no value. In this case, we set it to Auto to prevent crash. This was done in a previous CL: https://chromium-review.googlesource.com/c/chromium/src/+/1195649 However, there was a small mistake in the previous CL. That is, the |scrolling_touch_action_| could have been set when the browser receives the ACK for the touch start from the main thread. In this case, we should not set it to Auto. Bug: 880701 Change-Id: I250bb7a09840f16665cfcf5826236cad99b533c5 Reviewed-on: https://chromium-review.googlesource.com/1213502Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#590059}
-
Tommy Steimel authored
This CL adds an isConnected check in the overlay play button's click positioning check to prevent a crash when trying to access the layout data after it's been removed. Bug: 870490, 881772 Change-Id: Ic005ae9d3acc2945ed67645bfe98a237c89e38f0 Reviewed-on: https://chromium-review.googlesource.com/1217065Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#590058}
-
Yuwei Huang authored
This CL fixes a bug that crashes the latest M70 Android client when it lauches. URLRequestContextGetter's constructor creates a ProxyChangeListener, which requires an Android looper on the current thread. The C++ network thread doesn't create any looper, so it must be created on the UI thread which has alooper. Note that this class is used (and required to be used) on the network thread afterwards. Bug: 882072 Change-Id: I0cf610d3dccf087f040b49995d3022a1ba4de0e9 Reviewed-on: https://chromium-review.googlesource.com/1217363Reviewed-by:
Joe Downing <joedow@chromium.org> Commit-Queue: Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/master@{#590057}
-
Eugene But authored
Removed references to unsupported iOS 9. Bug: None Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I1cea95523f85ee82b614a959eab5fc5c7bc01ea0 Reviewed-on: https://chromium-review.googlesource.com/1217353Reviewed-by:
Mohammad Refaat <mrefaat@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#590056}
-
Mike West authored
Bug: 882107 Change-Id: I380e01b2663a926c9e5eb7d4ac9f3e433dc869e9 Reviewed-on: https://chromium-review.googlesource.com/1213082Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Commit-Queue: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#590055}
-
W. James MacLean authored
This issue may be fixed by recent changes, but even if it isn't, it would be nice to have some fresh data on it. Bug: 823578 Change-Id: I2568fad71686c658fbe9e26ffe1dfdcb09ff3891 Reviewed-on: https://chromium-review.googlesource.com/1217402Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: James MacLean <wjmaclean@chromium.org> Cr-Commit-Position: refs/heads/master@{#590054}
-
Jeffrey Cohen authored
Instead of COMPANY_NAME returning an empty string when disabled, this CL enable/disables the filling of COMPANY_NAME within the fill logic. Bug: 864612 Change-Id: I9437e45a056d110d4e3c36ac92f8ac01338b8344 Reviewed-on: https://chromium-review.googlesource.com/1205106 Commit-Queue: Jeffrey Cohen <jeffreycohen@chromium.org> Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Reviewed-by:
Roger McFarlane <rogerm@chromium.org> Cr-Commit-Position: refs/heads/master@{#590053}
-
Tien-Ren Chen authored
The PaintChunkToCcLayer algorithm was originally designed for SPv2 compositor, and it was expected the layerization algorithm should never assign a chunk to a excessively clipped layer, thus the DCHECK. Later this algorithm was adopted in SPv175 to be used with the SPv1 compositor. There is a known bug that in certain corner case we can fail to escape clip, and the bug is difficult to fix in the legacy architecture. The DCHECK is expected to be a "soft" one that we have a fail-safe path to recover in a sane way. This CL converts the DCHECK to a DLOG in SPv1 mode, and it should still trap in SPv2 mode. In addition, it reverts a workaround to a nullptr bug in the fail-safe path, and add a test for the fail-safe. BUG=881788,853357 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I4606acf4885f3344bb45a901bb2e8e46dbcda49a Reviewed-on: https://chromium-review.googlesource.com/1213952Reviewed-by:
vmpstr <vmpstr@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Tien-Ren Chen <trchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#590052}
-
Lei Zhang authored
Change-Id: Iff32093fe4339338c3e5bb025049034f90dd6e53 Reviewed-on: https://chromium-review.googlesource.com/1215043Reviewed-by:
Wenzhao (Colin) Zang <wzang@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#590051}
-
W. James MacLean authored
A number of changes have landed recently that may eliminate the flakieness seen in this test. This CL re-enables the test, but feel free to revert this if the flakes continue. Bug: 870744 Change-Id: I859f7170dbcdd334f3e872b117d48412721b7fa0 Reviewed-on: https://chromium-review.googlesource.com/1217089Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: James MacLean <wjmaclean@chromium.org> Cr-Commit-Position: refs/heads/master@{#590050}
-
pdfium-chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/a5078b7c17f7..8550a2d1e037 git log a5078b7c17f7..8550a2d1e037 --date=short --no-merges --format='%ad %ae %s' 2018-09-10 hnakashima@chromium.org Remove check for clean branch from safetynet_job.py. Created with: gclient setdep -r src/third_party/pdfium@8550a2d1e037 The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-autoroll 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: Icacbd3bd153eb29230ac46b94565a1bd59abbfaa Reviewed-on: https://chromium-review.googlesource.com/1216865Reviewed-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@{#590049}
-
Antonio Gomes authored
URLFetcher will stop working with advent of Network Service, and SimpleURLLoader is the replacement API for most clients. This CL migrates PrefetchRequestFetcher et al and the respective unittests away from URLFetcher. Bug: 773295,879776 Change-Id: Ibcfc2a7d72b6efe1b372233ade95b58d95fbf62b Reviewed-on: https://chromium-review.googlesource.com/1215367Reviewed-by:
Justin DeWitt <dewittj@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#590048}
-
W. James MacLean authored
A number of changes have landed recently that may eliminate the flakieness seen in this test. This CL re-enables the test, but feel free to revert this if the flakes continue. Bug: 871062 Change-Id: Iad353f9aecbf2eb59c4831ef70658f08c13a47a9 Reviewed-on: https://chromium-review.googlesource.com/1217087Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: James MacLean <wjmaclean@chromium.org> Cr-Commit-Position: refs/heads/master@{#590047}
-
Bruce Dawson authored
This reverts commit 5b59b7dd. Reason for revert: This was a speculative fix which did not help, and the real cause of the hang reports was found. Original change's description: > Avoid the deadlock prone WT_EXECUTEINWAITTHREAD > > WT_EXECUTEINWAITTHREAD is theoretically slightly more efficient than > WT_EXECUTEDEFAULT when running callbacks registered by > RegisterWaitForSingleObject but it comes with an ill-defined risk of > deadlocks. We seem to be hitting those, so this change switches to > the safer flag. > > If no improvement is seen then this change will be reverted. > > Bug: 877012 > Change-Id: I773cad8cd0621fb487770306bee4cc9812d4f243 > Reviewed-on: https://chromium-review.googlesource.com/1200484 > Commit-Queue: Bruce Dawson <brucedawson@chromium.org> > Reviewed-by: Greg Thompson <grt@chromium.org> > Cr-Commit-Position: refs/heads/master@{#589608} TBR=brucedawson@chromium.org,grt@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 877012 Change-Id: I78fe13ebfdd7380a1ec79c2e048a59802c3e7964 Reviewed-on: https://chromium-review.googlesource.com/1217150Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#590046}
-
Li Lin authored
Bug: b:113854907 Change-Id: I0c2348325f86197b7a930210226798bb3f5df1ed Reviewed-on: https://chromium-review.googlesource.com/1212099Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Li Lin <llin@chromium.org> Cr-Commit-Position: refs/heads/master@{#590045}
-
yoshiki iguchi authored
This CL has DummyView handle a back key event and close the Chrome OS message center if it opens. This fix is for ag/112017890. Note that DummyView handles key events only when no other ARC window is focused. ARC-side: ag/4779503 Chromium-side: crrev.com/1175709 Bug: b/112017890 Test: Ran atest Change-Id: If0603bd68f2ad4f482521e7cf3e698edb934183f Reviewed-on: https://chromium-review.googlesource.com/1175709Reviewed-by:
Greg Kerr <kerrnel@chromium.org> Reviewed-by:
Eliot Courtney <edcourtney@chromium.org> Commit-Queue: Yoshiki Iguchi <yoshiki@chromium.org> Cr-Commit-Position: refs/heads/master@{#590044}
-
Dominic Mazzoni authored
The previous behavior was deliberate but dates back to this 2006 WebKit bug without any clear rationale: https://bugs.webkit.org/show_bug.cgi?id=8705 In the absence of a strong argument in favor of this behavior, we should do what's better for users and show the focus ring. Bug: 870062 Change-Id: I6c1c427d05270a69d4ded74f68704d78b78c3095 Reviewed-on: https://chromium-review.googlesource.com/1213311 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#590043}
-
Kenneth Russell authored
GPU process bringup is flaky while the tests are crashing the GPU process. Similar suppressions may ultimately be needed for other GPU process crash tests on Android. Bug: 882103 No-Try: True 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;luci.chromium.try:win_optional_gpu_tests_rel Change-Id: I4326e81a9f8e64066b1ac271fc87e9afa97a8681 Tbr: enne@chromium.org Reviewed-on: https://chromium-review.googlesource.com/1217403Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#590042}
-
Reid Kleckner authored
This death test is looking for output from a CHECK failure, and CHECk failures are not printed in official+release builds. This test has been failing on our official clang ToT bot since it was added: https://ci.chromium.org/buildbot/chromium.clang/ToTWin/2132 R=dougarnett@chromium.org,jam@chromium.org Bug: 864640 Change-Id: I7527d65d3ffcfba9a68427aa60d2e6152be838ce Reviewed-on: https://chromium-review.googlesource.com/1217066Reviewed-by:
Doug Arnett <dougarnett@chromium.org> Commit-Queue: Reid Kleckner <rnk@chromium.org> Cr-Commit-Position: refs/heads/master@{#590041}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/a2bc1ca21bbc..52fd68762ae4 git log a2bc1ca21bbc..52fd68762ae4 --date=short --no-merges --format='%ad %ae %s' 2018-09-10 reed@google.com Reland "remove legacy google3 flag" Created with: gclient setdep -r src/third_party/skia@52fd68762ae4 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll 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;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=caryclark@chromium.org Change-Id: I34962270c6f1ef27a391ba528ca1e44d758c3bed Reviewed-on: https://chromium-review.googlesource.com/1216816Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#590040}
-
Egor Pasko authored
SHERIFFS: This could make some benchmarks run faster on continuous bots because the devices gets cooled down. The benchmark touched by this change is _not_ monitored, but the benchmarks running _after_ this one may see a change. This is expected. Traces from experiment [1] showed that waiting for battery to cool down to 32C happens every 7 runs adds adds a couple of minutes of waiting and does not remove the upwards trend on metrics entirely. During those cool runs the noise was significantly lower than on bots, using the same hardware (N5X). Trying if this value makes bots bappier. Cooling down seems unnecessary on N5 and on Go devices, but it would be good to keep an eye on them anyway and see later how to properly make this device-dependent in the future, if there is need. [1] NOT_FOR_COMMIT: Sleep before/after pagecache flush https://chromium-review.googlesource.com/c/chromium/src/+/1210643 Bug: 881384 Change-Id: I304437b4231503d7a5d461ee00190bdb8ee5f5cd Reviewed-on: https://chromium-review.googlesource.com/1217035 Commit-Queue: Ned Nguyen <nednguyen@google.com> Reviewed-by:Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#590039}
-
angle-chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/480edb8c1d7d..8e9d23405644 git log 480edb8c1d7d..8e9d23405644 --date=short --no-merges --format='%ad %ae %s' 2018-09-10 jmadill@chromium.org Vulkan: Fix FragCoord scaling when a viewport is applied. Created with: gclient setdep -r src/third_party/angle@8e9d23405644 The AutoRoll server is located here: https://autoroll.skia.org/r/angle-chromium-autoroll 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=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=ynovikov@chromium.org Change-Id: Iad2c871b824c18e59c1cc34321fea0ba80dbf392 Reviewed-on: https://chromium-review.googlesource.com/1216867Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#590038}
-
Chris Lu authored
Bug: 874471 Change-Id: I536285a49e60006fb6ed6f5cde97ca97df8eb108 Reviewed-on: https://chromium-review.googlesource.com/1208725Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Cr-Commit-Position: refs/heads/master@{#590037}
-
Peter Wen authored
Mechanical build change. Will TBR after review. TBR=agrieve@chromium.org Bug: 877957 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;master.tryserver.chromium.android:android_cronet_tester Change-Id: If99deaf4070d7c327b2b8b253057aea3b7a80ca7 Reviewed-on: https://chromium-review.googlesource.com/1216853 Commit-Queue: Peter Wen <wnwen@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#590036}
-
Evan Stade authored
Bug: 854704 Change-Id: I04ac5dd52da8012189d338b2654d6b503ce7a3b1 Reviewed-on: https://chromium-review.googlesource.com/1214073Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#590035}
-
Xida Chen authored
Navid has been actively reviewing/contributing to input. Bug: None Change-Id: I0084071fc3dd21fb1ff8b1eeea1f43520c357046 Reviewed-on: https://chromium-review.googlesource.com/1217322Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#590034}
-
Xi Cheng authored
Bug: 851163 Change-Id: Id6f2b0abc70fc70ae48ee398fbd5e8afadbeca6d Reviewed-on: https://chromium-review.googlesource.com/1216848Reviewed-by:
Mike Wittman <wittman@chromium.org> Commit-Queue: Xi Cheng <chengx@chromium.org> Cr-Commit-Position: refs/heads/master@{#590033}
-
sudo45 authored
content languages. Now Chrome reflects the user's preferred languages for content to display in an SVG element during the conditional processing (which are set in chrome://settings/languages). The previous behavior was: Chrome reflected the user interface language. R=fs@opera.com, schenney@chromium.org Bug: 490140 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I37971ed24294273c9100abc4b668b693bb496659 Reviewed-on: https://chromium-review.googlesource.com/1216343Reviewed-by:
Fredrik Söderquist <fs@opera.com> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#590032}
-
Jered Gray authored
It's possible for a server to advertise brotli encoding when it isn't normally expected to. In these cases, we were previously triggering a DCHECK and potentially adding a second Brotli Accept-Encoding. This has been changed so that the Brotli Accept-Encoding is now only added when it is not already present. Bug: 879762 Change-Id: I5f9bb8eeec0cc03ee4953cd8fdf7fd7c15a92067 Reviewed-on: https://chromium-review.googlesource.com/1200386 Commit-Queue: Jered Gray <jegray@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#590031}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/0c8cc6141c62..77a15654a753 git log 0c8cc6141c62..77a15654a753 --date=short --no-merges --format='%ad %ae %s' 2018-09-10 simonhatch@chromium.org Dashboard - Make privileged and unprivileged access explicit 2018-09-10 jbudorick@chromium.org devil: remove references to chromium-side .gni. Created with: gclient setdep -r src/third_party/catapult@77a15654a753 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll 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=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:882504,chromium:881910 TBR=sullivan@chromium.org Change-Id: I8dc56fda01b40bf75918241eb39845a1c2a28d3b Reviewed-on: https://chromium-review.googlesource.com/1216866Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#590030}
-
Chromite Chromium Autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/6c8c214ab77e..4624f2fdcfda git log 6c8c214ab77e..4624f2fdcfda --date=short --no-merges --format='%ad %ae %s' 2018-09-10 mikenichols@chromium.org cbuildbot: Drop all meowth builders and references. Created with: gclient setdep -r src/third_party/chromite@4624f2fdcfda The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll 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=chrome-os-gardeners@chromium.org Change-Id: I9281f773abf080c266a8333766428638e4bee420 Reviewed-on: https://chromium-review.googlesource.com/1216863Reviewed-by:
Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#590029}
-
Stephane Zermatten authored
This change adds support for preconditions on URL, ScriptPreconditionProto.domain and path_pattern. Bug: 806868 Change-Id: I19d93b8083e67e7455a10e29535b082c2b642b2f Reviewed-on: https://chromium-review.googlesource.com/1203374 Commit-Queue: Stephane Zermatten <szermatt@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Ganggui Tang <gogerald@chromium.org> Cr-Commit-Position: refs/heads/master@{#590028}
-
Derek Cheng authored
CastActivityManager manages the lifetime of routes and corresponding Cast sessions. This patch implements the minimum amount of message handling necessary to launch a Cast session via CreateRoute() (to be hooked up to CastMediaRouteProvider in next patch). Bug: 809249 Change-Id: Ib6058a01d62113f8de1748cd2d9ca3dadabe8e49 Reviewed-on: https://chromium-review.googlesource.com/1159357 Commit-Queue: Derek Cheng <imcheng@chromium.org> Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Reviewed-by:
Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#590027}
-
Chromium WPT Sync authored
Using wpt-import in Chromium e26b06fa. With Chromium commits locally applied on WPT: d7762551 "Consistently use single quotes in Background Fetch WPTs." Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/24509 Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md NOAUTOREVERT=true TBR=raphael.kubo.da.costa@intel.com No-Export: true Change-Id: Ib845efb830f9537910d6ec4818f2a200c1e21373 Reviewed-on: https://chromium-review.googlesource.com/1216849 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#590026}
-
depot-tools-chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/a68660d0bb5d..d91f0adca280 git log a68660d0bb5d..d91f0adca280 --date=short --no-merges --format='%ad %ae %s' 2018-09-10 nodir@google.com Reland "[bot_update] Stop using repository properties" 2018-09-10 recipe-roller@chromium.org Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@d91f0adca280 The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll 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. BUG=chromium:877161,chromium:694348 TBR=agable@chromium.org Change-Id: I06098b00b5b0e4dfa95e238d33730d8926ea4de7 Reviewed-on: https://chromium-review.googlesource.com/1216888Reviewed-by:
depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#590025}
-
Bernhard Bauer authored
Context: http://shortn/_Yfz0RFm2Gt Bug: It's a feature Change-Id: I22985dbdef6d47ef2e83f697b1d9ea8bb68b1e17 Reviewed-on: https://chromium-review.googlesource.com/1208524Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Peter Conn <peconn@chromium.org> Reviewed-by:
Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Commit-Queue: Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#590024}
-
spirv-chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/75c1bf28431e..2c2fee797908 git log 75c1bf28431e..2c2fee797908 --date=short --no-merges --format='%ad %ae %s' 2018-09-10 jaebaek@google.com Validator: check OpTypeBool inside Blocks (#1405) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@2c2fee797908 The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll 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: I92f9a757912589818116be4f9bc4c26d91d6b806 Reviewed-on: https://chromium-review.googlesource.com/1216887Reviewed-by:
spirv-chromium-autoroll <spirv-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: spirv-chromium-autoroll <spirv-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#590023}
-
Clark DuVall authored
Adds filter files for chrome_public_test_apk and webview_instrumentation_test_apk as well. Bug: 880915 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: I05e4fd7cf7234b0c8c2be824421765f9406d5c14 Reviewed-on: https://chromium-review.googlesource.com/1208442 Commit-Queue: Clark DuVall <cduvall@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#590022}
-
Vlad Tsyrklevich authored
Bug: 864705 Change-Id: I2b929b8655092520b755693c92ee34990d5e1dec Reviewed-on: https://chromium-review.googlesource.com/1184152 Commit-Queue: Vlad Tsyrklevich <vtsyrklevich@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#590021}
-