- 10 Sep, 2018 40 commits
- 
- 
Jeffrey Cohen authoredInstead 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 authoredThe 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 authoredChange-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 authoredA 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 authoredhttps://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 authoredURLFetcher 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 authoredA 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 authoredThis 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 authoredBug: 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 authoredThis 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 authoredThe 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 authoredGPU 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 authoredThis 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 authoredhttps://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 authoredSHERIFFS: 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 authoredhttps://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 authoredBug: 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 authoredMechanical 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 authoredBug: 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 authoredNavid 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 authoredBug: 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 authoredcontent 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 authoredIt'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 authoredhttps://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 authoredhttps://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 authoredThis 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 authoredCastActivityManager 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 authoredUsing 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 authoredhttps://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 authoredContext: 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 authoredhttps://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 authoredAdds 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 authoredBug: 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} 
- 
Dan Rubery authoredSince OS X type sniffs to determine if a file is executable, we should type sniff within a ZIP to identify DMGs with no file extension as executable files. Change-Id: I8e5e19205d46e60be8cccb3e259fcb705c1ca1f3 Bug: 866021 Reviewed-on: https://chromium-review.googlesource.com/1152183Reviewed-by: Robert Sesek <rsesek@chromium.org> Reviewed-by: Nathan Parker <nparker@chromium.org> Commit-Queue: Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#590020} 
- 
chromium-autoroll authoredhttps://skia.googlesource.com/skia.git/+log/10494e34e453..a2bc1ca21bbc git log 10494e34e453..a2bc1ca21bbc --date=short --no-merges --format='%ad %ae %s' 2018-09-10 herb@google.com Simplify plots to always be 512x512 and simplify GrDrawOpAtlasConfig Created with: gclient setdep -r src/third_party/skia@a2bc1ca21bbc 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: I255f56b2e832a299e89fe30a4c054d841765d79b Reviewed-on: https://chromium-review.googlesource.com/1216864Reviewed-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@{#590019} 
- 
Takumi Fujimoto authoredBug: 878541 Change-Id: I2501fa03d737154697346a76c1a7e20758debd7f Reviewed-on: https://chromium-review.googlesource.com/1214075Reviewed-by: mark a. foltz <mfoltz@chromium.org> Commit-Queue: Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#590018} 
- 
Takumi Fujimoto authoredGive the info button a label read by screen readers when it is in focus: "No Cast destinations found. Need help?" Bug: 869600 Change-Id: I90af935d528f7aa128469b98ecb691f6d13228a0 Reviewed-on: https://chromium-review.googlesource.com/1214044Reviewed-by: Derek Cheng <imcheng@chromium.org> Commit-Queue: Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#590017} 
- 
Mirko Bonadei authoredProblems have been fixed by: - https://webrtc-review.googlesource.com/97620 - https://webrtc-review.googlesource.com/97622 Bug: 824831 Change-Id: Ibe2f12f6d935c61a37cd253d22960a1ccba9f50a Reviewed-on: https://chromium-review.googlesource.com/1203773Reviewed-by: agrieve <agrieve@chromium.org> Commit-Queue: Mirko Bonadei <mbonadei@chromium.org> Cr-Commit-Position: refs/heads/master@{#590016} 
- 
Lei Zhang authoredThe access patterns work fine with std::vector. There is no need to use std::list. Make changed files free of lint and presubmit errors as well. Change-Id: I7cbc19dde51c3c400a55263771b7322709b266bf Reviewed-on: https://chromium-review.googlesource.com/1215051Reviewed-by: Miguel Casas <mcasas@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#590015} 
- 
Eugene But authoredReplaced deprecated WaitUntilCondition with WaitUntilConditionOrTimeout (the former method wait 2 days before DCHECKing). Replaced DCHECK with EXPECT in test helper. Bug: 784735 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I823b1671280ed4d52133009af75691c044c06f9e Reviewed-on: https://chromium-review.googlesource.com/1212267Reviewed-by: Olivier Robin <olivierrobin@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#590014} 
 
-