Jim Blandy
|
74f1caf4cc
|
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
|
05b378d891
|
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
|
cfd66b47f4
|
Bug 785466: Remove DebugProtocolTypes table. r=past
|
2012-08-30 14:11:54 -07:00 |
|
Nick Fitzgerald
|
cd8684039b
|
Bug 694539: Implement 'long string' grips. r=jimb
|
2012-08-30 14:10:07 -07:00 |
|
Nick Fitzgerald
|
bed2b8ae72
|
Fix test hang on Win opt (Bug 783393). r=past
|
2012-08-24 10:58:59 +03:00 |
|
Panos Astithas
|
c3e23a698c
|
Bug 783393 - Breakpoints not getting caught on reload, r=rcampbell f=rcampbell,dcamp,vporof
|
2012-08-24 10:41:02 +03:00 |
|
Matt Brubeck
|
66414abc2f
|
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
|
45afc9f7b9
|
Bug 783393 - Breakpoints not getting caught on reload, r=rcampbell f=rcampbell,dcamp,vporof
|
2012-08-17 04:32:21 +03:00 |
|
Tim Taubert
|
bb4a8970e4
|
merge m-c to fx-team
|
2012-08-22 22:15:08 -07:00 |
|
Panos Astithas
|
b6179ec970
|
Don't send newScript notifications for ignored scripts (bug 770882). r=rcampbell
|
2012-08-22 11:11:07 +03:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
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
|
4417dc2ab5
|
Share the breakpoint store across ThreadActor instances (bug 777146); r=past
|
2012-08-06 12:32:00 +03:00 |
|
Mike Hommey
|
6173fa297f
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Panos Astithas
|
3343ffb65e
|
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
|
7c84c23358
|
merge m-c to fx-team
|
2012-07-31 16:38:32 +02:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Nick Fitzgerald
|
305834af54
|
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
|
fe7022b757
|
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
|
28a8d4a224
|
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
|
d03e611eb5
|
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
|
a2cccfbb98
|
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
|
2b86de406a
|
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 |
|
Ehsan Akhgari
|
b3dd3b6646
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (more toolkit parts); blanket-r=bzbarsky
|
2012-07-18 12:12:55 -04:00 |
|
Victor Porof
|
3356a29ccb
|
Bug 767389 - about:home and about:newtab are intermittently shown in the Debugger dropdown; r=past
|
2012-07-15 09:50:41 +03:00 |
|
Panos Astithas
|
25dfbf0950
|
Bug 751949 - Reloading a page when the debuggee is paused results in: ASSERTION: Mismatched calls to ResumeTimeouts; r=rcampbell
|
2012-07-13 13:10:22 +03:00 |
|
Panos Astithas
|
fd456f8730
|
Bug 771452 - resume button need two clicks to go on after a breakpoint when the script is inside the .html file; r=rcampbell
|
2012-07-13 13:10:21 +03:00 |
|
Panos Astithas
|
6211a0eadd
|
Bug 767399 - When navigating between web pages with the Back and Forward buttons, the same scripts are displayed in the Debugger for all the pages; r=rcampbell
|
2012-07-12 14:03:43 +03:00 |
|
Panos Astithas
|
727e12a234
|
Use a preference setting to decide whether to bind to the loopback interface only, or all interfaces (Bug 764679); r=dcamp,mfinkle,jgriffin,vingtetun
|
2012-06-20 16:31:50 +03:00 |
|
Panos Astithas
|
63bb179ecf
|
Ensure that with multiple windows open, the debugger's selected tab belongs to the top-level window (bug 761742); r=dcamp
|
2012-06-19 17:46:25 +03:00 |
|
Tim Taubert
|
3cc384cd72
|
merge m-c to fx-team
|
2012-06-13 15:34:08 +02:00 |
|
Panos Astithas
|
b1b26c25c1
|
Bug 754251 - Can't set breakpoint in Script Debugger; r=rcampbell
|
2012-06-12 09:47:08 +03:00 |
|
Ryan VanderMeulen
|
891e38e528
|
Revert c39d36167b99 due to a horribly munged backout.
|
2012-06-10 19:44:50 -04:00 |
|
Ryan VanderMeulen
|
f497d31a0a
|
Backout the bug 754202 backout due to orange.
|
2012-06-10 19:37:47 -04:00 |
|
Panos Astithas
|
d8c8860a3c
|
Bug 760882 - XBL Bindings appear in the debugger script dropdown if the debugger is open when the page is refreshed; r=rcampbell
|
2012-06-08 16:05:27 +03:00 |
|
Panos Astithas
|
2655e2afaf
|
Bug 761223 - JS Debugger errors prevent me from debugging Orion; r=dcamp
|
2012-06-08 11:21:59 +03:00 |
|
Panos Astithas
|
4197e5af0e
|
Backout 61e0d5d09f77 due to test breakage
|
2012-06-08 11:18:28 +03:00 |
|
Panos Astithas
|
2291a64c5a
|
Bug 761223 - JS Debugger errors prevent me from debugging Orion; r=dcamp
|
2012-06-08 10:00:48 +03:00 |
|
Panos Astithas
|
11197066ba
|
Bug 757282 - Pause when an exception is hit; r=rcampbell
|
2012-06-03 16:39:51 +03:00 |
|
Panos Astithas
|
67a08210a6
|
Bug 737808 - Separate breakpoints and scripts handling in the client from the server; r=rcampbell
|
2012-06-03 16:39:50 +03:00 |
|
Panos Astithas
|
6cf3dfbaac
|
Bug 758696 - Add a dialog to the debugger to deny or allow incoming server connections (Part 1: Firefox); r=rcampbell
|
2012-06-01 18:25:08 +03:00 |
|
Panos Astithas
|
e2edf4f1eb
|
Bug 755346 - Global variables are not displayed in the debugger frontend; r=vporof,rcampbell
|
2012-05-29 12:08:20 +03:00 |
|
Panos Astithas
|
b1ff343559
|
Bug 724862 - Implement protocol support for modifying the values of a debuggee object's properties; r=rcampbell
|
2012-05-24 14:23:53 +03:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Michael Wu
|
ea17443d61
|
Bug 759013 - Convert more makefiles to use TEST_DIRS, r=khuey
|
2012-05-27 23:25:22 -04:00 |
|
Jim Blandy
|
c595de95c0
|
(No bug): Add comments to some debugger server code. r=past in IRC
|
2012-05-08 17:54:04 -07:00 |
|
Victor Porof
|
81ccc3e0ce
|
Bug 748927 - Add UI elements for the remote debugging case: starting a server and selecting the server to connect to; r=past
|
2012-04-27 17:18:02 -04:00 |
|
Ehsan Akhgari
|
f71126f4f7
|
Merge mozilla-central into mozilla-inbound
|
2012-05-04 16:29:42 -04:00 |
|
Jason Orendorff
|
68ca935eed
|
Bug 749316 - Put Debugger object into chrome scratchpad. r=dcamp,bholley.
--HG--
extra : rebase_source : 12ab275ac9cdfa0e9890c507e30e0b56e4086816
|
2012-05-01 10:17:32 -05:00 |
|
Panos Astithas
|
dfb60bd8de
|
Bug 724228 - Use getVariable instead of getVariableDescriptor until the latter lands; r=dcamp
|
2012-03-21 15:49:23 +00:00 |
|
Ehsan Akhgari
|
83c608b002
|
Merge backout; a=me
|
2012-05-02 16:22:51 -04:00 |
|