- 30 Oct, 2017 40 commits
-
-
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}
-
Alex Newcomer authored
We have enabled the fullscreen launcher by default, so it's time to remove the flag. The first step will be to return true at to it as we remove the dead code paths. features: :IsFullscreenAppListEnabled(), and then remove all references Bug: 775279 Change-Id: I2f8fe96d04d009e7d4bd2f9cabd1c9aa3913ea7c Reviewed-on: https://chromium-review.googlesource.com/736222 Commit-Queue: Alex Newcomer <newcomer@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#512534}
-
Menglu Huang authored
This reverts commit cbb6a624. Reason for revert: <INSERT REASONING HERE> Revert the CL for breaking some content suggestions egtests, e.g. ContentSuggestionsTestCase/testAdditionalItemsKept Link: https://build.chromium.org/p/chromium.mac/builders/ios-simulator-full-configs/builds/59 Original change's description: > Allow WebStateObserver to observe N WebStates [2/N]. > > Convert WebStateObserverBridge to allow client code to control > which WebStates are observed. Still support the constructor to > let WebStateObserverBridge itself manages the registration. > > Bug: 775684 > Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet > Change-Id: I06cc3f8d84f708f493221042a0257ede143b91d0 > Reviewed-on: https://chromium-review.googlesource.com/738864 > Reviewed-by: Eugene But <eugenebut@chromium.org> > Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> > Cr-Commit-Position: refs/heads/master@{#512498} TBR=sdefresne@chromium.org,eugenebut@chromium.org Change-Id: I880597b95b92aacd5f1bbcc844eef972c9ddd2eb No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 775684 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet Reviewed-on: https://chromium-review.googlesource.com/744082Reviewed-by:
Menglu Huang <huangml@chromium.org> Commit-Queue: Menglu Huang <huangml@chromium.org> Cr-Commit-Position: refs/heads/master@{#512533}
-
Artur Khachatryan authored
This test fails in test automation run for Android Build bot for Chromium. Bug: chromedriver:2108 Change-Id: I67f8d7beec444167621d70fef9d0fcf4fb2defce Reviewed-on: https://chromium-review.googlesource.com/744161 Commit-Queue: Artur Khachatryan <khachatryan@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#512532}
-
Francois Doray authored
With this CL, a single TLS slot is used to store data about the ObserverListThreadSafe notification being dispatched on one thread rather than one TLS slot per ObserverListThreadSafe instance. Bug: 728049 Change-Id: Ibae6538cd77ee55594e231ae24c09b0fb7f43ada Reviewed-on: https://chromium-review.googlesource.com/740989Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#512531}
-
Michael van Ouwerkerk authored
Screenshot: https://goo.gl/bk3ZEz Bug: 761813 Change-Id: I1656ebfd174de1a4bff5c197fce37896b6be85be Reviewed-on: https://chromium-review.googlesource.com/743628Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Commit-Queue: Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Cr-Commit-Position: refs/heads/master@{#512530}
-
Chris Blume authored
Sometimes, an Android device is meant to behave like a desktop. For example, when an external monitor and mouse are connected. When this happens, things like a right mouse click should show a context menu positioned at the click location (rather than showing a long-press modal dialog). In order for this to happen, we need to pipe the source type into ContextMenuParams. This allows us to make the decision of how to display the ContextMenu later in the pipeline. BUG=687787 Change-Id: Ia60d65f132e1ea671c3929bd623aae900d871867 Reviewed-on: https://chromium-review.googlesource.com/731507 Commit-Queue: Chris Blume <cblume@google.com> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#512529}
-
Sammie Quon authored
from clipping immersive moded tablet windows. Fixes two of overview mode introduced by tablet mode work. - Do not allow the top of the settings app to get trimmed. - Hide the selection widget while dragging. Test: manual Bug: 777652 Change-Id: I9b8313cbd255378cf51c7919269491e85190f449 Reviewed-on: https://chromium-review.googlesource.com/733728 Commit-Queue: Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#512528}
-
Nicolas Dossou-gbete authored
The LogoServiceFactory caches the UI at creation, but since it can now change at runtime, this can cause displaying Doodles on classic New Tab Pages with ChromeHome's white background. As temporary workaround for M63 that won't display Doodles in ChromeHome, we simply stop configuring the LogoServiceFactory to fetch ChromeHome specific Doodles. Bug: 776725 Change-Id: I1b2df2250f597671057aa10c86e5a1fa2177d8fa Reviewed-on: https://chromium-review.googlesource.com/743901Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Nicolas Dossou-Gbété <dgn@chromium.org> Cr-Commit-Position: refs/heads/master@{#512527}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/a74137d7..dd608e6f 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;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: I42b3dc326db8f53b3326d26962e8b127ca5e66a3 Reviewed-on: https://chromium-review.googlesource.com/743686Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#512526}
-
Min Qin authored
BUG=779075 Change-Id: I7dfb1425c06aa94c47094280bcce71938b17f568 Reviewed-on: https://chromium-review.googlesource.com/742653Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#512525}
-