- 03 Aug, 2017 40 commits
-
-
Giovanni Ortuño Urquidi authored
The DesktopPWAWindowing feature must be on in order for this to work. Makes it so that, once a user has installed a Bookmark App for a website, all navigations to that website will open the installed Bookmark App. This includes typing the address in the omnibox, clicking any links to an in-scope url, and opening any links to an in-scope url from the context menu. Future patches will change some of these so that the result is more intuitive. For example, if the user has installed https://www.foo.com through "Add to shelf" and the site's manifest defines scope as "/scope" and then the user visits https://www.foo.com/scope/test.html, a new app window to https://www.foo.com/scope/test.html will open. If the user navigated to https://www.foo.com/index.html, we would not open a new app window since the address is not in-scope as defined by the site's manifest. Three changes: 1. Use 'scope' in the site's manifest to create a url handler for the bookmark app. 2. Allow Hosted Apps that are Bookmark apps to use url handlers. This means that any non-bookmark hosted app that has url handlers will fail to load. 3. When handling a url that a Bookmark app could handle open the the bookmark app with the specified url. Bug: 740783 Change-Id: Iac69b13dc33be9ecd7336f24ae9021d5dd0161d0 Reviewed-on: https://chromium-review.googlesource.com/566199Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Reviewed-by:
Matt Giuca <mgiuca@chromium.org> Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#491644}
-
Randy Smith authored
SetCanonicalCookie pathway (used to just be enforced via SetCookieWithOptions()). Discovered in writing tests for the cookie service, so using that bug. Bug: 721395 Change-Id: I6d8b0e44e99063200de6f5983d0049af4efd2bc6 Reviewed-on: https://chromium-review.googlesource.com/581797Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Randy Smith <rdsmith@chromium.org> Cr-Commit-Position: refs/heads/master@{#491643}
-
Yoshifumi Inoue authored
This patch gets rid of redundant equality checks of |Start()| and |End()| of |VisibleSelectionTemplate| from |EqualSelectionsAlgorithm()| for improving code health. Change-Id: I0fd5949f8356b0527fa5e67426818434efedbee1 Reviewed-on: https://chromium-review.googlesource.com/597510Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#491642}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/747d3ecd..45ad6a02 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 Change-Id: I23411f423fa4dd71b4171930f65540c5416351ad Reviewed-on: https://chromium-review.googlesource.com/599155Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#491641}
-
Eric Roman authored
Bug: 634443 Change-Id: If3c5536cf0dba79a14f092f9dafb701668f6c46a Reviewed-on: https://chromium-review.googlesource.com/599327 Commit-Queue: Eric Roman <eroman@chromium.org> Reviewed-by:
Matt Mueller <mattm@chromium.org> Cr-Commit-Position: refs/heads/master@{#491640}
-
Alex Newcomer authored
Added a closing animation for the peeking launcher. It lives in AppListPresenterImpl because we use the callback function for the animation. The animations for all state changes will be in AppListView once we move ui/app_list into ash/app_list. (I made a note in 733662 for this). bug=748190 Change-Id: I2e2e885306f2005aa3bf54470420a6aada99a3b6 Reviewed-on: https://chromium-review.googlesource.com/588083 Commit-Queue: Alex Newcomer <newcomer@chromium.org> Reviewed-by:
Yury Khmel <khmel@chromium.org> Cr-Commit-Position: refs/heads/master@{#491639}
-
Mitsuru Oshima authored
* This locks the compositor and prevent updating while waiting for the rotated frame. * Timeout is currently a bit longer than I deal because Android seems to generate unnecessary frames that uses old bounds. I'll look into the issue separately. Bug: b/62140863 Test: Manual. 1) Apply Android side patch: https://googleplex-android-review.git.corp.google.com/#/c/2548263/ 2) Login & start ARC++ app that can rotate 3) Switch to tablet mode and tilt the device. Change-Id: Ifb1427365cc524d69cf3b84c446fe108ca9e7a46 Reviewed-on: https://chromium-review.googlesource.com/572391 Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
David Reveman <reveman@chromium.org> Cr-Commit-Position: refs/heads/master@{#491638}
-
Matt Giuca authored
Adds image_platform.h which declares these methods. The existing platform-specific implementations for iOS and macOS remain in image_ios.mm and image_mac.mm, respectively. The generic implementations are moved to image_generic.cc. This change makes it more obvious what's going on and moves some code into anonymous namespace, and out of ifdefs. Bug: 745355 Change-Id: Id40677dc1e11a0d8b6fc4db5cd22565fd7533660 Reviewed-on: https://chromium-review.googlesource.com/574994Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Matt Giuca <mgiuca@chromium.org> Cr-Commit-Position: refs/heads/master@{#491637}
-
Yuly Novikov authored
conformance/extensions/oes-texture-half-float-with-video.html on Win7 Debug NVIDIA D3D11 passthrough BUG=751849 TBR=kbr@chromium.org 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: Ieb623f457fca5937b8c82943f60ee87f7353febb Reviewed-on: https://chromium-review.googlesource.com/599451 Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#491636}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/c8c5d6b714f8..2857b6b6c858 $ git log c8c5d6b71..2857b6b6c --date=short --no-merges --format='%ad %ae %s' 2017-08-02 benjhayden Format chart ticks using units. Created with: roll-dep src/third_party/catapult Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: If6f91f0429c723869a69f80a6928548558895f83 Reviewed-on: https://chromium-review.googlesource.com/599215 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#491635}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/f12d84275cfa..255607f094da $ git log f12d84275..255607f09 --date=short --no-merges --format='%ad %ae %s' 2017-08-02 mtklein 8-bit hacking 2017-08-02 skia-deps-roller Roll skia/third_party/externals/angle2/ 6c58b0620..a0bcc50be (2 commits) Created with: roll-dep src/third_party/skia BUG=750813 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.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=liyuqian@chromium.org Change-Id: I93ac33e9029b8ae6540dc545d28b4d53c986890b Reviewed-on: https://chromium-review.googlesource.com/598511Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#491634}
-
Mitsuru Oshima authored
Now the state change will change when frames arrives, we first need to create widget if the auto hide is set in creation time. BUG=751915 TEST=None Change-Id: If8810692766a4c83f6f55de2bd9553fa1cd7ea0e Reviewed-on: https://chromium-review.googlesource.com/599360 Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
David Reveman <reveman@chromium.org> Cr-Commit-Position: refs/heads/master@{#491633}
-
Ryan Cui authored
Bug: 727873 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ieca4aab7371e7208d49c78795f8da076bd237838 Reviewed-on: https://chromium-review.googlesource.com/587991 Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#491632}
-
vadimt authored
Removed OpenURLFromTab from the provider, as it’s not related to its mission to produce search results. Bug=712331 Review-Url: https://codereview.chromium.org/2947283002 Cr-Commit-Position: refs/heads/master@{#491631}
-
Matt Falkenhagen authored
Followup to r490994. Bug: 751412, 748068 Change-Id: Ia3c25f86e45fa67e1a6e01d9edfe79bd515ec3f4 Reviewed-on: https://chromium-review.googlesource.com/598660Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#491630}
-
Weidong Guo authored
Changes: Enable touch event in PageSwitcherButton. BUG=750658 Change-Id: I293544abf5d90201687800d6d6d0451810dfaacd Reviewed-on: https://chromium-review.googlesource.com/595127Reviewed-by:
Yury Khmel <khmel@chromium.org> Commit-Queue: Weidong Guo <weidongg@chromium.org> Cr-Commit-Position: refs/heads/master@{#491629}
-
Kent Tamura authored
Apply feedback from UX team. - Adopt 'Harmony motion' for small dialogue - Make font-size smaller Bug: 739091 Change-Id: I785820860227a9fa4584d5d816d3984c2062efdf Reviewed-on: https://chromium-review.googlesource.com/597088Reviewed-by:
Keishi Hattori <keishi@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#491628}
-
Scott Violet authored
QuitCurrentWhenIdleDeprecated can end up leaving the thread in an unclear shutdown state and isn't really the right way to shutdown. Converts to use RequestQuit(). BUG=none TEST=covered by tests Change-Id: I561a7e9a9615d759ceae44a7ad0e724a2d13d093 Reviewed-on: https://chromium-review.googlesource.com/592530 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#491627}
-
Kevin Marshall authored
Add LayoutThemeFuchsia theme stub to Blink. The theme is necessary because no LayoutTheme* files are currently built when is_fuchsia=true. Bug: 750946 Change-Id: Iab9cdf66856164309882239e643c2006f200d669 Reviewed-on: https://chromium-review.googlesource.com/599248Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Scott Graham <scottmg@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#491626}
-
Christopher Benson authored
Changes this CL: - Renames NewTabPromo::CreateSelfOwned to NewTabPromo::Create. - Adds a NewTabPromo as a member variable of NewTabButton for the following reasons: 1. To make the promo more accessible in order to check visibility in browsertests. 2. To tie the NewTabPromo to the specific NewTabButton it is being shown by. Bug: 734132 Change-Id: I71993f0185d712b62ac98706b165b078c4bb574b Reviewed-on: https://chromium-review.googlesource.com/594627 Commit-Queue: Christopher Benson <chrisbenson@google.com> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#491625}
-
chrome-release-bot authored
TBR=dimu@chromium.org Change-Id: Iba7d341f33054f52c7421293fa454fc9ecde53ee Reviewed-on: https://chromium-review.googlesource.com/599328Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#491624}
-
Matt Wolenetz authored
BUG=751811 R=xhwang@chromium.org,mmoroz@chromium.org TEST=local build of this fuzzer target produces a non-trivial seed corpus zip Change-Id: I83d7bc24428200e8581db90714e69d94393d0bcf Reviewed-on: https://chromium-review.googlesource.com/599013Reviewed-by:
Max Moroz <mmoroz@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Commit-Queue: Matthew Wolenetz <wolenetz@chromium.org> Cr-Commit-Position: refs/heads/master@{#491623}
-
Ashley Enstad authored
If a benchmark is disabled but still run as a step, FormatDisabled is called on the output_formatter instead of Format. In the case of json-test-results, this means that no json will be output by the test (since there is no empty version of json-test-results). BUG=chromium:751346 NOTRY=true # This script is not run on trybot/CQ, hence should be safe to notry Change-Id: I4f19eeab40c1b6976e0f6c92cd5b7fff8ee17e2e Reviewed-on: https://chromium-review.googlesource.com/598729Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Ashley Enstad <ashleymarie@chromium.org> Cr-Commit-Position: refs/heads/master@{#491622}
-
Weidong Guo authored
Changes: 1. Add TrayUpdate::ResetForTesting to reset everything in TrayUpdate before testing to prevent effect from previous testing. BUG=751236 TEST=TrayUpdateTest.* Change-Id: I85e2641d50448d656b64592dd025efd481428594 Reviewed-on: https://chromium-review.googlesource.com/596523 Commit-Queue: Weidong Guo <weidongg@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#491621}
-
Evan Stade authored
focus. This matches Polymer behavior and is preferential to the current focus effect (blue rectangle). Also get rid of the the focus rect for views::Slider, which already has the glow effect when focused and hence needs no further changes. Bug: 658783 Change-Id: Id9d5e3f1434b0d444154be933f0067f97aaaed33 Reviewed-on: https://chromium-review.googlesource.com/592494 Commit-Queue: Evan Stade <estade@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Valery Arkhangorodsky <varkha@chromium.org> Cr-Commit-Position: refs/heads/master@{#491620}
-
Yoshifumi Inoue authored
This patch introduces |AdjustSelectionWithTrailingWhitespace()| as replacement of |VisibleSelectionInFlatTree::AppendTrailingWhitespace()| to simplify |VisibleSelectionTemplate| for improving code health. Bug: 657237 Change-Id: Iaf5e0157c42ac5a16647da9616fc3bc67c9420f9 Reviewed-on: https://chromium-review.googlesource.com/597557Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#491619}
-
Yoshifumi Inoue authored
Get rid of redundant call of SetIsDirectional() in SelectionController::SetNonDirectionalSelectionIfNeeded() This patch gets rid of redundant call of |SetIsDirectional()| in |SelectionController::SetNonDirectionalSelectionIfNeeded()|, because - We want to set non-directional selection as function name suggested - In |FrameSelection::SetSelection()|, we always set directional selection if |ShouldConsiderSelectionAsDirectional()| is true. Bug: 740804 Change-Id: Ia474742aee16d13e124c41f4d7830614c35bd2f2 Reviewed-on: https://chromium-review.googlesource.com/595427Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#491618}
-
Joel Hockey authored
WebUI preload JS handling is only done on main frame, so it makes more sense to be moved from ChromeRenderViewObserver to ChromeRenderFrameObserver where it can also access binding registry. Using Associated Interface since tests were failing / flaky without it, showing errors such as: * encountered javascript console error(s): * Uncaught ReferenceError: runTest is not defined Calls to this mojo method that preloads javascript libraries must be executed prior to the call to run JS tests. Bug: 577685 Change-Id: I431158867f60eb40824cbdf9db7d5d5681cbfe5b Reviewed-on: https://chromium-review.googlesource.com/595019Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#491617}
-
Dominic Mazzoni authored
Phase 2 of the Accessibility Object Model makes each AccessibleNode an EventTarget and allows developers to register event handlers for accessibility-specific events. Accessibility events go through a capturing and bubbling phase just like DOM events, but in the accessibility tree. In this change we just implement the "accessibleclick" event and test that it works and how it interacts with DOM event listeners. Bug: 746524 Change-Id: Ia46bbe3e7dcdfedf173a7296613fb998487427a9 Reviewed-on: https://chromium-review.googlesource.com/577960 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Alice Boxhall <aboxhall@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#491616}
-
Scott Graham authored
TBR=wez@chromium.org Bug: 751748, 738275 Change-Id: I775792a7441dca5fd90e410653cba4610115780a Reviewed-on: https://chromium-review.googlesource.com/599187 Commit-Queue: Scott Graham <scottmg@chromium.org> Commit-Queue: Wez <wez@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
Scott Graham <scottmg@chromium.org> Cr-Commit-Position: refs/heads/master@{#491615}
-
Weidong Guo authored
Changes: Draw the separator between search box and search results only when parent view's height is larger than search box height. BUG=750951 Change-Id: I5ddd8b607c91b8a2272174157f0d232f18a0ee69 Reviewed-on: https://chromium-review.googlesource.com/595245Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Weidong Guo <weidongg@chromium.org> Cr-Commit-Position: refs/heads/master@{#491614}
-
yoshiki iguchi authored
Previously, a notification content view wrongly detached the surface which is attaching to another view. That caused crbug.com/751355. This CL prevents that. Bug: 751355 Change-Id: Ibaec4d7fd88f96e864634258d16e45fac9d2a945 Reviewed-on: https://chromium-review.googlesource.com/595312 Commit-Queue: Yoshiki Iguchi <yoshiki@chromium.org> Reviewed-by:
Yuichiro Hanada <yhanada@chromium.org> Cr-Commit-Position: refs/heads/master@{#491613}
-
Fady Samuel authored
This CL fixes a bug where HostFrameSinkManager will not drop the temporary reference to a FrameSink that has been invalidated from HostFrameSinkManager. This verifies that HostFrameSinkManager knows about the FrameSinkId of the Surface created in OnSurfaceCreated. If it doesn't then HostFrameSinkManager asks FrameSinkManager to drop the temporary reference. Bug: 657959 Change-Id: Ia9b8eff0885fc0b56e9d866acd41860b11a0b3ba Reviewed-on: https://chromium-review.googlesource.com/599001Reviewed-by:
Ria Jiang <riajiang@chromium.org> Commit-Queue: Fady Samuel <fsamuel@chromium.org> Cr-Commit-Position: refs/heads/master@{#491612}
-
Zentaro Kavanagh authored
- Replacement NTLMv1 implementation. - In preparation for new NTLMv2 implementation. - Passes all unit tests and has the same behavior. - Adds fuzzer for NtlmClient. - Code is still not live. BUG=chromium:22532 TEST=All unit tests pass. Change-Id: Idae533312805d21d49943fd634d54af3a93a7c00 Reviewed-on: https://chromium-review.googlesource.com/598307 Commit-Queue: Zentaro Kavanagh <zentaro@google.com> Reviewed-by:
Asanka Herath <asanka@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#491611}
-
David Tseng authored
Test: press braille cursor routing key one characer beyond the last character of the displayed text. See action applied to the end of the content such as selection. Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I50a6e5f1f1d708595ad52d026bf279267c96a233 Reviewed-on: https://chromium-review.googlesource.com/599108 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#491610}
-
Joseph Arhar authored
Bug: Change-Id: Iff14def9c9e2e8920ce9b13f1ec17dc50d1a4a86 Reviewed-on: https://chromium-review.googlesource.com/596614 Commit-Queue: Joseph Arhar <jarhar@google.com> Reviewed-by:
Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#491609}
-
Aaron Leventhal authored
Bug: 748247 Change-Id: I7e3a45368e71e1b3cb038b16ec6639af13a1370c Reviewed-on: https://chromium-review.googlesource.com/596771 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#491608}
-
Steven Bennetts authored
This changes BluetoothPairingUI to use the shared bluetooth-dialog component instead of the (soon to be removed) options UI. Bug: 748193 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I4061d81ce1fca9672236b45b50e3c3e8b4ee764c Reviewed-on: https://chromium-review.googlesource.com/595137 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Cr-Commit-Position: refs/heads/master@{#491607}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/828930677138..f12d84275cfa $ git log 828930677..f12d84275 --date=short --no-merges --format='%ad %ae %s' 2017-08-02 skia-deps-roller Roll skia/third_party/externals/angle2/ 8f276e255..6c58b0620 (2 commits) 2017-08-02 liyuqian Fix typo XPS to SVG 2017-08-02 stani Add a private API for writing the clip to the stencil 2017-08-02 ethannicholas Revert "Revert "support for 'half' types in sksl, plus general numeric type improvements"" 2017-08-02 robertphillips Fix DeferredTextureImage test on Mac 2017-08-02 skia-deps-roller Roll skia/third_party/externals/angle2/ df7d7c9ec..8f276e255 (1 commit) 2017-08-02 brianosman Guard against D3D NaN/Infinity literals bug in color burn Created with: roll-dep src/third_party/skia Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.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=liyuqian@chromium.org Change-Id: I5b7df679f3a83d0e26a9352f2b763497276cbc1e Reviewed-on: https://chromium-review.googlesource.com/599348Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#491606}
-
Chris Harrelson authored
This was accidentally introduced by https://codereview.chromium.org/2727093002. It affects only LayoutViews for iframes that end up in the slow path for paint invalidation, which is only for content under filter or multicolumn. Bug: 750925 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I9a183e0151f584e299134ba3091c440a7d24f0d1 Reviewed-on: https://chromium-review.googlesource.com/599113 Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#491605}
-