Panos Astithas
94d864d663
Bug 830818 - Always trust native getters when fetching properties, to show directly the values in the debugger's Variables View; r=vporof,rcampbell
2013-02-12 10:38:24 +02:00
Dave Townsend
34c2e45a17
Bug 793928: Switch users of the promise library to the new location and move tests files. r=gavin
2013-02-01 11:43:15 -08:00
Panos Astithas
cabf6f3052
Merge m-c to fx-team
2013-01-16 10:13:29 +02:00
Mihai Sucan
14a677a318
Bug 787985 - Console API messages are not consistent; r=past
2013-01-15 16:02:25 +02:00
Phil Ringnalda
16faeb0216
Merge m-c to fx-team
2013-01-11 21:36:11 -08:00
Nick Fitzgerald
839fc7758f
Bug 783420 - Stop using devtools' Promise.jsm, and start using toolkit/addon-sdk/promise/core.js; r=past,jwalker
2013-01-08 14:42:00 +02:00
Fabrice Desré
ae6d43816c
Bug 799151 - Display a prompt to allow remote debugging connections in Firefox OS r=vingtetun
2013-01-08 09:08:00 +02:00
Jim Blandy
81bc04a9b0
Bug 808791: JS debug server: construct environment forms correctly, using Debugger.Environment.prototype.callee. r=past
2013-01-14 16:15:58 -08:00
Jim Blandy
d4cfb85330
Bug 808791: JS debugger server environment form xpcshell tests r=past
2013-01-14 16:15:58 -08:00
Panos Astithas
ef254d830d
Bug 784824 - support for remote debugging of b2g desktop builds; r=fabrice
2013-01-10 13:00:32 +02:00
Fabrice Desré
be66181c17
Bug 828863 - Add a remote debugger actor to install apps r=past
2013-01-10 07:38:51 -08:00
Panos Astithas
ebe9b4907b
Implement a new addAllGlobalsAsDebuggees method for faster chrome debugging (bug 821701); r=jimb
...
Also GC only once when going through all compartments in both addAllGlobalsAsDebuggees and removeAllDebuggees, instead of once for every debuggee added or removed.
2013-01-04 21:34:43 +02:00
Mihai Sucan
1050b31c68
Bug 792062 - Make the tabNavigated notification reusable by the Web Console; r=past
2012-12-17 22:06:13 +02:00
Jim Blandy
6492271245
Bug 819049: JS debugging protocol: replace 'nameAndParameters' request with 'parameterNames'; replace GripClient.prototype.getSignature with GripClient.prototype.getParameterNames. r=past
2012-12-14 10:26:47 -08:00
Jim Blandy
6b8a2ae900
Bug 819049: JS debugging protocol: drop 'calleeName' and 'functionName' properties from frame and environment forms. r=past
...
Object grips for functions now include the function's name directly, so the
'callee' and 'function' properties of those forms already provide this
information. A prior patch in the series changed the users to consult the
grip, not these additional properties.
2012-12-14 10:26:47 -08:00
Jim Blandy
94372dc5e3
Bug 819049: JS debugging protocol: use 'name', 'displayName', and 'userDisplayName' properties on function grips. r=past
2012-12-14 10:26:47 -08:00
Jim Blandy
fcb23fe258
Bug 819049: JS debugging protocol: provide 'name', 'displayName', and 'userDisplayName' properties on function grips. r=past
2012-12-14 10:26:47 -08:00
Andrew Halberstadt
fb16fcde83
Bug 821285 - Disable toolkit/devtools/debugger/tests/unit/test_dbgsocket.js for B2G, r=bustage
2012-12-13 09:25:25 -05:00
Andrew Halberstadt
71dd56eb47
Bug 817122 - Disable failing B2G xpcshell tests, enable debugger tests, r=mdas
2012-12-12 16:17:49 -05:00
Jonathan Griffin
c3114af44b
Bug 800138 - Open a dummy socket before Marionette starts listening, r=past
2012-12-07 10:48:18 -08:00
Panos Astithas
9339d1e5c5
Bug 816569 - Browser Debugger should freeze debuggee execution when paused; r=bz f=rcampbell
2012-12-04 10:20:54 +02:00
Panos Astithas
c9d20056e2
Bug 812869 - Breakpoint clients sometimes don't know how to remove themselves, r=vporof
2012-11-27 14:29:46 +02:00
Kyle Huey
ed511ca471
Bug 814104: Create the function in the right compartment. r=dcamp
2012-11-26 08:56:56 -08:00
Ryan VanderMeulen
07db97d372
Merge fx-team to m-c.
2012-11-17 13:29:05 -05:00
Panos Astithas
048c5c64cf
Set breakpoints in all scripts with bytecode in the specified line (bug 793214), r=rcampbell
2012-11-01 17:34:10 +02:00
Jim Mathies
674b551eac
Bug 810704 - Fixup misc. toolkit resource path issues. r=mak77
2012-11-14 10:24:05 -06:00
Ed Morley
e3dc436dd4
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-11-14 14:35:55 +00:00
Panos Astithas
0b7f4cfc1f
Bug 795969 - Promote list of pause actors at once; r=rcampbell f=jimb
2012-11-14 10:00:57 +02:00
Ed Morley
c5f4e69b96
Merge mozilla-central to fx-team
2012-11-06 14:16:07 +00:00
Panos Astithas
657a49d16b
Bug 808527 - selectedBrowser frames appear when debugging chrome; r=dcamp
2012-11-06 09:15:12 +02:00
Panos Astithas
8a93525aad
Bug 808498 - Chrome debugging broke B2G debugging; r=vporof,vingtetun
2012-11-06 09:14:07 +02:00
Ryan VanderMeulen
e835c82df8
Merge fx-team to m-c.
2012-11-02 15:45:53 -04:00
Panos Astithas
d3dbc675fc
Implement Debugger.removeAllDebuggees for efficient debugger shutdown (bug 740551); r=jimb,jorendorff
2012-11-02 18:30:23 +02:00
Panos Astithas
7d85e45745
Bug 740551 - ThreadActor should automatically add appropriate debuggee globals - Patch v14; r=rcampbell
2012-10-31 18:31:55 +02:00
Panos Astithas
8673856236
Bug 802081 - listTabs returns empty tab titles after startup; r=rcampbell
2012-11-01 15:34:41 +02:00
Kyle Huey
76a2832eea
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
2012-10-31 09:13:28 -07:00
Vicamo Yang
ea784216bd
Backout 67cb43bb8865: Breaks B2G Marionette
2012-10-31 16:35:11 +08:00
Kyle Huey
c82a2d6fea
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
2012-10-30 12:28:11 -07:00
Ed Morley
c34b7d9377
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
2012-10-30 17:02:31 +00:00
Kyle Huey
8078ab712e
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
2012-10-30 08:26:12 -07:00
Philipp von Weitershausen
c68a7a3aa1
Bug 807478 - Fix DebuggerProtocol and SpecialPowers imports for jsloader.reuseGlobal = true. r=past
2012-11-02 18:03:13 -07:00
Jim Blandy
518990739f
No bug: Correct comment on type of argument to DebuggerTransport constructor. DONTBUILD r=dcamp on IRC
2012-11-13 13:28:22 -08:00
Ryan VanderMeulen
ed6f546c60
Merge the last PGO-green inbound changeset to m-c.
2012-10-26 21:22:40 -04:00
Victor Porof
f4508891c6
Bug 707302 - Optimize and refactor the debugger frontend to use constructors instead of attached functions to DOM nodes, r=rcampbell
2012-10-26 20:10:17 +03:00
Bill McCloskey
21507e0ba4
Bug 692267 - Remove jsgc.h from INSTALLED_HEADERS (r=terrence)
2012-10-26 11:17:24 -07:00
Mihai Sucan
e5b4d9441d
Bug 787981 - Use LongStringActor in the Web Console actors; r=past
2012-11-05 18:41:59 +02:00
Jim Blandy
1769b6a9c1
Bug 738480: Simplify Debugger::ScriptQuery after CPG. Fix missing compile-and-go scripts. r=luke
2012-10-19 09:53:00 -07:00
Panos Astithas
35e87a5c34
Bug 795263 - Actor names should not change when promoted to thread-lifetime; r=rcampbell
2012-10-12 11:26:49 +03:00
Mike Hommey
18b57e537d
Bug 799323 - Make test from bug 793672 more reliable. r=past
2012-10-09 10:17:27 +02:00
Panos Astithas
7500b9b61d
Fix a merge conflict. No bug.
2012-10-08 16:28:17 +03:00