James Long
a4a62e7769
Bug 1131756 - properly display anonymous sources when they are needed in the debugger r=ejpbruel
2015-05-13 18:18:48 -04:00
James Long
1c9effd975
Bug 1154606 - improve error in debugger when loading source fails r=jsantell
2015-05-13 16:11:33 -04:00
Eddy Bruël
1c6bb60c9a
Bug 1160199 - Implement TabActor.listWorkers;r=jlong
2015-05-12 18:58:34 +02:00
James Long
917bfc1844
Bug 896139 - Add regression test to make sure breakpoints in dynamic scripts are properly reloaded. r=ejpbruel
2015-05-08 12:02:00 -04:00
Wes Kocher
c0a4cb4b07
Backed out changeset 7ec5c7a4830f (bug 896139) for adding a test that times out
2015-05-07 10:13:59 -07:00
Eddy Bruël
e1a73c0076
Bug 896139 - Breakpoints not triggering when reloading script;r=jimb
2015-05-07 15:40:39 +02:00
Wes Kocher
10fec54e1c
Merge fx-team to m-c a=merge CLOSED TREE
2015-04-29 16:46:00 -07:00
ziyunfei
e1db0f779e
Bug 1102219 - Part 4: Replace `String.prototype.contains` with `String.prototype.includes` in chrome code. r=till
2015-04-30 00:32:05 +09:00
Brian Grinstead
6b0d5ba3f0
Bug 1159276 - Prevent showing the source context menu if the breakpoint context menu is also going to be shown;r=jlongster
2015-04-28 14:10:08 -07:00
James Long
7968b594cc
Bug 1145262 - Modularize the toolbar views in the debugger. r=fitzgen
2015-04-24 15:21:00 -04:00
James Long
ca2d6d3dcb
Bug 1145262 - Modularize the pane views in the debugger. r=fitzgen
2015-04-24 15:21:00 -04:00
Brian Grinstead
5b1630e1da
Bug 1157946 - Early return if aResponse.sources is undefined;r=fitzgen
...
This happens quite often during the damp devtools talos test, when
the toolbox is closed immediately after a page is reloaded
2015-04-25 10:11:16 -07:00
Joe Walker
9cc5a4d6b3
Bug 1128988 - runAt support for commands/converters; r=bgrins
...
--HG--
rename : browser/devtools/main.js => browser/devtools/definitions.js
2015-04-23 10:24:49 +01:00
Mike Taylor
5809ad205b
Bug 848502 - Add keyboard shortcut to copy selected source URL. r=vporof
2015-04-03 09:13:00 -04:00
Mike Taylor
447077e35f
Bug 848502 - Add a context menu to the debugger sources panel. r=vporof
2015-04-03 09:13:00 -04:00
Ryan VanderMeulen
37f3daf0c7
Merge m-c to fx-team. a=merge
...
CLOSED TREE
2015-04-03 10:52:46 -04:00
Eddy Bruël
318d2572e3
Bug 1147972 - Test setting a breakpoint on a column;r=jlong
2015-04-03 14:46:27 +02:00
Panos Astithas
e4b9084401
Add a devtools tag to all devtools tests (bug 1149907
). r=pbrosset
2015-04-01 14:09:33 +03:00
Eddy Bruël
8769806b40
Bug 1129784 - Implement column sliding for source mapped sources;r=jlong
2015-04-01 11:03:57 +02:00
James Long
f0bd4ead17
Bug 1148075 - Dynamically add XUL commands for the debugger frontend. r=vporof
2015-03-27 11:47:00 -04:00
Victor Porof
77324062a8
Bug 1148463 - Re-enable the Performance++ tool, r=jsantell
2015-03-31 11:28:43 -04:00
Victor Porof
e50a9999eb
Bug 1148463 - Temporarily disable the new performance tools for the Aurora uplift by backing out changeset 2ae4dac8f094, r=jsantell
2015-03-27 20:20:11 -04:00
J. Ryan Stinnett
c2778efe9d
Bug 1147042 - Rename attachProcess to getProcess. r=ochameau
...
--HG--
rename : toolkit/devtools/server/tests/mochitest/test_attachProcess.html => toolkit/devtools/server/tests/mochitest/test_getProcess.html
extra : rebase_source : d74e89db7b2da7eda804d8f667d54c1447bb02e2
2015-03-24 14:59:53 -05:00
Panos Astithas
02dfbfe7de
Use an html instead of a xul progress bar for better perf on Linux (bug 1003664). r=jlongster, f=darktrojan
2015-03-24 18:32:41 +02:00
Zimon Dai
7dd2c728a6
Bug 1135435 - Add UI for breakpoint condition throws. r=fitzgen
2015-03-06 11:41:54 +08:00
Eddy Bruël
d11f26ad69
Bug 1138975 - Refactor breakpoint sliding for non-source mapped sources;r=jlong
2015-03-23 14:13:03 +01:00
Shu-yu Guo
e690ce0b78
Bug 1134198 - Fix up tests now that onPop and onExceptionUnwind may be called at different locations than previously. (r=tromey)
2015-04-02 17:28:02 -07:00
Panos Astithas
75f1263daf
Fix breaking on the "load" event in the debugger (bug 1054159). r=ochameau
2014-08-29 20:51:24 +03:00
Carsten "Tomcat" Book
9bacd9217e
Backed out changeset de24b63c6966 (bug 1138975) for m-dt test failures
2015-03-20 15:23:45 +01:00
Eddy Bruël
1d9e7740aa
Bug 1138975 - Refactor breakpoint sliding for non-source mapped sources;r=jlongster
2015-03-20 12:11:54 +01:00
ziyunfei
9f585220aa
Bug 1141392 - Disallow a line break between ArrowParameters and the arrow. r=jorendorff
...
--HG--
extra : rebase_source : fc7e5a78c0adcadc32219f893969d41c2697ecd9
2015-03-15 03:39:00 +01:00
Victor Porof
3a6e36b016
Bug 1123815 - Merge gum into fx-team to enable the Performance++ tool, r=me
2015-03-14 16:14:37 -04:00
Carsten "Tomcat" Book
40e583eb67
Merge mozilla-central to mozilla-inbound
2015-03-13 14:06:57 +01:00
Eddy Bruël
317e3f1ff4
Bug 1136146 - Merge the latest version of the source-map library with fx-team;r=fitzgen
2015-03-12 20:18:34 +01:00
Panos Astithas
b64b2d9a28
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
Dave Herman
3e9db59cdf
Bug 913617 - Reflect.parse: rename ArrowExpression to ArrowFunctionExpression. r=jorendorff
2015-03-10 10:50:00 +01:00
Panos Astithas
b1fc863847
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
Wes Kocher
24a7d8e882
Backed out changeset 95bec5828ef3 (bug 1136146) for devtools test failures CLOSED TREE
2015-03-11 15:17:46 -07:00
Eddy Bruël
4c60ab0448
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
Carsten "Tomcat" Book
56ac87f4d5
Backed out changeset b6c511f17246 (bug 1136146) for browser_dbg_source-maps-01.js test failures
...
--HG--
extra : rebase_source : 73b0b9781e5ad7592cd1ec048e1bc7e8187b4ac6
2015-03-10 16:35:47 +01:00
Eddy Bruël
7f81303974
Bug 1136146 - Merge version 0.4.0 of the source-map library with fx-team.
2015-03-10 13:50:04 +01:00
Panos Astithas
0d846e380e
Use the correct l10n keys for the event listeners pane (bug 1101196). r=vporof
2015-03-09 17:50:30 +02:00
Alexandre Poirot
2b002a6748
Bug 1059308 - Fix tests to support chrome actor. r=jryans
2015-02-26 03:56:00 +01:00
Alexandre Poirot
9ddabe8061
Bug 1059308 - Add Target.isTabActor to tell if the remote tab actor supports attach/detach requests. r=jryans
2015-02-26 03:55:00 +01:00
Zimon Dai
eefdc543db
Bug 983469 - Pause on breakpoint condition exception. r=fitzgen
2015-02-09 21:43:17 +08:00
Eddy Bruël
ab9d29f04d
Backed out changeset d6fe72a0baf2
2015-03-04 15:20:52 +01:00
Eddy Bruël
829d9bf8cb
Bug 1136146 - Merge the latest version of the source-map library with fx-team;r=fitzgen
2015-03-04 15:16:39 +01:00
Andrew McCreight
06554f77d6
Bug 1073352, part 2 - Enable some devtools tests. r=ejpbruel
...
This enables a few of the debugger tests. The first test,
browser_dbg_aaa_run_first_leaktest.js, is intentionally disabled,
because it appears to have a legitimate leak.
2015-02-24 13:00:54 -08:00
Johan K. Jensen
84536e6ce5
Bug 1096294 - Display pseudo-arrays like arrays in the console; r=pbrosset
2015-02-23 17:27:05 -08:00
Ryan VanderMeulen
b85d704ab3
Backed out changeset b413c3707a12 (bug 983469) for browser_dbg_server-conditional-bp-01.js timeouts.
2015-02-22 16:02:40 -05:00