Gabriel Luong
1273069a4b
Bug 1183895 - Part 1: Add a new pane for the promise debugger r=fitzgen
2015-07-21 17:05:23 -07:00
Alexandre Poirot
26b5b9b06f
Bug 1171723 - Fix clear button in variable view. r=bgrins
2015-07-21 13:24:26 -07:00
Alexandre Poirot
bce07008e0
Bug 1169096 - Fix remote filtering on nested attributes. r=past
2015-07-21 13:24:25 -07:00
Boris Zbarsky
c24833d0d8
Bug 1181966. Remove uses of mozRequestAnimationFrame from browser code. r=gijs,paul
2015-07-16 17:53:28 -04:00
Ryan VanderMeulen
79f38a3eb8
Bug 1177730 - Skip browser_dbg_promises-chrome-allocation-stack.js on Windows as well.
2015-07-15 08:47:44 -04:00
Nick Fitzgerald
dbc270f8c9
Bug 1176981 - Part 0: Remove the tracing debugger UI; r=vporof
2015-07-14 18:12:10 -07:00
Hubert B Manilla
07e0075418
Bug 882790 - Add toolbar button for pause on exceptions. r=fitzgen
2015-07-13 08:59:00 -04:00
Ryan VanderMeulen
81efe2d5a0
Bug 1177730 - Skip browser_dbg_promises-chrome-allocation-stack.js on Linux.
...
CLOSED TREE
2015-07-13 12:15:14 -04:00
Sami Jaktholm
89c37cf234
Bug 942899 - Populate the debugger listener tab even if a listener doesn't have an associated Debugger.Script object. r=vporof
2015-06-20 16:02:00 +03:00
Gabriel Luong
008cd0f614
Bug 1177730 - Intermittent browser_dbg_promises-chrome-allocation-stack.js | application timed out after 330 seconds with no output r=fitzgen
2015-07-10 14:21:47 -07:00
Carsten "Tomcat" Book
bebb913db9
Backed out changeset 2ac055164ed1 (bug 1169096) for timeouts in browser_console_variables_view_filter.js
2015-07-10 13:50:05 +02:00
Carsten "Tomcat" Book
9a49bdac66
Backed out changeset 682a89113d92 (bug 1171723)
2015-07-10 13:49:29 +02:00
Alexandre Poirot
cdb5596086
Bug 1171723 - Fix clear button in variable view. r=bgrins
2015-07-10 00:21:00 -07:00
Alexandre Poirot
985acea833
Bug 1169096 - Fix remote filtering on nested attributes. r=past
2015-07-10 00:21:00 -07:00
J. Ryan Stinnett
7e2158acc2
Bug 1178851 - Move testing flag to DevToolsUtils. r=ochameau
2015-07-02 04:56:57 -05:00
Gabriel Luong
04ff015738
Bug 1084525 - Part 13: Add test for asserting the Promise allocation stack in chrome debugging r=fitzgen
2015-06-25 12:32:23 -07:00
Gabriel Luong
d81a9c6f61
Bug 1084525 - Part 10: Implement getAllocationStack method in ObjectClient r=fitzgen
2015-06-25 12:32:15 -07:00
Eddy Bruël
a41a5e057c
Bug 1171967 - Emit newSource events on ThreadClient instead of DebuggerClient;r=pbrosset
2015-06-22 15:17:12 +02:00
Eddy Bruël
24a1e12d22
Bug 1169343 - Implement DebuggerView.Workers;r=jlong
2015-06-19 13:51:37 +02:00
Eddy Bruël
49c9c0f79a
Bug 1168853 - Implement (Worker)SourceActor.source;r=jlong
2015-06-17 17:22:18 +02:00
Eddy Bruël
354baf75cf
Bug 1164564 - Implement WorkerActor.attachThread;r=jlong
2015-06-17 10:56:58 +02:00
Eddy Bruël
ca8b8dc854
Bug 1008380 - Can't remove a breakpoint after it slides to a new line;r=jlong
2015-06-04 12:02:35 +02:00
Ryan VanderMeulen
b94fc3aafd
Backed out changeset a4c0703e9a10 (bug 1008380) for browser_dbg_breakpoints-actual-location.js failures.
2015-06-03 13:34:46 -04:00
Eddy Bruël
ae6bcc9e1c
Bug 1008380 - Can't remove a breakpoint after it slides to a new line;r=jlong
2015-06-03 17:35:59 +02:00
Eddy Bruël
035f514579
Bug 1164564 - Clean up the helper functions for the debugger tests;r=jlong
2015-06-02 16:47:31 +02:00
James Long
cfb851beff
Bug 1166852 - handle named eval sources from the console correctly r=ejpbruel
2015-05-29 12:27:44 -04:00
James Long
d724515c40
Bug 1166844 - treat eval'ed code from the console as unnamed eval sources r=ejpbruel
2015-05-28 12:39:56 -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
Alexandre Poirot
3075a2a3d4
Bug 1023386 - Split and filter properties remotely for objects. r=past
2015-05-25 20:11:59 +02:00
Patrick Brosset
d5e8c5e2b6
Bug 1167957 - Remove spidermonkey specific JS from debugger
2015-05-25 09:17:26 +02:00
Phil Ringnalda
fdf3b1f75b
Back out bc60df62a51e (bug 1167957) for frequent incomprehesible e10s leaks of a docshell in browser_urlbarEnter.js
2015-05-25 17:41:58 -07:00
Patrick Brosset
aeacd02e03
Bug 1167957 - Remove spidermonkey specific JS from debugger
2015-05-25 09:17:26 +02:00
Patrick Brosset
6da0833731
Bug 1022726 - Focus the devtools window after switching host type; r=bgrins
...
After switching to a different toolbox host, make sure the toolbox window
receives the focus so that the toolbox keyboard shortcuts (like move to next
or previous tool) still work.
2015-05-22 16:06:37 +02:00
Eddy Bruël
c0ce8afc1f
Bug 1164077 - Implement WorkerActor.attach;r=jlong
2015-05-22 17:58:46 +02:00
John Pavlicek
56647aeb14
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
James Long
b73c2e196a
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
2fc3996ff1
Bug 1154606 - improve error in debugger when loading source fails r=jsantell
2015-05-13 16:11:33 -04:00
Eddy Bruël
1c6e686763
Bug 1160199 - Implement TabActor.listWorkers;r=jlong
2015-05-12 18:58:34 +02:00
James Long
be580d1ace
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
cc41ecd2e4
Backed out changeset 7ec5c7a4830f (bug 896139) for adding a test that times out
2015-05-07 10:13:59 -07:00
Eddy Bruël
30f5cefe26
Bug 896139 - Breakpoints not triggering when reloading script;r=jimb
2015-05-07 15:40:39 +02:00
Wes Kocher
19fce9a12d
Merge fx-team to m-c a=merge CLOSED TREE
2015-04-29 16:46:00 -07:00
ziyunfei
649e7033e4
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
595dae366e
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
01938e03d8
Bug 1145262 - Modularize the toolbar views in the debugger. r=fitzgen
2015-04-24 15:21:00 -04:00
Mike Taylor
c843bf818c
Bug 848502 - Add keyboard shortcut to copy selected source URL. r=vporof
2015-04-03 09:13:00 -04:00
Mike Taylor
c2a6860ff5
Bug 848502 - Add a context menu to the debugger sources panel. r=vporof
2015-04-03 09:13:00 -04:00
Ryan VanderMeulen
99c73c078d
Merge m-c to fx-team. a=merge
...
CLOSED TREE
2015-04-03 10:52:46 -04:00
Eddy Bruël
0612e15f82
Bug 1147972 - Test setting a breakpoint on a column;r=jlong
2015-04-03 14:46:27 +02:00
Panos Astithas
a936ed870b
Add a devtools tag to all devtools tests (bug 1149907). r=pbrosset
2015-04-01 14:09:33 +03:00