Implement planned navigation

This commit is contained in:
Keith Yeung 2015-12-03 17:38:53 -08:00
parent eee0d4efeb
commit ace5b7a2e8
4 changed files with 63 additions and 10 deletions

View file

@ -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",