Mihai Sucan
|
6b46424e8e
|
Backed out changeset 4a87ede182ca (bug 792925)
|
2012-09-28 13:19:40 +01:00 |
|
Mihai Sucan
|
1ae9c94e17
|
Backed out changeset fd6633f5666e (bug 768096)
--HG--
rename : toolkit/devtools/webconsole/WebConsoleUtils.jsm => browser/devtools/webconsole/WebConsoleUtils.jsm
|
2012-09-28 13:19:40 +01:00 |
|
Mihai Sucan
|
42f179e71e
|
Backed out changeset 57755fd703c9 (bug 768096)
|
2012-09-28 13:19:40 +01:00 |
|
Mihai Sucan
|
16782ef379
|
Backed out changeset 8c127abc3ad8 (bug 768096)
--HG--
rename : toolkit/devtools/webconsole/NetworkHelper.jsm => browser/devtools/webconsole/NetworkHelper.jsm
|
2012-09-28 13:19:40 +01:00 |
|
Mihai Sucan
|
7dd188e6ab
|
Backed out changeset 9c70da27ec28 (bug 768096)
|
2012-09-28 13:19:40 +01:00 |
|
Mihai Sucan
|
f0583042fa
|
Backed out changeset 89ab8685729d (bug 768096)
|
2012-09-28 13:19:39 +01:00 |
|
Mihai Sucan
|
1b25a20a8d
|
Bug 768096 - Web Console remote debugging protocol support - Part 5: tests; r=robcee
|
2012-09-26 17:27:38 +01:00 |
|
Mihai Sucan
|
7a9f69146a
|
Bug 768096 - Web Console remote debugging protocol support - Part 4: cleanups; r=robcee
|
2012-09-26 18:04:34 +01:00 |
|
Mihai Sucan
|
5630504d5a
|
Bug 768096 - Web Console remote debugging protocol support - Part 3: network logging; r=past,robcee
--HG--
rename : browser/devtools/webconsole/NetworkHelper.jsm => toolkit/devtools/webconsole/NetworkHelper.jsm
|
2012-09-27 13:51:45 +01:00 |
|
Mihai Sucan
|
b06c454002
|
Bug 768096 - Web Console remote debugging protocol support - Part 2: window.console API and JS evaluation; r=past,robcee
|
2012-09-26 18:02:04 +01:00 |
|
Mihai Sucan
|
249b8eb7c6
|
Bug 768096 - Web Console remote debugging protocol support - Part 1: page errors; r=past,robcee
--HG--
rename : browser/devtools/webconsole/WebConsoleUtils.jsm => toolkit/devtools/webconsole/WebConsoleUtils.jsm
|
2012-09-26 18:07:57 +01:00 |
|
Panos Astithas
|
17a8e15a7e
|
Bug 792925 - Dynamically-added tab-scoped actors should get a reference to their parent; r=msucan
|
2012-09-24 12:43:26 +01:00 |
|
Nick Fitzgerald
|
7d0ac3196f
|
bug 673487 - map from an original source to a generated; r=robcee
|
2012-09-27 06:15:00 +01:00 |
|
Panos Astithas
|
03ae5283f5
|
Bug 793947 - Race condition in dbg-server.js breaks Marionette; r=msucan
|
2012-09-27 12:31:49 +01:00 |
|
Panos Astithas
|
2ede8468f0
|
Bug 792867 - Debugger mochitests leak when run separately. r=rcampbell
|
2012-09-22 18:44:00 +03:00 |
|
Panos Astithas
|
9064d9fdd2
|
Bug 790202 - Protocol layer performance overhead is too much for local transports. f=msucan r=rcampbell
|
2012-09-22 18:44:00 +03:00 |
|
Anton Kovalyov
|
157d2e8fdc
|
Bug 788769 - The update function in dbg-script-actors.js should also copy getters and setters to the target object. r=past,nfitzgerald
|
2012-09-20 16:44:25 -07:00 |
|
Anton Kovalyov
|
903bd6fd23
|
Bug 785044 - Replace the ThreadActor's private debugger object and its getter with a public property. r=past
|
2012-09-20 14:15:15 -07:00 |
|
Panos Astithas
|
ed4255be0f
|
Bug 790952 - Debugger server always creates new actor instances. f=glandium r=rcampbell
|
2012-09-21 09:04:21 +03:00 |
|
Mike Hommey
|
4e94d3a722
|
Bug 751034 part 3 - Send notifications through remote debugging protocol when the profiler starts/stops. r=past
|
2012-09-13 00:14:12 +02:00 |
|
Mike Hommey
|
614cf671dc
|
Bug 751034 part 2 - Add profiler actor when adding the browser actors. r=past
|
2012-09-13 14:40:16 +02:00 |
|
Benoit Girard
|
64e4b4e648
|
Bug 751034 - Support remote profiling Via Remote debugging protocol. r=past,rcampbell
|
2012-09-06 16:55:55 +03:00 |
|
Panos Astithas
|
2df4be745b
|
Bug 781515 - Use a default allowConnection handler in dbg-server.js so that add-ons don't have to provide their own. r=rcampbell, f=Pike,mgoodwin
|
2012-09-20 09:40:01 +03:00 |
|
Panos Astithas
|
cafd096c1e
|
Bug 789114 - Make B2G and Fennec browser actors inherit the extensibility API changes. f=glandium r=msucan,mfinkle,vingtetun
|
2012-09-20 09:38:11 +03:00 |
|
Panos Astithas
|
3c23735c98
|
Bug 753401 - The debugger server root and tab actors should be easily extensible; r=rcampbell
--HG--
rename : browser/devtools/debugger/test/browser_dbg_contextactor-02.js => browser/devtools/debugger/test/browser_dbg_globalactor-01.js
|
2012-09-20 09:36:32 +03:00 |
|
Panos Astithas
|
09463803b4
|
Remove redundant check for Debugger.Object.displayName property (bug 786711). r=jimb
|
2012-09-18 10:30:02 +03:00 |
|
Panos Astithas
|
268082385c
|
Bug 785689 - Debugger breaking when it shouldn't. r=msucan,vporof
|
2012-09-12 14:10:05 +03:00 |
|
Panos Astithas
|
9a2501ddd2
|
Use the statically-inferred name for anonymous functions (bug 786711) r=msucan,vporof
|
2012-09-10 11:48:52 +03:00 |
|
Jim Blandy
|
6b59423a60
|
Bug 786509: Remove support for wildcard event listeners from dbg-client.jsm's eventSource. r=past
|
2012-08-30 14:29:55 -07:00 |
|
Jim Blandy
|
800fc6e72d
|
Bug 785466: follow-on fix: uncommitted changes to resolve conflicts with bug 694539; no r
|
2012-08-30 14:24:05 -07:00 |
|
Jim Blandy
|
4c85131f5a
|
Bug 785466: Remove DebugProtocolTypes table. r=past
|
2012-08-30 14:11:54 -07:00 |
|
Nick Fitzgerald
|
d7f036493e
|
Bug 694539: Implement 'long string' grips. r=jimb
|
2012-08-30 14:10:07 -07:00 |
|
Nick Fitzgerald
|
f0462fd605
|
Fix test hang on Win opt (Bug 783393). r=past
|
2012-08-24 10:58:59 +03:00 |
|
Panos Astithas
|
73af0b8253
|
Bug 783393 - Breakpoints not getting caught on reload, r=rcampbell f=rcampbell,dcamp,vporof
|
2012-08-24 10:41:02 +03:00 |
|
Matt Brubeck
|
8df05dede8
|
Back out b2900e347f5c (bug 783393) for Windows xpcshell hangs in test_listscripts-01.js on a CLOSED TREE
--HG--
extra : transplant_source : %F4%97%281%7F%AD%7E%C0Vb%00t%9Bd%FC%EC%A5%92%B5%C8
|
2012-08-23 14:37:29 -07:00 |
|
Panos Astithas
|
4734deb1cb
|
Bug 783393 - Breakpoints not getting caught on reload, r=rcampbell f=rcampbell,dcamp,vporof
|
2012-08-17 04:32:21 +03:00 |
|
Tim Taubert
|
5c6f1513a0
|
merge m-c to fx-team
|
2012-08-22 22:15:08 -07:00 |
|
Panos Astithas
|
5f4540bb5f
|
Don't send newScript notifications for ignored scripts (bug 770882). r=rcampbell
|
2012-08-22 11:11:07 +03:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Nick Fitzgerald
|
18ce0b0e18
|
Share the breakpoint store across ThreadActor instances (bug 777146); r=past
|
2012-08-06 12:32:00 +03:00 |
|
Mike Hommey
|
c1b35e7b2a
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Panos Astithas
|
8785947f9d
|
Only use a web progress listener when a tabbrowser has been passed to the tab actor (bug 779641); r=rcampbell
|
2012-08-03 10:31:55 +03:00 |
|
Tim Taubert
|
96133418f8
|
merge m-c to fx-team
|
2012-07-31 16:38:32 +02:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Nick Fitzgerald
|
a1eed9f473
|
Bug 777146 - Move ThreadActor.prototype.{_scripts, _breakpointStore} initialization to the constructor so that each instance of ThreadActor has its own {_scripts, _breakpointStore} object instead of each instance sharing the same object. r=rcampbell
|
2012-07-25 09:30:00 -07:00 |
|
Michael Ratcliffe
|
bc1448c41d
|
Bug 777355 - Move Console.jsm somewhere into toolkit to fix comm-central's busted XPCShell tests.; r=rcampbell
--HG--
rename : browser/devtools/shared/Console.jsm => toolkit/devtools/Console.jsm
|
2012-07-25 18:34:34 +01:00 |
|
Panos Astithas
|
e8283c56ef
|
Bug 751226 - Refactor all the existing browser actor implementations to eliminate duplication. r=rcampbell r=mark.finkle r=21
|
2012-07-11 14:43:11 +03:00 |
|
Rob Campbell
|
967d53ee59
|
Bug 776518 - Move Require.jsm somewhere into toolkit to fix comm-central's busted XPCShell tests; r=gavin
|
2012-07-24 15:02:10 -07:00 |
|
Michael Ratcliffe
|
c85114bd2e
|
Bug 776518 - Move Require.jsm somewhere into toolkit to fix comm-central's busted XPCShell tests; r=rcampbell
--HG--
rename : browser/devtools/shared/Require.jsm => toolkit/devtools/Require.jsm
|
2012-07-24 12:08:30 +01:00 |
|
Nick Fitzgerald
|
7087aa3913
|
Bug 669999 - Add a library for parsing and consuming source map files to Firefox; r=joe_walker,rcampbell
|
2012-07-18 17:17:00 -04:00 |
|