Commit Graph

883 Commits

Author SHA1 Message Date
Phil Ringnalda
d98af6849d Merge f-t to m-c, a=merge
--HG--
rename : browser/devtools/performance/modules/io.js => browser/devtools/performance/modules/logic/io.js
2015-05-23 14:28:07 -07:00
Victor Porof
e197c19b40 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
7015eff91b Bug 1167300 - Create a way to get strings from multiple localization files, r=jsantell 2015-05-22 16:25:52 -04:00
Victor Porof
4b7d7bd9d0 Bug 1167300 - Consolidate the performance tool directory, r=jsantell
--HG--
rename : browser/devtools/shared/timeline/global.js => browser/devtools/performance/modules/global.js
rename : browser/devtools/performance/modules/actors.js => browser/devtools/performance/modules/logic/actors.js
rename : browser/devtools/performance/modules/compatibility.js => browser/devtools/performance/modules/logic/compatibility.js
rename : browser/devtools/shared/profiler/frame-utils.js => browser/devtools/performance/modules/logic/frame-utils.js
rename : browser/devtools/performance/modules/front.js => browser/devtools/performance/modules/logic/front.js
rename : browser/devtools/performance/modules/io.js => browser/devtools/performance/modules/logic/io.js
rename : browser/devtools/shared/profiler/jit.js => browser/devtools/performance/modules/logic/jit.js
rename : browser/devtools/shared/timeline/marker-utils.js => browser/devtools/performance/modules/logic/marker-utils.js
rename : browser/devtools/performance/modules/recording-model.js => browser/devtools/performance/modules/logic/recording-model.js
rename : browser/devtools/performance/modules/recording-utils.js => browser/devtools/performance/modules/logic/recording-utils.js
rename : browser/devtools/shared/profiler/tree-model.js => browser/devtools/performance/modules/logic/tree-model.js
rename : browser/devtools/performance/modules/graphs.js => browser/devtools/performance/modules/widgets/graphs.js
rename : browser/devtools/shared/timeline/marker-details.js => browser/devtools/performance/modules/widgets/marker-details.js
rename : browser/devtools/shared/timeline/markers-overview.js => browser/devtools/performance/modules/widgets/markers-overview.js
rename : browser/devtools/shared/profiler/tree-view.js => browser/devtools/performance/modules/widgets/tree-view.js
rename : browser/devtools/shared/timeline/waterfall.js => browser/devtools/performance/modules/widgets/waterfall.js
2015-05-22 16:25:52 -04:00
Ravi Shankar
daab31aa92 Bug 1049865 - Remove url query from items in the call tree; r=jsantell 2015-05-22 11:59:12 -07:00
Ryan VanderMeulen
3a69f754a0 Backed out changeset 76c0e3be4fe8 (bug 1159043) for test_telemetry.html failures.
--HG--
extra : rebase_source : 10711b4243175d04b0e5b91bf10b91eafa09fbcd
2015-05-22 14:55:38 -04:00
Jordan Santell
3ac62ebdb0 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
5d38170b84 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-22 11:26:51 -07:00
J. Ryan Stinnett
587455d65c Bug 1159043 - Record WebIDE runtime info in Telemetry. r=ochameau
--HG--
extra : rebase_source : 149626e989c8b81c6baafc54d22660931ec8da4a
2015-05-21 03:57:03 -05:00
Victor Porof
5909eac3cd Bug 1167459 - Skip rendering function name nodes if there's no name available (e.g. for C++ pseudoframes), r=jsantell 2015-05-22 09:39:25 -04:00
Brian Grinstead
1dc9894768 Bug 1122662 - Resize graphs when window resizes;r=vporof 2015-05-22 09:38:29 -04:00
J. Ryan Stinnett
cf5f5fc965 Backed out changeset 71aa79b01224 on CLOSED TREE (bug 1067235)
--HG--
extra : histedit_source : d8f836dbbedf5d8d0e29c1b07324a186d377db99
2015-05-22 07:03:14 -05:00
J. Ryan Stinnett
723f52758a Bug 1067325 - Allow DevTools to use view source in tab. r=jsantell 2015-05-22 05:16:24 -05:00
Jordan Santell
bd27262286 Bug 1166494 - part3: Correctly handle marker definition fields that are described via function rather than array. r=vp 2015-05-22 02:37:06 -07:00
Jordan Santell
886f65d972 Bug 1058898 - Enable e10s tests on the performance tool. r=vp
--HG--
rename : browser/devtools/performance/test/browser_perf-aaa-run-first-leaktest.js => browser/devtools/performance/test/browser_aaa-run-first-leaktest.js
2015-05-10 01:20:56 -07:00
Jordan Santell
1343f0c52a Bug 1166494 - part2: correctly add labels to console markers and properly add style markers' restyleHints. r=vp 2015-05-21 22:43:52 -07:00
Jordan Santell
3a029e4de1 Bug 1166494 - Re-add console timestamp and style markers' metadata. r=vp 2015-05-20 08:43:23 -07:00
Jordan Santell
9bc1c89827 Bug 1164552 - create new colors in light/dark themes for devtools specifically for rendering graphs in the performance tool. The highlight-* colors in light theme work well for text, less so for rendered blocks and appear very 'bold'. Most of the dark theme graph colors are the same as their highlight-* equivilents. r=vp 2015-05-20 13:15:28 -07:00
John Pavlicek
9fb76a86b8 Bug 1164906 - Use EventUtils.sendString instead of looping and calling EventUtils.sendChar in DevTools tests. r=mratcliffe 2015-05-19 14:32:00 -04:00
Brian Grinstead
ef942e6027 Bug 1090950 - Properly bound fillRect call for Graphs with selections that start or end out of bounds. r=vporof 2015-05-19 13:39:00 -04:00
Jordan Santell
307a087c72 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
fd5a34b3dc 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
Victor Porof
9157019656 Bug 1144034 - Flamegraph text is barely readable on non-retina display, r=jsantell 2015-05-19 13:47:09 -04:00
Victor Porof
6a65c6a1a0 Bug 1166122 - Fix regression in the call tree caused by bug 1165045, r=jsantell 2015-05-19 13:46:32 -04:00
Tom Tromey
7e977d3bf5 Bug 1154809 - rewrite CubicBezierWidget to use CSSLexer; r=pbrosset 2015-05-19 08:56:08 -07:00
Tom Tromey
ddc147fca2 Bug 1154809 - rewrite tokenizeComputedFilter to use cssTokenizer; r=pbrosset 2015-05-19 08:56:04 -07:00
Tom Tromey
c82c12171e Bug 1154809 - remove dead css-parsing code; r=pbrosset 2015-05-19 08:55:57 -07:00
Jordan Santell
356b690e73 Bug 1165504 - Refactor out marker details view into utilities, make marker definitions more declaritive. r=vp 2015-05-15 15:32:22 -07:00
Ryan VanderMeulen
33aa7cc49f Backed out 7 changesets (bug 1154809) for xpcshell failures.
Backed out changeset 056f69eee8db (bug 1154809)
Backed out changeset 13f93d585e42 (bug 1154809)
Backed out changeset 1e967727087e (bug 1154809)
Backed out changeset 1f3809022d39 (bug 1154809)
Backed out changeset 7e730e9cb6b3 (bug 1154809)
Backed out changeset 139959618516 (bug 1154809)
Backed out changeset ea59187953f6 (bug 1154809)
2015-05-17 19:54:49 -04:00
Tim Nguyen
64f650e19f Bug 1136101 - Add an "Add rule" button in the rules view toolbar. r=bgrins, ui-r=shorlander 2015-05-16 02:10:00 -04:00
Tom Tromey
4ba6a0cf35 Bug 1154809 - Rewrite CubicBezierWidget to use CSSLexer. r=pbrosset
--HG--
extra : rebase_source : 750e574f9f9d0336690b6f7e3ec4d95dc2f02ebb
extra : histedit_source : b65e1789225b3b4dd84ccb69451cdb8d48eff1c8
2015-05-14 05:36:00 -04:00
Tom Tromey
a04ecc80d2 Bug 1154809 - Rewrite tokenizeComputedFilter to use cssTokenizer. r=pbrosset
--HG--
extra : rebase_source : b6671492aaccc26110eeef31db4cecb4e8210cd1
extra : histedit_source : 44b256236eeef8221147574606d9a53e40732be9
2015-05-14 05:36:00 -04:00
Tom Tromey
7fec4dca21 Bug 1154809 - Remove dead css-parsing code. r=pbrosset
--HG--
extra : rebase_source : 5de56b0d53f5e76d4bba51369b0f5d35d280d89e
extra : histedit_source : 447dd118274dd40388369c762f820bfbd5222484
2015-05-14 05:35:00 -04:00
Victor Porof
cd2cb2d0b2 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
6b2727cdd9 Bug 1151973 - Inverted call tree should be ordered by 'self cost', not 'total cost', r=jsantell 2015-05-14 15:45:21 -04:00
Wes Kocher
38b307f8f2 Backed out changeset efa0dda1fa88 (bug 1151973) for dt2 orange 2015-05-14 16:00:13 -07:00
Victor Porof
dc289456fe Bug 1160521 - The markers list sidebar should be wider by default, r=jsantell 2015-05-14 17:28:01 -04:00
Victor Porof
903caefd4a Bug 1151973 - Inverted call tree should be ordered by 'self cost', not 'total cost', r=jsantell 2015-05-14 17:24:47 -04:00
James Long
6a69f31f83 Bug 1164483 - move worker helpers from frontend of devtools to backend r=jsantell
--HG--
rename : browser/devtools/shared/test/browser_devtools-worker-01.js => toolkit/devtools/shared/tests/browser/browser_worker-01.js
rename : browser/devtools/shared/test/browser_devtools-worker-02.js => toolkit/devtools/shared/tests/browser/browser_worker-02.js
rename : browser/devtools/shared/test/browser_devtools-worker-03.js => toolkit/devtools/shared/tests/browser/browser_worker-03.js
rename : browser/devtools/shared/worker-helper.js => toolkit/devtools/shared/worker-helper.js
rename : browser/devtools/shared/worker.js => toolkit/devtools/shared/worker.js
2015-05-13 15:52:23 -04:00
Tom Tromey
beb546cc3e Bug 930680 - allow inserting ";" in values in style inspector; r=pbrosset 2015-05-13 11:37:18 -07:00
Ryan VanderMeulen
d29552d114 Merge m-c to inbound. a=merge
CLOSED TREE

--HG--
rename : browser/devtools/performance/test/browser_perf-aaa-run-first-leaktest.js => browser/devtools/performance/test/browser_aaa-run-first-leaktest.js
extra : rebase_source : bf83892460e8f9a98a8e08220593f9815cfecffb
2015-05-22 14:18:25 -04:00
Christoph Kerschbaumer
6b24d4a573 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
c9bdd47b1d 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
9e610d7c78 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
dd3f1a22f8 merge mozilla-inbound to mozilla-central a=merge 2015-05-12 16:10:32 +02:00
Michael Ratcliffe
29804d4495 Bug 971234 - Only apply color swatch depending on cssPropertySupportsType. r=pbrosset 2015-05-11 06:33:00 -04:00
Brian Grinstead
e1b273a179 Bug 1143224 - Use getBoundsWithoutFlushing and scroll less often in the SideMenuWidget to speed up the netmonitor UI;r=vporof 2015-05-10 11:55:27 -07:00
Brian Grinstead
70acf190fd Bug 1127423 - Don't scroll horizontally when selecting an element in markup view;r=jryans 2015-05-08 20:39:23 -07:00
Brian Grinstead
3d4b769dfc Backed out changeset f407ab8f7129 (bug 1127423) for suspicion of causing a timeout on browser_mdn-docs-01.js 2015-05-08 22:42:05 -07:00
Brian Grinstead
13fc8822ab Bug 1127423 - Don't scroll horizontally when selecting an element in markup view;r=jryans 2015-05-08 20:39:23 -07:00