.. |
Makefile.in
|
Bug 892904 - Remove useless includes of config.mk. r=gps
|
2013-07-15 18:48:40 +09:00 |
moz.build
|
Bug 891088 - Rename nsXBLChildrenElement -> mozilla::dom::XBLChildrenElement. r=peterv
|
2013-07-01 15:09:37 -07:00 |
nsBindingManager.cpp
|
Bug 651124 - Remove GetChildAt() usage in nsBindingManager. r=mrbkap
|
2013-08-12 15:00:44 +01:00 |
nsBindingManager.h
|
Bug 796061 - Part 2: Remove mInsertionParentTable from nsBindingManager. r=mrbkap
|
2013-07-17 09:05:06 -07:00 |
nsXBLBinding.cpp
|
Bug 903352 - Handlify remaining PropertyDescriptor APIs r=terrence r=bholley r=smaug
|
2013-08-12 12:09:14 +01:00 |
nsXBLBinding.h
|
Bug 903352 - Handlify remaining PropertyDescriptor APIs r=terrence r=bholley r=smaug
|
2013-08-12 12:09:14 +01:00 |
nsXBLContentSink.cpp
|
Bug 903912 - Remove the internals of the old parser since it's only used for about:blank. r=hsivonen
|
2013-08-12 11:28:41 -04:00 |
nsXBLContentSink.h
|
Bug 856822: Annotate ~1700 methods with MOZ_OVERRIDE in /content r=smaug
|
2013-05-29 13:43:41 -07:00 |
nsXBLDocumentInfo.cpp
|
Bug 902718 - Fold EnsureScriptEnvironment into GetCompilationGlobal. r=bz
|
2013-08-09 09:25:15 -07:00 |
nsXBLDocumentInfo.h
|
Bug 902718 - Remove nsIScriptGlobalObjectOwner from XBL. r=bz
|
2013-08-09 09:25:14 -07:00 |
nsXBLEventHandler.cpp
|
Bug 857884 - Use dom::EventTarget more in content/ and dom/ Part 2 r=Ms2ger
|
2013-04-05 20:44:26 -04:00 |
nsXBLEventHandler.h
|
Bug 856822: Annotate ~1700 methods with MOZ_OVERRIDE in /content r=smaug
|
2013-05-29 13:43:41 -07:00 |
nsXBLMaybeCompiled.h
|
Bug 884283 - GC: Rename RootMethods to GCMethods r=terrence
|
2013-06-19 11:32:26 +01:00 |
nsXBLProtoImpl.cpp
|
Bug 903352 - Handlify remaining PropertyDescriptor APIs r=terrence r=bholley r=smaug
|
2013-08-12 12:09:14 +01:00 |
nsXBLProtoImpl.h
|
Bug 903352 - Handlify remaining PropertyDescriptor APIs r=terrence r=bholley r=smaug
|
2013-08-12 12:09:14 +01:00 |
nsXBLProtoImplField.cpp
|
Bug 902718 - Rip out nsIScriptContext from the lion's share of XBL code. r=bz
|
2013-08-09 09:25:13 -07:00 |
nsXBLProtoImplField.h
|
Bug 902718 - Use the SafeJSContext for XBL serialization and deserialization. r=bz
|
2013-08-09 09:25:13 -07:00 |
nsXBLProtoImplMember.h
|
Bug 902718 - Use the SafeJSContext for XBL serialization and deserialization. r=bz
|
2013-08-09 09:25:13 -07:00 |
nsXBLProtoImplMethod.cpp
|
Bug 902718 - Rip out nsIScriptContext from the lion's share of XBL code. r=bz
|
2013-08-09 09:25:13 -07:00 |
nsXBLProtoImplMethod.h
|
Bug 902718 - Rip out nsIScriptContext from the lion's share of XBL code. r=bz
|
2013-08-09 09:25:13 -07:00 |
nsXBLProtoImplProperty.cpp
|
Bug 902718 - Use the SafeJSContext for XBL serialization and deserialization. r=bz
|
2013-08-09 09:25:13 -07:00 |
nsXBLProtoImplProperty.h
|
Bug 902718 - Rip out nsIScriptContext from the lion's share of XBL code. r=bz
|
2013-08-09 09:25:13 -07:00 |
nsXBLPrototypeBinding.cpp
|
Bug 902718 - Stop using nsIScriptGlobalObjectOwner to grab the compilation global. r=bz
|
2013-08-09 09:25:14 -07:00 |
nsXBLPrototypeBinding.h
|
Bug 902718 - Use the SafeJSContext for XBL serialization and deserialization. r=bz
|
2013-08-09 09:25:13 -07:00 |
nsXBLPrototypeHandler.cpp
|
Bug 902718 - Rip out nsIScriptContext from the lion's share of XBL code. r=bz
|
2013-08-09 09:25:13 -07:00 |
nsXBLPrototypeHandler.h
|
Bug 902718 - Rip out nsIScriptContext from the lion's share of XBL code. r=bz
|
2013-08-09 09:25:13 -07:00 |
nsXBLPrototypeResources.cpp
|
|
|
nsXBLPrototypeResources.h
|
Bug 902718 - Use the SafeJSContext for XBL serialization and deserialization. r=bz
|
2013-08-09 09:25:13 -07:00 |
nsXBLResourceLoader.cpp
|
|
|
nsXBLResourceLoader.h
|
Bug 902718 - Use the SafeJSContext for XBL serialization and deserialization. r=bz
|
2013-08-09 09:25:13 -07:00 |
nsXBLSerialize.cpp
|
Bug 902718 - Stop taking an nsIScriptContext in XBL serialization routines. r=bz
|
2013-08-09 09:25:13 -07:00 |
nsXBLSerialize.h
|
Bug 902718 - Use the SafeJSContext for XBL serialization and deserialization. r=bz
|
2013-08-09 09:25:13 -07:00 |
nsXBLService.cpp
|
Bug 880854. When attaching XBL bindings to elements in a static document, sync-load the bindings document so that delayed changes to the shadow DOM don't mess up, for example, printing. r=mrbkap
|
2013-08-02 21:26:21 +12:00 |
nsXBLService.h
|
Bug 857884 - Use dom::EventTarget more in content/ and dom/ Part 2 r=Ms2ger
|
2013-04-05 20:44:26 -04:00 |
nsXBLWindowKeyHandler.cpp
|
Bug 282097 - Part 9: Ensure editor commands are enabled. r=enndeakin
|
2013-07-10 09:13:53 -05:00 |
nsXBLWindowKeyHandler.h
|
[Bug 857884] Use dom::EventTarget more instead of nsIDOMEventTarget Part 7 r=Ms2ger
|
2013-04-21 21:25:28 -04:00 |
XBLChildrenElement.cpp
|
Bug 891088: Fix whitespace. r=me
|
2013-07-09 07:29:25 -07:00 |
XBLChildrenElement.h
|
Bug 796061 - Part 2: Remove mInsertionParentTable from nsBindingManager. r=mrbkap
|
2013-07-17 09:05:06 -07:00 |