- 02 Jul, 2018 17 commits
 - 
- 
Matt Falkenhagen authored
Bug: 789577 Change-Id: I9f9424b5fcb51e2a00e5aa528ade35737fd335b7 Reviewed-on: https://chromium-review.googlesource.com/1121940Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#571817}
 - 
Darren Shen authored
No changes were made to the test. Last time, it was broken on chromeos MSAN. I ran the MSAN try bots several times and they all pass, so I assume that the problem has been fixed. Will revert if this is still broken. TBR=rdevlin.cronin@chromium.org Bug: 515596 Change-Id: Icfdf04efa9650848d532bb105a33bad9b55cbe1a Reviewed-on: https://chromium-review.googlesource.com/1113704 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by:
Yuichiro Hanada <yhanada@chromium.org> Cr-Commit-Position: refs/heads/master@{#571816}
 - 
Noel Gordon authored
Recover the test coverage mentioned in crrev.com/568798. Add new tests for Downloads and Drive to open a file in Gallery, and then once it is shown, open another file in the open Gallery window. Bug: 837551 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: Iae20fd22340c43a99902da4c21966c918febfb80 Reviewed-on: https://chromium-review.googlesource.com/1120446Reviewed-by:
Sam McNally <sammc@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#571815}
 - 
Oscar Johansson authored
When building using Jumbo unnamed namespaces gets merged and variables with the same name conflict. This happens for the variables kMaxSegmentsSize in: net/third_party/quic/core/congestion_control/bbr_sender.cc net/third_party/quic/core/congestion_control/prr_sender.cc This commit solves the issue by moving the constant to net/third_party/quic/core/quic_constants.h. Bug: 772146 Change-Id: I07da21c2bc8c96f6ed5cc83e2724ae948d80a9be Reviewed-on: https://chromium-review.googlesource.com/1119689 Commit-Queue: Ryan Hamilton <rch@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#571814}
 - 
Matt Falkenhagen authored
Bug: 857005 Change-Id: Ib94a898048dfaa68dfc68cbaafd181980432df9a Reviewed-on: https://chromium-review.googlesource.com/1119740Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#571813}
 - 
Giovanni Ortuño Urquidi authored
Changed generate_policy_source.py to also parse the "required" field of dictionary policies and also changes schema.cc to check that all required properties are included in the policy. Bug: 850009 Change-Id: I466236a9439383b3e0a330f277eebc50d72305be Reviewed-on: https://chromium-review.googlesource.com/1090521Reviewed-by:
calamity <calamity@chromium.org> Reviewed-by:
Lutz Justen <ljusten@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#571812}
 - 
Kent Tamura authored
Bug: 637639 Change-Id: I2381fef29364924ca5d615ecf61222472c657d50 Reviewed-on: https://chromium-review.googlesource.com/1119947 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#571811}
 - 
Sasha Morrissey authored
Fixed a regression where context menus for Team Drive roots were no longer displaying. Also added test support for Team Drives and a test for a Team Drive root with default capabilities. Bug: 996832 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I70b384c79572803555626fd8af035ec883a00a5c Reviewed-on: https://chromium-review.googlesource.com/1117719 Commit-Queue: Sasha Morrissey <sashab@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#571810}
 - 
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=mmoss@chromium.org Change-Id: I1a07ccfa66caa3431525494addb2851d546046b9 Reviewed-on: https://chromium-review.googlesource.com/1121898Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#571809}
 - 
Hitoshi Yoshida authored
Before this CL, we took "partial interface mixin" a syntax error, but Web IDL spec now accepts it to extend interface mixins. This CL updates parser to accept it, and merges InterfaceMixin class into Interface class. Bug: 781257 Change-Id: I2b8584d5a1d4b8d2ffd53ba6a80c39e19feae11e Reviewed-on: https://chromium-review.googlesource.com/1119744Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#571808}
 - 
Koji Ishii authored
When a line box is [certain zero-height line boxes], most of line layout algorithm is not necessary and that we have a fast code-path for that case. However, there are some edge cases where we still need to create box fragments such as when the line has a containing block for out-of-flow objects. This patch runs the normal line layout algorithm even when the line box is "empty". We could detect when the algorithm is really needed, and/or run only necessary part of the algoirithm for the performance in future. [certain zero-height line boxes]: https://drafts.csswg.org/css2/visuren.html#phantom-line-box Bug: 636993 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I4d7c6a6b2a3155f1eb5c5ae2f17b78b89bfb833a Reviewed-on: https://chromium-review.googlesource.com/1121656 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Aleks Totic <atotic@chromium.org> Cr-Commit-Position: refs/heads/master@{#571807}
 - 
Luciano Pacheco authored
Test has been flaky on Win builders. Tbr: eroman@chromium.org Bug: 859387 Change-Id: I57bdda3903c30e06f05fe89d367f94429bb4e31a Reviewed-on: https://chromium-review.googlesource.com/1121917Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#571806}
 - 
Sasha Morrissey authored
Check for canCopy, canDelete and canAddChildren when cut, copy and pasting files into the Files App directory tree. This also adds support for drag-drop operations into the tree. Test: browser_test --gtest-filter="ContextMenu/FilesApp*" Bug: 719959 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I1aa81f0a80be083c156fed9074a7c6031433bf5e Reviewed-on: https://chromium-review.googlesource.com/1104058 Commit-Queue: Sasha Morrissey <sashab@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#571805}
 - 
Luciano Pacheco authored
This test has been mostly crashing on builder Mac10.13 Tests (dbg) since its initial commit, so disabling it for now. Tbr: pfeldman@chromium.org Bug: 859382 Change-Id: Ie7ca15e76466ebadb879e26cf40dc2cd11561b65 Reviewed-on: https://chromium-review.googlesource.com/1121916Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#571804}
 - 
Xianzhu Wang authored
This is mainly a performance optimization because we don't need FinishCycle() if PaintController has nothing changed. By the way it can also avoid the immediate bad effect (but not the root cause) of bug 859294. Bug: 859294 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Iad3e14ee303c08185922d3d6e495c3b25ead5434 Reviewed-on: https://chromium-review.googlesource.com/1121783Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#571803}
 - 
Koji Ishii authored
Following bot results are included. 7288 7289 7297 7311 7316 7321 7322 7328 7333 7341 7348 7358 7366 7378 7383 7385 7388 7397 7398 7399 262 lines were removed and 11 lines were deflaked by consecutive results since 7333. TBR=eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: Ib861870ae9324fc90db58bc2b280f62fa2e10544 Reviewed-on: https://chromium-review.googlesource.com/1118398 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#571802}
 - 
Kenneth Russell authored
This reverts commit 655a604c. Reason for revert: caused intermittent crashes in layout tests, cancel-unattached-animation.html in particular. The logic error seems significant enough to warrant reverting. Bug: 859304 Original change's description: > [Fast compositing] Don't set any compositing reasons for non-self-painting PaintLayers. > > They can't composite anyway. > > Bug: 856808 > > Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel > Change-Id: Ie7071658827b7bc23315db775c7d872817190fb4 > Reviewed-on: https://chromium-review.googlesource.com/1119584 > Commit-Queue: Chris Harrelson <chrishtr@chromium.org> > Reviewed-by: Philip Rogers <pdr@chromium.org> > Cr-Commit-Position: refs/heads/master@{#571724} TBR=trchen@chromium.org,pdr@chromium.org,chrishtr@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 856808 Change-Id: I4147f27c73af71751bbd3bddd852bd858c82c5b6 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Reviewed-on: https://chromium-review.googlesource.com/1121856Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#571801}
 
 - 
 - 01 Jul, 2018 18 commits
 - 
- 
Nico Weber authored
We don't have different test lists for dbg and rel on any other platform. Effectively adds a bunch of tests to the cros dbg (not a default cq bot). Bug: 843511,859320,859307 Change-Id: I8769641d2c53401c2f26c790e5f2edf2a6bf0125 Reviewed-on: https://chromium-review.googlesource.com/1099147Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#571800}
 - 
Kenneth Russell authored
virtual/reporting-api/external/wpt/content-security-policy/reporting-api/ reporting-api-doesnt-send-reports-without-violation.https.sub.html is flakily timing out / crashing on essentially all platforms. Simplify suppression. Bug: 626703, 850170 Change-Id: I69a010337561cd8e5f794aa9673d1ec42cc126c6 Tbr: mpearson@chromium.org Tbr: andypaicu@chromium.org Reviewed-on: https://chromium-review.googlesource.com/1121833Reviewed-by:Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#571799}
 - 
Nicholas Verne authored
Bug: 848118 Change-Id: I887dbfa3d44cd708a42cdf1fcc955e43ada7a759 Reviewed-on: https://chromium-review.googlesource.com/1114408Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Nicholas Verne <nverne@chromium.org> Cr-Commit-Position: refs/heads/master@{#571798}
 - 
Greg Kraynov authored
Bug: 783309 Change-Id: I5072998a38408d328d45aba76893763708ffd4df Reviewed-on: https://chromium-review.googlesource.com/1120525Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Greg Kraynov <kraynov@chromium.org> Cr-Commit-Position: refs/heads/master@{#571797}
 - 
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/75e69028956d..34024a7c478c git log 75e69028956d..34024a7c478c --date=short --no-merges --format='%ad %ae %s' 2018-07-01 skia-bookmaker@skia-swarming-bots.iam.gserviceaccount.com Update markdown files Created with: gclient setdep -r src/third_party/skia@34024a7c478c The AutoRoll server is located here: https://autoroll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;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=ethannicholas@chromium.org Change-Id: Ibbb4454af2f011804247fb1074611aab647b5500 Reviewed-on: https://chromium-review.googlesource.com/1121501Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#571796}
 - 
chromeos-commit-bot@chromium.org authored
BUG=762641 TBR=satorux@chromium.org Change-Id: I96c701900648a0e1512f70f0a06f1b8b40db8b13 Reviewed-on: https://chromium-review.googlesource.com/1121533 Commit-Queue: ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> Reviewed-by:
ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#571795}
 - 
fuchsia-sdk-chromium-autoroll authored
The AutoRoll server is located here: https://fuchsia-sdk-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia_arm64_cast_audio;luci.chromium.try:fuchsia_x64_cast_audio TBR=cr-fuchsia+bot@chromium.org Change-Id: I4b55837b1bf092eb90f9a1a3ddcd7a9150fd33c9 Reviewed-on: https://chromium-review.googlesource.com/1121825 Commit-Queue: Fuchsia SDK Autoroller <fuchsia-sdk-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
Fuchsia SDK Autoroller <fuchsia-sdk-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#571794}
 - 
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/dda0432d..20868003 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;luci.chromium.try: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: I32844be62f2edf674473c3e48ad3735b7992518e Reviewed-on: https://chromium-review.googlesource.com/1121823Reviewed-by:
V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#571793}
 - 
afdo-chromium-autoroll authored
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 The AutoRoll server is located here: https://afdo-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=gbiv@chromium.org Change-Id: Idf7cad5179a6f0dfe58c71dc95103da803cc0a71 Reviewed-on: https://chromium-review.googlesource.com/1121826Reviewed-by:
afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#571792}
 - 
Chromite Chromium Autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/dc425041e324..a3230c43892e git log dc425041e324..a3230c43892e --date=short --no-merges --format='%ad %ae %s' 2018-07-01 dhanyaganesh@chromium.org DetectRelevantChanges: Additional exception handling and Created with: gclient setdep -r src/third_party/chromite@a3230c43892e The AutoRoll server is located here: https://chromite-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. BUG=chromium:845941 TBR=chrome-os-gardeners@chromium.org Change-Id: I0d46cbc6a9ecc3e31c21c441daac4e2ce341af9b Reviewed-on: https://chromium-review.googlesource.com/1121499Reviewed-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@{#571791}
 - 
Ryan Hamilton authored
Change-Id: Ide1e00c234e479f8c45a798a0f555dd93427044a Reviewed-on: https://chromium-review.googlesource.com/1119263 Commit-Queue: Ryan Hamilton <rch@chromium.org> Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#571790}
 - 
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=govind@chromium.org Change-Id: I02e965a4d2a5b65d583cb69bd3ac95ea4408e0ed Reviewed-on: https://chromium-review.googlesource.com/1121530Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#571789}
 - 
Nico Weber authored
TBR=jonross Bug: 859325 Change-Id: I01b5f938eef3493c48da53deb6002dff4f9c8222 Reviewed-on: https://chromium-review.googlesource.com/1121529 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#571788}
 - 
Bence Béky authored
Change CompletionCallback argument type to CompletionOnceCallback in methods that guarantee that the callback will only be called once. Change CompletionCallback local variables to CompletionRepeatingCallback where the callback is locally passed to a function, but then called directly if the function returns synchronously. Bug: 807724 Change-Id: Ia7768504ce564ef2853662e3e39d752b534fa3a9 Reviewed-on: https://chromium-review.googlesource.com/1120748Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#571787}
 - 
Nico Weber authored
This is a reland of 774a0484 Original change's description: > Remove several test suppressions where it is not clear why they exist. > > If any of these fail on their bots, I'll file dedicated bugs for that > and re-disable with a link to the bug. > > Bug: 843511,830944,814403 > Change-Id: Ib1beb2fc1ffcade39535b47b25b50340131092e5 > Reviewed-on: https://chromium-review.googlesource.com/1121524 > Reviewed-by: Kenneth Russell <kbr@chromium.org> > Cr-Commit-Position: refs/heads/master@{#571782} Bug: 843511, 830944, 814403 Change-Id: I8ea5586d15446108a5d18b93686f64e0c4140559 Reviewed-on: https://chromium-review.googlesource.com/1121836Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#571786}
 - 
Nektarios Paisios authored
Bug: 852266 R=dmazzoni@chromium.org Change-Id: I264359f1fa1f345ae41fed35604dd96a49d7d5eb Reviewed-on: https://chromium-review.googlesource.com/1117335 Commit-Queue: Nektarios Paisios <nektar@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#571785}
 - 
Xianzhu Wang authored
Move painting code out of LayoutTextControlSingleLine::Paint() into TextControlSingleLinePainter. Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I9e9bfb48c4ec4193943da3e1c2172fa9419d8bfe Reviewed-on: https://chromium-review.googlesource.com/1121682 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#571784}
 - 
Findit authored
This reverts commit 774a0484. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 571782 as the culprit for failures in the build cycles as shown on: https://findit-for-me.appspot.com/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtLzc3NGEwNDg0OGE2MzRiMDUzYzU1MzliMjE0Yzg4NzhjNTQwN2QwODYM Sample Failed Build: https://ci.chromium.org/buildbot/chromium.mac/Mac%20Builder/88620 Sample Failed Step: compile Original change's description: > Remove several test suppressions where it is not clear why they exist. > > If any of these fail on their bots, I'll file dedicated bugs for that > and re-disable with a link to the bug. > > Bug: 843511,830944,814403 > Change-Id: Ib1beb2fc1ffcade39535b47b25b50340131092e5 > Reviewed-on: https://chromium-review.googlesource.com/1121524 > Reviewed-by: Kenneth Russell <kbr@chromium.org> > Cr-Commit-Position: refs/heads/master@{#571782} Change-Id: I007c8f0090be2e7162f0ef32c22b04e08886067b No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 843511,830944,814403 Reviewed-on: https://chromium-review.googlesource.com/1121796 Cr-Commit-Position: refs/heads/master@{#571783}
 
 - 
 - 30 Jun, 2018 5 commits
 - 
- 
Nico Weber authored
If any of these fail on their bots, I'll file dedicated bugs for that and re-disable with a link to the bug. Bug: 843511,830944,814403 Change-Id: Ib1beb2fc1ffcade39535b47b25b50340131092e5 Reviewed-on: https://chromium-review.googlesource.com/1121524Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#571782}
 - 
Christopher Cameron authored
Only have a non-zero deadline when resizing -- otherwise new tab creation and tab-switch can feel janky. Bug: 855364 Change-Id: If198085e418f0bf9ed5af47833d23df0c37c47c7 Reviewed-on: https://chromium-review.googlesource.com/1121630Reviewed-by:
Fady Samuel <fsamuel@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#571781}
 - 
Chromite Chromium Autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/3f6e3cd26961..dc425041e324 git log 3f6e3cd26961..dc425041e324 --date=short --no-merges --format='%ad %ae %s' 2018-06-30 dgarrett@chromium.org Revert "chromeos_config: Move release builders to swarming." Created with: gclient setdep -r src/third_party/chromite@dc425041e324 The AutoRoll server is located here: https://chromite-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. BUG=chromium:853969 TBR=chrome-os-gardeners@chromium.org Change-Id: I07116f9095f5cb21230b9f73fd7649a95b443b2e Reviewed-on: https://chromium-review.googlesource.com/1121601Reviewed-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@{#571780}
 - 
Chromium WPT Sync authored
Using wpt-import in Chromium f6b87b6b. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/20390 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 TBR=kereliuk No-Export: true Change-Id: Ib62b056173e648324f24f2f08f0e18121a32bd5b Reviewed-on: https://chromium-review.googlesource.com/1121693 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@{#571779}
 - 
Brian White authored
Some clients do not have the sampling configuration for UKM records and the large number of entries can cause significant bias when weighted against those clients that are sampling. Setting a large default sampling value will at least bias the other way. Testing code needs to disable this or results will be missing so an interface was added to DisableSamplingForTesting. Unfortunately, not all test failures are caught by the try-bots, so... SHERIFF: Feel free to revert this if it breaks tests (due to missing ukm results). Bug: 766909 Change-Id: I163822fa5dd36d34b6b4ad4ab02c26ee0915bf74 Reviewed-on: https://chromium-review.googlesource.com/1113657Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#571778}
 
 -