Patches to Firefox 3.1 to Simulate Firebug 1.5 Environment
Apply these patches to hg clone http://hg.mozilla.org/releases/mozilla-1.9.1 (chosen as stable base for now).
Firebug 1.5 will target FF3.2, so we will switch to that base as it gets closer.
- Patch makefile for nspr4.pdb (not for try server)
-
bugzilla 338224,
nspr4.dll and --disable-debug yields "no rule to make nspr4.pdb needed by export"
PATCH
- add nsIEventListenerService
-
bugzilla 448602,
Have a way to enumerate event listeners,
PATCH
- add jsdICompilationHook
-
bugzilla 379410,
debugger script detection using parent JSScript*,
PATCH