forked from chromium/chromium
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into master.lion
- Loading branch information
Showing
13 changed files
with
80 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -443,6 +443,29 @@ [email protected]. | |
</summary> | ||
</histogram> | ||
|
||
<histogram | ||
name="ServiceWorker.FindRegistrationForClientUrl.IsCalledForNavigation" | ||
enum="Boolean" expires_after="2023-12-01"> | ||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
Whether FindRegistrationForClientUrl() is called for navigation or not. This | ||
is recorded when FindRegistrationForClientUrl() function is called. | ||
</summary> | ||
</histogram> | ||
|
||
<histogram | ||
name="ServiceWorker.FindRegistrationForClientUrl.SkippedMojoCall.OnNavigation" | ||
enum="BooleanSkipped" expires_after="2023-12-01"> | ||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
Whether FindRegistrationForClientUrl() could skip calling mojo API by using | ||
scope cache. This is recorded only when FindRegistrationForClientUrl() is | ||
used for navigation. | ||
</summary> | ||
</histogram> | ||
|
||
<histogram name="ServiceWorker.FindRegistrationForClientUrl.Time" units="ms" | ||
expires_after="2023-10-01"> | ||
<owner>[email protected]</owner> | ||
|
@@ -1180,6 +1203,17 @@ [email protected]. | |
</summary> | ||
</histogram> | ||
|
||
<histogram | ||
name="ServiceWorker.Storage.FindForClientUrlInDB.ScopeCountForStorageKey" | ||
units="count" expires_after="2023-12-01"> | ||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
The scope count for a given StorageKey. This is recorded when | ||
ServiceWorkerStorage::FindForClientUrlInDB() function is called. | ||
</summary> | ||
</histogram> | ||
|
||
<histogram name="ServiceWorker.Storage.FindForClientUrlInDB.Time" units="ms" | ||
expires_after="2023-10-01"> | ||
<owner>[email protected]</owner> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters