gecko/content/xbl/src
Bobby Holley c6479a3444 Bug 821850 - Hoist Field machinery into nsXBLProtoImplField. r=bz
This is a pure cut/paste except for removing |static| from XBLResolve.
XBLResolve will go away soon, so there's no need to put it in a header.
2013-02-08 14:24:21 +00:00
..
Makefile.in Bug 833412 - Make nsXMLPrettyPrinter use nsXBLService/BindingManger to load/remove bindings. r=bz 2013-01-24 18:45:50 +01:00
nsBindingManager.cpp Bug 833412 - Remove AddBinding/RemoveBinding and remove dead code. r=bz 2013-01-24 18:45:50 +01:00
nsBindingManager.h Bug 833412 - Remove AddBinding/RemoveBinding and remove dead code. r=bz 2013-01-24 18:45:50 +01:00
nsXBLBinding.cpp Bug 821850 - Hoist Field machinery into nsXBLProtoImplField. r=bz 2013-02-08 14:24:21 +00:00
nsXBLBinding.h Bug 821850 - Store a strong ref to the JSClass in nsXBLBinding. r=bz 2013-02-08 14:24:20 +00:00
nsXBLContentSink.cpp Bug 829360 - Keep non-browser windows from extending the lifetime of the private session. r=bz 2013-02-04 23:22:51 +00:00
nsXBLContentSink.h Bug 821116 - Track line numbers for XBL properties (r=bz) 2012-12-17 12:22:38 -08:00
nsXBLDocumentInfo.cpp bug 822289 - remove NS_IMPL_CYCLE_COLLECTION_CLASS and friends r=mccr8 2013-01-12 07:40:33 -05:00
nsXBLDocumentInfo.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsXBLEventHandler.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsXBLEventHandler.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsXBLInsertionPoint.cpp bug 822289 - remove NS_IMPL_CYCLE_COLLECTION_CLASS and friends r=mccr8 2013-01-12 07:40:33 -05:00
nsXBLInsertionPoint.h Bug 750570, part 4 - Switch most native CC classes to use the purple buffer. r=smaug 2012-08-24 09:50:06 -07:00
nsXBLProtoImpl.cpp Bug 821850 - Remove unused arguments from InstallMember and simplify calling convention. r=bz 2013-02-08 14:24:21 +00:00
nsXBLProtoImpl.h Bug 821850 - Make DoInitJSClass unconditionally fill in aClassObject. r=bz 2013-02-08 14:24:20 +00:00
nsXBLProtoImplField.cpp Bug 821850 - Hoist Field machinery into nsXBLProtoImplField. r=bz 2013-02-08 14:24:21 +00:00
nsXBLProtoImplField.h Bug 824864 - Improve the API for EvaluateStringWithValue. r=bz 2013-01-16 18:50:26 -08:00
nsXBLProtoImplMember.h Bug 821850 - Remove unused arguments from InstallMember and simplify calling convention. r=bz 2013-02-08 14:24:21 +00:00
nsXBLProtoImplMethod.cpp Bug 821850 - Remove unused arguments from InstallMember and simplify calling convention. r=bz 2013-02-08 14:24:21 +00:00
nsXBLProtoImplMethod.h Bug 821850 - Remove unused arguments from InstallMember and simplify calling convention. r=bz 2013-02-08 14:24:21 +00:00
nsXBLProtoImplProperty.cpp Bug 821850 - Remove unused arguments from InstallMember and simplify calling convention. r=bz 2013-02-08 14:24:21 +00:00
nsXBLProtoImplProperty.h Bug 821850 - Remove unused arguments from InstallMember and simplify calling convention. r=bz 2013-02-08 14:24:21 +00:00
nsXBLPrototypeBinding.cpp Bug 821850 - Make DoInitJSClass unconditionally fill in aClassObject. r=bz 2013-02-08 14:24:20 +00:00
nsXBLPrototypeBinding.h Bug 821850 - Make DoInitJSClass unconditionally fill in aClassObject. r=bz 2013-02-08 14:24:20 +00:00
nsXBLPrototypeHandler.cpp Bug 832041 - Remove nsJSContext::CompileEventHandler and move consumers to nsJSUtils::CompileFunction. r=bz 2013-01-23 07:12:50 +01:00
nsXBLPrototypeHandler.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04: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 763350 - Clean up some includes in content/ and dom/ r=smaug 2012-07-01 16:45:59 -07:00
nsXBLResourceLoader.cpp Bug 833009 - Remove "nsContentUtils.h" inclusions from headers in content/xbl/. r=Ms2ger 2013-02-01 10:56:02 +00:00
nsXBLResourceLoader.h Bug 833009 - Remove "nsContentUtils.h" inclusions from headers in content/xbl/. r=Ms2ger 2013-02-01 10:56:02 +00:00
nsXBLSerialize.cpp Bug 823279 - Mark deserialized XBL script as XBL. r=bz 2012-12-19 17:12:33 -08:00
nsXBLSerialize.h Bug 733305, add a way to hide XBL, r=bz, a=abillings 2012-10-10 22:04:42 +03:00
nsXBLService.cpp Bug 833412 - Remove AddBinding/RemoveBinding and remove dead code. r=bz 2013-01-24 18:45:50 +01:00
nsXBLService.h Bug 821850 - Store a strong ref to the JSClass in nsXBLBinding. r=bz 2013-02-08 14:24:20 +00:00
nsXBLWindowKeyHandler.cpp Bug 831421 - Arrow keys are broken in test-ipc.xul, r=neil 2013-01-24 18:38:59 +02:00
nsXBLWindowKeyHandler.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00