- 30 Oct, 2017 40 commits
-
-
src-internal-roller@chromium.org authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/6107a9e99383..2c1ee306751c $ git log 6107a9e99..2c1ee3067 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src-internal 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 TBR=phajdan.jr@chromium.org Change-Id: Id6fdd42c9d8bc8488d00b22a4772d83aeb9a3c9b Reviewed-on: https://chromium-review.googlesource.com/744289Reviewed-by:
src-internal-roller . <src-internal-roller@chromium.org> Commit-Queue: src-internal-roller . <src-internal-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#512574}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 449262de. Build: https://build.chromium.org/p/chromium.infra.cron/builders/wpt-importer/builds/4296 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=leon.han@intel.com No-Export: true Change-Id: I2f7a438b7414a66b08c6d4b2fa1e061e2c927c19 Reviewed-on: https://chromium-review.googlesource.com/743808 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@{#512573}
-
Sarah Hu authored
Create LoginButton class as a base class for touch targets to enable ripple effects. This CL adds ripple to the following touch targets: 1. Dropdown menu button. 2. Submit button. 3. Pin keyboard button. Bug: 778740 Change-Id: Ifd856da4ada342d94511fd2ead11933468fa8750 Reviewed-on: https://chromium-review.googlesource.com/739960 Commit-Queue: Xiaoyin Hu <xiaoyinh@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Cr-Commit-Position: refs/heads/master@{#512572}
-
Toni Barzic authored
BUG=767717 Change-Id: I96e2a7468188eaefe196ba87fb49061a88dd8e93 Reviewed-on: https://chromium-review.googlesource.com/742623Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Commit-Queue: Toni Barzic <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#512571}
-
Steven Bennetts authored
This CL: * Moves network_siminfo to cr_components * Cleans up the detail dialog for Cellular and adds siminfo * Modifies the system tray to open the Settings UI (details dialog in the login screen) when the SIM is locked. Bug: 777778 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I664f8e5a4b7e5011c28cb188911d5b4e515809ad Reviewed-on: https://chromium-review.googlesource.com/740088Reviewed-by:
Toni Barzic <tbarzic@chromium.org> Reviewed-by:
Ben Chan <benchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#512570}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/catapult.git/+log/c5503564d23f..1a5cf00f7634 $ git log c5503564d..1a5cf00f7 --date=short --no-merges --format='%ad %ae %s' 2017-10-30 perezju [Telemetry] Log memory usage on the host machine Created with: roll-dep src/third_party/catapult 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.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: Ia5dc6ece6e2787e61235f7ebb353fa35e18d48a0 Reviewed-on: https://chromium-review.googlesource.com/744303 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#512569}
-
Helen Li authored
The DCHECK is not valid after recent refactoring which makes JobController to create jobs after proxy resolution (i.e. a JobController can have no pending Job when it is in proxy resolution.) UMA data show that having multiple hundreds of JobController is not indicative of memory leak, so this CL also adjusts the threshold for emitting UMA stats. Bug: 775253 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I5f12ee5c16de51a87aaf7dd2aed6840801b5367a Reviewed-on: https://chromium-review.googlesource.com/743689Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Commit-Queue: Helen Li <xunjieli@chromium.org> Cr-Commit-Position: refs/heads/master@{#512568}
-
Charles Harrison authored
This patch does a few things: 1. Beef up the TestSafeBrowsingDatabaseHelper, so callers can optionally, pass in a custom TestV4GetHashProtocolManagerFactory. If this is null, then the helper will not mock the v4 hash protocol manager. This causes real API requests to go out to the network. 2. Make TestV4Store::MarkPrefixAsBad support multiple prefixes per prefix size. 3. Minor cleanups of names and std::make_unique 4. Add a new browser test suite for subresource_filter which uses the v4 embedded_test_server request handler, combined with the new TestSafeBrowsingDatabaseHelper, to mock out v4 API responses for the subresource filter list. This tests enforcement and warning variants. Bug: 775530,737201 Change-Id: Id26b676194fd33c28737bcb693e47ca75145f82f Reviewed-on: https://chromium-review.googlesource.com/730405Reviewed-by:
Shivani Sharma <shivanisha@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#512567}
-
Yue Li authored
Skip the Playstore ToS screen if ArcShouldAwaysStart flag is set. Bug: b/68226368 Change-Id: Ie9bdee837df7beb24aa7bca74ca02a8b8f2e2eca Reviewed-on: https://chromium-review.googlesource.com/742135Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: Yue Li <updowndota@chromium.org> Cr-Commit-Position: refs/heads/master@{#512566}
-
Reza.Zakerinasab authored
Passing an ImageData that is created from U16/F32 data but does not have a color settings to ImageDataInCanvasColorSettings results in a crash. This change temporarily fixes this until the proper color space (extended-srgb) is provided. Bug: 779419 Change-Id: I491fa86f53b73473cba514512e64de69db49fc91 Reviewed-on: https://chromium-review.googlesource.com/743804Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Justin Novosad <junov@chromium.org> Commit-Queue: Mohammad Reza Zakerinasab <zakerinasab@chromium.org> Cr-Commit-Position: refs/heads/master@{#512565}
-
David Reveman authored
Use flipped image instead of relying on css transform for image preview. This allows both the grid image and the image preview to be displayed correctly. Bug: 779519 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Icd0fb45f1dc433d490f24d5342c250197e96c11b Reviewed-on: https://chromium-review.googlesource.com/743693Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: David Reveman <reveman@chromium.org> Cr-Commit-Position: refs/heads/master@{#512564}
-
Leonard Grey authored
This hits a NOTIMPLEMENTED on Windows: https://bugs.chromium.org/p/chromium/issues/detail?id=726505#c10 Restricting it to the platforms that have an implementation in process_metrics.cc Bug: 649641 Change-Id: I02648ae4b09ac24fad6ec6894db91b5a82939f92 Reviewed-on: https://chromium-review.googlesource.com/734360 Commit-Queue: Leonard Grey <lgrey@chromium.org> Reviewed-by:
oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#512563}
-
Theresa Wellington authored
In BottomSheetContentController#onSheetContentChanged() we were previously destroying bottom sheet contents based on the sheet state. It is possible for the sheet transitions to non-home content after the state is set to peek e.g. user taps on a suggested article and a bottom navigation icon at the same time. Only destroy sheet contents if the sheet is currently showing the home content. BUG=779470 Change-Id: Iffd2f5972bff4bf6cd84df72fa8efa072d35ff09 Reviewed-on: https://chromium-review.googlesource.com/744309Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#512562}
-
Sonny Sasaka authored
The current bluetooth settings page listens to power change and save the change to user pref. This is a problem because recent hardware bugs cause bluetooth adapter to disconnect by itself, if this happens during settings page is opened, the user pref will be overwritten by the wrong value. The correct behavior is to save user pref only in the event the button is toggled by the user. BUG=779206 TEST=Check that the bluetooth power is initialized to the last toggled value after sign out and sign in again. Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I294f60876400949ac35283863945a51b1d38bd94 Reviewed-on: https://chromium-review.googlesource.com/742346 Commit-Queue: Sonny Sasaka <sonnysasaka@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#512561}
-
Antoine Labour authored
Bug: 778960 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: Ic9db9a17fa7b7dea133673c0851bfa72b3f5ffff Reviewed-on: https://chromium-review.googlesource.com/742359Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#512560}
-
Nikola Kovacs authored
When using GTK2, Chromium respects the metacity setting that determines what to do when the title bar is middle clicked. There is a similar GTK3 setting for client-side decorated windows, gtk-titlebar-middle-click, which was ignored by Chromium when using GTK3. This change makes it respect the GTK3 setting. Bug: 777821 Change-Id: I4a1cb0af4f7ec4e74e8c9de789f52ea92b1be171 Reviewed-on: https://chromium-review.googlesource.com/743624Reviewed-by:
Elliot Glaysher <erg@chromium.org> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#512559}
-
John Z Wu authored
Bug: 763797 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ia7df5f225d6424f3232ee5d2fdb0a3e8b460aeba Reviewed-on: https://chromium-review.googlesource.com/742042 Commit-Queue: John Wu <jzw@chromium.org> Reviewed-by:
Hiroshi Ichikawa <ichikawa@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#512558}
-
Mihai Sardarescu authored
This programmatic_auth endpoint is currently being deprecated on the Google infrastructure. This CL marks the URL and the corresponding methods as deprecated. This CL also adds an UMA count to record how many times the programmatic_auth endpoint is used in Chrome. Bug: 775009 Change-Id: I8b9527f82c51641a52db42df9f8c3787077943ff Reviewed-on: https://chromium-review.googlesource.com/741582Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Pavel Yatsuk <pavely@chromium.org> Commit-Queue: Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#512557}
-
Peiyong Lin authored
In https://chromium-review.googlesource.com/c/chromium/src/+/737430, we introduced an approach to avoid calculating EQT for long idle period. Thus, we re-add EQT plumbing to GRC in this patch. Previously it was removed in: https://chromium-review.googlesource.com/c/chromium/src/+/721613 BUG=763710 Change-Id: I511f4ad6ea0f6e35d16d299248053e19f4834d21 Reviewed-on: https://chromium-review.googlesource.com/740013 Commit-Queue: lpy <lpy@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#512556}
-
Daniel Bratell authored
There were two empty functions named "IgnoreError" and this caused clashes in jumbo build experiments. This patch renames one of them "EmptyErrorHandler" which is also a good name. There is no natural place to share the functions, and being empty there is not that much value in sharing them either. Bug: 746953 Change-Id: I7c7507cf485710159e64b3945eeea558e2e4f901 Reviewed-on: https://chromium-review.googlesource.com/743786Reviewed-by:
Dan Elphick <delphick@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#512555}
-
Sebastien SG authored
The problem was that the placeholder visibility was not updated in this particular case. It used to be set when values were suggested for the first time but usernames are filled in the page without a preview. The placeholder's visibility is now updated everytime the view is updated. Bug: 777819 Change-Id: I9b85553f8186f05330207bd083e3fe7fb11395e9 Reviewed-on: https://chromium-review.googlesource.com/739794 Commit-Queue: Sebastien Seguin-Gagnon <sebsg@chromium.org> Reviewed-by:
Roger McFarlane <rogerm@chromium.org> Reviewed-by:
Keishi Hattori <keishi@chromium.org> Cr-Commit-Position: refs/heads/master@{#512554}
-
sebsg authored
Tbr-ing tkent@ for the TODO comment I added in WebInputElement.h Bug: 777097 Change-Id: Ia7c9b839521211d4527f067f848cd7988a49f64c Tbr: tkent@chromium.org Reviewed-on: https://chromium-review.googlesource.com/734104 Commit-Queue: Sebastien Seguin-Gagnon <sebsg@chromium.org> Reviewed-by:
Roger McFarlane <rogerm@chromium.org> Cr-Commit-Position: refs/heads/master@{#512553}
-
bsheedy authored
For whatever reason, WebVrInputTest#testControllerClicksRegisteredOnDaydream recently became flaky due to not always detecting the connected controller. This patch fixes that by explicitly trying to get the controller to be detected instead of just assuming that the Gamepad API will work. Bug: Change-Id: I14fc8f0e16f895fc1893fa27b1ccf4d2054b0f28 Reviewed-on: https://chromium-review.googlesource.com/741865Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#512552}
-
Stefan Zager authored
BUG=711468 R=pdr@chromium.org,skobes@chromium.org Change-Id: I80afa54cb5315fe2a37f7198655476cdd9f58253 Reviewed-on: https://chromium-review.googlesource.com/742700Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#512551}
-
Jun Cai authored
This CL updates //third_party/WebKit/LayoutTests/device_orientation/orientation to use testharness.js instead of js-test.js. Bug: 758628 Change-Id: I8be7a93cdd9e0bca1a168f91c165c119e02ca1cd Reviewed-on: https://chromium-review.googlesource.com/677634 Commit-Queue: Jun Cai <juncai@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#512550}
-
Marcin Simonides authored
The RWHVAura::GetLastScrollOffset() method should return values in view coordinates (device independent pixels) as do other implementations of RWHV. When zoom-for-DSF is enabled the coordinates from compositor are expressed in pixel coordinates which are different from view coordinates on HiDPI screens. Therefore the last_scroll_offset_ value needs to be scaled to view coordinates BUG: 778228 Change-Id: Ic8da1fdbf821d0073fb2a22a75ecbc40441ce00e Reviewed-on: https://chromium-review.googlesource.com/610148 Commit-Queue: David Bokan <bokan@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#512549}
-
Lei Zhang authored
It has been renamed. Change-Id: I201956ef9597345e21782554033b798fd14fc1c7 Reviewed-on: https://chromium-review.googlesource.com/741446Reviewed-by:
Erik Chen <erikchen@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#512548}
-
Kevin Bailey authored
Clean up a unit test whose expected behavior has simplified. Bug: 726769 Change-Id: I9423ef3ea3d80a220fc3b5afe057d97b1d84c645 Reviewed-on: https://chromium-review.googlesource.com/741178Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: Kevin Bailey <krb@chromium.org> Cr-Commit-Position: refs/heads/master@{#512547}
-
Robert Sesek authored
This was originally added in 33190c88 for the panels feature, which was then later removed in 566d3644. Currently nothing adds an observer for this notification. Bug: 571511 Change-Id: I1ecbcacffd1451d70912895c106858eb616e6a80 Reviewed-on: https://chromium-review.googlesource.com/743857Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#512546}
-
Robert Sesek authored
The #ifdef is no longer needed as Chromium requires the 10.12 SDK to build. Change-Id: I7aa36750bcd3ae184ab4098be48cf52e024a33e0 Reviewed-on: https://chromium-review.googlesource.com/743853Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#512545}
-
Hidehiko Abe authored
bluetooth_type_converters_unittest did not follow the style guide. This refactors it to follow it with more refactoring. - Use snake_case rather than camelCase for variables. - Introduce ValueToJson() utility. - Split TESTs into smaller pieces. - Shorten var names if possible, specifically based on the context by TEST split. BUG=None TEST=Ran try. Change-Id: I352e6d9e43d8ac15b3922a43699ff356d749ba42 Reviewed-on: https://chromium-review.googlesource.com/735164Reviewed-by:
Jorge Lucangeli Obes <jorgelo@chromium.org> Reviewed-by:
Luis Hector Chavez <lhchavez@chromium.org> Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/master@{#512544}
-
Sean Kau authored
Prevent saving a printer if the uri is invalid. Validation in the UI will be added in a follow up. Bug: 778383 Change-Id: I584c8d63248da6aadd7cb7cbef0cea4d2fd80cc2 Reviewed-on: https://chromium-review.googlesource.com/742266Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Sean Kau <skau@chromium.org> Cr-Commit-Position: refs/heads/master@{#512543}
-
Adenilson Cavalcanti authored
The NEON specific code will be hosted in the folder 'contrib/optimizations/arm' while the platform independent C code is hosted in the upper directory. This allows to easily implement the inffast optimization for other architectures by simply implementing 2 functions and including the necessary header in chunk_copy.h (that is used by inflate and inffast). The idea is with time to move all optimizations to this new folder. Bug: 769880 Change-Id: I404ec0fdf3f6867c9c124da859ca38bf57b25447 Reviewed-on: https://chromium-review.googlesource.com/740907Reviewed-by:
Chris Blume <cblume@chromium.org> Commit-Queue: Adenilson Cavalcanti <cavalcantii@chromium.org> Cr-Commit-Position: refs/heads/master@{#512542}
-
Becca Hughes authored
Hide controls that don't fit on the new media controls based on width and height for <video> elements and width only for <audio> elements. If the controls cannot be shown we should show them on the overflow menu. BUG=761309 Change-Id: I0c9b12f4d37a9041c27983d4de2ee94acbd3cc6c Reviewed-on: https://chromium-review.googlesource.com/727984 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#512541}
-
zhuoyu.qian authored
The 'FIXME' in LayoutTextFragment.h comment by eae@ is done, remove it. BUG= R=eae@chromium.org Signed-off-by:
zhuoyu.qian <zhuoyu.qian@samsung.com> Change-Id: I8c93bd1c3785c31086b403cbc951ee8a67a5fb5e Reviewed-on: https://chromium-review.googlesource.com/737403Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#512540}
-
Patrik Höglund authored
R=sugoi@chromium.org Bug: 778254 Change-Id: Ib201e3fbc4adf7749b1be5a6fe9ebaf86691a94e Reviewed-on: https://chromium-review.googlesource.com/741747Reviewed-by:
Alexis Hétu <sugoi@chromium.org> Commit-Queue: Alexis Hétu <sugoi@chromium.org> Cr-Commit-Position: refs/heads/master@{#512539}
-
Samuel Huang authored
Clank build excludes usb_ids.*, but the source files (inlcude the giant file usb_ids_gen.cc) still got compiled, even though its results are not included in the final APK. This adds unnecessary work for Clank builds, and creates overhead to Supersize archive command. This CL removes these vacuous usb_ids.* compilation under Android. This speeds up Supersize archive by about 20% (and probably shaves seconds from Clank build). Bug: 779162 Change-Id: I4e4a9eb4274bfa9d298a5ce887179629a5cb6b7f Reviewed-on: https://chromium-review.googlesource.com/740688 Commit-Queue: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#512538}
-
Juan A. Navarro Perez authored
The metric is no longer used, should be dead code now. Bug: 632021 Change-Id: Ic6615654a74128b2782ae93fbf7c05dc95e4aaa9 Reviewed-on: https://chromium-review.googlesource.com/744201Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#512537}
-
Matt Wolenetz authored
Many of the first fuzzers were implemented under //testing, including a few MSE-related fuzzers. This change moves those MSE fuzzers closer to the code they test under //media. BUG=779238 Change-Id: Ied496bbaa78864e54d670cc549da46bdd09eeeb2 Reviewed-on: https://chromium-review.googlesource.com/742452 Commit-Queue: Max Moroz <mmoroz@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Max Moroz <mmoroz@chromium.org> Cr-Commit-Position: refs/heads/master@{#512536}
-
angle-deps-roller@chromium.org authored
https://chromium.googlesource.com/angle/angle.git/+log/2a35741bd197..87c358839ccd $ git log 2a35741bd..87c358839 --date=short --no-merges --format='%ad %ae %s' 2017-10-19 oetuaho Prune no-op statements with a single traverser 2017-10-13 jiawei.shao Fix incorrect hashing on built-in interface block fields Created with: roll-dep src/third_party/angle 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.chromium.angle:android_angle_rel_ng,android_angle_deqp_rel_ng,linux_angle_rel_ng,linux_angle_dbg_ng,linux_angle_deqp_rel_ng,linux_angle_ozone_rel_ng,mac_angle_rel_ng,mac_angle_dbg_ng,win_angle_rel_ng,win_angle_dbg_ng,win_angle_x64_rel_ng,win_angle_x64_dbg_ng,win_angle_deqp_rel_ng,win_angle_x64_deqp_rel_ng;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 TBR=cwallez@chromium.org Change-Id: Ibf9563df538d0edf6fd1411a9fd2a9e95fd07935 Reviewed-on: https://chromium-review.googlesource.com/744102Reviewed-by:
angle-deps-roller . <angle-deps-roller@chromium.org> Commit-Queue: angle-deps-roller . <angle-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#512535}
-