- 11 Jun, 2018 40 commits
-
-
Charlie Andrews authored
NOTRY=true TBR=nednguyen@chromium.org Bug: 851539 Change-Id: Ia51f717aa8c7ca47b47007fa4aa5077767a86e91 Reviewed-on: https://chromium-review.googlesource.com/1095676 Commit-Queue: Charlie Andrews <charliea@chromium.org> Reviewed-by:
Charlie Andrews <charliea@chromium.org> Cr-Commit-Position: refs/heads/master@{#566043}
-
Bailey Berro authored
This continues the implementation of NetBiosHostLocator by adding a list of NetBiosClients. Each NetBiosClient corresponds to one NetBios Name Request query. Bug: chromium:757625 Change-Id: Iadd6b3fe59fe54a4f4d38fb604af175779c0aff9 Reviewed-on: https://chromium-review.googlesource.com/1072415 Commit-Queue: Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#566042}
-
Charlie Andrews authored
The benchmark was timing out after several other benchmarks were collapsed into it. CC=sadrul@chromium.org,vmiura@chromium.org,amyqiu@chromium.org TBR=nednguyen@chromium.org Bug: 851477 Change-Id: Iffd966955223b581a7b3edd468ba1ee2f6b14e9b Reviewed-on: https://chromium-review.googlesource.com/1094990Reviewed-by:
Charlie Andrews <charliea@chromium.org> Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Charlie Andrews <charliea@chromium.org> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#566041}
-
Charlie Andrews authored
NOTRY=true TBR=nednguyen@chromium.org Bug: 851539 Change-Id: I2128758cdc151cf496ee9485d9f639641bb48c69 Reviewed-on: https://chromium-review.googlesource.com/1095636 Commit-Queue: Charlie Andrews <charliea@chromium.org> Reviewed-by:
Charlie Andrews <charliea@chromium.org> Cr-Commit-Position: refs/heads/master@{#566040}
-
Mugdha Lakhani authored
by abandoning all ongoing fetches for the storage partition. Bug: 841385 Change-Id: I6fc990304272832fe0e8d993281a0aa06d083e75 Reviewed-on: https://chromium-review.googlesource.com/1087065 Commit-Queue: Mugdha Lakhani <nator@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#566039}
-
Tim Schumann authored
Mark http/tests/devtools/tracing/timeline-style/timeline-style-recalc-all-invalidator-types.js as flaky. It's timing out on chromium.webkit/WebKit Linux Trusty MSAN. TBR=alph@chromium.org Bug: 850892 Change-Id: I7d926e1fbcc62f4426fcb2e5faeec865c0182204 Reviewed-on: https://chromium-review.googlesource.com/1095104Reviewed-by:
Tim Schumann <tschumann@chromium.org> Reviewed-by:
Samuel Huang <huangs@chromium.org> Commit-Queue: Tim Schumann <tschumann@chromium.org> Cr-Commit-Position: refs/heads/master@{#566038}
-
Hiroshige Hayashizaki authored
Bug: 841466 Change-Id: I4b08f6b67049ca22ac083c3b6cbb7954a5f1400f Reviewed-on: https://chromium-review.googlesource.com/1058709 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Mythri Alle <mythria@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#566037}
-
David 'Digit' Turner authored
Now that the crazy linker supports finding and loading libraries directly from zip archives, by adding a search path item that contains an exclamation mark, use that feature to simplify the chromium android linker Java and C++ sources. This allow us to remove the ugly function crazy_linker_load_library_from_zip_file() and the code it depends on from the crazy linker as well. BUG=802068,843987 R=agrieve@chromium.org, rmcilroy@chromium.org, pasko@chromium.org Change-Id: I15a5493c1bd7e9b5bbc40185e947db42fe5779b9 Reviewed-on: https://chromium-review.googlesource.com/1094641Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: David Turner <digit@chromium.org> Cr-Commit-Position: refs/heads/master@{#566036}
-
Ted Choc authored
This undoes the temporary CL landed here: https://chromium-review.googlesource.com/1089351 Now if the photo picker is being used, we only request the file permission before it is shown. If there is no way for Chrome to request the camera permission: * Blocked by policy * User denied the permission and said "don't ask again" then we still hide the camera tile. As another followup, we could again tweak this behavior and only disable the camera tile if isPermissionRevokedByPolicy is true. If the user said deny forever, we could kick them to android app settings for Chrome, but that requires more work and refactoring. BUG=849294 Change-Id: I6a9dfe5faa5dced9e051144b0d72aedfcf376fb6 Reviewed-on: https://chromium-review.googlesource.com/1091156Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Commit-Queue: Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#566035}
-
Bailey Berro authored
This change creates the NetBiosHostLocator class and implements the networking related helper functions. NetBiosHostLocator: - Performs a NetBios Name Request Query via a NetBiosClient - Sends response packets to the CrOS Smbprovider daemon to be parsed - Collects and returns responses to the caller as <hostname, ip> pairs Bug: 757625 Change-Id: I7bd6c93c620e05b1c4d945c8a9f289d08fdcb788 Reviewed-on: https://chromium-review.googlesource.com/1019862 Commit-Queue: Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#566034}
-
Bailey Berro authored
This change implements the UDP Socket protocol for performing NetBios name discovery. This class will be used by a future NetBios HostLocator class in order to discovery shares on each networking interface via NetBios. Bug: chromium:757625 Test: Tested on local SambaAndroid test network Change-Id: I60f0276301b9876a1f533a1b6ec95c0bf81b4380 Reviewed-on: https://chromium-review.googlesource.com/1065111 Commit-Queue: Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#566033}
-
Mina Almasry authored
In the ignore PTS modes, the frames will have no PTS or may have wrong PTS, so we should disable AV sync which can't function without that. BUG= b/109900155 TEST=Manual Change-Id: Id3b762054638f41bbbb8df002ff1a12da533e258 Reviewed-on: https://chromium-review.googlesource.com/1092162Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Commit-Queue: Mina Almasry <almasrymina@chromium.org> Cr-Commit-Position: refs/heads/master@{#566032}
-
kylechar authored
Move registered frame sink ids and debug labels from SurfaceManager into FrameSinkManagerImpl. FrameSink data belongs in FrameSinkMangerImpl, it was only in SurfaceManager for historical reasons. Also collapse synchronization labels into the same data structure. Also ensure that we aren't accessing non-existant map entries. There was a crash reported where we were accessing debug label for FrameSinkId that doesn't exist. Bug: 850194 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: I3b8971c56af466d7aa10099e59ee07a5891a29b9 Reviewed-on: https://chromium-review.googlesource.com/1090759Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Saman Sami <samans@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#566031}
-
Qiang Xu authored
changes: This CL (paired with Android side CL) gets some metadata from Android to sort the app shortcut items in context menu based on two rules: (1) Static (declared in manifest) shortcuts and then dynamic shortcuts; (2) Within each shortcut type (static and dynamic), shortcuts are sorted in order of increasing rank according to getRank(). This CL is a first step of crbug.com/848962. Bug: 848962 Test: manual Change-Id: I10a4e8e1a7d8cb80c69f5bb81f6e2c6abf564645 Reviewed-on: https://chromium-review.googlesource.com/1086118 Commit-Queue: Qiang Xu <warx@google.com> Reviewed-by:
Luis Hector Chavez <lhchavez@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Yury Khmel <khmel@chromium.org> Cr-Commit-Position: refs/heads/master@{#566030}
-
Xida Chen authored
The specific test is PanXYAtAutoXOverlapAreaMainThreadJanky. In this test, we added some jank to the main thread, and I believe that is causing the flakiness. We expect it to scroll along the X direction for at least 22 pixels. In the result, it does scroll 20 pixels. Since we are adding the jank to the main thread which could make the test scroll with unexpected scroll amount, we should just make sure that it does scrolled instead of comparing the scrolled amount. Bug: 850715 Change-Id: I0452ac7e4cc7af1f9c9be616bd160d44c1bf7930 Reviewed-on: https://chromium-review.googlesource.com/1092878 Commit-Queue: Xida Chen <xidachen@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Cr-Commit-Position: refs/heads/master@{#566029}
-
Chris Lu authored
Oftentimes if nothing in title, it is an empty string, not nil. Bug: 851162 Change-Id: Ib6a4045cbad6580ceb9ab7663c974bad4359360e Reviewed-on: https://chromium-review.googlesource.com/1093888 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#566028}
-
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: I0918368073e853d13f7eca7870fbd59f7d6aee31 Reviewed-on: https://chromium-review.googlesource.com/1095331Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#566027}
-
Bailey Berro authored
This change implements GetNetworkTrafficAnnotationTag and GenerateBroadcastPacket. These are helper methods that support the NETBIOS packet protocol. Bug: chromium:757625 Change-Id: I839498187ca823b919c08b3e224f9b76fc1fd471 Reviewed-on: https://chromium-review.googlesource.com/1062938Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Commit-Queue: Bailey Berro <baileyberro@chromium.org> Cr-Commit-Position: refs/heads/master@{#566026}
-
Koji Ishii authored
Following bot results are included. 6293 6295 6296 6299 6302 6309 6313 6325 6332 6335 6336 6340 6617 6619 6623 6631 6635 6644 6648 16 lines were removed and 0 lines were deflaked by consecutive results since 6302. TBR=eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I6f262ff2febff6a2ecef2e88e23d51275df89917 Reviewed-on: https://chromium-review.googlesource.com/1090850 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#566025}
-
Reza.Zakerinasab authored
ImageBitmap's ColorSpaceInfoUpdate enum is not used in the code base and can be removed. TBR=junov@chromium.org Bug: 850985 Change-Id: I3991d33555aeb5bf4375220676254e9e673495c0 Reviewed-on: https://chromium-review.googlesource.com/1093172Reviewed-by:
Mohammad Reza Zakerinasab <zakerinasab@chromium.org> Commit-Queue: Mohammad Reza Zakerinasab <zakerinasab@chromium.org> Cr-Commit-Position: refs/heads/master@{#566024}
-
Colin Blundell authored
PrimaryAccountAccessTokenFetcher currently has a very targeted observance of SigninManager and ProfileOAuth2TokenService: - It observes SigninManager during the duration of time from which it determines it needs to see a signin to when that signin occurs. - It observes PO2TS during the duration of time from which it determines that the user is signed in without a refresh token to when the refresh token becomes available. This targeted observance allows for having nice DCHECKs around exactly what state of waiting the token fetcher is in when given observer callbacks occur. However, we will shortly be porting this class to talk to IdentityManager. After the porting, it will no longer be possible to maintain this targeted observance, as by design IdentityManager::Observer folds the functionality of SigninManagerBase::Observer and OAuth2TokenService::Observer together. Thus, for example, if the token fetcher is obstensibly waiting for a refresh token to become available, it might in fact see the user sign in again (if they managed to sign out and sign back in in the interim, for example). This CL changes PrimaryAccountAccessTokenFetcher in anticipation of that porting: - It starts observing SigninManager and PO2TS immediately when launching in WaitUntilAvailable mode via ScopedObserver instances if credentials are not immediately available. - When it starts an access token request, it removes these observers if they are present (in addition to not being present if launched in RequestImmediately mode, access token requests get retried once by the fetcher in WaitUntilAvailable mode; thus, it's not guaranteed that these observers will be present at the time of starting an access token request). - Otherwise, the observers are removed implicitly on destruction. A side effect of these changes is that the nice DCHECKs mentioned above must necessarily be removed. In fact, there could be behavioral changes; e.g., PrimaryAccountAccessTokenFetcher could observe a signin event where it hadn't before in the case mentioned above. However, these behavioral changes are harmless, as PrimaryAccountAccessTokenFetcher's observer callback implementations are essentially stateless: they simply wait for the moment when both the primary account info and the refresh token for that account are available, and then synchronously fire off an access token request and stop listening for further signin events. Observing more signin-related events will simply result in more checks for whether that moment has arrived. Bug: 796544 Change-Id: I58738bb697e38008012f7b8bc759ed8c8382c516 Reviewed-on: https://chromium-review.googlesource.com/1092575 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#566023}
-
Bence Béky authored
No need for this member to be unique_ptr<>. Change-Id: I9d057c97332bff59b2765c63b696639ee040a14c Reviewed-on: https://chromium-review.googlesource.com/1091958Reviewed-by:
Adam Rice <ricea@chromium.org> Commit-Queue: Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#566022}
-
Alexey Kozyatinskiy authored
R=pfeldman@chromium.org Bug: chromium:849552 Change-Id: Ib403617014272d1e9091504049ecb650b4b309af Reviewed-on: https://chromium-review.googlesource.com/1087502Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Cr-Commit-Position: refs/heads/master@{#566021}
-
Justin Novosad authored
BUG=847725 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ie762af63cd0a414a10a940344b90e6296dcb60a9 Reviewed-on: https://chromium-review.googlesource.com/1093161 Commit-Queue: Justin Novosad <junov@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Cr-Commit-Position: refs/heads/master@{#566020}
-
Bence Béky authored
Bug: 807724 Change-Id: I27e95e5a8d2b5a538cc376d6221827b1782e0bd1 Reviewed-on: https://chromium-review.googlesource.com/1092933Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Reviewed-by:
Eric Seckler <eseckler@chromium.org> Commit-Queue: Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#566019}
-
Boris Sazonov authored
This CL replaces transparency-based "tinting" of expand icon in streamlined sign-in screen with proper tinting implemented using DrawableCompat. It also changes tinting color from black_alpha_54 to default_icon_color. Bug: 814728 Change-Id: I3d61a9f3e289a2882c871b351301b154d24f8f2a Reviewed-on: https://chromium-review.googlesource.com/1095137Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#566018}
-
edchin authored
Currently, the test fixture in main_controller_unittest.mm is named TabOpenerTest. These tests focus on TabOpening, so I think the file name should be changed to match the test content. In the future, I would like to add main_controller tests in a main_controller_unittest.mm file that tests more of the main functionality in main_controller. Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I8116f4678ee10190a8c6006f77e1f2b2d8947b10 Reviewed-on: https://chromium-review.googlesource.com/1094211Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#566017}
-
Steven Valdez authored
Change-Id: I0f2e85a6fc14c4a3968594f627ea3696d50d55ff Reviewed-on: https://chromium-review.googlesource.com/1058012Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
David Benjamin <davidben@chromium.org> Commit-Queue: Steven Valdez <svaldez@chromium.org> Cr-Commit-Position: refs/heads/master@{#566016}
-
rdar://37547029Eugene But authored
webView:didReceiveServerRedirectForProvisionalNavigation: is now called on iOS 12. Bug: 810911 TEST: crbug.com/810911 does not regress Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ib1bd51b8c94d6ca88c69df77e3c0e1e40ec65a49 Reviewed-on: https://chromium-review.googlesource.com/1091490 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Danyao Wang <danyao@chromium.org> Cr-Commit-Position: refs/heads/master@{#566015}
-
Charlie Andrews authored
It's failing on all platforms right now. NOTRY=true TBR=eyaich@chromium.org CC=bokan@chromium.org,ericrk@chromium.org Bug: 851499 Change-Id: I5b4c3f6cff9a747dff1c28e0e21e117535857e93 Reviewed-on: https://chromium-review.googlesource.com/1094993Reviewed-by:
Charlie Andrews <charliea@chromium.org> Commit-Queue: Charlie Andrews <charliea@chromium.org> Cr-Commit-Position: refs/heads/master@{#566014}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 573e3ebe. With Chromium commits locally applied on WPT: 69af6f38 "webrtc wpt: add cleanup to close peerconnections" 03ef65db "Update existing WebUSB WPT to be multi-global" d3db6bca "nit wpt/webrtc/: Use assert_array_equals, not assert_equals" Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/19416 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=markdittmer No-Export: true Change-Id: Ib300a36b6e116f2875778594c1d162aafe775419 Reviewed-on: https://chromium-review.googlesource.com/1094923 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@{#566013}
-
Jochen Eisinger authored
BUG=849652 R=blundell@chromium.org Change-Id: I145400236cf07490b24bab1519dc924c3402bc60 Reviewed-on: https://chromium-review.googlesource.com/1095295Reviewed-by:
Colin Blundell <blundell@chromium.org> Commit-Queue: Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#566012}
-
Maxim Kolosovskiy authored
empty name Votes are not uploaded for fields with empty names. It is checked in |LabelFields|. So, adding empty keys to |field_types| is ok. Bug: 850013 Change-Id: I46dd0b665a612d5c23e116d7e2664e5c12d7f804 Reviewed-on: https://chromium-review.googlesource.com/1092855 Commit-Queue: Maxim Kolosovskiy <kolos@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#566011}
-
Parastoo Geranmayeh authored
Search term fields can now only be predicted if they're adjacent to an address field. By moving them to an independent parser, this will not be the case anymore. Bug: 848413 Change-Id: I5a35e363314b58d75fefddb65b410ddcc840df9a Reviewed-on: https://chromium-review.googlesource.com/1089371Reviewed-by:
Roger McFarlane <rogerm@chromium.org> Commit-Queue: Parastoo Geranmayeh <parastoog@google.com> Cr-Commit-Position: refs/heads/master@{#566010}
-
Mark Cogan authored
Bug: 849648 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I7544bfb35f53a4e0c7bfbc687d3f5a10d2629cd1 Reviewed-on: https://chromium-review.googlesource.com/1093435Reviewed-by:
edchin <edchin@chromium.org> Commit-Queue: Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#566009}
-
Mark Cogan authored
This CL corrects situations where the tab grid may position its scroll offset incorrectly when handling a size class transition. The issue was that none of the call points for updating the scroll position (via setting self.currentPage) were guaranteed to take place after the scroll view's width had changed. This CL moves some of those call points into -viewWillLayoutSubviews, so that whenever the scroll view width changes it will be repositioned correctly. Since this change should often not be animated, the currentPage setter now doesn't animate by default, and a -setCurrentPage:animated: method is available when animations are needed. Bug: 822328 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I36833314fc6d79d32cfddf9be8dacbeabc8ba4b9 Reviewed-on: https://chromium-review.googlesource.com/1093990Reviewed-by:
edchin <edchin@chromium.org> Commit-Queue: Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#566008}
-
Nick Burris authored
Change-Id: Idb448e01008f2e11df1215dd693e5f859b5790b7 Reviewed-on: https://chromium-review.googlesource.com/1089710 Commit-Queue: Nick Burris <nburris@google.com> Reviewed-by:
proberge <proberge@chromium.org> Cr-Commit-Position: refs/heads/master@{#566007}
-
Randy Rossi authored
kChromeVoxExtensionId should match the built-in extension id, not the web store version. Added rule to set IS_CHROMECAST define. Bug: b/73383411 Test: None Change-Id: I4d5da20066a54b2dd12a1f76cabc3214836117c0 Reviewed-on: https://chromium-review.googlesource.com/1087171Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Randy Rossi <rmrossi@chromium.org> Cr-Commit-Position: refs/heads/master@{#566006}
-
Christian Dullweber authored
No one is calling these methods, instead GetDisplayNodes() is used. Bug: 843995 Change-Id: I76d5a711527eca20497fdc283ca55e47683b37a3 Reviewed-on: https://chromium-review.googlesource.com/1090283Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Commit-Queue: Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#566005}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/6a21b5f9..c19206c9 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: Ie3346cc722e3acb1440488a51ce9c368b8afd3f3 Reviewed-on: https://chromium-review.googlesource.com/1094713Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#566004}
-