- 30 Dec, 2020 23 commits
-
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1609264741-3c5a3a442fc29468a5cb13e2f3f40377429cca30.profdata to chrome-linux-master-1609286132-6b2bb166adffd428e5bb2e6ce712526c0f94dd16.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: I75b4e0f4073cb2da26242b19fbb95894e1d5574a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2603469Reviewed-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@{#839688}
-
Stephen Chenney authored
Bug: 1161590 Change-Id: I4774e7ff6842b0d3738e5d37b927b502db897ca7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606688 Commit-Queue: Stephen Chenney <schenney@chromium.org> Commit-Queue: Joey Arhar <jarhar@chromium.org> Auto-Submit: Stephen Chenney <schenney@chromium.org> Reviewed-by:
Joey Arhar <jarhar@chromium.org> Cr-Commit-Position: refs/heads/master@{#839687}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1609264741-782c7fdabb35af8d5bad4658593c39d1b6051717.profdata to chrome-mac-master-1609286132-e98aa58d6cc3a7d229eb36e271def84a0465b555.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: I14a1e27fafb054c6c80d7183d28934b923708850 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2603470Reviewed-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@{#839686}
-
Hoch Hochkeppel authored
The existing ShowShareUIForWindowOperation did not handle the case where the Window's ShowShareUIForWindow call executed its DataRequested event synchronously AND the the provided DataRequestedCallback destroyed the ShowShareUIForWindowOperation. Updating the ShowShareUIForWindowOperation to handle this case, and updating the ShowShareUIForWindowOperationTests to expose this case by disposing of Operation instances as part of the DataRequested callbacks (mirroring the behavior of the production code that uses this class). Bug: 1162330 Change-Id: I1c85fb3e16420a9742a75b2a049588c692886e41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606786 Commit-Queue: Hoch Hochkeppel <mhochk@microsoft.com> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#839685}
-
Yi Chou authored
BUG=b:175781791 Change-Id: If77a2e480689bc49074deeacaa8c054a8705a1af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2599559 Auto-Submit: Yi Chou <yich@google.com> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Yi Chou <yich@google.com> Cr-Commit-Position: refs/heads/master@{#839684}
-
John Lee authored
https://imgur.com/a/cL5kX12 Bug: 961480 Change-Id: I85fe65ee593b76014a2ddc3c1647bca9d5b6c2ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606624Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#839683}
-
shivanigithub authored
This CL adds the code to enable experimentation of different cache sizes. Now that cache will be partitioned, it makes sense to see if increasing the cache size helps offset some performance impact by lowering the eviction rate. The CL brings back similar logic as was removed using https://chromium-review.googlesource.com/c/chromium/src/+/1944285 Bug: 1160690 Change-Id: Ia774a8788caeb693a36b49050289161cd6843b93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2589117 Commit-Queue: Shivani Sharma <shivanisha@chromium.org> Reviewed-by:
Maksim Orlovich <morlovich@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Cr-Commit-Position: refs/heads/master@{#839682}
-
Chris Lu authored
Add a feature flag to encapsulate logic that will persist the crash restore infobar across navigations. Bug: 1162312 Change-Id: I70c00d3ebe8d382c4406286da18a49b608c6744e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606625 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#839681}
-
Sophie Chang authored
Maybe this will help fix the download manager test flakes Bug: 1156112 Change-Id: Ice1add6879733c53eff58d932d177e63be3505d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606718Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Commit-Queue: Sophie Chang <sophiechang@chromium.org> Cr-Commit-Position: refs/heads/master@{#839680}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b185d5bb82fb..ce202c065f97 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 huiyingst@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-chromeos-chrome Bug: None Tbr: huiyingst@google.com Change-Id: Ie3b5d125b9d691f9e062248682eb6b51b9551e69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2602850Reviewed-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@{#839679}
-
Sophie Chang authored
Doing it this way to get more correct metrics around coverage and to verify against server metrics for when this reactive prefetch can trigger TBR=jwd@chromium.org Change-Id: Ie8dc14673ea905c5a51e6fc130857e5255840da7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2599445 Commit-Queue: Sophie Chang <sophiechang@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#839678}
-
Stefan Zager authored
CompositingRequirementsUpdater is responsible for setting PaintLayerCompositor::compositing_, while GraphicsLayerTreeBuilder is responsible for attaching PaintLayerCompositor::RootGraphicsLayer() into the layer tree of its embedding document. The current code uses slightly different logic in those two places to determine whether an iframe is compositing, which may lead to inconsistent state when an iframe is throttled. This CL make them use the same logic. Bug: 1133662 Change-Id: I13276c0b0fb25921936d5319d4d983d720595557 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606654 Commit-Queue: Stefan Zager <szager@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#839677}
-
Noel Gordon authored
Move the DriveSyncHandler fake definition after the VolumeManager fake and all the volume-related fakes. Bug: 1113981 Change-Id: Id0999b986230ae32d55baac07a8babaff45dcfe4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2604785Reviewed-by:
Alex Danilo <adanilo@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#839676}
-
Austin Sullivan authored
Bug: N/A Change-Id: I08d9bb1facccd82648389453ea88067e7e1786d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2601577 Auto-Submit: Austin Sullivan <asully@chromium.org> Commit-Queue: Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#839675}
-
Takumi Fujimoto authored
Bug: 1160947 Change-Id: Iecc70cc8de059979bef787512b6bd3d2196d9890 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2600263 Commit-Queue: Takumi Fujimoto <takumif@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#839674}
-
Hui Yingst authored
Bug: 1162346 Change-Id: Ifb876edf670d0346d3b38469349bd0d80028671c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2602847Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Hui Yingst <nigi@chromium.org> Cr-Commit-Position: refs/heads/master@{#839673}
-
Lukasz Anforowicz authored
Before this CL, in presence of AllowNonStandardSchemesForAndroidWebView, there would be an inconsistency between origins calculated for about:blank URL by Blink and //url: - The assertions added by this CL to SecurityOriginTest, NonStandardSchemeWithAndroidWebViewHack would pass before and after this CL (always returning an opaque, unique origin for "about:blank" URL). - The assertions added by this CL to OriginTest, NonStandardSchemeWithAndroidWebViewHack would fail before this CL (returning "about://" origin for "about:blank" URL) and pass after this CL. Before and after this CL, Blink would use an opaque origin because ShouldTreatAsOpaqueOrigin in Blink's security_origin.cc would match "about" in SchemeRegistry::ShouldTreatURLSchemeAsNoAccess. This CL makes sure that IsValidInput in //url's scheme_host_port.cc also takes no-access schemes into account. Making sure that Blink and //url origins are consistent is a step toward being able to calculate the origin to commit on the browser-side. Without this CL, Android WebView tests (e.g. ...android_webview.test.LoadDataWithBaseUrlTest#testNullBaseUrl) would fail in the follow-up CL here: https://crrev.com/c/2581008/13 Change-Id: Ic302abb8f61b16bacdcd5dc15f33718f94c106c9 Bug: 888079 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2601844 Auto-Submit: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#839672}
-
Noel Gordon authored
Remove definition of addEventListener() and retain the definition that takes arguments addEventListener(type, name). Bug: 1113981 Change-Id: Ibf97bf6a7cef740a58ad96e2823c39150f2b7554 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606405 Auto-Submit: Noel Gordon <noel@chromium.org> Commit-Queue: Alex Danilo <adanilo@chromium.org> Reviewed-by:
Alex Danilo <adanilo@chromium.org> Cr-Commit-Position: refs/heads/master@{#839671}
-
Mila Green authored
Bug: 1144151 Change-Id: I4890a1cfb7a02b038683620418e6032e907b6561 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2601281 Commit-Queue: Mila Green <milagreen@chromium.org> Reviewed-by:
Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#839670}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/355e9766ff81..ecce47e1955f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-mac-chromium 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 Tbr: perfetto-bugs@google.com Change-Id: Ifeecc1b42d57c2a2643ff87ff47d39301e25983a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606710Reviewed-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@{#839669}
-
Bruce Dawson authored
Anti-virus programs and other scanners may briefly lock new files which can lead to frequent problems with saving bookmarks and other files that use the ImportantFileWriter. This attempts to deal with this by retrying the racy ReplaceFile step a few times. This change also adds instrumentation to record how many retries are needed, for future tuning. It also moves the SetLastError call as close as possible to the function that will consume the last error code. This is only done on Windows because that is hoped to be the only place where it happens. Bug: 1099284 Change-Id: I7aa9a27e137d3df2c402de5f13bbe911521a711d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559156Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#839668}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/2f81d75f9eee..b185d5bb82fb 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 huiyingst@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-chromeos-chrome Bug: None Tbr: huiyingst@google.com Change-Id: I489e6d765f9125b2961d2d140fd3322908c41d24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606804Reviewed-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@{#839667}
-
Chris Mumford authored
Make IndexedDBContextImpl::data_path_ a constant member as it is never changed. Doing so makes it easier to reason about safe access on different sequences. set_data_path_for_testing() existed, and was used by IndexedDBQuotaClientTest, but was only ever set to the same path passed to the IndexedDBContextImpl constructor. Also make IndexedDBContextImpl::data_path() return a const reference to avoid unnecessary creation of intermediate base::FilePath instances. Bug: none Change-Id: If7c5a960c30dd7d4858fd332437548d7363247d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606651Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Commit-Queue: Chris Mumford <cmumford@google.com> Cr-Commit-Position: refs/heads/master@{#839666}
-
- 29 Dec, 2020 17 commits
-
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/0eb61724c8f1..9a38e5b60dcc 2020-12-29 enga@chromium.org Make HLSL cache key guard comment ASSERT more specific If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC kainino@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:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: kainino@google.com Change-Id: Ie51c8dadcf6b78bf5887689d34e3b32531fbfb7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606766Reviewed-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@{#839665}
-
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/fuchsia-sdk-chromium-autoroll Please CC chrome-fuchsia-gardener@grotations.appspotmail.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:fuchsia-arm64-cast;luci.chromium.try:fuchsia-deterministic-dbg;luci.chromium.try:fuchsia-x64-cast Tbr: chrome-fuchsia-gardener@grotations.appspotmail.com Change-Id: I82ee74c4d68eb5b7c6b33933a5a256cb578c93af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606705Reviewed-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@{#839664}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/355e9766ff81..ecce47e1955f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-win-chromium 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 Tbr: perfetto-bugs@google.com Change-Id: I5dd3d7ff936b644ad2eb1345ba1e4ffe785fe220 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606712Reviewed-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@{#839663}
-
Hui Yingst authored
[iOS]Re-enable [FallbackViewControllerTestCase testNormalFieldHasManualFallbackIconsAfterReadonlyField] for iPad testing. [FallbackViewControllerTestCase testNormalFieldHasManualFallbackIconsAfterReadonlyField] is only flaky on iPad. This CL re-enable this test for iPhone. Bug: 1162301 Change-Id: I8b53271babcca2b561ecf9b8169eaa3b83dc18b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606626 Commit-Queue: Hui Yingst <nigi@chromium.org> Commit-Queue: Javier Flores <javierrobles@chromium.org> Reviewed-by:
Javier Flores <javierrobles@chromium.org> Cr-Commit-Position: refs/heads/master@{#839662}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-chrome TBR=chrome-os-gardeners@google.com Change-Id: Ie5eb6d9e312cb37190ebdf28540558e1cc546dae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606348Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#839661}
-
Dylan Cutler authored
This is part of a larger effort to make CanonicalCookie's generic constructor private. This CL replaces uses of the constructor with the factory CreateUnsafeCookieForTesting. This factory is meant for test-only code and should not be used in production. Make CanonicalCookie's constructor private. Bug: 1102874 Change-Id: I124942d0aea21cc26a9ee36f35032bde3cb6fba6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2595450Reviewed-by:
Maksim Orlovich <morlovich@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Commit-Queue: Dylan Cutler <dylancutler@google.com> Cr-Commit-Position: refs/heads/master@{#839660}
-
Internal Frameworks Autoroller authored
TBR=bling-team@google.com Change-Id: I37d9caff3d8fee1d226419441068d0a227ec26f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606686Reviewed-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@{#839659}
-
Toni Barzic authored
The goal is to avoid excessive image load requests if the backing file gets modified multiple times in quick succession. BUG=1139115 Change-Id: I5ecf0171d28c5c2882f660039a6923e0951ed68c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606383Reviewed-by:
David Black <dmblack@google.com> Commit-Queue: Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#839658}
-
Jeffrey Kardatzke authored
This adds UMA stats for the following: 1. Selection between Chrome CDM and platform CDM (Beanstalk) 2. System codes for rejected promises from platform CDM (to distinguish these from the same errors w/ a browser CDM) 3. Status for output protection query/result (to distinguish these from the same data w/ browser CDM) BUG=b:153111783 TEST=Builds and runs, histogram presubmits pass Change-Id: I7a51b49594b6ac36500b52d602252bdd29b4c1d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2597899 Auto-Submit: Jeffrey Kardatzke <jkardatzke@google.com> Commit-Queue: J Kardatzke <jkardatzke@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#839657}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/67a477b85b60..fe4611c18e9d 2020-12-29 reed@google.com Alias two sets of enums 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 djsollen@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: djsollen@google.com Change-Id: Iec3cb68ef03731808a99f6d9c7017f45540e4259 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606706Reviewed-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@{#839656}
-
chrome://file-managerNoel Gordon authored
image_loader_client.js re-writes the requesting client's origin to the image loader exension's origin before sending the request to the image loader extension (using chrome.runtime.sendMessage). Add a re-write RegEx for chrome://file-manager. Note that this assumes chrome://file-manager has enabled chrome.runtime.sendMessage. Bug: 1113981 Change-Id: I8381eb60bdacb958521f1b34bfceb0e00bff2b6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2602963 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Alex Danilo <adanilo@chromium.org> Cr-Commit-Position: refs/heads/master@{#839655}
-
Clark DuVall authored
This was needed because the libraries were in the feed module, but have now been moved to the base module. This will hopefully fix a crash loading the libs on some devices. Bug: 1160654 Change-Id: Ie33114d6f5963325c096dea9f60e029d7d40e19e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606187Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#839654}
-
chrome://file-managerNoel Gordon authored
Allow chrome://file-manager to connect to the image loader. Note: this assumes chrome://file-manager has enabled chrome.runtime.sendMessage. Since the manifest.json "externally_connectable" permission is used to allow chrome://file_manager access, we must now list all the extension |ids| that are allowed to connect to the image loader extension in the "externally_connectable" permission. The ids are taken from the static ImageLoader.ALLOWED_CLIENT_ORIGINS list. Also add 'chrome://file-manager' to ImageLoader.ALLOWED_CLIENT_ORIGINS list, which is still used to allow (or block) connecting sources based on their URL origin. Bug: 1113981, 1123261 Change-Id: I96b0db1a0155510f95285cda8f5c7c62e6fece9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2600433 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Alex Danilo <adanilo@chromium.org> Cr-Commit-Position: refs/heads/master@{#839653}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/bf79653b86f0..2f81d75f9eee 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 huiyingst@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-chromeos-chrome Bug: chromium:1160654 Tbr: huiyingst@google.com Change-Id: I8086e4ffcdec56897d670f413d253439ce3bcec9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606744Reviewed-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@{#839652}
-
Yi Chou authored
BUG=b:175781791 Change-Id: I70cec4f96accb0b24ae079ab0fab4e6441ecf671 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2597523 Auto-Submit: Yi Chou <yich@google.com> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Yi Chou <yich@google.com> Cr-Commit-Position: refs/heads/master@{#839651}
-
evliu authored
Bug: 1158463 Change-Id: I6d9c29a72fae0e4cab62660883fa0b93d842b810 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606381Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Commit-Queue: Evan Liu <evliu@google.com> Cr-Commit-Position: refs/heads/master@{#839650}
-
Krishna Govind authored
TBR=benmason@chromium.org Change-Id: I0d457b5d7b251fd552c50617a9d3520aa8e965b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2604947Reviewed-by:
Krishna Govind <govind@chromium.org> Commit-Queue: Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#839649}
-