Wes Kocher
b86d5e6713
Merge fx-team to m-c a=merge
2015-03-18 15:38:20 -07:00
Tooru Fujisawa
51e5e0e8dd
Bug 1079919 - Part 3: Add test for RegExp.prototype properties in webconsole. r=fitzgen
2015-03-18 18:22:05 +09:00
J. Ryan Stinnett
9c97714212
Bug 1143028 - Make AppMan reinitable; update tab list when sidebars disabled. r=past
2015-03-16 13:32:00 -04:00
J. Ryan Stinnett
25f74baae3
Bug 1142184 - Fix DevTools access check in runtime info. r=ochameau
2015-03-13 11:02:31 -05:00
Carsten "Tomcat" Book
21682b3a69
merge mozilla-inbound to mozilla-central a=merge
2015-03-17 11:36:52 +01:00
Tom Tromey
593d58d1cf
Bug 1142207 - add "^" to REGEX_CSS_VAR to fix variables in the rule view. r=pbrosset
2015-03-16 07:55:00 -07:00
Patrick Brosset
aeda46e92a
Bug 1139925 - Make the BoxModelHighlighter highlight all quads and draw guides around the outer-most rect
...
LayoutHelpers.getAdjustedBoxQuads now returns all quads that el.getBoxQuads returns.
The BoxModelHighlighter calculates an outer rect based on these to draw the guides.
And if the element has more than 1 quad (inline element that spans line breaks), then all quads are
highlighted.
Also all related tests were modified and a couple of new tests were added.
2015-03-13 15:54:10 +01:00
Geoffroy Planquart
d65a7915d7
Bug 1042859 - Add test case for gcli cookie command on host:port. r=pbrosset
2015-03-13 09:06:00 -04:00
Sami Jaktholm
5c6d900338
Bug 1035140 - Split browser_inspector_menu-0?.js into multiple tests. r=pbrosset
2015-03-14 13:53:32 +02:00
ziyunfei
eccc9c947c
Bug 1141392 - Disallow a line break between ArrowParameters and the arrow. r=jorendorff
2015-03-15 03:39:00 +01:00
Victor Porof
d2f862fa9c
Bug 1123815 - Merge gum into fx-team to enable the Performance++ tool, r=me
2015-03-14 16:14:37 -04:00
Victor Porof
f1e95a2d6c
Bug 1142748 - Fix the 'Protocol error (unknownError): Error: Cannot call drainAllocationsLog without setting trackingAllocationSites to true', r=jsantell
2015-03-13 19:09:09 -04:00
Ryan VanderMeulen
54abe997e7
Merge fx-team to m-c. a=merge
2015-03-13 16:09:58 -04:00
J. Ryan Stinnett
b6b74b8c85
Bug 1142730 - Show client cert in WebIDE auth dialog. r=past
2015-03-12 17:37:17 -05:00
Sami Jaktholm
bbae61deb7
Bug 1142633 - Fix intermittent netmonitor e10s test failures caused by dead CPOW usage. r=vporof
2015-03-12 20:39:43 +02:00
Jennifer Fong
ffecaacf94
Bug 1142090 - Check existence of mainRoot. r=jryans
2015-03-11 12:30:00 -04:00
Michael Ratcliffe
221a37877c
Bug 1046234 - Add more DevTools Telemetry measures (display size etc.) r=pbrosset, r=gijs
2015-03-13 11:52:45 +00:00
Victor Porof
8b20cd3235
No Bug - Fix documentation for _startMemory and _stopMemory in performance/modules/front.js, r=me DONTBUILD
2015-03-13 12:12:59 -04:00
Victor Porof
5860d91f6f
Bug 1142748 - Use a single configuration for starting/stopping recordings, r=jsantell
2015-03-13 11:53:23 -04:00
Ryan VanderMeulen
6f15b2e72c
Merge m-c to fx-team. a=merge
2015-03-12 18:39:36 -04:00
Ryan VanderMeulen
fd511a4b5b
Merge inbound to m-c. a=merge
2015-03-12 18:05:45 -04:00
Victor Porof
050042636e
Bug 1142744 - Fix tests broken by bug 1132755, r=me
2015-03-12 18:01:49 -04:00
Panos Astithas
06530f8f76
Don't dump errors in tests that are already handled by the parser (bug 1138784). r=vporof
2015-03-12 20:42:35 +02:00
Christoph Kerschbaumer
552564bf56
Bug 1138641 - Updated remaining callsites to use newChannel2 in browser/devtools (r=vporof)
2015-03-12 11:26:57 -07:00
Dave Townsend
0fc67a63f6
Bug 1142114: Fix broken cases of devtools calling once. r=jsantell
2015-03-11 10:00:25 -07:00
Victor Porof
5eefdd16d7
Bug 1141719 - Lots of "TypeError: ownerWindow is null" when shutting down the new perf tool on debug builds, r=jsantell
2015-03-11 16:01:19 -04:00
Victor Porof
c6241e074b
Bug 1121194 - Support vertical panning for the flamegraph in the new performance tool, r=jsantell
2015-03-11 16:01:19 -04:00
Eddy Bruël
ce26265c7a
Bug 1136146 - Merge the latest version of the source-map library with fx-team;r=fitzgen
2015-03-12 20:18:34 +01:00
Jordan Santell
a7575ddd43
Bug 1141817 - Followup to fix additional intermittents like bug 1132370, r=vp
2015-03-12 15:17:56 -04:00
Victor Porof
de9ce6e33a
Bug 1132755 - Allocations tree has a bunch of columns that don't make sense, r=jsantell
2015-03-12 15:05:02 -04:00
Jordan Santell
a86c311078
Bug 1141817 - Fix yield statement to correctly return memory actor state so that the performance tool can poll for allocations during recording. r=vp
2015-03-12 11:41:41 -07:00
Nick Fitzgerald
80b9779c2f
Bug 1140728 - Rename 'Memory' to 'Allocations' in the new performance tool. r=jsantell
2015-03-10 16:28:00 -04:00
Carsten "Tomcat" Book
7a84c6e3cd
Merge mozilla-central to mozilla-inbound
2015-03-13 14:06:57 +01:00
Dave Herman
04770e5ce3
Bug 913617 - Reflect.parse: rename ArrowExpression to ArrowFunctionExpression. r=jorendorff
2015-03-10 10:50:00 +01:00
Carsten "Tomcat" Book
4e48415dbe
Merge mozilla-central to fx-team
2015-03-12 12:20:06 +01:00
Carsten "Tomcat" Book
f876c2ec54
merge fx-team to mozilla-central a=merge
2015-03-12 10:17:35 +01:00
Wes Kocher
10c7046380
Backed out changeset e5ea062a8a10 (bug 1142114) for bc1 orange CLOSED TREE
2015-03-11 19:45:18 -07:00
Panos Astithas
3c2133f282
Never interleave requests to get the page event listeners and avoid redundant requests for definition sites (bug 1106692). r=jlongster
2015-03-12 10:09:35 +02:00
J. Ryan Stinnett
1ccd0f74b3
Bug 1128027 - Web Console browser_result_format_as_string.js no longer leaks. r=bgrins
2015-03-12 02:51:51 -05:00
Dave Townsend
356a63426a
Bug 1142114: Fix broken cases of devtools calling once. r=jsantell
2015-03-11 10:00:25 -07:00
Wes Kocher
b07b12b5bd
Backed out changeset 95bec5828ef3 (bug 1136146) for devtools test failures CLOSED TREE
2015-03-11 15:17:46 -07:00
Abhishek Bhattacharya
273e00b8a4
Bug 1120111 - Tests for the highlighter pick mode key listeners; r=pbrosset
2015-03-10 07:04:00 +01:00
Abhishek Bhattacharya
c179a2155d
Bug 1120111 - Adds key listeners to highlighter pick mode to traverse DOM and submit/cancel selection; r=pbrosset
2015-03-10 07:02:00 +01:00
Tom Tromey
64fd92c754
Bug 1140569 - Show async stacks attached to timeline markers. r=vporof
2015-03-11 07:44:00 -04:00
Brian Grinstead
b31edb57ba
Bug 1030357 - Enable devtools/projecteditor tests with e10s. r=ejpbruel
2015-03-06 14:52:00 -05:00
Eddy Bruël
0f5da766fb
Bug 1136146 - Merge version 0.4.0 of the source-map library with fx-team;r=fitzgen
2015-03-11 15:12:26 +01:00
Jennifer Fong
e465a70109
Bug 1126432: Set preference toggle to switch to new WebIDE project listing layout r=jryans
2015-03-10 08:30:00 -07:00
Tom Tromey
d94aa54c08
Bug 1141553 - Give function name the devtools-monospace class in the profiler r=vporof
2015-03-10 08:07:00 -07:00
Jordan Santell
dc93a7bb8a
Bug 1132765 - Pass through performance memory options for 'probability' and 'maxLogLength' from the front to the memory actor. r=vp
2015-03-10 10:24:48 -07:00
Victor Porof
d2955f157d
Bug 1141615 - Use before declaration for scaledStep
in FlameGraph.jsm, r=jsantell
2015-03-10 13:19:10 -04:00