gecko/content/xbl/src
Nicholas Nethercote c3d1f48325 Bug 904962 (part 1) - Don't #include js/CharacterEncoding.h in jsapi.h. r=luke.
--HG--
extra : rebase_source : abe40ea3e55059dc6271d0f7c9f4d19ed9413186
2013-08-13 18:34:24 -07:00
..
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 904962 (part 1) - Don't #include js/CharacterEncoding.h in jsapi.h. r=luke. 2013-08-13 18:34:24 -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 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar 2013-08-14 08:56:21 +02: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 Bug 508725 - Part 3: Create a rule processor for each style scope. r=dbaron 2013-01-09 10:25:47 +11:00
nsXBLPrototypeResources.h Bug 902718 - Use the SafeJSContext for XBL serialization and deserialization. r=bz 2013-08-09 09:25:13 -07:00
nsXBLResourceLoader.cpp Bug 784739 - Switch from NULL to nullptr in content/; r=ehsan 2013-04-02 21:14:24 -04:00
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