gecko/content/xbl/src
Nicholas Nethercote 0a2ab47a30 Bug 847248 (part 7) - Remove nsFixedSizeAllocator from nsXBLService. r=bz.
--HG--
extra : rebase_source : df6db83d51472ec57a72bf657e38f126326b389a
2013-03-05 04:37:47 -08:00
..
Makefile.in Bug 833412 - Make nsXMLPrettyPrinter use nsXBLService/BindingManger to load/remove bindings. r=bz 2013-01-24 18:45:50 +01:00
moz.build Bug 784841 - Part 18g: Convert /content; r=glandium 2013-02-25 12:47:19 -08:00
nsBindingManager.cpp Bug 834732 - Audit callers of GetNativeContext and use AutoPushJSContext where appropriate. r=mrbkap 2013-02-26 11:04:13 -08: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 847195 - Make NamedNodeMap only deal with Attrs; r=khuey 2013-03-10 09:00:33 +01:00
nsXBLBinding.h Bug 839792 - Do XBL lookups on the shadow prototype. r=bz 2013-02-13 19:16:19 +01: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 834732 - Audit callers of GetNativeContext and use AutoPushJSContext where appropriate. r=mrbkap 2013-02-26 11:04:13 -08: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 834732 - Audit callers of GetNativeContext and use AutoPushJSContext where appropriate. r=mrbkap 2013-02-26 11:04:13 -08:00
nsXBLProtoImpl.h Bug 821850 - Add API to lookup implementation members on XBL bindings. r=bz 2013-02-08 14:24:21 +00:00
nsXBLProtoImplField.cpp Bug 848395 - GC: Move Rooted to JS namespace - rename js::Rooted to JS::Rooted outside SpiderMonkey r=terrence 2013-03-06 16:41:43 +00:00
nsXBLProtoImplField.h Bug 839792 - Revert Tamper-proofing. r=bz 2013-02-13 19:16:19 +01:00
nsXBLProtoImplMember.h Bug 821850 - Add API to lookup implementation members on XBL bindings. r=bz 2013-02-08 14:24:21 +00:00
nsXBLProtoImplMethod.cpp Bug 848395 - GC: Move Rooted to JS namespace - rename js::Rooted to JS::Rooted outside SpiderMonkey r=terrence 2013-03-06 16:41:43 +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 848395 - GC: Move Rooted to JS namespace - rename js::Rooted to JS::Rooted outside SpiderMonkey r=terrence 2013-03-06 16:41:43 +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 - Add API to lookup implementation members on XBL bindings. r=bz 2013-02-08 14:24:21 +00:00
nsXBLPrototypeHandler.cpp Bug 848395 - GC: Move Rooted to JS namespace - rename js::Rooted to JS::Rooted outside SpiderMonkey r=terrence 2013-03-06 16:41:43 +00: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 834732 - Audit callers of GetNativeContext and use AutoPushJSContext where appropriate. r=mrbkap 2013-02-26 11:04:13 -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 847248 (part 7) - Remove nsFixedSizeAllocator from nsXBLService. r=bz. 2013-03-05 04:37:47 -08:00
nsXBLService.h Bug 847248 (part 7) - Remove nsFixedSizeAllocator from nsXBLService. r=bz. 2013-03-05 04:37:47 -08: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