Commit Graph

142 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
406273fc90 Bug 1170671 - ProfileTimelineMarkers that use TRACING_TIMESTAMP should capture stack information. r=smaug 2015-06-02 16:16:32 -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
6621235ce8 Bug 1163356 - Migrate performance tool components to xpcshell tests where appropriate. r=vp 2015-05-29 17:34:32 -07:00
Ryan VanderMeulen
7586a3a432 No bug - Request a longer timeout for browser_perf-overview-render-03.js.
CLOSED TREE
2015-05-29 13:14:07 -04: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
4efe3ff34b Bug 1169352 - Temporarily disable assertion in browser_timeline-waterfall-rerender.js, r=orange 2015-05-28 16:17:17 -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
b6d03ef86b Bug 1169257 - Add longer timeout for browser_perf-overview-render-02.js, r=orange 2015-05-28 10:10:21 -04:00
Ryan VanderMeulen
82a62f5b4b Bug 1161817 - Disable browser_timeline-waterfall-sidebar.js on Linux due to frequent failures.
CLOSED TREE
2015-05-28 09:36:14 -04:00
Patrick Brosset
b0fc02b334 Bug 1166189 - ESLint configuration files for devtools; r=tromey
Adds a global .eslintrc file for all source files in /browser/devtools.
This file defines a set of global variables that are commonly used in
/browser/devtools code.
The files that import modules with Cu.import will need to define their
own globals as /* globals ... */ comments.
This file also defines the configuration for all the rules we want to
use.

This also adds a set of .eslintrc files, one per test directory in
/browser/devtools. Each of these files extend from one of 2 parent config
files: .eslintrc.xpcshell or .eslintrc.mochitest.
The parent config define the set of globals these types of tests have
access to (test runner functions, assertion functions, etc.).

Finally, this also adds .eslintrc files in /toolkit/devtools for code and
tests, which just extend from their counterparts in /browser/devtools.
2015-05-28 09:30:03 +02:00
Victor Porof
87ea8b0d39 Bug 1169120 - Waterfall should preserve the currently selected marker after resizing, r=jsantell 2015-05-28 00:30:21 -04:00
Victor Porof
043aea378b Bug 1158862 - Rerendering waterfall graph ignores current selection, r=jsantell 2015-05-27 17:24:33 -04:00
Victor Porof
5326b91ef5 Bug 1168125 - Add a new test, r=jsantell 2015-05-27 17:24:13 -04:00
Victor Porof
768d86fb97 Bug 1168125 - Fix existing tests, r=jsantell 2015-05-27 17:24:13 -04:00
Patrick Brosset
0d849bdbc4 Bug 1168077 - Remove remaining spidermonkey js specific syntax from browser/devtools; r=miker 2015-05-25 14:42:51 +02: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
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
abf0920a22 Bug 1167300 - Consolidate the performance tool directory, r=jsantell 2015-05-22 16:25:52 -04:00
Jordan Santell
1d1b129123 Bug 1049865 - part 2 - fix up browser_profiler_tree-frame-node.js to handle the new stripping of query params from a displayed filename in tree models. 2015-05-22 11:56:49 -07:00
Ravi Shankar
bfd7e69dc6 Bug 1049865 - Remove url query from items in the call tree; r=jsantell 2015-05-22 11:59:12 -07:00
Jordan Santell
c1517f681e Bug 1162662 - Map JS markers to human readable keys, and hide if platform related via (Gecko). r=vp 2015-05-19 23:02:28 -07:00
Jordan Santell
ceac8dc058 Bug 1058898 - Enable e10s tests on the performance tool. r=vp 2015-05-10 01:20:56 -07:00
Jordan Santell
db1d4971c4 Bug 1165885 - Handle scenario when clearing out recordings while a console profile is recording. r=pbrosset 2015-05-19 15:06:59 -07:00
Jordan Santell
5ef6787a21 Bug 1157916 - Add tooltip for displaying start/end times on marker details' duration field. r=vp 2015-05-19 13:15:37 -07:00
Jordan Santell
0d0f7f52c1 Bug 1166139 - properly display the generic class name for markers in the marker filter popup. r=vp 2015-05-18 21:07:49 -07:00
Jordan Santell
03e0602272 Bug 1162583 - Disable realtime rendering in performance tools when e10s is not on. r=vp 2015-05-18 17:44:49 -07:00
Jordan Santell
a0144d8f84 Bug 1164281 - Make a new pref devtools.performance.ui.experimental enabled on nightly to show experimental options. r=vp 2015-05-12 18:18:23 -07:00
Jordan Santell
4c4669a5c0 Bug 1164338 - Tests that the style markers have restyleHints. r=pbrosset 2015-05-18 19:24:23 -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
Patrick Brosset
4083cd2036 Bug 1146239 - Show the recording as loading in the performance details pane after it has stopped; r=jsantell 2015-05-18 14:44:39 +02:00
Jordan Santell
4a177331ed Bug 1160313 - Remove temporary retro-mode for performance tools. r=vp 2015-05-15 11:35:26 -07:00
Victor Porof
582ea08b11 Bug 1165045 - Don't create nodes with empty text in the call tree, r=jsantell 2015-05-15 16:18:12 -04:00
Victor Porof
a69ecddce6 Bug 1151973 - Inverted call tree should be ordered by 'self cost', not 'total cost', r=jsantell 2015-05-14 15:45:21 -04:00
Victor Porof
cbaa3b254c Bug 1152631 - We no longer display category data for platform data in call tree, r=jsantell 2015-05-14 19:01:02 -04:00
Wes Kocher
781eaa1d0e Backed out changeset efa0dda1fa88 (bug 1151973) for dt2 orange 2015-05-14 16:00:13 -07:00
Wes Kocher
3804bae6e4 Merge m-c to fx-team a=merge 2015-05-14 15:41:56 -07:00
Victor Porof
16a776256f Bug 1151973 - Inverted call tree should be ordered by 'self cost', not 'total cost', r=jsantell 2015-05-14 17:24:47 -04:00
Patrick Brosset
ae2db52022 Bug 1146239 - Show the recording as loading in the performance sidebar after it has stopped; r=jsantell 2015-05-12 10:06:05 +02:00
Jordan Santell
6d1a977772 Bug 1143004 - markers from console.timeStamp() should be rendered in the performance tool's timeline. r=vp 2015-03-18 13:55:42 -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
Jordan Santell
ccd0d8d9cb Bug 1164131 - [regression] parse urls with port numbers correctly in the call tree, and display the host (hostName+port), not just hostName. r=shu 2015-05-12 15:34:55 -07:00
Carsten "Tomcat" Book
5cedbb3f6d merge mozilla-inbound to mozilla-central a=merge 2015-05-12 16:10:32 +02:00
Jordan Santell
e805727718 Bug 1157523 - Disable framerate and memory recording in intermittent test to reduce surface area on leakage. r=vp 2015-05-10 16:47:28 -07:00
Jordan Santell
c28745c366 Bug 1160900 - Display buffer status while recording a profile. r=vp 2015-05-08 16:19:58 -07:00