- 09 Dec, 2020 40 commits
-
-
edchin authored
This was originally created in Aug 2017 in this CL: https://chromium-review.googlesource.com/603690 This metric is no longer being used and has already expired 9 months ago. Per go/histogram-expiry-guidelines: "If the histogram is not in use now, but might be useful in the far future, remove it." Change-Id: I6903617fcfaf8ca3d9c46433386d7ccca508105f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2580697 Auto-Submit: edchin <edchin@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#835326}
-
Michael Savigny authored
This CL adds the'use_rbe' gn argument, that when set to true will use re-client to do remote execution. Bug: 1149386 Test: Manually built chromium with use_rbe=true and local config file. Change-Id: Ibb1d1d89a713de7b7900bc21db7b66169ef8ad01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2562678 Commit-Queue: Michael Savigny <msavigny@google.com> Reviewed-by:
Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#835325}
-
Raymond Toy authored
Extend expiration by 6 months for WebAudio histograms expiring on 2021-01-06. Bug: 1152046, 1152047, 1152048, 1152049, 1152050, 1152051, 1152052 Change-Id: I62f01eadf5bc891c5b4de3039c0ce80f2b3a0557 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2577878Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Reviewed-by:
Weilun Shi <sweilun@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#835324}
-
Gavin Mak authored
Generate DIR_METADATA files and remove metadata from OWNERS files for directories under //third_party/blink/web_tests/. Bug: 1113033 Change-Id: Ia6928e6b0683ed63c4bc747ad6143488076e4a59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2572727 Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Auto-Submit: Gavin Mak <gavinmak@google.com> Cr-Commit-Position: refs/heads/master@{#835323}
-
Mei Liang authored
Bug: 1153604 Change-Id: I7e61b9da34f239c53a902aba8473d690dcaeeecb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2580403Reviewed-by:
Xi Han <hanxi@chromium.org> Reviewed-by:
Yue Zhang <yuezhanggg@chromium.org> Commit-Queue: Mei Liang <meiliang@chromium.org> Cr-Commit-Position: refs/heads/master@{#835322}
-
David Black authored
Screenshot: http://shortn/_elXItqeFbl Bug: 1154347 Change-Id: I2ebf4724c6146bd43d4381d7f12e3410c4591246 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2581026 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#835321}
-
Egor Pasko authored
From a comment remove a confusing mention of an old method doInBackground(), removed since. This reference points at the comment that was introduced at e0825567 (from 2012) and was saying: """ // We're loading the .so in a background thread. Potentially, this // can break native code that relies on static initializers using // thread local storage, as the library would normally load in the // main thread. If do we hit such cases we should remove those static // initializers, as we chrome has banned them. // (Worst case, we can go back to just warming up the file in the system // cache here and do the actual loading in onPostExecute().) """ Since then in many other places we are relying on *not* having static initializers touching TLS. We have very few static initializers in 2020, if any, and guard against adding them. This note is no longer important. Bug: 1154224 Change-Id: I8e9059d73e71b6e5f779037d0d8cfa6f08a745a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2574739 Auto-Submit: Egor Pasko <pasko@chromium.org> Reviewed-by:
Benoit L <lizeb@chromium.org> Commit-Queue: Egor Pasko <pasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#835320}
-
Danila Kuzmin authored
Extract offline login flow (offline-gaia) to a separate file. Make it available only when the device already has registered users. Create a screen class and handler for it. Bug: 1113152 Change-Id: I08fe0ad60adf05068dcc502f19e875e0d8fce909 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2450314 Commit-Queue: Danila Kuzmin <dkuzmin@google.com> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Cr-Commit-Position: refs/heads/master@{#835319}
-
Sahir Vellani authored
Users will now be able to use middle click autoscroll to scroll a parent div if the inner-most scroller is unable to scroll in that direction. If there is no delta-consumable scroller, the top-most autoscrollable scroller will be latched. Bug: 1107648 Change-Id: Iccd4efec3b1ce5d09c701d3d46052176275dbc32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488042Reviewed-by:
Robert Flack <flackr@chromium.org> Reviewed-by:
Rahul Arakeri <arakeri@microsoft.com> Commit-Queue: Sahir Vellani <sahir.vellani@microsoft.com> Cr-Commit-Position: refs/heads/master@{#835318}
-
Victor Vasiliev authored
Change-Id: I3d4c8ff60b76182200f826a040d018edc61dc869 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2579827Reviewed-by:
David Schinazi <dschinazi@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Victor Vasiliev <vasilvv@chromium.org> Cr-Commit-Position: refs/heads/master@{#835317}
-
kenkangxgwe authored
This is a fixup for b2af6d84. - add/remove macros. - avoid inline virtual function. Bug: b/162546246 Bug: b/173504008 Test: None Change-Id: I3aa2767efc30bf0e677462f395be50dbefc4117f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2581438Reviewed-by:
Sean Topping <seantopping@chromium.org> Commit-Queue: Mingyu Kang <kenkangxgwe@google.com> Cr-Commit-Position: refs/heads/master@{#835316}
-
Alex Rudenko authored
With this CL, if the mouse leaves an inner frame, the tooltip shown in the inner frame will be hidden. Note that if you first inspect the outer frame and then inspect an inner frame, you'd see two tooltips still because the mouse does not actually leave the outer frame area. Fixed: 1155549 Change-Id: Ib6670990eb352fc9f8c41ae6a2727145652ee9e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2578896Reviewed-by:
Peter Marshall <petermarshall@chromium.org> Commit-Queue: Alex Rudenko <alexrudenko@chromium.org> Cr-Commit-Position: refs/heads/master@{#835315}
-
Gordon Seto authored
Populate eSIM pending profile model data into internet_subpage. UI still in progress. Screenshot: https://screenshot.googleplex.com/6FDSzXUJi6kzvah.png Bug: 1093185 Change-Id: Ibe19fabd200f2af435261bd3f7cd648168696e54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2572748 Commit-Queue: Gordon Seto <gordonseto@google.com> Reviewed-by:
Azeem Arshad <azeemarshad@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#835314}
-
Chris Lu authored
OverlayPresenterImpl's |detached_presenting_request_queue_| is used to receive the OverlayRequestRemoved() delegate callback to extend the lifetime of the request being removed to OverlayPresenterImpl::OverlayWasDismissed in the instance of a presenting WebState being detached. However, this pointer does not guarantee the continued existence of the |detached_presenting_request_queue_|. In addition, in this callback, there is no need to reset the delegate since OverlayPresenterImpl doesn't need to listen for OverlayRequestRemoved() anymore with |presented_request_| being reset in this callback. Bug: 1155138 Change-Id: Ie5ec9b3ee1fe85484ab51919e5f9656e3351f41b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575318Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Cr-Commit-Position: refs/heads/master@{#835313}
-
Joe Downing authored
I noticed an error in the file logger today which indicted that the logger could create a new symlink since one already existed. I missed this error previously because it only showed up if you run Sawbuck before starting the host (when the file logger starts up and before it takes control of the tracing session). This CL deletes the previous symlink before we try to create a new one. Change-Id: I61e76f8169855899c9ea6262c19bb95f47b30d98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2582506 Commit-Queue: Jamie Walch <jamiewalch@chromium.org> Auto-Submit: Joe Downing <joedow@chromium.org> Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#835312}
-
Darin Fisher authored
Temporarily add explicit border around pop-up menus since we aren't yet drawing drop-shadows for pop-up menus. Bug: 1156893 Change-Id: I7a8f2da5842d1ccf0da1a1fc0113dd55771d5afc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2580401Reviewed-by:
Erik Chen <erikchen@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Darin Fisher <darin@chromium.org> Cr-Commit-Position: refs/heads/master@{#835311}
-
Darin Fisher authored
Bug: 1143953 Change-Id: I4febdac138688de659ceaa96a54d0427dec0473d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2581449Reviewed-by:
Erik Chen <erikchen@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Darin Fisher <darin@chromium.org> Cr-Commit-Position: refs/heads/master@{#835310}
-
Ken Rockot authored
Content hasn't actually used Service Manager-based services in ages, and these names are only relevant to those things. They're still used by //chromecast, but in extremely limited capacity. This moves a few constant definitions into //chromecast C++ code and wipes out service_names.mojom. Most of the CL is deletion of stale includes of the generated header. Bug: 977637 Change-Id: Ica638ae5bd2b1238a998ce76faa943ce85775b5d Tbr: boliu@chromium.org Tbr: blundell@chromium.org Tbr: caseq@chromium.org Tbr: kinuko@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2568681 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Sean Topping <seantopping@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#835309}
-
danakj authored
The mojom was changed to BitmapN32 in a9162d6d, so the browser will only receive the correct bitmap format now. No need to rely on checks in the receiver code. R=avi@chromium.org Bug: 1144462 Change-Id: I72fd8cac96b3154a894d77ef80b8a19588231878 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2580322 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#835308}
-
rbpotter authored
Bug: 1065895 Change-Id: I87c383d9b8091b41aa2aeda237d49e9a6db3caa5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2581029Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#835307}
-
Shannon Chen authored
Point scanning performs a vertical range scan before a vertical line scan. The vetical line should scan within the range. Currently, the point scan performs the following step: 1. Horizontal Range Scan 2. Horizontal Line Scan 3. Vertical Range Scan 4. Vertical Line Scan Signed-off-by:
Shannon Chen <shannc@chromium.org> Bug: 1061537 Change-Id: If29f7bbf7f1e3c29c8872523bf48214dcc9f6bd4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2580139Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Shannon Chen <shannc@google.com> Cr-Commit-Position: refs/heads/master@{#835306}
-
Robert Sesek authored
CoreFoundation was only needed for a __builtin_available check to support Mac OS X 10.10, support for which has now been removed. Bug: 1153883 Change-Id: I02fff5146387c56db4b1d3f061fc2e37f82b9100 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2579952 Commit-Queue: Nico Weber <thakis@chromium.org> Auto-Submit: Robert Sesek <rsesek@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#835305}
-
Mario Sanchez Prada authored
This migrates these legacy IPC messages to the media.mojom.MediaPlayer mojo interface, now implemented by HTMLMediaElement inside of Blink, and updates its callers in the browser process. Relevant design document: https://docs.google.com/document/d/1OLMNxLvGkRO6ju_WfHbRMrgaVnW7bsMnW7XlJQI0A2E Bug: 1039252 Change-Id: Ia4c873402179fb3eb918a3bc077b19842026ce21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2543025 Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#835304}
-
edchin authored
Removes kPointerSupport flag which was launched M84. Bug: 1076995 Change-Id: I8f5eb06d4942ded876723aeb30abfa521f978d05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2580136 Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#835303}
-
Thiemo Nagel authored
This reverts commit fe104bae. Reason for revert: I believe I've wrongly reverted this CL. My apologies. (In the meantime, I've bisected the failing test to be https://chromium-review.googlesource.com/c/chromium/src/+/2580046) Original change's description: > Revert "[Tab Groups] Only create a tab group if it is the second link." > > This reverts commit 022f0128. > > Reason for revert: It looks like this is breaking TabStripTabListTest.All in https://ci.chromium.org/p/chromium/builders/ci/Linux%20Tests%20%28dbg%29%281%29 > > First occurrence: https://ci.chromium.org/p/chromium/builders/ci/Linux%20Tests%20%28dbg%29%281%29/93505 > > Original change's description: > > [Tab Groups] Only create a tab group if it is the second link. > > > > This is merely a heuristic for whether or not to create a tab group > > based on the opener of the tab next to the current one. > > > > Bug: 1128703 > > Change-Id: Iae0ae8db78be0bbe9be2fdacd143c70e1a0d49bc > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2567818 > > Commit-Queue: Charlene Yan <cyan@chromium.org> > > Reviewed-by: Elly Fong-Jones <ellyjones@chromium.org> > > Reviewed-by: Connie Wan <connily@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#834915} > > TBR=ellyjones@chromium.org,cyan@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com,connily@chromium.org > > Change-Id: Ib7fae0f0d2bfce4eddd9966923b50b3690e0fe24 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 1128703 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2580530 > Reviewed-by: Thiemo Nagel <tnagel@chromium.org> > Commit-Queue: Thiemo Nagel <tnagel@chromium.org> > Cr-Commit-Position: refs/heads/master@{#835150} TBR=ellyjones@chromium.org,tnagel@chromium.org,cyan@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com,connily@chromium.org # Not skipping CQ checks because this is a reland. Bug: 1128703 Change-Id: I7d3346cdf4fa0deba24d56134a542f13b5fc985e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2582020Reviewed-by:
Thiemo Nagel <tnagel@chromium.org> Commit-Queue: Charlene Yan <cyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#835302}
-
Jan Wilken Dörrie authored
This change replaces Blacklist with Blocklist in FormFetcher and renames related APIs. TBR=vasilii Bug: 1147799 Change-Id: I4f90ac165ed3c877e45433f4408b06a88d5e9f1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2580886 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#835301}
-
Clemens Arbesser authored
Bug: b/175132318 Change-Id: I1b4116420dcd441b6ef089ed7f3c56a8f97048d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2582338Reviewed-by:
Lukasz Suder <lsuder@chromium.org> Commit-Queue: Clemens Arbesser <arbesser@google.com> Cr-Commit-Position: refs/heads/master@{#835300}
-
Eric Seckler authored
Connection failures such as SMB mapping failures and exhaustion of concurrently registered producer limits were causing ReportBadMessage() even though they are more likely caused by tracing service internal errors. Instead, drop the producer connection and report a UMA stat in these cases. Bug: 1154344 Change-Id: Ia1163a55a65f627f8114596ac892b9d0f1d58a9f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2582058 Commit-Queue: Eric Seckler <eseckler@chromium.org> Commit-Queue: oysteine <oysteine@chromium.org> Auto-Submit: Eric Seckler <eseckler@chromium.org> Reviewed-by:
Caitlin Fischer <caitlinfischer@google.com> Reviewed-by:
oysteine <oysteine@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Cr-Commit-Position: refs/heads/master@{#835299}
-
Yutaka Hirano authored
Bug: 1156550 Change-Id: I683f7e82c19db65aaaab49746ab5d7880ef96321 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2581658 Auto-Submit: Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#835298}
-
Alice Wang authored
This CL moves SigninScrollView to signin.ui target. Bug: 1157052 Change-Id: I944621ee3242273ed6fb8b6aac028fee2b4d606d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2581838Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Alice Wang <aliceywang@chromium.org> Cr-Commit-Position: refs/heads/master@{#835297}
-
yilkal authored
This cl provides a PostMessageAPI interface that can be used to fetch the EDU account that is being added to the family link user's profile. The email is needed as part of the consent logging that is required in the online flow. Bug: 1156497 Change-Id: I8e1bc0bb067f57e4d298ff160cb11954fdc9a346 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2579717Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Dan S <danan@chromium.org> Commit-Queue: Yilkal Abe <yilkal@chromium.org> Cr-Commit-Position: refs/heads/master@{#835296}
-
Wenyu Fu authored
Store decision if ToS is skipped by policy in shared preference, and add a singleton helper class to check and refresh the policy value if necessary. Change-Id: Ia62622b76207c5ebe7ab226ef3d6f8b18602f488 Bug: 1108582 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2570077Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Commit-Queue: Wenyu Fu <wenyufu@chromium.org> Cr-Commit-Position: refs/heads/master@{#835295}
-
Yulun Wu authored
We will be using primary colors for inactive search box placeholder text and secondary colors for active search box placeholder text. Bug: 1156231 Change-Id: I1285bb3f6630e103bfd1cf192e9065d248614b07 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2581023Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Yulun Wu <yulunwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#835294}
-
Reilly Grant authored
This change fixes error handling for the getSignals() method. It was assumed that the Mojo reply value could be null on error but this was not allowed by serial.mojom. This meant that if a call to GetControlSignals() failed it would trigger a Mojo connection failure rather than only reporting the (potentially recoverable) error. Tests exercising this case on both the renderer and browser process sides have been added. Bug: 1156864 Change-Id: Ife5c953d5f6748c0290fae2f2d53c5415c1faba6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2580747 Commit-Queue: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#835293}
-
edchin authored
Bug: 1133889 Change-Id: I671beba1defc45dfeebddc59ea5975202dcfa6d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2581337Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#835292}
-
Sylvain Defresne authored
The gn variable ios_use_goma_rbe is ignored since the CL https://crrev.com/c/2555117 landed, so stop overriding it on the bots (it is now always enabled which is what the bots want). Bug: none Change-Id: I76e2c9180da9396fd206efb8592990f231841115 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2558437 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#835291}
-
ckitagawa authored
This addresses two shortcomings of PlayerCompositorDelegate for the Long Screenshots use case: 1. An in-memory PaintPreviewProto is provided from Java rather than one from disk. 2. Compositing should occur to a single SkPicture using the MainFrame mode of the compositor rather than the SeparateFrame mode. This CL also makes the MainFrame mode return the dimensions of the SkPicture so that Long Screenshot can leverage this information. Change-Id: If0b2d666f7459b94f4501c23808c504826a0112a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2578076Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Mehran Mahmoudi <mahmoudi@chromium.org> Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#835290}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/83448c4da727..627f4a6b8dc3 2020-12-09 lalitm@google.com tp: minor refactoring of track event code for readability If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: I347eac7fdaacc0a70dc000f4261f86c042caaff2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2582180Reviewed-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@{#835289}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/8670c9887529..15b4892925ba 2020-12-09 johnstiles@google.com Simplify constant single-value SkSL constructors. 2020-12-09 johnstiles@google.com Parenthesize intrinsic comparisons properly in Metal. 2020-12-09 bsalomon@google.com Rewrite restore_scissor_on_fbo_change 2020-12-09 johnstiles@google.com Fix SPIR-V compilation of binary expressions of boolN type. 2020-12-09 borenet@google.com [infra] Roll infra DEPS, update CIPD packages 2020-12-09 johnstiles@google.com Add newline to end of Metal's Globals struct definition. 2020-12-09 brianosman@google.com Remove fInputColor usage in unit-test FPs 2020-12-09 brianosman@google.com Remove modulation by input color in convolution FPs 2020-12-09 johnstiles@google.com Add $genHType version of inversesqrt. 2020-12-09 brianosman@google.com Increase Metal timeout to 1 second 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 jmbetancourt@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/+doc/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 Cq-Do-Not-Cancel-Tryjobs: true Bug: chromium:1152831 Tbr: jmbetancourt@google.com Change-Id: I1713a7837e204474e058e087cfbd14d2b86e5238 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2582141Reviewed-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@{#835288}
-
Jan Wilken Dörrie authored
This is a mechanical change replacing #includes of base/stl_util.h with base/containers/contains.h for usages of base::Contains. TBR=dcheng Bug: 970209 Change-Id: I50db76f2fd192708ab718f8ce72a765f9c38aed5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2579969 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#835287}
-