- 12 Jul, 2019 40 commits
-
-
Shimi Zhang authored
This is a followup of http://crrev/c/1685837. See more at https://docs.google.com/document/d/1Jwfbzbe8ozaoilhqj5mAPYbYGpgZCen_XAAAdwmyP1E/edit Bug: 955171 Change-Id: Ic791b7a25c42494f83fb14308ce29549c55a2388 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1697525Reviewed-by:
Tao Bai <michaelbai@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Shimi Zhang <ctzsm@chromium.org> Cr-Commit-Position: refs/heads/master@{#676956}
-
Kenneth Russell authored
https://chromium.googlesource.com/external/khronosgroup/webgl.git/+log/91350f8..6453c2f Also re-enable shaders-with-invariance test. Recent ANGLE fixes allow conformance/glsl/misc/shaders-with-invariance.html to pass again on most configurations. Bug: 980675 Cq-Include-Trybots: luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel Change-Id: I2abe0b1b0e2ac61488db3efdc00a9efe01376c6e Tbr: jmadill@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1698992Reviewed-by:
Jamie Madill <jmadill@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#676955}
-
Jonathan Metzman authored
Only include parts that generate a PDF file that loads an empty XFA doc. Bug: 969811 Change-Id: Ifab808fd9f052fac80b7b86668f8e9278d0370de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659849 Commit-Queue: Jonathan Metzman <metzman@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Auto-Submit: Jonathan Metzman <metzman@chromium.org> Cr-Commit-Position: refs/heads/master@{#676954}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/25378d6a29ce..2a4f36b14f03 git log 25378d6a29ce..2a4f36b14f03 --date=short --no-merges --format='%ad %ae %s' 2019-07-12 geofflang@chromium.org GL: Work around Intel driver bug when clearing to zeros or ones. 2019-07-12 jmadill@chromium.org Revert "PRESUBMIT.py: Don't require "Bug:" for autoroller CLs." 2019-07-12 jonahr@google.com Fix copyTexImage2D corner case with same source/target image. Created with: gclient setdep -r src/third_party/angle@2a4f36b14f03 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=cwallez@chromium.org Bug: None Change-Id: Ib0784cad05248bdb10226789742569fe4f86fe17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699198Reviewed-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@{#676953}
-
Victor Fei authored
Renamed content/test/accessibility_browser_test_utils.{h|cc} to content/public/accessibility_notification_waiter.{h|cc} Subsequently exposing AccessibilityNotificationWaiter to public. The reason behind the renaming of the file name is that accessibility_browser_test_utils.{h|cc} contained only one class, AccessibilityNotificationWaiter This change is required by CL:1667787 as its browser test from chrome/browser revealed a case for AccessibilityNotificationWaiter to be exposed. Bug: 928949 Change-Id: Ie3a59ae1e28113570bf79fe222dd0a8954a2f5ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1695064Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kevin Babbitt <kbabbitt@microsoft.com> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Commit-Queue: Victor Fei <vicfei@microsoft.com> Cr-Commit-Position: refs/heads/master@{#676952}
-
Becca Hughes authored
Add SeekTo action that seeks to a position from the beginning of the media. Also adds a ScrubTo action that may be supported by some media sessions. It is used for scrubbing on a position scrubber. The client should call ScrubTo while the user is scrubbing and then call SeekTo to release the scrub. BUG=977375 Change-Id: If926271b1aeebee7b3ef6529962213e1f2b0fde7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1693171 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Sean Topping <seantopping@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#676951}
-
jonross authored
BrowserStateBrowserControlsVisibilityDelegate has a timer which is used to ensure that the browser controls are visible for a minimum amount of time. However this causes a race condition for telemetry tests. The controls can become unlocked after telemetry has triggered a scroll. This leads to incidental compositor frame submissions which affect the performance. Pinpoint job with associated traces for the jank: https://pinpoint-dot-chromeperf.appspot.com/job/11a923eae40000 This change adds an Android specific flag to prevent locking the controls for this timed duration. Page loading will still cause locks. Though tests tend to wait for loading to complete already, so that lock will not affect the measurements TEST=Ran telemetry rendering.mobile scrolling stories Bug: 896264 Change-Id: Ia1b3451cf4e4b7170b3478861a4e91316ab3bee5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696189Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#676950}
-
David Schinazi authored
https://quiche.googlesource.com/quiche.git/+log/82875de9a5fb..5c03085cff01 $ git log 82875de9a..5c03085cf --date=short --no-merges --format='%ad %ae %s' 2019-07-11 dschinazi Fix replacing connection IDs when initial crypters are in use 2019-07-11 fayang gfe-relnote: In QUIC, fix a misuse of largest_packet_peer_knows_is_acked when multiple packet number space is enabled. This is protected by existing FLAG_quic_supports_tls_handshake. 2019-07-11 dschinazi Fix QUIC version used when computing ALPN 2019-07-11 renjietang Remove static stream map as it's not used anymore. 2019-07-11 fayang gfe-relnote: Deprecate gfe2_reloadable_flag_quic_deprecate_queued_control_frames. 2019-07-10 renjietang Add more protection in QuicSpdySession::GetSpdyDataStream(). 2019-07-10 renjietang Move Qbone control streams out of static_stream_map. 2019-07-10 fayang gfe-relnote: In QUIC, do not add connection ID of packets with unknown connection ID and no version to time wait list, instead, send appropriate reset depending on the packets' sizes and drop them. Protected by gfe2_reloadable_flag_quic_reject_unprocessable_packets_statelessly. 2019-07-10 bnc Add QpackProgressiveDecoder-generated error message to quic_offline_decoder output. 2019-07-09 bnc Use QuicStream::transport_version() in QuicSpdySession. 2019-07-09 bnc Remove HttpDecoder::set_visitor(). Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: Idfb4a566e004c0fbc77ef56425cbcbd7884741cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699255 Commit-Queue: Nick Harper <nharper@chromium.org> Reviewed-by:
Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#676949}
-
Lei Zhang authored
They were replaced in https://crrev.com/224520 in 2013. Change-Id: Ie95c2028b3935a0c3a20d244bc084519fd7b324e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699250Reviewed-by:
Nik Bhagat <nikunjb@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#676948}
-
Sergio Villar Senin authored
Document stores a timestamp for the moment it was created in order to compute the elapsed time whenever required. This looks like the perfect use case for base::ElapsedTimer. We wouldn't have to convert from double to int anymore. Actually we can go further and completely get rid of int downcasts as well and operate always in terms of base::TimeDelta. Document::ElapsedTime() returns a base::TimeDelta from now on and it was also moved to the private section as it isn't used from the outside. Bug: 979137 Change-Id: I2a3ede41fa947c400769ad21c515eefb857b7fbe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1679755Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Sergio Villar <svillar@igalia.com> Cr-Commit-Position: refs/heads/master@{#676947}
-
Evan Stade authored
Bug: 268984 Change-Id: I0dfeb73a3ab21c69d225e69ce593eb6dcdf42843 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696528Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#676946}
-
Devlin Cronin authored
Enable the getters and setters for the "action" API, including: action.getPopup action.setPopup action.getTitle action.setTitle action.getBadgeText action.setBadgeText action.getBadgeBackgroundColor action.setBadgeBackgroundColor Add a parameterized end-to-end test that exercises each of these for both the action API and browserAction and pageAction (where applicable - pageAction does not have all of these options). Bug: 893373 Change-Id: I9e93650a0228b7b3d696174992a6622c64bce2b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1684535 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#676945}
-
Thomas Tangl authored
Bug: 975875 Change-Id: Ifdb6e5adca6db5b7387443bd9198934b4204dc55 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1695288Reviewed-by:
Alex Ilin <alexilin@chromium.org> Commit-Queue: Thomas Tangl <tangltom@chromium.org> Cr-Commit-Position: refs/heads/master@{#676944}
-
Sergio Villar Senin authored
We were doing some unneccesary double <-> base::Time conversions. We can just store base::Time and then convert it to doubles for the histograms. Bug: 979137 Change-Id: Ifa93dd5d91ddfbfc3dd6eca50115bc9e402ce183 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1678483 Commit-Queue: Sergio Villar <svillar@igalia.com> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#676943}
-
David Maunder authored
Task IDs track navigations and relationships between navigations Bug: 946356 Change-Id: I409dde8f32703d07afffe3584cc6ad7e7160ee14 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1666613Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: David Maunder <davidjm@chromium.org> Cr-Commit-Position: refs/heads/master@{#676942}
-
Mohammad Refaat authored
Bug: 982030 Change-Id: I194cf28f8299667756332529cd13d2e6a7c113a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1689926Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Mohammad Refaat <mrefaat@chromium.org> Cr-Commit-Position: refs/heads/master@{#676941}
-
Antonio Gomes authored
media::MovingAverage::count_ is declared as uint64_t and its getter, count(), returns size_t. During the Onion soup'ing of some classes [1] that include this header (soon) from Blink, some compilers face issues [2]. [1] https://crrev.com/c/1698170/ [2] https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8908195303894439840/+/steps/compile__with_patch_/0/stdout BUG=704136 R=dalecurtis@chromium.org Change-Id: I87773edec09f8ae95d6c099e12801148b128c218 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1698422Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#676940}
-
Charlie Andrews authored
This histogram will be important as we change the key in the metadata recorder from <name_hash> to a <name_hash, ID> tuple, allowing us to track spans that represent similar IDs but are different (e.g. two simultaneous frames loading pages in the same process). This will increase the number of unique items in the map and put pressure on the number of available slots. This histogram will help ensure that the metadata recorder doesn't overflow. Overflow would be bad because we would fail to add metadata to samples that should have it. Bug: 980308 Change-Id: I8df33963d7c5432131172ab81f715082554f1296 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1698884 Commit-Queue: Charlie Andrews <charliea@chromium.org> Auto-Submit: Charlie Andrews <charliea@chromium.org> Reviewed-by:
Mike Wittman <wittman@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Cr-Commit-Position: refs/heads/master@{#676939}
-
Steve Kobes authored
This renames the fields in FrameRenderDataUpdate, and removes all references to "jank" in page_load_metrics except for the UMA and UKM metric names. Bug: 963474 Change-Id: Ie7a00d1962dce79d9aad79c677ad1f947d496a58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1667749Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Bryan McQuade <bmcquade@chromium.org> Commit-Queue: Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/master@{#676938}
-
Rayan Kanso authored
Since developers can provide absolute/relative paths, the launch URL is resolved in the renderer then piped to the storage layer and the content provider. Bug: 1688788 Change-Id: I9d5f1cd2a945ea6664431f2efbfaf033ce2566c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1688961Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Richard Knoll <knollr@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Rayan Kanso <rayankans@chromium.org> Cr-Commit-Position: refs/heads/master@{#676937}
-
Pavel Shmakov authored
https://android-review.googlesource.com/c/platform/frameworks/support/+/1009050 Bug: 981334 Change-Id: I76995c62e57103da14e7bc7d016ff160aec5b820 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1688835Reviewed-by:
Peter Conn <peconn@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Auto-Submit: Pavel Shmakov <pshmakov@chromium.org> Commit-Queue: Pavel Shmakov <pshmakov@chromium.org> Cr-Commit-Position: refs/heads/master@{#676936}
-
Kristyn Hamasaki authored
Modified unit tests for changes to CSSAgent. Bug: 977214 Change-Id: I5710a35cfa19955fa3ceccb11c0d5c098fdc498e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1668310 Commit-Queue: Kristyn Hamasaki <khamasaki@google.com> Reviewed-by:
Wei Li <weili@chromium.org> Cr-Commit-Position: refs/heads/master@{#676935}
-
David Maunder authored
Bug: 976390 Change-Id: I31c1e474f48c3e621172e69ed64d841f0e504106 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1665196 Commit-Queue: David Maunder <davidjm@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#676934}
-
Andrii Sagaidak authored
When a user is searching for a flag and there is no matching results found, a message saying "No matching experiments" is displayed. This PR adds ability for screen readers to announce this message. Bug: 983365 Change-Id: I3fc458a105cefb9294954d1c4d6a91f5f77e0212 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1698993Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Commit-Queue: Andrii Sagaidak <ansagaid@microsoft.com> Cr-Commit-Position: refs/heads/master@{#676933}
-
Cammie Smith Barnes authored
We change the name of the feature kSplitCacheByTopFrameOrigin to kSplitCacheByNetworkIsolationKey, in order to more accurately reflect how we are splitting the cache. Bug: 910708 Change-Id: I405451b37c5b18a2ef8a87dc66a34831b0695b8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1693284 Commit-Queue: Cammie Smith Barnes <cammie@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Reviewed-by:
Shivani Sharma <shivanisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#676932}
-
Yao Xiao authored
For network isolation key, rename the member initiating_frame_origin to frame_origin to align with Charlie's comments in https://chromium-review.googlesource.com/c/chromium/src/+/1665549/24/content/browser/loader/navigation_url_loader_impl.cc#1104 Bug: 910708 Change-Id: I7efba2f3e8c91c2356088ded3cdb367e6f37262f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1698168Reviewed-by:
Shivani Sharma <shivanisha@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Commit-Queue: Shivani Sharma <shivanisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#676931}
-
Lei Zhang authored
We want to keep these around to keep an eye on Cloud Print stats. Bug: 970002 Change-Id: Ieaede81e06dd910d5297b7b3fecfa37897f776d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699744 Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#676930}
-
Juan Antonio Navarro Perez authored
None of the subclasses use the argument, so it always gets the default value of ''. Confusingly this is only passed to the LegacyPageTest constructor, whose first and only argument is about cache clearing [1] and has nothing to do with names of actions. There was possibly an API change at some point and this only works because of a happy accident. [1]: https://cs.chromium.org/chromium/src/third_party/catapult/telemetry/telemetry/page/legacy_page_test.py?rcl=1abe66f1c25324dc3e5c2bf84f3d5c5aed105196&l=48 Bug: 921000 Change-Id: I6fd512cf410d639f7fbca2d51db0ce801e6f2bef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699664 Auto-Submit: Juan Antonio Navarro Pérez <perezju@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#676929}
-
W. James MacLean authored
Temporarily disable this test while we figure out why it's flaky. TBR=mpearson@chromium.org TBR=alexmos@chromium.org Bug: 959924 Change-Id: I9e9d1422b9575bb09be4eb209b8913131f0b45ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699086 Commit-Queue: James MacLean <wjmaclean@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
James MacLean <wjmaclean@chromium.org> Cr-Commit-Position: refs/heads/master@{#676928}
-
Yoav Weiss authored
We suspect that for privacy reasons we may have to remove support for the onload and onerror events of link rel=prefetch. This CL adds use counters that will help us see if we should expect compatibility hurdles on that front. Change-Id: I25a72120f2ed10ab364fdd506c4c8fd1ae566f17 Bug: 983541 Change-Id: I25a72120f2ed10ab364fdd506c4c8fd1ae566f17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699674Reviewed-by:
Dominic Farolino <dom@chromium.org> Commit-Queue: Yoav Weiss <yoavweiss@chromium.org> Cr-Commit-Position: refs/heads/master@{#676927}
-
Mohammad Refaat authored
Replaces methods of tab_test_util.h: GetCurrentTab() by GetCurrentWebState() GetNextTab() by GetNextWebState() GetTabAtIndexInCurrentMode(NSUInteger index) by GetWebStateAtIndexInCurrentMode(int index) Also with that chrome_test_util has a duplicate method GetCurrentWebState, i deleted it and replaced it usage by the one in tab_test_util.h Bug: 983291 Change-Id: I8242d5eae010ffb70d7757531906a55cac68972f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1697438Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Mohammad Refaat <mrefaat@chromium.org> Cr-Commit-Position: refs/heads/master@{#676926}
-
rbpotter authored
When the zoom buttons are refocused with the keyboard, also ensure that the toolbar manager's keyboardNavigationActive boolean is reset to true. This value is cleared by Print Preview when focus returns to the Print Preview controls, to allow the zoom buttons to fade out. Bug: 982694 Change-Id: Ie4f9b00d48f44277271d43d415abedc51e0a3a64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1695813 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#676925}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/bc525d65a1f8..b99fd5d50cf8 git log bc525d65a1f8..b99fd5d50cf8 --date=short --no-merges --format='%ad %ae %s' 2019-07-12 mtklein@google.com initialize fPhase 2019-07-12 halcanary@google.com documentation/build, BUILDCONFIG: Visual Studio Build Tools 2019 2019-07-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-07-12 gkaiser@google.com GrGLGpu: Fix typo in 'if' check 2019-07-12 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps 2019-07-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 17462d53..5920a999 (452 commits) 2019-07-12 scroggo@google.com Reland "Update Wuffs version" 2019-07-12 mtklein@google.com bidirectional Labels 2019-07-12 borenet@google.com [infra] Update Windows bot version Created with: gclient setdep -r src/third_party/skia@b99fd5d50cf8 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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-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 TBR=fmalita@google.com Change-Id: If4880b4591d21edb9fe4bbdf2b1ede39bb99f4f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699329Reviewed-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@{#676924}
-
Adam Raine authored
A new class CompositorKeyframeColor was added to accommodate color values on the compositor. Compositor keyframe value factory will now create a CompositorKeyframeColor when the CSSValue can be casted to a CSSColorValue. Unit tests were changed to test color values on the compositor. Bug: 883721 Change-Id: I771e0ece5d546baa345d9b9aa4d49c451ee899f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1695689 Commit-Queue: Adam Raine <asraine@google.com> Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#676923}
-
Lei Zhang authored
Deprecate CompositeDocToPdf.Status and CompositePageToPdf.Status. The error rates are extremely low. If users are having issues with the PDF Compositor, the issues will manifest as printing bugs and users will notice and file bugs for them. Bug: 975373,975791 Change-Id: I158f1e6edd6cf39525fb606b6805e611f8da5ede Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699346Reviewed-by:
Wei Li <weili@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#676922}
-
Geoff Lang authored
BUG=979342 TBR=ynovikov@chromium.org Change-Id: Iabbc157ce22ab8304b373ba4e6b5a4aff45cb680 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700106Reviewed-by:
Geoff Lang <geofflang@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org> Cr-Commit-Position: refs/heads/master@{#676921}
-
Jorge Lucangeli Obes authored
I can't think of a good reason to block it and it generates a ton of logspam. BUG=None TEST=Build for soraka Chrome OS board, deploy. TEST='journalctl -g SECCOMP', no more set_robust_list(2) logs. R=mpdenton@chromium.org, rsesek@chromium.org Change-Id: I8cbfd4176ac7f1c5ef31080c910980c1ed13152b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700105 Commit-Queue: Jorge Lucangeli Obes <jorgelo@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Auto-Submit: Jorge Lucangeli Obes <jorgelo@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#676920}
-
ziyangch authored
-Used to control whether to expose "communication" device id. -Used to control whether to generate communication AudioParameters. Bug: internal: 136023597 Test: None. Change-Id: I8f855c1b1ef299517783221e2995f32c45908469 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1683830 Commit-Queue: Ziyang Cheng <ziyangch@chromium.org> Reviewed-by:
Sergey Volk <servolk@chromium.org> Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#676919}
-
chromium-autoroll authored
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-sdk-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:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: I89fff79db4678ba397b6e1eea38fe1274c5ee299 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699332Reviewed-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@{#676918}
-
Mounir Lamouri authored
Bug: 975210, 975330 Change-Id: I4251a0aed01a06b92c082ad538ef4448278de7ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1691328Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#676917}
-