.. |
Makefile.in
|
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
|
2008-02-18 00:50:04 -08:00 |
nsBindingManager.cpp
|
Add knowledge of edge names to cycle collector, ifdef DEBUG_CC. b=420514 r+sr=peterv a=damons
|
2008-03-17 16:11:08 -07:00 |
nsBindingManager.h
|
Fix bug 342954 by making sure to update our insertion point data when removing nodes from the DOM. r=smaug, sr=sicking
|
2008-01-27 21:31:20 -08:00 |
nsXBLBinding.cpp
|
Bug 421366, [@ nsContentUtils::IsEventAttributeName] r+sr=peterv
|
2008-03-19 12:44:08 -07:00 |
nsXBLBinding.h
|
Bug 401155: Make it safe to create a wrapper for an object at any time by making sure wrapping doesn't write script. Also set up a service that tries to keep track of when it's safe to execute script. r=bz sr=jst
|
2008-03-14 16:08:57 -07:00 |
nsXBLContentSink.cpp
|
Fix for bug 300639 (don't recompile xbl event handlers on every event dispatch). Patch by Robert Sayre, r/sr=peterv.
|
2007-12-04 23:21:18 -08:00 |
nsXBLContentSink.h
|
Relanding bug 372769 with some cycle collection changes to fix leaks. r=mrbkap, sr=sicking, with r=sicking on the leak fixes.
|
2007-09-28 06:45:01 -07:00 |
nsXBLDocumentInfo.cpp
|
Fix for bug 407034 (JS_Assert "!rt->gcRunning" unbinding link elements in cycle collector with JS protocol handlers), r/sr=dbaron.
|
2008-01-29 18:05:43 -08:00 |
nsXBLDocumentInfo.h
|
Part 1 of fix for bug 379718 (using trace API for reference counts) and bug 386912 (cycle collector faults after tracing "JS object but unknown to the JS GC"). r=igor/jst, sr=jst, a=blocking1.9+/M9 (for bug 386912).
|
2007-10-29 06:45:07 -07:00 |
nsXBLEventHandler.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
nsXBLEventHandler.h
|
Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst
|
2007-05-14 02:11:38 -07:00 |
nsXBLInsertionPoint.cpp
|
Fix bug 406900 by doing a better job of unbinding XBL default content. r=smaug, sr=sicking
|
2008-01-28 15:34:28 -08:00 |
nsXBLInsertionPoint.h
|
Fix bug 406900 by doing a better job of unbinding XBL default content. r=smaug, sr=sicking
|
2008-01-28 15:34:28 -08:00 |
nsXBLProtoImpl.cpp
|
Allow JS 1.7 in XBL. Bug 389322, r=brendan, sr=jst, a=brendan
|
2008-02-15 21:13:16 -08:00 |
nsXBLProtoImpl.h
|
Fix for bug 415028 (Startup assertions and crash compiling proto properties with gczeal == 2). r/sr=bz.
|
2008-02-12 08:02:41 -08:00 |
nsXBLProtoImplField.cpp
|
Don't leave an exception hanging on the JS context when we return ok. Bug 418133, r=jst, sr=brendan, a=beltzner.
|
2008-03-05 12:41:27 -08:00 |
nsXBLProtoImplField.h
|
Skip installing fields which have no text. Bug 397924, r+sr+a=sicking
|
2007-10-02 07:38:35 -07:00 |
nsXBLProtoImplMember.h
|
Fix for bug 415028 (Startup assertions and crash compiling proto properties with gczeal == 2). r/sr=bz.
|
2008-02-12 08:02:41 -08:00 |
nsXBLProtoImplMethod.cpp
|
Allow JS 1.7 in XBL. Bug 389322, r=brendan, sr=jst, a=brendan
|
2008-02-15 21:13:16 -08:00 |
nsXBLProtoImplMethod.h
|
Fix for bug 415028 (Startup assertions and crash compiling proto properties with gczeal == 2). r/sr=bz.
|
2008-02-12 08:02:41 -08:00 |
nsXBLProtoImplProperty.cpp
|
Allow JS 1.7 in XBL. Bug 389322, r=brendan, sr=jst, a=brendan
|
2008-02-15 21:13:16 -08:00 |
nsXBLProtoImplProperty.h
|
Fix for bug 415028 (Startup assertions and crash compiling proto properties with gczeal == 2). r/sr=bz.
|
2008-02-12 08:02:41 -08:00 |
nsXBLPrototypeBinding.cpp
|
Bug 421366, [@ nsContentUtils::IsEventAttributeName] r+sr=peterv
|
2008-03-19 12:44:08 -07:00 |
nsXBLPrototypeBinding.h
|
Fix for bug 407034 (JS_Assert "!rt->gcRunning" unbinding link elements in cycle collector with JS protocol handlers), r/sr=dbaron.
|
2008-01-29 18:05:43 -08:00 |
nsXBLPrototypeHandler.cpp
|
Allow JS 1.7 in XBL. Bug 389322, r=brendan, sr=jst, a=brendan
|
2008-02-15 21:13:16 -08:00 |
nsXBLPrototypeHandler.h
|
Bug 413447 - "nsXBLDocumentInfo can keep closed global window alive". r=jst, sr=sicking, a=blocking1.9+. Relanding.
|
2008-02-12 20:17:18 -08:00 |
nsXBLPrototypeResources.cpp
|
Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky
|
2006-04-05 00:00:44 +00:00 |
nsXBLPrototypeResources.h
|
Bug 397783 Remove lots of redundant nsISupportsArray include/forward definitions from content. r/sr=jst,a=dbaron
|
2007-10-09 11:41:54 -07:00 |
nsXBLResourceLoader.cpp
|
Relanding bug 372769 with some cycle collection changes to fix leaks. r=mrbkap, sr=sicking, with r=sicking on the leak fixes.
|
2007-09-28 06:45:01 -07:00 |
nsXBLResourceLoader.h
|
Bug 368773, Cycle collect nsXBLResourceLoader::mBoundElements, r+sr=peterv
|
2007-03-11 11:56:09 +00:00 |
nsXBLService.cpp
|
Bug 401155: Make it safe to create a wrapper for an object at any time by making sure wrapping doesn't write script. Also set up a service that tries to keep track of when it's safe to execute script. r=bz sr=jst
|
2008-03-14 16:08:57 -07:00 |
nsXBLService.h
|
Propagate stylesheet principals through to XBL binding loads; streamline load
|
2007-07-18 14:56:57 -07:00 |
nsXBLWindowKeyHandler.cpp
|
Bug 406407 - "Accelerators for textEdit should not be affected by keyboard group/level" [p=lolkaantimat@gmail.com (Evgeniy Ivanov) r+sr=roc a1.9=damons]
|
2007-12-17 21:41:56 -08:00 |
nsXBLWindowKeyHandler.h
|
Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst
|
2007-05-14 02:11:38 -07:00 |