- 26 Feb, 2018 40 commits
-
-
Daniel Blakemore authored
Bug: 808113 Original change's description: >Enables Mailto Handling with Google UI by default. > >Bug: 808113 >Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs >Change-Id: I2b475e6fd474c900ed1984010d15a3e1e31c2af0 >Reviewed-on: https://chromium-review.googlesource.com/922930 >Commit-Queue: Daniel Blakemore <danblakemore@google.com> >Reviewed-by: Peter Lee <pkl@chromium.org> >Cr-Commit-Position: refs/heads/master@{#537373} Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I85b528de28e34453f97d00a8d4bf4f9618f6bb57 Reviewed-on: https://chromium-review.googlesource.com/927526Reviewed-by:
Peter Lee <pkl@chromium.org> Commit-Queue: Daniel Blakemore <danblakemore@google.com> Cr-Commit-Position: refs/heads/master@{#539157}
-
http://127.0.0.1Balazs Engedy authored
Public-key credentials can only be accessed through the WebAuthn API by origins that have a valid effective domain (not an IP address, among other requirements). Corresponding layout tests therefore are served on the origin `https://subdomain.example.test:8443`, which is implemented by means of the test redirecting itself by setting `document.location` to a URL under this origin. However, setting `document.location` merely schedules a navigation, and JS execution continues for a short time in the original document. This occasionally resulted in some tests ending up being executed under the original http://127.0.0.1 origin, at race with the navigation. This resulted in uncaught SecurityErrors and console errors, which, in turn, made the the tests flaky. This CL prevents this by stalling test execution in the original document by scheduling a promise_test that never completes. Bug: 814907 Change-Id: I531f20c286dc4ba04f1820c9cf49d0a0e00a11ce Reviewed-on: https://chromium-review.googlesource.com/937501Reviewed-by:
Kim Paulhamus <kpaulhamus@chromium.org> Commit-Queue: Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#539156}
-
Daniel Bratell authored
Found while working on a PRESUBMIT test for include guards. Change-Id: Ib622cbaae28c48a469337076b57f5139971baff5 Reviewed-on: https://chromium-review.googlesource.com/932662Reviewed-by:
Fredrik Söderquist <fs@opera.com> Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#539155}
-
Anthony Vallee-Dubois authored
Bug: 798846 Change-Id: Iccf6c1a213898c24aed35d941512036782e61f0b Reviewed-on: https://chromium-review.googlesource.com/937393 Commit-Queue: anthonyvd <anthonyvd@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#539154}
-
Gustav Sennton authored
Also add a webkit-to-compat converter object which takes webkit objects, and returns the implementation for the corresponding Compat-object. E.g. WebSettings -> implementation for WebSettingsCompat. Bug: 812657 Change-Id: Ifb5507ec3f4f620621ab05b73d643abcc184cf85 Reviewed-on: https://chromium-review.googlesource.com/922623Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Gustav Sennton <gsennton@chromium.org> Cr-Commit-Position: refs/heads/master@{#539153}
-
Maks Orlovich authored
Bug: 811272 Change-Id: I9d7a98ee36cf5d19dfb13a770eb197a09a2309ff Reviewed-on: https://chromium-review.googlesource.com/935422Reviewed-by:
Miriam Gershenson <mgersh@chromium.org> Commit-Queue: Maks Orlovich <morlovich@chromium.org> Cr-Commit-Position: refs/heads/master@{#539152}
-
Eugene But authored
Instead of recursively reloading html, this function now waits until the script execution is possible. Bug: 814709 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I45a6bc7413d2a508aaa4b6af123c243f96b8bc42 Reviewed-on: https://chromium-review.googlesource.com/934628Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#539151}
-
Manuel Rego Casasnovas authored
Until now only a few folders were being imported, it'd be interesting to import the whole suite to check the current status comparing current layout with LayoutNG. Change-Id: Ic8ceada1a2dc2a1a5513e0c5efb817fc17bacc49 Reviewed-on: https://chromium-review.googlesource.com/936767Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Manuel Rego Casasnovas <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#539150}
-
Erik Chen authored
Bug: 801006 Change-Id: If04968c66cf755cff0b892a5230d77ca6808a2a9 Reviewed-on: https://chromium-review.googlesource.com/935721Reviewed-by:
Primiano Tucci <primiano@chromium.org> Commit-Queue: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#539149}
-
Peng Huang authored
The Skia's hello world example looks nicer, so use it to replace the current Draw function. Bug: None Change-Id: I61fad12dae5a57bca0b37b6e9db3eb908f7e45b1 Reviewed-on: https://chromium-review.googlesource.com/935159Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#539148}
-
Eugene But authored
Reused existing strings where possible added new strings to grit file for translation. Bug: 805533 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I0d38ddfe0ccec27c9c3f28cb04e9717b983d650c Reviewed-on: https://chromium-review.googlesource.com/935447 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#539147}
-
Theresa authored
Rather than trying to click on the tab switcher button, show the tab switcher directly, without animation. We're not trying to test the tab switcher button, so the flakiness can hopefully be side-stepped by using a different path. BUG=814575 Change-Id: I2ea3024bcfd925734d8912dd9cec354baedcfeb7 Reviewed-on: https://chromium-review.googlesource.com/935203Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#539146}
-
https://webrtc.googlesource.com/src.git/+log/29ef9f066ccc..151be2dffcc1 $ git log 29ef9f066..151be2dff --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc BUG=None The AutoRoll server is located here: https://webrtc-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng;master.tryserver.chromium.win:win-msvc-dbg TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I659d6bd516dd07f3a08cc5c686e8f8868fe8592c Reviewed-on: https://chromium-review.googlesource.com/937383Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#539145}
-
Koji Ishii authored
Following CL:919443, this patch implements list-item further for block-level content, and unifies the positioning logic with the logic for inline content. The anonymous blocks that wrap list markers were not easy that this patch changes the tree building (LayoutBlockFlow::AddChild) to handle LayoutNGListMarker as out-of-flow. However, setting the out-of-flow properties (e.g., position: absolute) affects many parts of the code base that it is limited only for the tree building purpose. Also, in order for the list item block to position its list marker, NGInlineLayoutAlgorithm no longer positions it. Instead, the |unpositioned_list_marker_| is moved to NGLayoutResult, which propagates from line box to the nearest list item block. Other logic are still in NGInlineLayoutAlgorithm because list markers forces the line box not empty. NGBoxFragmentPainter needs a minor change because by adding list markers to list items, it may appear along with line boxes. 20 tests turned to pass, including some rebaselines for text rendering differences. 4 tests regressed, that are 1. 'display: contents'; the tree building change needs to take this into account. 2. When inside/outside are changed from JS, we fail to compute the baseline. I will investigate them, along with tests that still don't pass in following patches. Bug: 725277 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_layout_ng;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I09eb80b3a24a17b8841b4b200ff5d4a249c81853 Reviewed-on: https://chromium-review.googlesource.com/925381Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#539144}
-
Kévin PETIT authored
Adds Arm NEON versions of convolve_4_rows_horizontally, convolve_horizontally and convolve_vertically. This NEON convolution code was originally added here: [1]. Then, at the introduction of GPU raster, the code (then in SkBitmapFilter_opts.h) was removed [2]. The re-introduction of this code gives a significant performance boost to Arm platforms which do not have GPU raster enabled - currently all Arm Chromebooks and old Android devices. Similar SIMD-accelerated convolution code exists in src/skia/ext for Intel and MIPS platforms which do not have GPU raster enabled. This commit simply adds an Arm NEON counterpart. [1] https://codereview.chromium.org/27533004 [2] https://skia-review.googlesource.com/c/skia/+/24644 Change-Id: Ied7d65c0f1e2fd3cb54dee3ff70dcccb8eafcb8a Reviewed-on: https://chromium-review.googlesource.com/911789 Commit-Queue: Mike Klein <mtklein@chromium.org> Reviewed-by:
Mike Klein <mtklein@chromium.org> Cr-Commit-Position: refs/heads/master@{#539143}
-
Kent Tamura authored
Now getComputedStyle() for -webkit-appearance returns adjusted values. See [1]. We'd like to know whether we can remove this behavior or not. [1] https://github.com/whatwg/compat/issues/6#issuecomment-181715665 Bug: 810162 Change-Id: Icc17d681d7105d8a77ff07e18b7f270bd6918f01 Reviewed-on: https://chromium-review.googlesource.com/936523Reviewed-by:
Takayoshi Kochi <kochi@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#539142}
-
Henrik Boström authored
benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_desktop.load:news:nytimes TBR=perezju@chromium.org No-Try: true Bug: 816482 Change-Id: I09f46889d65214127adb2afafef0f7634e76ad5d Reviewed-on: https://chromium-review.googlesource.com/937465Reviewed-by:
Henrik Boström <hbos@chromium.org> Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Commit-Queue: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#539141}
-
Reza.Zakerinasab authored
Bug:816045 Change-Id: I97363e9bb2e988fbe8de065286ccc64ec767f98f TBR=junov@chromium.org Change-Id: I97363e9bb2e988fbe8de065286ccc64ec767f98f Reviewed-on: https://chromium-review.googlesource.com/937641 Commit-Queue: Mohammad Reza Zakerinasab <zakerinasab@chromium.org> Reviewed-by:
Mohammad Reza Zakerinasab <zakerinasab@chromium.org> Cr-Commit-Position: refs/heads/master@{#539140}
-
Emily Hanley authored
TBR=ashleymarie@chromium.org NOTRY=true Bug: 816486 Change-Id: I96f36fc92e0c2d16b64203cc685735b60a01fd57 Reviewed-on: https://chromium-review.googlesource.com/937645Reviewed-by:
Emily Hanley <eyaich@chromium.org> Commit-Queue: Emily Hanley <eyaich@chromium.org> Cr-Commit-Position: refs/heads/master@{#539139}
-
Christopher Grant authored
The CL will require NOPRESUBMUT=true, as an authorized use of a banned function is moving (tripping the presubmit). This is a reland of 467ac499. NOPRESUBMIT=true Original change's description: > VR: Rename native vr_shell directory to vr > > This change follows up on the namespace change, to relocate files, > and address some of the presubmit warnings stirred up by that move > (mainly BindRepeating/Once updates). > > BUG= > NOPRESUBMIT=true > > Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_vr;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel > Change-Id: Ieb4d0ad3fd039e5e85b0a8cf2204d1141d3438d9 > Reviewed-on: https://chromium-review.googlesource.com/921924 > Commit-Queue: Christopher Grant <cjgrant@chromium.org> > Reviewed-by: Yaron Friedman <yfriedman@chromium.org> > Reviewed-by: Michael Thiessen <mthiesse@chromium.org> > Cr-Commit-Position: refs/heads/master@{#537822} Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:closure_compilation;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_vr;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Ibbc06db89369cca7cbfccd977b0dfe067139ea46 Reviewed-on: https://chromium-review.googlesource.com/927081 Commit-Queue: Christopher Grant <cjgrant@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#539138}
-
Eugene Girard authored
This patch is a work-around for WM_TOUCH vintage drivers that sometimes drop touchend events, confusing the chromium gesture recognizer. The work around is to watch for touches that have disappeared from the current touch list (and inject a simulated touchend). Bug: 792892 Change-Id: I7e023fc4f6484e2091746e0000b41018dd8f9cb4 Reviewed-on: https://chromium-review.googlesource.com/905270 Commit-Queue: Eugene Girard <girard@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#539137}
-
https://chromium.googlesource.com/catapult.git/+log/38ba657f018a..534191e5068d $ git log 38ba657f0..534191e50 --date=short --no-merges --format='%ad %ae %s' 2018-02-26 charliea Revert "Roll the BattOr firmware and battor agent to the latest version" 2018-02-23 charliea Roll the BattOr firmware and battor agent to the latest version Created with: roll-dep src/third_party/catapult The AutoRoll server is located here: https://catapult-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=sullivan@chromium.org Change-Id: Id6ee4ebf5057581eaa86b7685e2705e2598320fa Reviewed-on: https://chromium-review.googlesource.com/937382 Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#539136}
-
Lei Zhang authored
Change-Id: Ic15188f601b2acb50c233558e9942118643456ec Reviewed-on: https://chromium-review.googlesource.com/923712 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by:
dsinclair <dsinclair@chromium.org> Cr-Commit-Position: refs/heads/master@{#539135}
-
Marina Ciocea authored
* add mojo interfaces for enabling debug recording and creating debug recording files. * add debug recording session factory to toggle between media/audio/ and services/audio/ debug recording implementations. Design doc: http://doc/123YGEhyyDqbO1440rwdg0T_4UPxNyZmJboczjFIZpMI#heading=h.xpzwbhip9is6 This CL depends on [1]. Switching to mojo implementation will be done in [2]. [1] https://crrev.com/c/875927 [2] https://crrev.com/c/921281 Bug: 788657 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: Idbbfdb89c6ad4ff373ac25db83b5ed4ef6167b86 Reviewed-on: https://chromium-review.googlesource.com/810809Reviewed-by:
Tommi <tommi@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Olga Sharonova <olka@chromium.org> Reviewed-by:
Max Morin <maxmorin@chromium.org> Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> Cr-Commit-Position: refs/heads/master@{#539134}
-
Henrik Boström authored
TBR=hta@chromium.org No-Try: True Bug: 816475 Change-Id: I67cf0761869b2a4eda479f5bdcd256ec7c828146 Reviewed-on: https://chromium-review.googlesource.com/937463Reviewed-by:
Henrik Boström <hbos@chromium.org> Commit-Queue: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#539133}
-
Ulan Degenbaev authored
Each DOM node has a corresponding JS wrapper node. In heap snapshot they appear as duplicates. Example retaining path with duplicates: - [1] in InternalNode @2041178784 - [1] in HTMLDivElement @2041079168 // DOM node - [3] in HTMLDivElement @2231 // JS wrapper - retainer in Window / @2105 The heap snapshot generator now can merge an embedder node with a node returned by EmbedderGraph::Node::WrapperNode() function. This patch implements the WrapperNode() function for each DOM node. Bug: chromium:811925 Change-Id: I9ea6bc7e45f8ab3d54828b9ac61f7230d04d8019 Reviewed-on: https://chromium-review.googlesource.com/928503Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Ulan Degenbaev <ulan@chromium.org> Cr-Commit-Position: refs/heads/master@{#539132}
-
Alexis Hetu authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/b1d452e..680bcf5 BUG= TBR=kbr@chromium.org TEST=bots CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel,linux_chromium_cfi_rel_ng;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I2a08d51b4202d15615cfe8cedd48eda6639c723f Reviewed-on: https://chromium-review.googlesource.com/937321Reviewed-by:
Alexis Hétu <sugoi@chromium.org> Commit-Queue: Alexis Hétu <sugoi@chromium.org> Cr-Commit-Position: refs/heads/master@{#539131}
-
Henrik Boström authored
This reverts commit 4b96f800. Reason for revert: Suspected for being culprit of these consistent failures: https://uberchromegw.corp.google.com/i/chromium.webkit/builders/WebKit%20Android%20%28Nexus4%29/builds/74755 Original change's description: > Use StyleForLayoutObject for option to update stacking context properly. > > We used OriginalStyleForLayoutObject which doesn't update animations or > stacking context. Hopefully a better fix for 813348. > > Bug: 813348, 813439, 813836 > Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 > Change-Id: I93584261a935c4813f618a9291d384a5b1203ec7 > Reviewed-on: https://chromium-review.googlesource.com/924705 > Reviewed-by: Chris Harrelson <chrishtr@chromium.org> > Commit-Queue: Rune Lillesveen <futhark@chromium.org> > Cr-Commit-Position: refs/heads/master@{#539093} TBR=chrishtr@chromium.org,futhark@chromium.org Change-Id: Ia2651fbe12ba83c4af65174370c969652fa61c65 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 813348, 813439, 813836 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Reviewed-on: https://chromium-review.googlesource.com/937621Reviewed-by:
Henrik Boström <hbos@chromium.org> Commit-Queue: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#539130}
-
jonross authored
A follow up to https://chromium-review.googlesource.com/c/chromium/src/+/919260 which updated the filter on the CQ. This updates the FYI filter to match changes in the test naming. TBR=riajiang@chromium.org Bug: 810121 Change-Id: I4d4f968204432a65cbd50caca002be809389ab53 Reviewed-on: https://chromium-review.googlesource.com/937385 Commit-Queue: Jonathan Ross <jonross@chromium.org> Reviewed-by:
Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#539129}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/89d5d57b..853bb187 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: Ib07bf6c361703b4b96d55a6c2fb84a05b786d933 Reviewed-on: https://chromium-review.googlesource.com/936674Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#539128}
-
Dave Tapuska authored
Turn off disabling mojo input messages for webview. That will enable the mojo input channel and the mojo synchronous compositor input channel. BUG=722928 Change-Id: I14ae3d3a83405eb9c6a228f7f08171dab3ca86f2 Reviewed-on: https://chromium-review.googlesource.com/898553 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#539127}
-
Ilya Nikolaevskiy authored
Final impelementation of the metrics ended being without any slicing of the number of dropped frames on the receiver on video content type and spacial layers. This CL removes unpopulated metrics. Bug: webrtc:8355 Change-Id: I793f4dab3069a4030b7ef320dc75a3f01a26b5fc Reviewed-on: https://chromium-review.googlesource.com/930963Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#539126}
-
Christian Dullweber authored
The recent change to delete blocked cookies affects cookies set by https sites if they are not marked secure. This prevents blocking http sites from using cookies without affecting these non-secure cookies from https sites. To fix this non-secure cookies will not be deleted if http is blocked but https is allowed. Bug: 811147 Change-Id: Id6087acacc11702dd935c7a68e493f900266c0a9 Reviewed-on: https://chromium-review.googlesource.com/926369Reviewed-by:
Martin Šrámek <msramek@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#539125}
-
Maxim Kolosovskiy authored
In |PasswordUpdatePendingView::Accept|, |selection_view_| is checked, but |selection_view_| is never set. There is no tests, because we have no tests for views. This issue shows that we need tests for views. Bug: 800318 Change-Id: I2b8faaf943be5ecd2792bd8e7d2092e30dec7b57 Reviewed-on: https://chromium-review.googlesource.com/931762 Commit-Queue: Maxim Kolosovskiy <kolos@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#539124}
-
Lutz Justen authored
Clarifies that metrics reporting is actually enabled on managed devices if the DeviceMetricsReportingEnabled policy is not configured. BUG=chromium:456186 TEST=presubmit, PCQ Change-Id: I36bf9e8aab884d33426fb19cee9d9e0927d93ad9 Reviewed-on: https://chromium-review.googlesource.com/934457 Commit-Queue: Drew Wilson <atwilson@chromium.org> Reviewed-by:
Drew Wilson <atwilson@chromium.org> Cr-Commit-Position: refs/heads/master@{#539123}
-
Morten Stenshorne authored
Update expectations. TBR=kojii@chromium.org Change-Id: Ia0eabc47f6387f4f4ace7a0e459dac65bfde2bb4 Reviewed-on: https://chromium-review.googlesource.com/936625Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#539122}
-
Sylvain Defresne authored
Rename IOSChromeBrowsingDataRemover to BrowsingDataRemover and convert it to a KeyedService. Make the class an abstract interface with a single implementation to allow injecting a fake in unit tests eventually. Bug: none Change-Id: I6d8ca1ee1e0704d89a68f92af54106e0dba6f5a5 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Reviewed-on: https://chromium-review.googlesource.com/931127 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#539121}
-
Guido Urdaneta authored
Bug: 816323 Change-Id: I5345d13037105374ad8ca062e8c55a4dec13d9e4 Reviewed-on: https://chromium-review.googlesource.com/937222 Commit-Queue: Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Chandan Padhi <c.padhi@samsung.com> Cr-Commit-Position: refs/heads/master@{#539120}
-
https://chromium.googlesource.com/catapult.git/+log/8a42ad3cb185..38ba657f018a $ git log 8a42ad3cb..38ba657f0 --date=short --no-merges --format='%ad %ae %s' 2018-02-26 perezju Revert "[Telemetry] Simplify code for --browser=exact on Android" 2018-02-24 nednguyen Add logging of when tracing metrics computation started 2018-02-23 dtu [pinpoint] Ignore CIPD packages in DEPS. 2018-02-23 dtu [pinpoint] Fail Job if all Attempts fail. 2018-02-23 eakuefner [Dashboard] Filter stats using REs 2018-02-23 eakuefner Add a couple AUTHORS 2018-02-23 eakuefner [Dashboard] Suffix histogram names rather than test paths 2018-02-23 perezju [Telemetry] Fix usage of last_modification_time in possible browsers 2018-02-23 kraynov Group rendering in AsyncSliceGroupTrack. 2018-02-23 perezju [Telemetry] A bit of cleanup on Android browser backend settings 2018-02-22 perezju [Telemetry] Simplify code for --browser=exact on Android Created with: roll-dep src/third_party/catapult The AutoRoll server is located here: https://catapult-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=sullivan@chromium.org Change-Id: I133002d56cbcd0b9149ea7dbac1e98be26233285 Reviewed-on: https://chromium-review.googlesource.com/936791 Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#539119}
-
Darren Shen authored
This patch adds tests for properties taking an <image>. There are some failing tests due to keywords not implemented in Blink yet. Bug: 774887 Change-Id: Ie5fa1fa15a16440273517afdd62b078449e615e4 Reviewed-on: https://chromium-review.googlesource.com/928056 Commit-Queue: nainar <nainar@chromium.org> Reviewed-by:
nainar <nainar@chromium.org> Cr-Commit-Position: refs/heads/master@{#539118}
-