Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/user-metrics-expected.txt

Issue 2678233002: DevTools: track more elements panel user actions (Closed)
Patch Set: CL comments Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Tests list of user metrics codes and invocations. 1 Tests list of user metrics codes and invocations.
2 2
3 recordActionTaken: 3 recordActionTaken:
4 { 4 {
5 AnimationsPlaybackRateChanged : 11 5 AnimationsPlaybackRateChanged : 11
6 AuditsStarted : 7 6 AuditsStarted : 7
7 CommandEvaluatedInConsolePanel : 15 7 CommandEvaluatedInConsolePanel : 15
8 ConnectToNodeJSDirectly : 20 8 ConnectToNodeJSDirectly : 20
9 ConnectToNodeJSFromFrontend : 19 9 ConnectToNodeJSFromFrontend : 19
10 ConsoleEvaluated : 8 10 ConsoleEvaluated : 8
11 DOMPropertiesExpanded : 16 11 DOMPropertiesExpanded : 16
12 DeviceModeEnabled : 10 12 DeviceModeEnabled : 10
13 ElementsTreeOutlineSelectNode : 21
13 FileSavedInWorkspace : 9 14 FileSavedInWorkspace : 9
14 FileSystemDirectoryContentReceived : 13 15 FileSystemDirectoryContentReceived : 13
15 ProfilesCPUProfileTaken : 5 16 ProfilesCPUProfileTaken : 5
16 ProfilesHeapProfileTaken : 6 17 ProfilesHeapProfileTaken : 6
17 ResizedViewInResponsiveMode : 17 18 ResizedViewInResponsiveMode : 17
18 RevisionApplied : 12 19 RevisionApplied : 12
19 ScriptsBreakpointSet : 3 20 ScriptsBreakpointSet : 3
21 StyleRuleCopied : 22
20 StyleRuleEdited : 14 22 StyleRuleEdited : 14
21 TimelinePageReloadStarted : 18 23 TimelinePageReloadStarted : 18
22 TimelineStarted : 4 24 TimelineStarted : 4
23 WindowDocked : 1 25 WindowDocked : 1
24 WindowUndocked : 2 26 WindowUndocked : 2
25 } 27 }
26 Action taken: WindowDocked 28 Action taken: WindowDocked
27 Action taken: WindowUndocked 29 Action taken: WindowUndocked
28 30
29 recordPanelShown: 31 recordPanelShown:
(...skipping 13 matching lines...) Expand all
43 network : 3 45 network : 3
44 resources : 2 46 resources : 2
45 security : 16 47 security : 16
46 sources : 4 48 sources : 4
47 timeline : 5 49 timeline : 5
48 } 50 }
49 Panel shown: js_profiler 51 Panel shown: js_profiler
50 Panel shown: timeline 52 Panel shown: timeline
51 Panel shown: audits 53 Panel shown: audits
52 54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698