mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement planned navigation
This commit is contained in:
parent
eee0d4efeb
commit
ace5b7a2e8
4 changed files with 63 additions and 10 deletions
|
@ -96,6 +96,7 @@ impl Formattable for ProfilerCategory {
|
|||
ProfilerCategory::ScriptImageCacheMsg => "Script Image Cache Msg",
|
||||
ProfilerCategory::ScriptInputEvent => "Script Input Event",
|
||||
ProfilerCategory::ScriptNetworkEvent => "Script Network Event",
|
||||
ProfilerCategory::ScriptPlannedNavigation => "Script Planned Navigation",
|
||||
ProfilerCategory::ScriptResize => "Script Resize",
|
||||
ProfilerCategory::ScriptEvent => "Script Event",
|
||||
ProfilerCategory::ScriptUpdateReplacedElement => "Script Update Replaced Element",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue