diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-06-02 06:18:59 -0500 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2016-06-02 06:18:59 -0500 |
commit | cc017fc0b8619726f0c82649f41fdcf5595b19e4 (patch) | |
tree | e77fdc04eef71792a28898da24eb564f48432fe5 /components/profile/time.rs | |
parent | 196adaff07201deb273077213fa63c460cc11629 (diff) | |
parent | 15a2064c0d7b468724b43d1cb6157d506ad19093 (diff) | |
download | servo-cc017fc0b8619726f0c82649f41fdcf5595b19e4.tar.gz servo-cc017fc0b8619726f0c82649f41fdcf5595b19e4.zip |
Auto merge of #11114 - creativcoder:nav-sw, r=jdm
implement related service worker interface and register method
Fixes #11091
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11114)
<!-- Reviewable:end -->
Diffstat (limited to 'components/profile/time.rs')
-rw-r--r-- | components/profile/time.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/profile/time.rs b/components/profile/time.rs index 6271c8745e1..9c310fe9270 100644 --- a/components/profile/time.rs +++ b/components/profile/time.rs @@ -149,6 +149,7 @@ impl Formattable for ProfilerCategory { ProfilerCategory::ScriptStylesheetLoad => "Script Stylesheet Load", ProfilerCategory::ScriptWebSocketEvent => "Script Web Socket Event", ProfilerCategory::ScriptWorkerEvent => "Script Worker Event", + ProfilerCategory::ScriptServiceWorkerEvent => "Script Service Worker Event", ProfilerCategory::ApplicationHeartbeat => "Application Heartbeat", }; format!("{}{}", padding, name) |