Commit Graph

85 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
1fe2a8a412 Backed out changeset 8e4fdb45e6a8 (bug 1169439) for e10s dt test failures 2015-06-03 08:42:17 +02:00
Jordan Santell
5295dca10e Bug 1169439 - Markers fully eclipsed by another marker should be collapsed within the parent marker. r=vp 2015-05-31 17:55:26 -07:00
Jordan Santell
5eebc3db35 Bug 1167976 - Mark platform JS code with category where appropriate. In this case, just "tools" category as devtools JS code. r=vp,shu 2015-05-24 09:10:14 -07:00
Jordan Santell
3b8a2abd7e Bug 1169439 - Pull out marker definitions into its own file, and move formatter and collapse functions into marker-utils. r=vp 2015-05-30 19:07:38 -07:00
Jordan Santell
e1a6eaf4d0 Bug 1169411 - recording durations should be based off of profiler's end time in a performance recording. r=vp 2015-05-28 13:59:12 -07:00
Victor Porof
308e5c0962 Bug 1169438 - Don't show an empty sidebar when the waterfall is drawn the for first time, r=jsantell 2015-05-29 09:44:13 -04:00
Victor Porof
2ef0e64ed0 Bug 1169436 - Marker nodes (which contain child markers) should also be re-selected when the waterfall view is redrawn, r=jsantell 2015-05-29 09:44:13 -04:00
Victor Porof
2a921a4743 Backed out changeset 549e09a3e84d for breaking the web audio editor, r=permaorange 2015-05-28 18:09:25 -04:00
Victor Porof
e5173b4133 Bug 1169135 - Make Graphs.jsm a require module, r=jsantell 2015-05-28 17:04:16 -04:00
Jordan Santell
d0e6e77dfa Bug 1147143 - Inverted call tree times are now based on the context of their position in the tree, non-leaf frames do not have self costs, and total costs add up to their parent. r=shu 2015-05-23 15:58:56 -07:00
Victor Porof
22038b2928 Bug 1168125 - Add marker folding logic, r=jsantell 2015-05-27 17:23:53 -04:00
Victor Porof
182e8d34ea Bug 1168125 - Replace the waterfall view with a tree, r=jsantell 2015-05-27 17:23:53 -04:00
Victor Porof
95d0b190f7 Bug 1167975 - CallView._displaySelf sets this.document just because other functions use it; it should pass it as an argument instead, r=jsantell 2015-05-24 12:12:20 -04:00
Victor Porof
03e12d39fb Bug 1167963 - FrameNode should not export isContent, r=jsantell 2015-05-24 12:12:20 -04:00
Victor Porof
3e4c16b95c Bug 1167962 - Keep exports at bottom of modules, r=jsantell 2015-05-24 12:12:20 -04:00
Victor Porof
9d6b0f916a Bug 1167961 - Task is incorrectly used in compatibility.js, r=jsantell 2015-05-24 12:12:20 -04:00
Jordan Santell
25cc5e6509 Bug 1167006 - Refactor marker details to not handle stack traces explicitly, and move logic into marker utils. Separate out some source link styles. r=vp 2015-05-24 00:18:08 -07:00
Phil Ringnalda
0eefe0c506 Merge f-t to m-c, a=merge 2015-05-23 14:28:07 -07:00
Jordan Santell
302c1a5ddf Bug 1167006 - part 3 fully revert merge from 780e1f999f54. 2015-05-22 17:37:40 -07:00
Victor Porof
7b649a4555 Bug 1167733 - Consolidate prefs access and usage in the new performance tool, r=jsantell 2015-05-22 17:46:59 -04:00
Jordan Santell
bd92b8df79 Bug 1167006 - Fully revert bad merge from 780e1f999f54. 2015-05-22 13:56:34 -07:00
Jordan Santell
2b2ceb5753 Revert "Bug 1167006 - Refactor marker details to not handle stack traces explicitly, and move logic into marker utils. Separate out some source link styles. r=vp"
This reverts commit 411adbfe0ea2
2015-05-22 13:47:18 -07:00
Victor Porof
de9987cef5 Bug 1167426 - The _connected property in PerformanceActorsConnection is not necessary, r=jsantell 2015-05-22 16:29:20 -04:00
Victor Porof
07c34b40ce Bug 1167298 - Remove the ordinal property on categories, r=jsantell 2015-05-22 16:28:57 -04:00
Victor Porof
a145f7a720 Bug 1167300 - Fix all performance tool imports to work with the new file locations, r=jsantell 2015-05-22 16:25:52 -04:00
Victor Porof
75ef6d3a38 Bug 1167300 - Create a way to get strings from multiple localization files, r=jsantell 2015-05-22 16:25:52 -04:00
Victor Porof
abf0920a22 Bug 1167300 - Consolidate the performance tool directory, r=jsantell 2015-05-22 16:25:52 -04:00
Jordan Santell
393a12291e Bug 1166823 - Merge arrays in performance's recording model one element at a time for performance increase and get over the Array.prototype.push.apply 500000 element limit. r=fitzgen 2015-05-20 12:14:33 -07:00
Jordan Santell
ebcd34e377 Bug 1165504 - Refactor out marker details view into utilities, make marker definitions more declaritive. r=vp 2015-05-15 15:32:22 -07:00
Jordan Santell
4a177331ed Bug 1160313 - Remove temporary retro-mode for performance tools. r=vp 2015-05-15 11:35:26 -07:00
Christoph Kerschbaumer
4701bd2e1a Bug 1167053 - Convert NetUtil.newChannel2 callsites to use new API - update newChannel2 (r=sicking,paolo) 2015-05-21 19:52:03 -07:00
Jordan Santell
14de7a06a3 Bug 1164130 - Correctly include RecordingUtils when importing older version 2 profiler data. r=vp 2015-05-12 12:59:14 -07:00
Shu-yu Guo
c06f0b1979 Bug 1154115 - Fix devtools tests to use the new profiler JSON format. (r=jsantell) 2015-05-11 14:16:44 -07:00
Shu-yu Guo
5be89509cd Bug 1154115 - Make the memory stuff in the performance devtool synthesize the new profiler JSON format. (r=jsantell) 2015-05-11 14:16:44 -07:00
Shu-yu Guo
84ac4fa4e6 Bug 1154115 - Add adapter that deduplicates old, undeduplicated profiles in the frontend. (r=jsantell,vporof) 2015-05-11 14:16:44 -07:00
Shu-yu Guo
897ee4baa8 Bug 1154115 - Make the performance devtool handle the new profiler JSON format. (r=jsantell,vporof) 2015-05-11 14:16:44 -07:00
Jordan Santell
c28745c366 Bug 1160900 - Display buffer status while recording a profile. r=vp 2015-05-08 16:19:58 -07:00
Jordan Santell
b3d6b66baa Bug 1160828 - Return null when attempting to get the current selection from a graph that is not yet ready. r=vp 2015-05-06 17:18:00 +02:00
Jordan Santell
0e125e171d Bug 1145187 - Implement polling for buffer status on performance actor facades. r=vp 2015-05-05 17:12:49 -07:00
Jordan Santell
a0f22a4008 Bug 1159052 - Performance recording should stop rendering and recording as soon as the recording stops. r=vp 2015-05-02 16:47:41 -07:00
Jordan Santell
0b222d0ea3 Bug 1159480 - Pull out actor-specific logic from Performance Front. r=vp 2015-04-28 17:19:15 -07:00
Jordan Santell
2d896353c2 Bug 1160332 - Correctly check that the mouse is active in graphs to clean up rerender jank, a rebase error from 1157914. r=vp 2015-04-30 20:33:00 -04:00
Jordan Santell
866158cae6 Bug 1156499 - Disable all non-profiler/fps components in the performance tools when in aurora, for 40.0 release. r=vp 2015-04-30 15:13:49 -07:00
Jordan Santell
55cdc4c709 Bug 1158645 - Calculate FPS in performance tool by counting frames over duration, rather than averaging values of reported framerate timestamps. r=vp 2015-04-29 13:53:19 -07:00
Jordan Santell
0b446ebba1 Bug 1143027 - The performance tool tab highlights during a recording. r=vp 2015-04-27 15:59:22 -07:00
Jordan Santell
d804760f02 Bug 1132758 - Performance feature visibility now based on a per recording-basis, dependent on features enabled and server support. r=vp 2015-04-24 21:04:02 -07:00
Jordan Santell
e2da22021b Bug 1145824 - Profiler actor and performance tools now handle
passing in a startTime to filter out SPS profiles on platform rather than
 client. r=vp,fitzgen
2015-04-17 12:44:52 -07:00
Tooru Fujisawa
0901099358 Backed out changeset fb84ee59e04a (bug 1145824) for mochitest-other failure 2015-04-25 14:12:21 +09:00
Jordan Santell
7042ee76b7 Bug 1147945 - Let the profiler's buffer size and sample rate be configurable via prefs. r=vp 2015-04-13 18:00:02 -07:00
Jordan Santell
2b639c63b4 Bug 1145824 - Profiler actor and performance tools now handle
passing in a startTime to filter out SPS profiles on platform rather than
 client. r=vp,fitzgen
2015-04-17 12:44:52 -07:00