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

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: fixup Created 3 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeElement.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ChangeInspectedNodeInElementsPanel : 26
7 CommandEvaluatedInConsolePanel : 15 8 CommandEvaluatedInConsolePanel : 15
8 ConnectToNodeJSDirectly : 20 9 ConnectToNodeJSDirectly : 20
9 ConnectToNodeJSFromFrontend : 19 10 ConnectToNodeJSFromFrontend : 19
10 ConsoleEvaluated : 8 11 ConsoleEvaluated : 8
11 CpuProfileNodeExcluded : 23 12 CpuProfileNodeExcluded : 23
12 CpuProfileNodeFocused : 22 13 CpuProfileNodeFocused : 22
13 CpuThrottlingEnabled : 21 14 CpuThrottlingEnabled : 21
14 DOMPropertiesExpanded : 16 15 DOMPropertiesExpanded : 16
15 DeviceModeEnabled : 10 16 DeviceModeEnabled : 10
16 FileSavedInWorkspace : 9 17 FileSavedInWorkspace : 9
17 FileSystemDirectoryContentReceived : 13 18 FileSystemDirectoryContentReceived : 13
18 ProfilesCPUProfileTaken : 5 19 ProfilesCPUProfileTaken : 5
19 ProfilesHeapProfileTaken : 6 20 ProfilesHeapProfileTaken : 6
20 ResizedViewInResponsiveMode : 17 21 ResizedViewInResponsiveMode : 17
21 RevisionApplied : 12 22 RevisionApplied : 12
22 ScriptsBreakpointSet : 3 23 ScriptsBreakpointSet : 3
23 SelectCommandFromCommandMenu : 25 24 SelectCommandFromCommandMenu : 25
24 SelectFileFromFilePicker : 24 25 SelectFileFromFilePicker : 24
26 StyleRuleCopied : 27
25 StyleRuleEdited : 14 27 StyleRuleEdited : 14
26 TimelinePageReloadStarted : 18 28 TimelinePageReloadStarted : 18
27 TimelineStarted : 4 29 TimelineStarted : 4
28 WindowDocked : 1 30 WindowDocked : 1
29 WindowUndocked : 2 31 WindowUndocked : 2
30 } 32 }
31 Action taken: WindowDocked 33 Action taken: WindowDocked
32 Action taken: WindowUndocked 34 Action taken: WindowUndocked
33 35
34 recordPanelShown: 36 recordPanelShown:
(...skipping 13 matching lines...) Expand all
48 network : 3 50 network : 3
49 resources : 2 51 resources : 2
50 security : 16 52 security : 16
51 sources : 4 53 sources : 4
52 timeline : 5 54 timeline : 5
53 } 55 }
54 Panel shown: js_profiler 56 Panel shown: js_profiler
55 Panel shown: timeline 57 Panel shown: timeline
56 Panel shown: audits 58 Panel shown: audits
57 59
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeElement.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698