- 18 Jun, 2018 40 commits
-
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/743d013b..d4c89837 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: I7fffc8bdcaeea129c414a0109493282ed09a3b3a Reviewed-on: https://chromium-review.googlesource.com/1104886Reviewed-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@{#568157}
-
Kyle Horimoto authored
BleConnectionManager originally landed in: https://chromium-review.googlesource.com/c/chromium/src/+/1100133 It was reverted by: https://chromium-review.googlesource.com/c/chromium/src/+/1103917 The CL was reverted due to failures in the ASAN build. This CL uploads the original CL as patchset 1 and fixes the failing ASAN tests in the following patchset. Original CL description below: > Creates connections to remote devices over Bluetooth, using either the > listener role (BLE scans only) or the initiator role (a combination of BLE > advertising and scanning). > > When a connection is attempted, it remains active until either an > AuthenticatedChannel is returned successfully or until the request is > explicitly removed via one of the Cancel*() functions. Bug: 824568, 752273 Change-Id: I45322a246d56b9b33142c010ad2755c7872574d1 Reviewed-on: https://chromium-review.googlesource.com/1104792Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#568156}
-
Stephen White authored
Increasing the verb count from 10 to 100 in Skia's edge-AA tessellating path renderer improves performance on many tests, including Animometer's Canvas Stroke Paths and the bugs listed below. Bug: 805031, 223694, 715116 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Change-Id: I57d775ddce3200e5f54bae448de9fd2dffe30e72 Reviewed-on: https://chromium-review.googlesource.com/1099564Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Justin Novosad <junov@chromium.org> Commit-Queue: Stephen White <senorblanco@chromium.org> Cr-Commit-Position: refs/heads/master@{#568155}
-
Oksana Zhuravlova authored
This change moves gamepad_mojom_traits to device/gamepad/public/cpp and creates a shared component for them to be specified as a dependency in gamepad.typemap. This will enable GamepadSharedMemoryReader to depend on the traits after the move to blink. Bug: 612330 Change-Id: I688a981313ec90a8c5bf909b0df4bb3e1f711388 Reviewed-on: https://chromium-review.googlesource.com/1103612Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#568154}
-
Sergey Ulanov authored
Previously PlatformWindowInitProperties was passed to Ozone platform implementations as a const reference. This doesn't allow to pass movable parameters (e.g. handles) when creating platform windows. On Fuchsia it is necessary to pass view_owner_request when creating a view. view_owner_request wraps an handle, so it's not copyable. Updated all code that works with PlatformWindowInitProperties to pass it by value. Also updated DesktopWindowTreeHostPlatform to default to POPUP window type for any widget types other then WINDOW and MENU. Bug: 829980 Change-Id: I34c7a8fe957f364833a5e4eafd272794eec99b56 Reviewed-on: https://chromium-review.googlesource.com/1103223Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#568153}
-
proberge authored
Change-Id: I831758dd130433f1b449098302a04a6dcc5e8414 Reviewed-on: https://chromium-review.googlesource.com/1104806Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: proberge <proberge@chromium.org> Cr-Commit-Position: refs/heads/master@{#568152}
-
Xiyuan Xia authored
Use ImageSkia for drag image since mojo supports it now. Bug: 837716 Change-Id: Ic338ef82b7ade738b77bf71f4cd354240cad672b Reviewed-on: https://chromium-review.googlesource.com/1103181Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#568151}
-
Yue Li authored
Bug: b/78190629 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I553fb8a9363775f3dfe110bef559f12c2e93db34 Reviewed-on: https://chromium-review.googlesource.com/1103614 Commit-Queue: Yue Li <updowndota@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#568150}
-
Scott Violet authored
The client was not always passing in the right translucent value, leading to the window being marked opaque on the server when it isn't. BUG=849380 TEST=none Change-Id: I39f73a9ede381f0310a8532bc76ce700007f1352 Reviewed-on: https://chromium-review.googlesource.com/1103701Reviewed-by:
Fady Samuel <fsamuel@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#568149}
-
Corentin Wallez authored
This flag will controls the "WebGPU" runtime enabled features that exposes the prototype WebGPU Blink bindings. BUG=chromium:852089 Change-Id: Id6e718f85eb05045b8b4056a16b6cb966fba3e4a Reviewed-on: https://chromium-review.googlesource.com/1097608 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#568148}
-
Sergey Ulanov authored
DIR_MODULE should not be used to discover resource files on Fuchsia. Replaced it with DIR_ASSETS. This fixes resource loading on Fuchsia, but has no effect on other platforms. Change-Id: Ia0d235a4d07dc2f3e6bcd905a401ede113998e8e Bug: 805727 Reviewed-on: https://chromium-review.googlesource.com/1100377Reviewed-by:
Sergey Volk <servolk@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#568147}
-
Ryan Sturm authored
This UKM is recorded at the same time as the PageLoad UKM so that the data can be tied together. This does not record on pages that did not show the InfoBar. Otherwise, it records 3 states: (a) InfoBar shown, but page not paused (b) page paused (c) page paused then resumed. Bug: 852824 Change-Id: I912774c3c9651e342bfa7435e6adf33bd194fb87 Reviewed-on: https://chromium-review.googlesource.com/1101831 Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#568146}
-
Tommy Martino authored
This CL adds the missing scroll functionality to the Views Autofill implementation. Previously, dropdowns that were too tall for their window would extend beyond its boundaries (Win + Mac) or even be cut off entirely (Linux). The major changes include: - Changes to PopupViewCommon to use window bounds, rather than display bounds - The creation of a mock version of PVC for contexts where we cannot safely get the needed window object - Exposing the x and y portions of the calculation logic in PVC - Changes to the dropdown, including the addition of a scroll view, and new logic which determines the needed size. The new size logic first uses the new PVC function to determine the height, then adjusts for the scroll bar if present, then applies existing rules (rounding, minimum, etc.), and finally uses the other new PVC function to get the final width. Change-Id: I4434fa045bfe010d51d582272fbc011b813d3ab0 Reviewed-on: https://chromium-review.googlesource.com/1072427 Commit-Queue: Tommy Martino <tmartino@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Fabio Tirelo <ftirelo@chromium.org> Cr-Commit-Position: refs/heads/master@{#568145}
-
Matthew Jones authored
Bug: 852406 Change-Id: Iab6fc1125a0af2feed0c2c3d9918591f9b0bd332 Reviewed-on: https://chromium-review.googlesource.com/1099861 Commit-Queue: Matthew Jones <mdjones@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#568144}
-
Luke Bjerring authored
Case was revealed by https://github.com/web-platform-tests/wpt/pull/9794 Specifically, Navigator implements NavigatorUserMedia; Navigator was not being added as a depenedency, and thus was not being imported. Change-Id: I07436c561bb0b567a431393a20f6a179ef5b364b Reviewed-on: https://chromium-review.googlesource.com/1104707Reviewed-by:
Robert Ma <robertma@chromium.org> Commit-Queue: Luke Bj <lukebjerring@chromium.org> Cr-Commit-Position: refs/heads/master@{#568143}
-
Becca Hughes authored
Add a feature for media controls to recognise a gesture and expand into the display cutout. BUG=849790 Change-Id: Ice6de82f4fb94e366fca68338a55236fa1f05c8a Reviewed-on: https://chromium-review.googlesource.com/1087710Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#568142}
-
Jordy Greenblatt authored
Change-Id: I0389ed2168472e524a126d263bd30a52602cdb7e Reviewed-on: https://chromium-review.googlesource.com/1102880 Commit-Queue: Jordy Greenblatt <jordynass@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#568141}
-
Steven Holte authored
BUG=852888 TBR=perezju@chromium.org Change-Id: I773594071fb0e9357af63d3024dd71125cad9723 Reviewed-on: https://chromium-review.googlesource.com/1104880Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#568140}
-
Ryan Hansberry authored
This change only plumbs SecureChannelClient into the necessary locations in Tether; it does not actually use it. A subsequent CL will utilize SecureChannelClient, instead of BleConnectionManager, inside MessageTransferOperation. Bug: 824568, 752273 Change-Id: I85adef9c17caf63ce9bea34621fb7a1c4666a3d9 Reviewed-on: https://chromium-review.googlesource.com/1104952Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#568139}
-
Bret Sepulveda authored
SetPermissionInfo and SetPermissionInfoForUsbGuard were checking whether Harmony was enabled by checking the feature flag instead of calling MaterialDesignController::IsSecondaryUiMaterial. The latter will return true under Refresh when the former does not. Also deletes some obsolete Mac-only code. Bug: 846410 Change-Id: I9cdf5ec0dee8fb2fcc519fa3c09702014d7342fe Reviewed-on: https://chromium-review.googlesource.com/1103583 Commit-Queue: Bret Sepulveda <bsep@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#568138}
-
Sonny Sasaka authored
In https://crrev.com/c/997098, params_ was changed to a local variable, but it needs to last longer than that since net::WrappedIOBuffer may use the data after the local variable goes out of scope. This CL changed it back to be an instance variable. Bug: 851799 Change-Id: I392f8acaef4c6473d6ea4fbee7209445aa09112e Reviewed-on: https://chromium-review.googlesource.com/1103676Reviewed-by:
Toni Barzic <tbarzic@chromium.org> Commit-Queue: Sonny Sasaka <sonnysasaka@chromium.org> Cr-Commit-Position: refs/heads/master@{#568137}
-
Quentin Fiard authored
Flag-protected by the EmitGoogleSearchDomainMixingMetrics feature which guards the ServiceIsCreatedWithBrowserContext() method of the factory. The service is never explicitly requested, so this is sufficient to guard the creation of the service. Bug: 825255 Change-Id: Ia62b157ae56edc2806fda0feb214d64be43c0750 Reviewed-on: https://chromium-review.googlesource.com/1087454 Commit-Queue: Quentin Fiard <qfiard@google.com> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#568136}
-
Sarah Hu authored
This CL supports alt+shift+i to open the feedback dialog in views login screen. TBR=tsepez@chromium.org Bug: 852242 Change-Id: I5d124422ade0f1b8f2698520c2cafd7cd7d27382 Reviewed-on: https://chromium-review.googlesource.com/1102035Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Xiaoyin Hu <xiaoyinh@chromium.org> Cr-Original-Commit-Position: refs/heads/master@{#567829} Reviewed-on: https://chromium-review.googlesource.com/1104895 Cr-Commit-Position: refs/heads/master@{#568135}
-
Clark DuVall authored
Bug: 853256 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: Ibb5641a86c89739ef67d9ff8df86bff3f81c3ec0 Reviewed-on: https://chromium-review.googlesource.com/1104950Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#568134}
-
Varun Khaneja authored
Also, add kSuspiciousSiteTriggerQuotaFeature to list. Change-Id: Ifa1876d1cf931a217fadb10bb1b9bd5a423a882c Reviewed-on: https://chromium-review.googlesource.com/1103443Reviewed-by:
Jialiu Lin <jialiul@chromium.org> Commit-Queue: Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#568133}
-
Chris Morin authored
These types and methods are no longer used. Bug: none Test: Ensure OOM scores of android apps are set correctly. Change-Id: Ieef435e504c101ebfeea534b7566dbf4b114c9df Reviewed-on: https://chromium-review.googlesource.com/1093892Reviewed-by:
Luis Hector Chavez <lhchavez@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Reviewed-by:
Jorge Lucangeli Obes <jorgelo@chromium.org> Commit-Queue: Christopher Morin <cmtm@google.com> Cr-Commit-Position: refs/heads/master@{#568132}
-
Roberto Carrillo authored
The component mapping updater needs the mastername property to be defined. This mixin takes care of that. R=hinoka Bug: 803310 Change-Id: I579375231325cbc89ce31edef16e505eb16c0ccd Reviewed-on: https://chromium-review.googlesource.com/1104796Reviewed-by:
Ryan Tseng <hinoka@chromium.org> Commit-Queue: Roberto Carrillo <robertocn@chromium.org> Cr-Commit-Position: refs/heads/master@{#568131}
-
Ryan Sturm authored
This CL starts to refactor the PreviewsBlacklist. The goal is to split Blacklist into it's own component and implement a PreviewsBlackList as a derived class. This CL creates core methods and Previews specific methods that can easily be moved into seperate classes. Further, this cleans the Blacklist <-> OptOutStore API to pass a single object that supports various blacklisting rules. This allows consumers to write their own OptOutStore (or Blacklist) implementation, while getting all of the functionality of the Blacklist. There are TODO's identifying functionality in PreviewsBlackList that will move to a seperate class (base class) or stay in PreviewsBlackList (derived class). Bug: 852593 Change-Id: I684ccb6b1a1b9d0838d34e2db36a8f870aa76fd9 Reviewed-on: https://chromium-review.googlesource.com/1100085 Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#568130}
-
Rayan Kanso authored
Change-Id: I3c2237bf6cba439236c951af4859f382211c5785 Reviewed-on: https://chromium-review.googlesource.com/1104899Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Rayan Kanso <rayankans@chromium.org> Cr-Commit-Position: refs/heads/master@{#568129}
-
Luis Hector Chavez authored
This change makes it possible to allow interfaces to globally handle unhandled RuntimeExceptions, in their bindings or in the callbacks. delegate can now forward the unhandled exceptions to the crash server. Bug: 810087 Test: Android-on-Chrome OS has the same behavior as before Test: Android-on-Chrome OS, when setting the DefaultExceptionHandler's Change-Id: I2b7455a0344a109e1d2416a74ad4a0b98cd007f0 Reviewed-on: https://chromium-review.googlesource.com/1101898Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: Luis Hector Chavez <lhchavez@chromium.org> Cr-Commit-Position: refs/heads/master@{#568128}
-
Sadrul Habib Chowdhury authored
BUG=778749 Change-Id: I3ff438e53838e3e8c9c387fab837af0a31bcdac2 Reviewed-on: https://chromium-review.googlesource.com/1101643Reviewed-by:
kylechar <kylechar@chromium.org> Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#568127}
-
danakj authored
These methods are only valid when the Layer is in a Layer tree attached to a LayerTreeHost, making them difficult to use. Also, they don't use any private stuff from Layer so they don't need to be part of its API. Instead have code that knows about the LayerTreeHost get the MutatorHost off that. PropertyTrees code could also but doesn't have the LayerTreeHost/LayerTreeImpl passed in today. HasTickingAnimationForTesting() was being tested to return false when the Layer is not attached to a LayerTreeHost, which is testing test-only code. Remove those cases. Instead have tests query the MutatorHost directly. R=weiliangc@chromium.org Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Id384e3cef22d62c65e4c63411bdbfd603993f5ce Reviewed-on: https://chromium-review.googlesource.com/1101416 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
weiliangc <weiliangc@chromium.org> Cr-Commit-Position: refs/heads/master@{#568126}
-
Aga Wronska authored
Showing demo mode setup UI is already guarded by the appropriate screen group check. This check is sufficient. Change-Id: I61478bb0e0a4933a2f6869781b7a9b115d926f08 Reviewed-on: https://chromium-review.googlesource.com/1104974Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Aga Wronska <agawronska@chromium.org> Cr-Commit-Position: refs/heads/master@{#568125}
-
Raymond Toy authored
Print a deprecation message when WebAudio Media nodes (MediaElementAudioSourceNode, MediaStreamAudioDestinationNode, MediaStreamAudioSourceNode) are created on an OfflineAudioContext. Doing so is not allowed in the WebAudio spec. Intent: https://groups.google.com/a/chromium.org/d/msg/blink-dev/H29uXnsIN54/BKXDqxoJAQAJ Chrome feature entry: https://www.chromestatus.com/feature/5258622686724096 Bug: 845913 Change-Id: I5247d67456afa11582099f4d52d65a76f788639d Reviewed-on: https://chromium-review.googlesource.com/1091656 Commit-Queue: Raymond Toy <rtoy@chromium.org> Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#568124}
-
Aleks Totic authored
Will need help with this one. I think it is a real regression. Offending CL modifed LayoutBox::AvailableLogicalHeight https://chromium-review.googlesource.com/c/chromium/src/+/1093996 LayoutBox::ComputePercentageLogicalHeight gets called 740 times for each layout. I was unable to reproduce this on my Linux box. Uploading so I can run on Android. The test also renders incorrectly in Legacy, correctly in NG. The root cause of incorrect rendering is that LayoutBox::ComputePercentageLogicalHeight for TableCell is incorrect in Legacy when: #target { overflow: auto; height: 100%; } td { height: 100%; } table { } <table> <td> <div id="target"> LayoutBox::ComputePercentageLogicalHeight should in this case return intrinsic_logical_height instead of 0. Bug: 852976 Change-Id: Iaf65c226eb9727877d14e68156d522421af57c87 Reviewed-on: https://chromium-review.googlesource.com/1103289Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: Aleks Totic <atotic@chromium.org> Cr-Commit-Position: refs/heads/master@{#568123}
-
Ryan Sturm authored
This fixes a typo in the capping heavy pages flag string and removes the text around Renderer side resource scheduler, since that has already launched. Change-Id: Ic0662f4621d2c7094f2c2ec8b2e3591c61e300cf Reviewed-on: https://chromium-review.googlesource.com/1104888Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#568122}
-
rbpotter authored
In normal print preview dialogs, the handler is destroyed with the web contents, but for the special case of chrome://print this does not occur, and old preview requests should be cleared in OnJavascriptDisallowed(). Bug: 853672 Change-Id: I5681680dc64fe020f389c6893d992694e8fcdb95 Reviewed-on: https://chromium-review.googlesource.com/1104877Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#568121}
-
danakj authored
With an image theme we use kPlus blending mode so that the alpha of the active and inactive images together adds to 255, and is opaque. Before 8f007b92 we did the same for solid colors as well. But afterward it was lost, only applying to images. This CL restores the kPlus mode for solid colors too. R=oshima@chromium.org Bug: 852612 Change-Id: I6f581d34dea85d98dc602e34a4ad87e4115d2d8c Reviewed-on: https://chromium-review.googlesource.com/1103012Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#568120}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 5a735a26. With Chromium commits locally applied on WPT: 03ef65db "Update existing WebUSB WPT to be multi-global" 1db32e09 "OffscreenCanvas Text rendering tests" 89102421 "Reland "Multi-global WebUSB WPT for window and worker"" de5c1819 "Do not override kReattach for ::first-letter." Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/19913 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 Directory owners for changes in this CL: yhirano@chromium.org, mkwst@chromium.org, japhet@chromium.org: external/wpt/fetch TBR=robertma No-Export: true Change-Id: I9b054e2564ef14693127be1bc1cfa936a578a774 Reviewed-on: https://chromium-review.googlesource.com/1104784 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@{#568119}
-
Sadrul Habib Chowdhury authored
DidNotSwap() no longer needs to return any value. crrev.com/567297 removed the last instance of a persistent SwapPromise that would return KEEP_ACTIVE. Now that it's gone, the associated code can be removed. BUG=851504 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I12d5af548800ac8674c1ab11f38c9aeb73338941 Reviewed-on: https://chromium-review.googlesource.com/1103944Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#568118}
-