- 26 Feb, 2019 40 commits
-
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/0546b5380780..46d32e0fcd84 git log 0546b5380780..46d32e0fcd84 --date=short --no-merges --format='%ad %ae %s' 2019-02-26 jmadill@chromium.org Use Chromium mirror for rapidjson. 2019-02-26 jmadill@chromium.org Add draw call perf test using 5 vertex arrays. Created with: gclient setdep -r src/third_party/angle@46d32e0fcd84 The AutoRoll server is located here: https://autoroll.skia.org/r/angle-chromium-autoroll 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=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 TBR=ynovikov@chromium.org Change-Id: I381ef943a1f6f14ff127aeb91e4c42b3893612c1 Reviewed-on: https://chromium-review.googlesource.com/c/1489512Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#635729}
-
danakj authored
The WebLayerTreeView is a shortcut past the WebWidgetClient that is not needed now that we always composite. This works toward eliminating this extra API layer. More importantly this helps us Close/Restart the WebWidget parts of WebViewImpl by not requiring plumbing 2 pointers with slightly different lifetimes (WebLayerTreeView is created inside the Init of the WebWidgetClient). This will help avoid a bunch of complexity in creating WebFrameWidgets and other WebWidgets. R=avi@chromium.org, enne@chromium.org, jbroman@chromium.org Bug: 912193 Change-Id: I54213dd153bbda634965d5a6528a1b864c9ceae3 Reviewed-on: https://chromium-review.googlesource.com/c/1489516Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#635728}
-
Xiaocheng Hu authored
Tbr: xiaochengh@chromium.org NoTry: True Bug: 936165 Change-Id: I4a12810a4ab69a99f30f5115584e1b149f2dc390 Reviewed-on: https://chromium-review.googlesource.com/c/1490055Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#635727}
-
Khushal authored
R=ellyjones@chromium.org Bug: 889328 Change-Id: Ia3b457dcfe44f69e8a2f5846d9e660b555bce402 Reviewed-on: https://chromium-review.googlesource.com/c/1488573 Auto-Submit: Khushal <khushalsagar@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#635726}
-
Takumi Fujimoto authored
In CastSessionClient::HandleParsedClientMessage(), do an early exit to avoid checking invalid session IDs. Also remove a redundant early exit. Bug: 935767 Change-Id: Id293dbcfb3eb4696e49dc8cb3fedb91b63de23a5 Reviewed-on: https://chromium-review.googlesource.com/c/1487804Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Commit-Queue: Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#635725}
-
Sam Maier authored
This ensures that after the overridden UI thread tests run, the overridden UI thread is cleaned up so tests that follow have a normal UI thread. TBR: yfriedman Bug: 908174 Change-Id: Ia433e98534823646065e296556b4ac09a836022e Reviewed-on: https://chromium-review.googlesource.com/c/1489474 Commit-Queue: Sam Maier <smaier@chromium.org> Reviewed-by:
Changwan Ryu <changwan@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Auto-Submit: Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/master@{#635724}
-
Morten Stenshorne authored
The functions are simple, and getting rid of the function call overhead should be a good thing. Change-Id: I419eaf5726eeacd8e69327f6649d69d717dde11e Reviewed-on: https://chromium-review.googlesource.com/c/1484782 Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#635723}
-
Marc Treib authored
Previously, this test set up inconsistent account information between IdentityManager and SyncService (an account was set as primary in the IdentityManager even when the test was trying to test non-primary accounts). This CL updates the test to always set consistent account information. As a bonus, it also reorders individual test cases, putting the primary-account case last. This makes ClearPrimaryAccount() unnecessary and thus allows us to run the whole test also on ChromeOS, which was previously excluded. Bug: none Change-Id: I34c91df2cb6d9cf5e88e07cfbc8c71f5be8154b3 Reviewed-on: https://chromium-review.googlesource.com/c/1478168 Commit-Queue: Fabio Tirelo <ftirelo@chromium.org> Reviewed-by:
Fabio Tirelo <ftirelo@chromium.org> Cr-Commit-Position: refs/heads/master@{#635722}
-
Maksim Ivanov authored
Add a browser test for the runtime.onConnectNative extension API event that was implemented in crrev.com/c/1343002. The test creates a fake native message host that exchanges messages with the test extension. BUG=chromium:898746 TEST=new browser test: ExtensionIncomingNativeMessagingTest.SingleRequestResponse Change-Id: Ia0c7f95762c0cbcc81a1824957873a368cef1e30 Reviewed-on: https://chromium-review.googlesource.com/c/1475170Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#635721}
-
Dmitry Gozman authored
Split MayAffectLocalFiles into MayReadLocalFiles and MayWriteLocalFiles, where read version is now based on utils::AllowFileAccess. Now testing both scenarios - with and without file access. Bug: 928255 Change-Id: Ieed018dba2b00f864aa963e450fd68a904db7b57 Reviewed-on: https://chromium-review.googlesource.com/c/1479928 Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#635720}
-
Bo Liu authored
Enabled by experiment until now. Have not heard many bugs. Time to eanble by default for 74 (and remove the switch later). Bug: 896022 Change-Id: I975f1f91c6c80404e6debc369b1a9ca9cdf45455 Reviewed-on: https://chromium-review.googlesource.com/c/1489106Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#635719}
-
Alex Cooper authored
Adds support for creating an inline session when no device is present. Per the spec, inline sessions should be always guaranteed available with the identity reference space. This change both enables that behavior and adds a test to guarantee that is the case. Bug: 934354,933614 Change-Id: Id180b6f3916d611a1a4040e8479e882e25385963 Reviewed-on: https://chromium-review.googlesource.com/c/1481908Reviewed-by:
Bill Orr <billorr@chromium.org> Reviewed-by:
Brandon Jones <bajones@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/master@{#635718}
-
Wez authored
Bug: 936114 Change-Id: I965f34546b273815f32bf343f084456501b8c0e0 Reviewed-on: https://chromium-review.googlesource.com/c/1476540 Commit-Queue: Wez <wez@chromium.org> Reviewed-by:
Fabrice de Gans-Riberi <fdegans@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#635717}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/2afcf22ad184..958d88e26d2e git log 2afcf22ad184..958d88e26d2e --date=short --no-merges --format='%ad %ae %s' 2019-02-26 recipe-roller@chromium.org Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@958d88e26d2e The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll 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=agable@chromium.org Change-Id: I03c229a847fed647d33b4640c8f64f85f9bcf924 Reviewed-on: https://chromium-review.googlesource.com/c/1489692Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#635716}
-
Katie D authored
Bug: 928592 Change-Id: I1506a77038113ae2b8c641575155d96d1621c06c Reviewed-on: https://chromium-review.googlesource.com/c/1488177 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Auto-Submit: Katie Dektar <katie@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#635715}
-
Ryan Sturm authored
This CL adds a handler for virtual URL re-write whenever the HTTPS Previews is on and data saver is on. This will act on the committed URL when it matches the lite page server URL. This CL also adds UMA for server response and when a host is blacklisted. Bug: 921757,929969 Change-Id: I458f9bfb9b9c292a3f3a96065a7c6a9073ec2c23 Reviewed-on: https://chromium-review.googlesource.com/c/1488015 Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#635714}
-
Tarun Bansal authored
Approval doc here: http://shortn/_FVcQvJsxmu Change-Id: I1b79f2be75a7fceef5c596ceda8372c62ac9e4ec Bug: 893923 Reviewed-on: https://chromium-review.googlesource.com/c/1484739Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#635713}
-
Jordan Demeulenaere authored
Bug: 933070 Change-Id: Ie1d0bd119a7a301b044ef5c28f63a9de9e77593e Reviewed-on: https://chromium-review.googlesource.com/c/1475458 Commit-Queue: Jordan Demeulenaere <jdemeulenaere@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#635712}
-
Chromium WPT Sync authored
Using wpt-import in Chromium cf48d6c7. With Chromium commits locally applied on WPT: 14c11107 "Implement `Sec-CH-Lang`" df760ab0 "Don't skip past auto-height flexboxes in quirks mode." cd40220a "Fix as=fetch preload where preload is used before response arrives" 1d89521e "[LayoutNG] Force relayout when constraint spaces change." 98e7141b "Fix 2_tracks, 3_tracks wpt/webvtt tests" 68d5240e "[ChromeDriver] Set key modifiers with mouse actions" 359fd7da "[PE] Fix rendering issue with effect escaping in pre-CompositeAfterPaint" 3685447d "[WPT] Move subresource_path from generator to referrer-policy-test-case.js" 32a115f8 "[css-flexbox] ChildIntrinsicLogicalWidth needs to constrain by min/max" 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: hbos@chromium.org, hta@chromium.org: external/wpt/webrtc NOAUTOREVERT=true TBR=lukebjerring No-Export: true Change-Id: Ica7006f7f28689005185087998c91e831fea7e93 Reviewed-on: https://chromium-review.googlesource.com/c/1488616Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#635711}
-
Brandon Wylie authored
Change-Id: Id52bceaaa9ac8635192b7cb0cd7714aeff821615 Reviewed-on: https://chromium-review.googlesource.com/c/1487172Reviewed-by:
Sky Malice <skym@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Commit-Queue: Brandon Wylie <wylieb@chromium.org> Cr-Commit-Position: refs/heads/master@{#635710}
-
Sammie Quon authored
Replaces null window targeter, I think its a better solution. Test: manual Bug: none Change-Id: I65b92e7fc259950802837517692c7898ed1628fd Reviewed-on: https://chromium-review.googlesource.com/c/1489477Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#635709}
-
John Abd-El-Malek authored
Remove mojo-blob-urls virtual test suites now that network service has launched on desktop and trunk is running with it enabled. Bug: 933880 Change-Id: I3fbc8b037126ddefe75fa1400e89486cc22d214c Reviewed-on: https://chromium-review.googlesource.com/c/1488834 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Auto-Submit: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#635708}
-
Josh Karlin authored
What: For each cache request, measures if the request has a top-frame-origin which is used for double-keying. Why: This gives us a sense of coverage for requests. It also tells us the fraction of requests that we'll wind up having to bypass the cache for (those that aren't double-keyed). Bug: 936048 Change-Id: I962f9dc03a31fe4e9c808e38065efb8dfe2abf69 Reviewed-on: https://chromium-review.googlesource.com/c/1489417Reviewed-by:
Shivani Sharma <shivanisha@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Commit-Queue: Josh Karlin <jkarlin@chromium.org> Cr-Commit-Position: refs/heads/master@{#635707}
-
Aga Wronska authored
Create an instance of ParentAccessService in ScreenTimeController. Unblock lock screen upon successful validation of access code. Bug: 911326 Change-Id: If304be20ad59fe1e9a108faa1f1c84e179a97c91 Reviewed-on: https://chromium-review.googlesource.com/c/1474544 Commit-Queue: Aga Wronska <agawronska@chromium.org> Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Cr-Commit-Position: refs/heads/master@{#635706}
-
Christopher Cameron authored
It has been observed that we are hitting the CHECK(parent_ns_view) in WebContentsNSViewBridge::SetParentNSView. Partially revert r625255, the culprit patch, by moving the functionality of WebContentsNSViewBridge::SetParentNSView in to the caller, NativeViewHostMac::AttachNativeView. This is not a reasonable long-term solution, but is the most reasonable merge candidate. Follow-on patches will move the CHECK up into NativeViewHostMac::AttachNativeView to see exactly why this is happening. Bug: 933679 Change-Id: I08b19f3123bbe96c49376a41f28a879a855bee62 Reviewed-on: https://chromium-review.googlesource.com/c/1487888 Commit-Queue: ccameron <ccameron@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#635705}
-
Koji Ishii authored
NGBoxFragmentPainter::PaintBlockFlowContents creates DrawingRecorer before calling PaintMask, but PaintMask creates another DrawingRecorder. This patch removes the duplicated instantiation. The structure, to create DrawingRecorder inside of PaintMask, matches to BoxPainter. blink_perf.paint_layout_ng does't show much differences: https://pinpoint-dot-chromeperf.appspot.com/job/15d7ebcb340000 Change-Id: I68919799eb00083cb4e782c41ff7dfa6bbadd9b2 Bug: 936024 Reviewed-on: https://chromium-review.googlesource.com/c/1488490Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#635704}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/cc2dec20be7e..33105789ee1e Created with: gclient setdep -r src-internal@33105789ee1e The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll 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. BUG=chromium:931336,chromium:916361 TBR=mmoss@chromium.org Change-Id: I92a9b104623d859b6381972f7f8284765eafae65 Reviewed-on: https://chromium-review.googlesource.com/c/1488961Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#635703}
-
sebsg authored
Change-Id: I1562934344130c9bf1e8748c745375bb9e2a41ad Reviewed-on: https://chromium-review.googlesource.com/c/1490051 Commit-Queue: Sebastien Seguin-Gagnon <sebsg@chromium.org> Commit-Queue: Fabio Tirelo <ftirelo@chromium.org> Auto-Submit: Sebastien Seguin-Gagnon <sebsg@chromium.org> Reviewed-by:
Fabio Tirelo <ftirelo@chromium.org> Cr-Commit-Position: refs/heads/master@{#635702}
-
Etienne Bergeron authored
This CL is adding the FROM_HERE location of the call sites to each ScopedBlockingCall. This modification will provide the detailed location to the trace events and allow developpers do understand cause of janks of long tasks. This CL is adding manually the cases not caught by the previous CL: https://chromium-review.googlesource.com/c/chromium/src/+/1483834 TBR=gab@chromium.org (skipping owners for side-effects after //base review) Bug: 934302 Change-Id: I04dc84ddc0b8824f91d7409bb06c74397ec7bf32 Reviewed-on: https://chromium-review.googlesource.com/c/1489110Reviewed-by:
Gabriel Charette <gab@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#635701}
-
Jared Saul authored
This TODO was actioned in https://chromium-review.googlesource.com/c/chromium/src/+/1237615, but I apparently forgot to remove the actual TODO. Change-Id: I8298cb9a8c180fc86503df53b60e301b65101e3b Reviewed-on: https://chromium-review.googlesource.com/c/1489517 Commit-Queue: Jared Saul <jsaul@google.com> Commit-Queue: Fabio Tirelo <ftirelo@chromium.org> Auto-Submit: Jared Saul <jsaul@google.com> Reviewed-by:
Fabio Tirelo <ftirelo@chromium.org> Cr-Commit-Position: refs/heads/master@{#635700}
-
Nate Fischer authored
This implements CookieManager#flush() for the network service code path. Now that this is implemented, we can easily test this functionality (and this renames HttpCacheTest -> OnDiskFileTest since the file is now more general). This removes a TODO to implement more CookieManager APIs, because this is the final API for AwCookieManagerWrapper. Bug: 902641, 933456, 933462 Test: run_webview_instrumentation_test_apk \ Test: --enable-features=NetworkService,NetworkServiceInProcess \ Test: -f=OnDiskFileTest#* Cq-Include-Trybots: master.tryserver.chromium.android:android_mojo Change-Id: Ic99990719e87f8b1ed9bdc51aa7f1920c1ee5b88 Reviewed-on: https://chromium-review.googlesource.com/c/1481195 Commit-Queue: Nate Fischer <ntfschr@chromium.org> Reviewed-by:
Changwan Ryu <changwan@chromium.org> Cr-Commit-Position: refs/heads/master@{#635699}
-
Eyor Alemayehu authored
Currently, G-Suite users whose policy is enforced by the administrator are prompted to enable the Web and App activity when they launch Assistant. However, they are not authorized to enable the Web and App activity. Made changes to present an appropriate prompt as outlined in: go/gsuite-optin Bug: b:123638794 Change-Id: I883efed56948f0d22e577902eb489b37b894af94 Reviewed-on: https://chromium-review.googlesource.com/c/1480539 Commit-Queue: Eyor Alemayehu <eyor@google.com> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#635698}
-
dalyk authored
To send DoH requests, LogDnsClient needs to set the URLRequestContext to be used for a transaction. The TreeStateTracker is configured with a URLRequestContext that is passed to the resulting LogDnsClient. Bug: 878582 Change-Id: Iea5be660ac1ac0db9a2338386201ff6a92796b0a Reviewed-on: https://chromium-review.googlesource.com/c/1486718 Commit-Queue: Katharine Daly <dalyk@google.com> Reviewed-by:
Eric Orth <ericorth@chromium.org> Cr-Commit-Position: refs/heads/master@{#635697}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/f073572f..44fde444 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=luci.chromium.try:linux-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,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I9bda0800d015dfd33bfa6c21b830850191b8bd7d Reviewed-on: https://chromium-review.googlesource.com/c/1489411Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#635696}
-
John Budorick authored
also alphabetize the console by builder name. Bug: 935764 Change-Id: I7c6951d264f97d184c22cddb4a3b8600a59e5e93 Reviewed-on: https://chromium-review.googlesource.com/c/1489893 Commit-Queue: John Budorick <jbudorick@chromium.org> Commit-Queue: Stephen Martinis <martiniss@chromium.org> Auto-Submit: John Budorick <jbudorick@chromium.org> Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Cr-Commit-Position: refs/heads/master@{#635695}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/1a930646662a..793add9a8d60 git log 1a930646662a..793add9a8d60 --date=short --no-merges --format='%ad %ae %s' 2019-02-26 dgarrett@google.com chromeos_config: Remove prototype-factorybranch. Created with: gclient setdep -r src/third_party/chromite@793add9a8d60 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll 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=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@chromium.org Change-Id: I7be60339f73aa4d6a70d5c2743356af17c8b98d5 Reviewed-on: https://chromium-review.googlesource.com/c/1489691Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#635694}
-
David Jacobo authored
Smart text selection was originally implemented to be accessed via context menu and so the UMA description reflected that. After that it was decided the feature should also be accessible via touchscreen and so this CL reflects that update. Bug: None Change-Id: Ib4216e7e913d4a7aa2273b23f7e010ff6e883840 Reviewed-on: https://chromium-review.googlesource.com/c/1489792 Auto-Submit: David Jacobo <djacobo@chromium.org> Commit-Queue: Ilya Sherman <isherman@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#635693}
-
Joshua Pawlicki authored
This allows us to reuse the unzip / patch implementations of update_client. Bug: 926236 Change-Id: Iabdbe9f4017b69d3e38a2137e8905b6d274f4ed7 Reviewed-on: https://chromium-review.googlesource.com/c/1461079 Commit-Queue: Joshua Pawlicki <waffles@chromium.org> Reviewed-by:
Sorin Jianu <sorin@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#635692}
-
Fabrice de Gans-Riberi authored
This is a reland of 7da3d9df This creates chromium.web.CreateContextParams2 and chromium.web.LoadUrlParams2 as extensible FIDL tables. All the Chromium-internal call sites have been updated to use the newer APIs. The original APIs will be removed in a future CL when all out-of-tree callers for them will have been updated. Bug: 931831 Change-Id: I8f324342f928c1217b8b88cf8db6797ecfc9aecc Reviewed-on: https://chromium-review.googlesource.com/c/1481080 Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#635691}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/024f271ae0c7..fe3d4978886b git log 024f271ae0c7..fe3d4978886b --date=short --no-merges --format='%ad %ae %s' 2019-02-26 chrisforbes@google.com Fix various issues in vertex fetch setup Created with: gclient setdep -r src/third_party/swiftshader@fe3d4978886b The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll 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=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 BUG=chromium:b/124177079 TBR=swiftshader-team+autoroll@chromium.org Change-Id: Ib549139ede1a70db9e5b8f60d712fa7a8846f734 Reviewed-on: https://chromium-review.googlesource.com/c/1488960Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#635690}
-