- 29 Jan, 2020 40 commits
-
-
sreejakshetty@chromium.org authored
Methods declared in content/public/common/navigation_policy.h |IsBackForwardCacheEnabled()|, |isProactivelySwapBrowsingInstanceEnabled()| are not used outside content/ are exposed in public. Moving these methods to content/common/ API to follow the policy: -> browser process only -> content/browser -> renderer process only -> content/renderer -> browser & renderer process -> content/common Change-Id: I42dd780646f7da832dba9067974ddbd9909fe1c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2019033 Commit-Queue: Sreeja Kamishetty <sreejakshetty@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#736222}
-
yilkal authored
This CL prevents users from making multiple requests from the same tab for the same host address. The requests can be repeated by opening a new tab. The requests can be repeated in the next session. Bug: 1045155 Change-Id: If0a7549fe7509ff6ece8c1701e449294a85c56aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2020543Reviewed-by:
Aga Wronska <agawronska@chromium.org> Commit-Queue: Yilkal Abe <yilkal@chromium.org> Cr-Commit-Position: refs/heads/master@{#736221}
-
Ryan Hamilton authored
https://quiche.googlesource.com/quiche.git/+log/2d483ad845f1..5ef4f21a9 $ git log 1dc01cf32..5ef4f21a9 --date=short --no-merges --format='%ad %ae %s' 2020-01-28 wub gfe-relnote: Introduce kDefaultUdpPacketControlBufferSize and use it in QuicPacketReader as the control buffer size. No behavior change, not protected. 2020-01-28 fayang gfe-relnote: In QUIC, remove largest_sent_packets_ from unacked_packet_map. This only affects QUIC versions with TLS handshake. Protected by disabled gfe2_reloadable_flag_quic_enable_version_t* flags. 2020-01-27 rch gfe-relnote: n/a - Remove the #if MMSG_MORE wrapper around kNumPacketsPerReadMmsgCall in quic_packet_reader.h 2020-01-27 vasilvv Remove quic_bbr2_sender. 2020-01-27 wub gfe-relnote: In QuicPacketReader, change the use of QuicSocketUtils to QuicUdpSocketApi. Protected by --gfe2_restart_flag_quic_remove_quic_socket_utils_from_packet_reader. 2020-01-27 dschinazi Update IETF QUIC to draft 25 2020-01-27 fayang gfe-relnote: In QUIC move NeuterUnencryptedPackets and NeuterHandshakePackets from quic_sent_packet_manager to unacked_packet_map. Refactoring only, no functional change expected, not protected. 2020-01-27 renjietang gfe-relnote: deprecate gfe2_reloadable_flag_quic_delete_send_rst_stream_inner 2020-01-27 renjietang Remove using_default_max_streams_ from QuicStreamIdManager because the manager now has initial stream limit 0. 2020-01-27 wub gfe-relnote: (n/a) Deprecate --gfe2_reloadable_flag_quic_version_negotiated_by_default_at_server 2020-01-27 wub gfe-relnote: (n/a) Deprecate --gfe2_reloadable_flag_quic_log_ack_aggregation_stats. 2020-01-27 wub gfe-relnote: (n/a) Deprecate --gfe2_reloadable_flag_quic_bbr2_exit_probe_bw_down_after_one_rtt. 2020-01-27 ianswett Deprecate gfe2_reloadable_flag_quic_use_common_stream_check 2020-01-26 bnc Buffer priority values in PRIORITY_UPDATE frames for not yet open streams. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: I33f398b4add6b8c7fa86b08396cf4fb893ed41ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2025569Reviewed-by:
Victor Vasiliev <vasilvv@chromium.org> Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Commit-Queue: Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#736220}
-
Jie Jiang authored
Android use ReadRemoteRssi() to get the RSSI value for a connection. Currently we are using GetInquiryRSSI(), which cannot get the correct RSSI value for a connected device, and makes some Android apps unhappy. This change uses GetConnectionInfo() instead. BUG=b:147787450 TEST=Manually test with nRF and Fitbit. nRF can read RSSI value correctly; Firmware update of Fitbit works well now. Change-Id: I0dc13f58f430954772551165009d5ea7f26445c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2004429 Commit-Queue: Jie Jiang <jiejiang@chromium.org> Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Miao-chen Chou <mcchou@chromium.org> Cr-Commit-Position: refs/heads/master@{#736219}
-
Gabriel Charette authored
TBR=fdoray@chromium.org Bug: 1026641 Change-Id: Id22f4e3e66ce2127e4cec8a9ceddcf63c107abbf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2026311Reviewed-by:
Gabriel Charette <gab@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#736218}
-
Sophie Chang authored
Note that I have not exposed the public interface yet since I want to make sure this is sound before migrating consumers over to this method. Bug: 1036490 Change-Id: Id44d5f09a17287a2ba28eb7593ebd41ff082bd5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024164Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Sophie Chang <sophiechang@chromium.org> Cr-Commit-Position: refs/heads/master@{#736217}
-
Ian Barkley-Yeung authored
Noted that two vlog messages in BrokerProcess::Init() are going to be referenced from ChromeOS integration tests, to warn people not to change them. https://chromium-review.googlesource.com/c/chromiumos/platform/tast-tests/+/2006009 is the CL adding the reference. BUG=chromium:1038463 TEST=tast -verbose run --extrauseflags chrome_internal my_crbook ui.ChromeCrashLoggedIn.* ui.ChromeCrashNotLoggedIn.* with this and 2006009 and 2004088 Change-Id: I4bec0bcdbb9fae631e4311d746fbb68a416f3709 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2006188Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Auto-Submit: Ian Barkley-Yeung <iby@chromium.org> Cr-Commit-Position: refs/heads/master@{#736216}
-
Hans Wennborg authored
Bug: 1046362 Change-Id: Icdcc5226c4bb0ee6c8d58b33bb70f3494c55313e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2026967Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Auto-Submit: Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#736215}
-
Theresa Wellington authored
Previously, each client of SelectableItemView used <include> to embed modern_list_item_view inside a LinearLayout in their XML hierarchy. This created an odd dynamic where SelectableItemView only worked if the extending sub-class included this layout. In this CL, modern_list_item_view.xml is updated to include the wrapping LinearLayout, and SelectableItemView inflates this layout and attaches it to its view hierarchy, simplifying usage expectations. BUG=1003939 Change-Id: Ibeea314b4579c6b1eaa03e8c1ca60ab8c2010acd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024495 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#736214}
-
Nick Diego Yamane authored
This is part of the patch series migrating PlatformEvent to ui::Event (formerly using XEvent) in Aura/X11 in order to eliminate this fundamental difference/incompatibility between Ozone and non-Ozone X11 ports. Design doc [1] describes in details such effort. This CL, particularly, is meant to ensure XEvent => ui::Event translation code (x11_event_translation.{h,cc}) is equivalent to constructing ui::*Event using the PlatformEvent ctors, the mechanism used so far to do such "translation". To achieve it, events_unittests have been modified to use the brand new X11 event translation code as well as fixing discrepancies found along the way. Most of them are trivial and this change does not bring any behavioral change. [1] https://docs.google.com/document/d/1Neh2p6f8pew9SPuEAtnJMafozAY7uhAIfhwd43CLETc Bug: 965991 Change-Id: I1b738fd20c21233a611a0661b76da7fcdf176613 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2022322 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#736213}
-
Daniel Libby authored
This is used internally as ScrollGranularity enum value, so convert from being a double to the real type. Note that we're currently keeping the double version for script bindings of Blink's ScrollState. There is a behavioral change where the ScrollStateInit deltaGranularity is no longer round-tripped correctly but the ScrollCustomization feature was never shipped and no longer being pursued. R=bokan@chromium.org Bug: 1045306 Change-Id: I8092ebe8ee4833f2566b234660b8c4b5880e51f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2026468Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Daniel Libby <dlibby@microsoft.com> Cr-Commit-Position: refs/heads/master@{#736212}
-
Joshua Bell authored
A transaction watchdog timer intended to guard against hung renderers would be scheduled even if the transaction backend still had tasks to perform, which could be blocked on other backend work. The watchdog timer should only be started if the backend is only waiting on the front end. Add the extra condition. Bug: 1045585 Change-Id: I86e978faa9735e1b7a89a10660f1c747237b3c9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2026109Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Commit-Queue: Joshua Bell <jsbell@chromium.org> Cr-Commit-Position: refs/heads/master@{#736211}
-
Hiroshi Ichikawa authored
Bug: 1023250 Change-Id: I9105894e5f3544cb52ef686b1abb8753455b3e6c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2022023Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Hiroshi Ichikawa <ichikawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#736210}
-
Stephen Lin authored
R=pkasting@chromium.org Bug: 1045684 Change-Id: If2cd41468f23949b2b42dda35ebee99a9297ec76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023346 Auto-Submit: Stephen Lin <stephenlin@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#736209}
-
Jimmy Gong authored
- Previously we appended the license to the os-credits page URL. - This is incorrect as we need to create the URL with the license as a reference fragment. eg. chrome://os-credits/#license - Update tests to reflect this. Bug: 1044646 Test: unit + browser tests Change-Id: I0bbb8067cbffdbcd14ab1ff4b37014c8ef7424ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015674 Commit-Queue: jimmy gong <jimmyxgong@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Bailey Berro <baileyberro@chromium.org> Cr-Commit-Position: refs/heads/master@{#736208}
-
David Bokan authored
After r735931, Mac web_tests run with smooth scrolling enabled like other platforms. However, this makes some web_tests flaky. These are proving difficult to find so I'm marking them flaky for now rather than constantly revert/relanding the code changes. TBR=flackr@chromium.org Bug: 944583 Change-Id: Ifdf21c5550bf0982d5d8d4f83a29cff22865f3a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2026754Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#736207}
-
Mitsuru Oshima authored
R=yigu@chromium.org Bug: 1043465 Test: run 100 times and no flaky Change-Id: I64aef46f8f61a5bde32d678a91301f9ea9304b74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2026508Reviewed-by:
Jun Mukai <mukai@chromium.org> Commit-Queue: Mitsuru Oshima (slow in TOK) <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#736206}
-
Andrew Xu authored
This CL adds the metrics which indicate whether the drag on window from shelf ends normally or gets canceled. Bug: 1041609 Change-Id: Ibbbce1b3523558340fe299e3e4ecc139573bba4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023852Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Andrew Xu <andrewxu@chromium.org> Cr-Commit-Position: refs/heads/master@{#736205}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/e6148d3266a2..b8692a1901e0 Created with: gclient setdep -r src-internal@b8692a1901e0 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1012975,chromium:1023913,chromium:1034774,chromium:1039877,chromium:1045987,chromium:927262 Tbr: jbudorick@google.com Change-Id: Iabf5f8a43f7e5040fca0e16ed9d954141582196f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2026171Reviewed-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@{#736204}
-
Andrew Xu authored
When shelf is under gesture scroll, the scroll animation to adjust the scroll offset triggered by bounds change may conflict with the scroll gesture. As a result, user will feel hard to scroll the shelf during bounds animation. This CL prevents scroll animation from being started if shelf is under gesture scroll along the main axis. Bug: 1046568 Change-Id: Ib5d00c457e442e657d928046a4f03a43093f0a7a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2026173 Commit-Queue: Andrew Xu <andrewxu@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#736203}
-
tby authored
I've also added jiameng@ as an owner to the metrics while I'm here. Bug: 881215 Change-Id: Ia14c2314775d2e3eaff84334f0aca4edab986757 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010597 Commit-Queue: Tony Yeoman <tby@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#736202}
-
nancy authored
TODO: handle context menus for extensions opened in windows. BUG=1038487 Change-Id: I88607aef9465bff272362acb96e17ee370e72607 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2022585Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#736201}
-
Natalie Chouinard authored
Suspected culprit CL: https://crrev.com/c/2006485 TBR=lazzzis@google.com Bug: 1046317, 1046316, 1045729 Change-Id: I44124aeb3d9729bda8eac714998a2ef24de9ad79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2026255Reviewed-by:
Natalie Chouinard <chouinard@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#736200}
-
Sophie Chang authored
Bug: 1036490 Change-Id: Ib8bec196e208c0bbb86ec670ba48a7b2c859d565 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2025914Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Commit-Queue: Sophie Chang <sophiechang@chromium.org> Cr-Commit-Position: refs/heads/master@{#736199}
-
Ahmed Fakhry authored
This is a preparation work for adding support for renaming desks. BUG=1040980 TEST=Manual, no change in functionality. Change-Id: Ic5f846a0ef1f8fa6c975ec06a22263ce99107846 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2026692Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#736198}
-
Christopher Thompson authored
This adds a new interstitial page for the legacy TLS warning. It generally follows the SSL interstitial, but with different strings and a different icon (the (i) info icon). The test interstitial is available at chrome://interstitials/legacy-tls Screenshot: https://drive.google.com/file/d/1MkWCqWKtQwo7k-ybYjKotYJDjTzRwcd0/view This also refactors the legacy TLS browsertest classes slightly, basing them on SSLUITest rather than CertVerifierBrowserTest, brings in the mock cert verifier explicitly. It also adds a SetPolicy() method to SSLUITestBase (to complement the EnablePolicy() method, but for policies that take base::Value types, in this case for the SSLVersionMin policy). Overall, this makes for a slightly simpler class structure and lets us reuse all of the infrastructure setup by SSLUITest (since CertVerifierBrowserTest is fairly simple in comparison). The new cert error is introduced in https://crrev.com/c/1894616. Support for the control site list will be added in https://crrev.com/c/1906779. Bug: 896013, 1039756 Change-Id: Ic3242178239ac8c68d02fe0a2a21a52638146580 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940707 Commit-Queue: Christopher Thompson <cthomp@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#736197}
-
Jongmok Kim authored
In the function ‘Tab:OnMouseReleased’, fix the tab to close only if the mouse event is a middle click. Bug: 947613 Change-Id: I7248b014f9774fe33f49de7f8c8f1ef08cc9d862 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024134Reviewed-by:
Connie Wan <connily@chromium.org> Commit-Queue: Connie Wan <connily@chromium.org> Cr-Commit-Position: refs/heads/master@{#736196}
-
Lachlan Ford authored
Enables OpenXR as a default VR backend. Change-Id: I620c01a7a674c32874a83d2551f4b1c94663b746 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001581Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Commit-Queue: Lachlan Ford <laford@microsoft.com> Cr-Commit-Position: refs/heads/master@{#736195}
-
Robert Ogden authored
Defaults to 1. Bug: 1023485 Change-Id: Ia76fe2e0150b60f3a4e15b5bcdb674de63899c5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2025570 Commit-Queue: Robert Ogden <robertogden@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#736194}
-
Dan Harrington authored
We are not settings these parameters, and have no plans to set them. Bug: 1044139 Change-Id: I7c024b5bf01fafc8771ea2cd3f511ead085360ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2012885Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Commit-Queue: Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#736193}
-
Alex Cooper authored
The "RequestSession" flow for a typical VR Session requires bouncing calls through a few asynchronous API's via callbacks. Currently there are four pieces of data which get constantly passed through these callbacks, as they needed at various stages of the request flow. Unfortunately, since a second "RequestSession" request may come in during this asynchronous work, this data cannot just be cached on the VRService class. This change cleans up some of the pattern to make this more readable by creating a struct to hold this data, so that only one object needs to be consistently forwarded around by the code. Bug: 1045130 Change-Id: I4a64eaba2944ddfe4304a20e023acc0100c834f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024267 Commit-Queue: Alexander Cooper <alcooper@chromium.org> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Cr-Commit-Position: refs/heads/master@{#736192}
-
Christopher Lam authored
This CL adds a test that ensures that a disallowed WebUI Mojo Interface request crashes the renderer. It also adds a sanity check test that accesses 2 Mojo Interfaces. Bug: 936482 Change-Id: I3ad90958cf004e3ea14d08034dd2200a3012f469 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981245 Commit-Queue: calamity <calamity@chromium.org> Reviewed-by:
calamity <calamity@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#736191}
-
Yusuf Sengul authored
Bug: 1038368 Change-Id: If6d1831cbda98084e9dfc7ee9387f0b77c96208f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1984474 Commit-Queue: Yusuf Sengul <yusufsn@google.com> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Roger Tawa <rogerta@chromium.org> Reviewed-by:
Tien Mai <tienmai@chromium.org> Cr-Commit-Position: refs/heads/master@{#736190}
-
Weiliang Chen authored
Follow up on previous CL by improving comments quality. R=rjkroege Bug: 979788 Change-Id: I110404464582bdf6490100fb601dda39ee0aca73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023481 Commit-Queue: weiliangc <weiliangc@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Cr-Commit-Position: refs/heads/master@{#736189}
-
John Chen authored
Rebaseline of following directories: html, paint, svg, tables TBR=wangxianzhu@chromium.org Bug: 1028242 Change-Id: Ieed3a8868fc567633bd8216eade45438ace995b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2026367Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#736188}
-
Avi Drissman authored
* Assume building with a macOS SDK newer than 10.8 * Assume C++11 strong enums * Assume 64-bit compilation Bug: 1044838 Change-Id: I5a21aa1dbd00c5d6999d67ae80f18979c1c49607 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2025988 Auto-Submit: Avi Drissman <avi@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#736187}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/ba9da466cca5..ad9110026bee git log ba9da466cca5..ad9110026bee --date=short --first-parent --format='%ad %ae %s' 2020-01-29 fmalita@chromium.org [skottie] Separate text resize options 2020-01-28 mtklein@google.com partial strength reduction for bit ops 2020-01-28 egdaniel@google.com Remove create function in proxyProvider that takes a raster SkImage. 2020-01-28 mtklein@google.com tweak grading in gm/skbug_9819 for G8 2020-01-28 mtklein@google.com skvm sweep gradients 2020-01-28 reed@google.com improvements to shaper_ct 2020-01-28 bsalomon@google.com Fix asyncRescaleAndReadPixelsYUV420 fallback w/out GL_EXT_texture_rg. Created with: gclient setdep -r src/third_party/skia@ad9110026bee If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC reed@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;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: None Tbr: reed@google.com Change-Id: Ie3b608f6804f8a15eee65baa4c0397f57bc667a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2026412Reviewed-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@{#736186}
-
Garrett Beaty authored
Change-Id: Id3345773ded119aac8950b7a367ac176b3ef86df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2021185Reviewed-by:
Simon Que <sque@chromium.org> Commit-Queue: Simon Que <sque@chromium.org> Auto-Submit: Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#736185}
-
Josh Simmons authored
A screenshot of the layout with these updates is here: https://drive.google.com/open?id=1-FooiiizmrwZSq9B_SXrkhdOiVhSZT_K Bug: 1040661 Change-Id: I7b5579d9d44807b979484e58dcb273507c3e3c0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024067 Commit-Queue: Josh Simmons <jds@google.com> Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#736184}
-
Brandon Wylie authored
Bug: 1041576 PRD: go/roti-prd Doc: go/roti-chrome-design Change-Id: Id5e547f922ce7939563e7a475654a55396954070 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1999157 Commit-Queue: Brandon Wylie <wylieb@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Ender <ender@google.com> Reviewed-by:
Patrick Noland <pnoland@chromium.org> Cr-Commit-Position: refs/heads/master@{#736183}
-