- 09 Oct, 2020 40 commits
-
-
David Dorwin authored
This avoids inclusion of existing logs on the system, which is required when running multiple times during development and for future tests. Bug: 1136681 Change-Id: Id7acb3d7890f71a5e9c2835bb5d7b6447e65be3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462635 Commit-Queue: David Dorwin <ddorwin@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#815794}
-
Scott Violet authored
This avoids error prone null checks. BUG=none TEST=covered by tests Change-Id: Ie0da15f3469c06d56b2feafa9e64ff74347201fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463806Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#815793}
-
Sven Zheng authored
At least hundreds of tests show flakiness on CQ bot. After some spot check, the CI bot is stable. So disable the whole test suite on CQ. Bug: 1131588 Change-Id: Ifa1e064ade0027a0d7f1baf508fc7b22a9acd67d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2464022Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Sven Zheng <svenzheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#815792}
-
Devlin Cronin authored
An extension may specify an invalid path in webview accessible resources (such as a non-relative path or an URLPattern). This would lead to the URLPattern parsing failing. However, WebviewInfo currently uses a constructor that always expects this parsing to succeed. Fix this by handling invalid inputs. Unlike other parsing failures, we add a warning (rather than throwing a hard error) in this case. This is because existing apps with non-trivial user counts use this. Bug: 856948 Change-Id: Ia2087dcf079250d12a1bd6211d6424a03a8a24bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2450952Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#815791}
-
David Schinazi authored
As our team size shrinks again, it sounds preferable to have all of our senior contributors in the OWNERS file. R=eroman@chromium.org Change-Id: I8edcc646809c5109b5427b3d952852ddcfd63f39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462463 Auto-Submit: David Schinazi <dschinazi@chromium.org> Commit-Queue: Eric Roman <eroman@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#815790}
-
minch authored
Please check the specs in the crbug. Bug: 1128755 Change-Id: Ic5170b1e632bb54819a2336186dd1c9cc830203d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2461177Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Min Chen <minch@chromium.org> Cr-Commit-Position: refs/heads/master@{#815789}
-
Vincent Boisselle authored
Bug: 1131172 Change-Id: Ibfc667c96b595292d8118bf5e46455221ad8c274 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2424839 Commit-Queue: Vincent Boisselle <vincb@google.com> Reviewed-by:
Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#815788}
-
rajendrant authored
This plumbs the playback seek event from renderer to browser and uses it to stop litevideo throttling. The seek updates to browser are throttled for performance reasons. Subsequent CL will change this to stop throttling only after k seek events (finchable), and record this in UKM. Bug: 1134672 Change-Id: Idd88819e8ae50ffbc215197a437bf87d6fa9a36a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453801Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: rajendrant <rajendrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#815787}
-
Chong Gu authored
Include the path provided by each image rather than the whole list itself. Change-Id: Ib13bc70af0a542a7d23a71d8dd1db0ffb006077c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462677Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Auto-Submit: Chong Gu <chonggu@google.com> Cr-Commit-Position: refs/heads/master@{#815786}
-
David Dorwin authored
Also: * Add WebEngineIntegrationMediaTest and WebEngineIntegrationCameraTest fixtures. * Extract WebEngineIntegrationLoggingTest (renamed) as it will be growing in upcoming CLs. Bug: 1136681 Change-Id: I789c359697774c3a3d90d936214ff1cb8c0a4cf6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462713 Commit-Queue: David Dorwin <ddorwin@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#815785}
-
David Bienvenu authored
Also fixes a few lint errors; no functional changes. Bug: 1010217 Change-Id: I58f540cef118183da7c3c11c1d14152e6ed8b1c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463523Reviewed-by:
Mark Mentovai <mark@chromium.org> Commit-Queue: David Bienvenu <davidbienvenu@chromium.org> Cr-Commit-Position: refs/heads/master@{#815784}
-
Kai Ninomiya authored
TBR: kbr@chromium.org No-Try: True Bug: 1136742 Change-Id: Id23c347a86f2fa838670adf37be141237311458f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463995Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#815783}
-
Xinghui Lu authored
Add two new enum values in MetricsHelper::Interaction: SHOW_ENHANCED_PROTECTION OPEN_ENHANCED_PROTECTION SHOW_ENHANCED_PROTECTION is logged when the enhanced protection message is shown in the interstitial. OPEN_ENHANCED_PROTECTION is logged when the enhanced protection link is clicked. We can get the engagement rate of this new UI from the new enum values. Bug: 1130721 Change-Id: Iecd0a08eaac1b1448bbe6a43a9c8290e27b1be18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459073Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/master@{#815782}
-
Andrew Grieve authored
* Use a single action rather than action_foreach + zip() * Remove package_path as parameter in favor of sniffing it * Remove depfile since no deps were being written to it * Add "gen" to include search paths * Switch to optparse->argparse Bug: 908479 Change-Id: I9c37720fda226a0d95e24edb327a816c6fc88619 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463550Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#815781}
-
Mark Schillaci authored
This CL updates the content description for the title of AccessibilityTabModelListItem's to use an alternate description for the currently selected tab that appends the word 'selected'. e.g.: 'Homepage, tab, selected, 1 of 4' vs. current: 'Homepage, tab, 1 of 4' The current accessibility tab switcher does not give a clear indication to the user which tab is open. AX-Relnotes: Currently open tab now reads 'selected' when viewing list of open tabs with a screen reader. Bug: 1122171 Change-Id: I0fd5768e73437f18d3c49e7f821f4a02189c06e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462296 Commit-Queue: Mark Schillaci <mschillaci@google.com> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Mei Liang <meiliang@chromium.org> Cr-Commit-Position: refs/heads/master@{#815780}
-
Robin Lewis authored
Bug: 1135866 Change-Id: I62b8e8ac10d2898d25daf4dfb742f3880e9d8170 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454421Reviewed-by:
Yusuf Sengul <yusufsn@google.com> Reviewed-by:
Rakesh Soma <rakeshsoma@google.com> Commit-Queue: Rakesh Soma <rakeshsoma@google.com> Cr-Commit-Position: refs/heads/master@{#815779}
-
chrome://faviconDevlin Cronin authored
Manifest v3 and higher extensions will not have access to the chrome://favicon host; instead, we'll provide a dedicated API permission and different URL. This results in being able to tighten our permissions around the chrome:-scheme. Bug: 104102 Change-Id: I0610caa036e4488d8d5a439396036a9497961f46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441195Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#815778}
-
rbpotter authored
Change optimize_webui to generate a manifest file when an |out_manifest| argument is provided. Started from: https://chromium-review.googlesource.com/c/chromium/src/+/2443211 by dpapad@ Bug: 1132403 Change-Id: Ia80c4d2c004ec4414c500c407e2d2c8d187ff847 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463962Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#815777}
-
Kenichi Ishibashi authored
This CL removes AppCacheResponseMetadataWriter dependency from ServiceWorkerResourceMetadataWriter by re-implementing the writer. See [1] for the reasoning of the rewrite. This CL should not have behavior changes, and existing tests cover this change. [1] https://docs.google.com/document/d/1UhdZnaeEP8GywZR0Gik6wF6jKmNY3je6aDhPfJ05YhU/edit?usp=sharing Bug: 1117369 Change-Id: I47ce15de539eb23746f1154377f3d8650d951b7a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440321 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#815776}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/eacbd972ab7e..ff7913204ce2 2020-10-09 guidou@webrtc.org Revert "Reland "Replace sigslot usages with robocaller library."" 2020-10-09 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision eb498e09..15eae87d (815502:815630) 2020-10-09 philipp.hancke@googlemail.com stats: s/victim/other 2020-10-09 guidou@webrtc.org Revert "NV12 support for VP8 simulcast" 2020-10-09 hta@webrtc.org Move the streams concept into sdp_offer_answer 2020-10-09 jakobi@webrtc.org Reland "Reland "Refactor NetEq delay manager logic."" 2020-10-09 eshr@google.com Use VideoFrameBuffer::CropAndScale in VideoStreamEncoder 2020-10-09 guidou@webrtc.org Revert "Improve screen sharing with PipeWire on Wayland" 2020-10-09 guidou@webrtc.org Revert "Guard pipewire configs with rtc_use_pipewire." 2020-10-09 hta@webrtc.org Allow transceivers to be not found in more cases. 2020-10-09 ilnik@webrtc.org Reland "Add scaling interface to VideoFrameBuffer" 2020-10-09 hta@webrtc.org Move the PeerConnection's usage pattern concept to its own file. 2020-10-09 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision d5540e96..eb498e09 (815386:815502) 2020-10-09 glahiru@webrtc.org Reland "Replace sigslot usages with robocaller library." 2020-10-09 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision e4052fe5..d5540e96 (815278:815386) 2020-10-08 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 20cffe68..e4052fe5 (814194:815278) 2020-10-08 hta@webrtc.org Break out some more pc/ compile targets 2020-10-08 philipp.hancke@googlemail.com count plan-b/unified-plan usage in SDP answers 2020-10-08 ilnik@webrtc.org Revert "Add scaling interface to VideoFrameBuffer" 2020-10-08 eshr@google.com Allow encoders to receive preferred pixel formats from native buffers 2020-10-08 ilnik@webrtc.org Add scaling interface to VideoFrameBuffer 2020-10-08 hta@webrtc.org Add dummy target that clients can depend on 2020-10-08 asapersson@webrtc.org Configure framerate/temporal layers via VideoEncoderConfig. 2020-10-08 sprang@webrtc.org Cleans up code related to legacy pre-pacing fec generation. 2020-10-08 eshr@google.com RTC_EXPORT NV12BufferInterface 2020-10-07 perkj@webrtc.org Stop using VideoBitrateAllocationObserver in VideoStreamEncoder. 2020-10-07 mbonadei@webrtc.org Trigger bots again. 2020-10-07 mbonadei@webrtc.org Guard pipewire configs with rtc_use_pipewire. 2020-10-07 mbonadei@webrtc.org Revert "Remove placeholder Obj-C headers and use angle-bracketed headers." 2020-10-07 daniel.l@hpcnt.com Remove placeholder Obj-C headers and use angle-bracketed headers. 2020-10-07 grulja@gmail.com Improve screen sharing with PipeWire on Wayland 2020-10-07 jakobi@webrtc.org Revert "Reland "Refactor NetEq delay manager logic."" 2020-10-07 perkj@webrtc.org Reland Refactor reporting of VideoBitrateAllocation 2020-10-07 mbonadei@webrtc.org Update pylintrc to match Chromium style guide. 2020-10-07 mbonadei@webrtc.org Revert "Trigger post-submit bots." 2020-10-07 perkj@webrtc.org Revert "Refactor reporting of VideoBitrateAllocation" 2020-10-07 mbonadei@webrtc.org Trigger post-submit bots. 2020-10-07 mbonadei@webrtc.org Revert "Introduce RTC_NO_UNIQUE_ADDRESS." 2020-10-07 kwiberg@webrtc.org Make symbolic names for UntypedFunction's inline storage size 2020-10-06 sprang@webrtc.org Migrates probing end-to-end test to scenario test. 2020-10-06 jakobi@webrtc.org Reland "Refactor NetEq delay manager logic." 2020-10-06 natim@webrtc.org Unit test around ProcessThread usage 2020-10-06 ivoc@webrtc.org Notify NetEqController during muted state. 2020-10-06 jakobi@webrtc.org Revert "Refactor NetEq delay manager logic." 2020-10-06 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision c814c493..20cffe68 (814002:814194) 2020-10-06 tommi@webrtc.org Update RTC_DCHECK_IS_ON checks in SdpOfferAnswerHandler 2020-10-06 jakobi@webrtc.org Refactor NetEq delay manager logic. 2020-10-06 eshr@google.com NV12 support for VP8 simulcast 2020-10-06 saza@webrtc.org Revert "Replace sigslot usages with robocaller library." 2020-10-06 saza@webrtc.org AEC3: Re-add delay headroom when precise alignment is needed 2020-10-06 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision ed5ec9b2..c814c493 (813867:814002) 2020-10-05 glahiru@webrtc.org Replace sigslot usages with robocaller library. 2020-10-05 hta@webrtc.org Move (phase 3) more functions called only in sdp_offer_answer 2020-10-05 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision a05846da..ed5ec9b2 (813761:813867) 2020-10-05 xhwang@google.com webrtc: Replace `is_desktop_linux` with `is_linux` 2020-10-05 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision ac83b0e7..a05846da (813657:813761) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@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 Bug: chromium:1132299,chromium:1132395,chromium:1134165,chromium:1134686,chromium:682122,chromium:857004 Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I78093a80a51ea5ad845165d3d50288c786ec8d11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463728Reviewed-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@{#815775}
-
Justin Donnelly authored
This feature was launched on Android earlier this year, on iOS a month ago in http://cl/333090325 and enabled by default in https://crrev.com/c/2391644. Bug: 964049 Change-Id: Ied519b568108be661bda990aedde09d2c4e74a6c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462174Reviewed-by:
Patrick Noland <pnoland@chromium.org> Commit-Queue: Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/master@{#815774}
-
Alex Turner authored
Currently, local font lookups are instrumented with a digest of the lookup value and a digest of the resulting typeface being recorded. We expand this recording for successful local font lookups: we now also record a digest of the resulting typeface's PostScript name with the typeface digest. This will allow the identifiability study to measure the diversity of installed typeface files with the same PostScript name (for example, differing versions of the same typeface) and thus evaluate the privacy impact of that variation. Bug: 1136210 Change-Id: Id7ac6229db287af776474f43abd200c51319992e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453439Reviewed-by:
Dominik Röttsches <drott@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Commit-Queue: Alex Turner <alexmt@chromium.org> Cr-Commit-Position: refs/heads/master@{#815773}
-
Brian Geffon authored
This is primarily a plumbing CL with the more logic being added later. This CL introduces an opaque container which will contain the internal details for userspace swap. This container will hold the userfaultfd, the swapfile, and all metrics associated with what's on disk and what has been reclaimed. Later this structure will also contain all swapped region tracking (follow up CL). This CL is the final piece to connect the performance manager policy and mechanism to the internal implementation which PM doesn't need to worry about. No further CLs _should_ be required in the performance manager code. Bug: chromium:1067833 Change-Id: I5fb946c7e013826dddcd9c5f0b7a34107f926e4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2456512 Commit-Queue: Brian Geffon <bgeffon@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Matthew Denton <mpdenton@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#815772}
-
Gavin Williams authored
Make the Chrome settings Download page only one stop in ChromeVox. Video: http://crbug/986417#c18 Fixed: 986417 Change-Id: I13da58bf74c1aa0c8dc0cb0059668325e3ce9f8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462385Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Gavin Williams <gavinwill@chromium.org> Cr-Commit-Position: refs/heads/master@{#815771}
-
Xinghui Lu authored
The color of "turn on enhanced protection" should be consistent with the color of "Learn more". light mode before: http://screen/8WidHUNBBQmzKgi after: http://screen/3NR2qbG2f2P9zTq dark mode before: http://screen/BN2CLeG6XCyuqPU after: http://screen/KraWTSsegRer2Zq Bug: 1130721 Change-Id: I761731b565253cf800ef54999959ede0fc67c6ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463592Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#815770}
-
Internal Frameworks Autoroller authored
TBR=bling-team@google.com Change-Id: I3d3f6178739b5873ad8789a71b05967db40f85da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2464062Reviewed-by:
Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#815769}
-
rbpotter authored
Bug: 1136703 Change-Id: If1370e61db35049f12e22beb6219651056b326ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2461801 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#815768}
-
behdad authored
The flaky story on perf cq windows is marked as experimental to prevent further flakiness. Bug: 1134251 Change-Id: Ie99b7b0d62b22c86105a53fbca74d0eeb322b514 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462392 Commit-Queue: Behdad Bakhshinategh <behdadb@chromium.org> Auto-Submit: Behdad Bakhshinategh <behdadb@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#815767}
-
Ben Kelly authored
Bug: 1035448 Change-Id: I260e31f0815a0c81611eea9eb45f9d80b2019d0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2461718 Commit-Queue: Ben Kelly <wanderview@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#815766}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/815983783a76..109c355900d1 2020-10-09 fmayer@google.com Merge "Document LD_PRELOAD heapprofd library." 2020-10-09 fmayer@google.com Merge "Allow to set base pointer for referred objects." 2020-10-09 ngeoffray@google.com Merge "Add liblog as a dependency of libperfetto_client_experimental." 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: Ic2e5332615bbeff1d95b127fe2768091d8f3c250 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463734Reviewed-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@{#815765}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1602244639-8a31cdfac3c26c19c9de644309ff096c0a612320.profdata to chrome-linux-master-1602266368-0e61a032fa7157fa29bc804c0d7295bad87c6193.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-linux-chromium Please CC pgo-profile-sheriffs@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.chrome.try:linux-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Iceb0b43daa615d4654c58a6fe785943d67f3d400 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463924Reviewed-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@{#815764}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1602244639-6cd23926ee4e898bd11627c63cc4edf5ffd59847.profdata to chrome-mac-master-1602266368-92d2928e0040ad47ba60bbcac401f36efe1994de.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-mac-chromium Please CC pgo-profile-sheriffs@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.chrome.try:mac-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I5b508adc930790dad2c098d5242fb76e2180b782 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463767Reviewed-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@{#815763}
-
chrome://sandboxAlex Gough authored
These are present in the 20226 insider SDK. Not all values are used in Chromium but it is easier to keep this up to date with Winbase.h. Tangentially related to enabling CET in Chrome. Bug: 1131225 Change-Id: I6b2705c8fbcd1331ce32038c76f3483c8250c867 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2461598Reviewed-by:
Will Harris <wfh@chromium.org> Commit-Queue: Will Harris <wfh@chromium.org> Cr-Commit-Position: refs/heads/master@{#815762}
-
Aaron Leventhal authored
Bug: 1136880 Change-Id: I32ccf9c9e02a845bd83739f93dc66ef57ea0ff4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463325 Auto-Submit: Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#815761}
-
Liquan (Max) Gu authored
Change: * Adds createWithPathPrefix() method so that the tests can use any resources in the repository. This is needed because new test resources live in the clank directory, while the default search path is "components/test/data/payments/" Bug: 1091475 Change-Id: Ia7b756eaf2414043c864e7afc6498eb796a08d93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2456150Reviewed-by:
Danyao Wang <danyao@chromium.org> Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Cr-Commit-Position: refs/heads/master@{#815760}
-
Eric Lawrence authored
The ability to filter Netlog by source is a performance optimization that is no longer relevant now that realtime net-internals monitoring is no longer available. Bug: 1136881 Change-Id: I30ef886e0bcaefd0c0b06d30db89bc6236fd8c53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463802Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Eric Lawrence [MSFT] <ericlaw@microsoft.com> Cr-Commit-Position: refs/heads/master@{#815759}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/goldctl-mac-chromium-autoroll Please CC bsheedy@chromium.org 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 Bug: None Tbr: bsheedy@chromium.org Change-Id: Ic92d7d6bdd2024c71eb7996a3a1eadb92cd8b6ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463735Reviewed-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@{#815758}
-
Garrett Beaty authored
Bug: 1122660 Change-Id: I2271da88e70ef2cf9f6a0e406a8b8dadd744f5c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462239Reviewed-by:
Erik Staab <estaab@chromium.org> Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#815757}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/658ae8fc6aba..7563a4878789 2020-10-09 michaelludwig@google.com Revert "SkDevice::drawSpecial accepts arbitrary matrix v2" 2020-10-09 bsalomon@google.com Use BackendSurfaceFactory in Vk protected unit tests. 2020-10-09 kjlubick@google.com [canvaskit] Clean up some APIs related to Path factories 2020-10-09 johnstiles@google.com Improve performance of SymbolTable lookups. 2020-10-09 johnstiles@google.com Improve codegen for gradients. 2020-10-09 egdaniel@google.com Suppress another version of the vulkan validation error. 2020-10-09 ethannicholas@google.com moved SkSL FieldAccess data into IRNode 2020-10-09 adlai@google.com Migrate abandonment & reset methods to GrDirectContext 2020-10-09 ethannicholas@google.com SkSL enum changes 2020-10-09 egdaniel@google.com Suppress vulkan validation layers bug. 2020-10-09 ethannicholas@google.com more SkSL IRNode refactoring 2020-10-09 egdaniel@google.com Make sure the normal GrProgramDesc handles input attachment key. 2020-10-09 michaelludwig@google.com SkDevice::drawSpecial accepts arbitrary matrix v2 2020-10-09 brianosman@google.com Reorganize how SkSL includes are parsed and stored 2020-10-09 johnstiles@google.com Reland "Add sk_Caps.builtinDeterminantSupport and use it in cross()." 2020-10-09 adlai@google.com Reland "Merge GrContext::init into GrDirectContext ..." 2020-10-09 johnstiles@google.com Add test for sk_Caps.mustGuardDivisionEvenAfterExplicitZeroCheck. 2020-10-09 johnstiles@google.com Add test for sk_Caps.inBlendModesFailRandomlyForAllZeroVec. 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 jvanverth@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: None Tbr: jvanverth@google.com Change-Id: I7abc9cc004f9135b668c71acd2a6b28d78f98544 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463863Reviewed-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@{#815756}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/51b03d58fb17..0aca3ca9427d 2020-10-09 capn@google.com Fix depth bias calculations 2020-10-09 capn@google.com Move interpolant clamping out of interpolate() If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: swiftshader-team+autoroll@google.com Change-Id: I74a53f6b69002c209d42c991be2bbd0a768ff636 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463783Reviewed-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@{#815755}
-