gecko/js/xpconnect/src
2012-05-08 19:02:37 -07:00
..
codegen.py Bug 742893 - Part a: Make xpc_qsValueTo{Uint,Int}64 public; r=bholley 2012-04-14 15:07:31 +02:00
dictionary_helper_gen.conf Bug 738465 - implement device light sensor. r=smaug 2012-05-02 09:43:45 -07:00
dictionary_helper_gen.py Bug 739760 - doubles and floats can't be used in dictionaries. r=khuey 2012-03-29 00:05:44 -07:00
dom_quickstubs.qsconf Backout ba7cf6fd10ae (bug 728017) for failing to compile 2012-05-08 18:50:45 +01:00
dombindings.conf Bug 743325 - Back out 554ab0a2f470 (bug 734503) because it broke touch events in XUL Fennec [r=peterv] 2012-04-24 07:51:56 -07:00
dombindings.cpp Bug 742217. Reduce the use of nested namespaces in our binding code. r=peterv,bent 2012-05-03 00:35:38 -04:00
dombindings.h Bug 703537: Removing the fix trap r=jorendorff@mozilla.com 2012-04-27 17:09:32 -04:00
dombindingsgen.py Bug 747617 - fix document.all and swap JSClass::{construct,hasInstance} so this doesn't happen again (r=bz) 2012-05-07 12:44:08 -07:00
Makefile.in Refix bug 741248 harder. r=me 2012-04-09 17:41:22 -07:00
nsCSSPropertiesQS.h Add a header file for CSS property aliases (and temporarily resurrect the aliases whose DOM properties we forgot to remove). (Bug 730532, patch 1) r=bzbarsky 2012-02-24 21:23:14 -08:00
nsDOMQS.h
nsScriptError.cpp
nsXPConnect.cpp Bug 741245 - Remove nsresult return value from nsXPConnect::GetSafeJSContext(); r=bholley 2012-05-05 11:00:05 +02:00
qsgen.py Bug 750253: Reorder generation of quickstubs header/cpp to avoid unnecessary rebuilds. r=ted 2012-04-30 12:30:00 -04:00
qsWinUndefs.h
README
xpc.msg Bug 722180 - Remove error codes for proxies. r=khuey 2012-02-01 18:53:29 +07:00
XPCCallContext.cpp Bug 730511: remove obsolete typedefs intN, uintN, r=luke 2012-02-28 15:11:11 -08:00
XPCComponents.cpp Bug 751077. Skip binding for the XPConnect-default property ops as well when resolving properties on a sandbox prototype. r=bholley 2012-05-07 13:26:50 -04:00
XPCContext.cpp Bug 745427 - Fix XPCWrappedNativeScope::SetContext; r=gal 2012-05-05 11:00:04 +02:00
XPCConvert.cpp Bug 715761 - Replace xpconnect automarker macros with templates (r=bholley) 2012-05-07 10:01:44 -07:00
XPCDebug.cpp Bug 678615 - remove ExplainLiveExpectedGarbage. r=smaug sr=peterv 2012-04-25 08:10:09 -07:00
XPCException.cpp
XPCForwards.h Bug 741005 - Remove XPCNativeWrapperMap; r=bholley 2012-03-30 15:56:35 -07:00
XPCInlines.h Bug 715761 - Move xpconnect mark bits (r=bholley) 2012-05-07 10:01:39 -07:00
XPCJSID.cpp Bug 742217. Reduce the use of nested namespaces in our binding code. r=peterv,bent 2012-05-03 00:35:38 -04:00
XPCJSRuntime.cpp Bug 752357 - Include compartment location (sandbox name) in compartment name when it differs from the principal name. r=nnethercote. 2012-05-08 19:02:37 -07:00
XPCJSWeakReference.cpp Bug 747245: Fix a silly weak reference assertion. r=bent a=mfinkle 2012-04-23 14:14:10 -07:00
XPCJSWeakReference.h Bug 722671: Components.utils.getWeakReference should get a reference to the underlying native object if possible. r=mrbkap 2012-04-01 19:21:13 -07:00
XPCLocale.cpp Bug 730511: remove obsolete typedefs intN, uintN, r=luke 2012-02-28 15:11:11 -08:00
XPCLog.cpp
XPCLog.h
XPCMaps.cpp Bug 741005 - Remove XPCNativeWrapperMap; r=bholley 2012-03-30 15:56:35 -07:00
XPCMaps.h Bug 741005 - Remove XPCNativeWrapperMap; r=bholley 2012-03-30 15:56:35 -07:00
XPCModule.cpp
XPCModule.h
xpcprivate.h Bug 751454 - Use automarker for XPCNativeScriptableInfo (r=bholley) 2012-05-08 11:11:09 -07:00
xpcpublic.h Bug 730208 - XPConnect changes to UnmarkGray some more objects and return them for convenience. r=mccr8 2012-03-20 21:22:40 -07:00
XPCQuickStubs.cpp Bug 737365 - stop using the cx during finalization, part 1. 2012-03-19 15:34:55 +01:00
XPCQuickStubs.h Bug 747815. Use const strings for arguments in DOM bindings. r=peterv 2012-04-26 00:42:03 -04:00
XPCRuntimeService.cpp Bug 720580 - Introduce a flag for global natives and assert that we have it. r=mrbkap 2012-03-05 15:22:44 -08:00
XPCStack.cpp
XPCString.cpp Bug 726964 - Remove unused sDOMStringFinalizerIndex; r=bholley 2012-02-21 10:34:02 +01:00
XPCThreadContext.cpp Bug 715761 - Replace xpconnect automarker macros with templates (r=bholley) 2012-05-07 10:01:44 -07:00
XPCThrower.cpp Bug 730511: remove obsolete typedefs intN, uintN, r=luke 2012-02-28 15:11:11 -08:00
XPCVariant.cpp Bug 744103, part 2 - Change NoteScriptChild to NoteJSChild. r=smaug 2012-05-03 12:28:10 -07:00
XPCWrappedJS.cpp Bug 744103, part 2 - Change NoteScriptChild to NoteJSChild. r=smaug 2012-05-03 12:28:10 -07:00
XPCWrappedJSClass.cpp Back out bug 730208 and bug 747543 because of xpcshell test failures 2012-04-24 20:47:16 -07:00
XPCWrappedNative.cpp Bug 751454 - Use automarker for XPCNativeScriptableInfo (r=bholley) 2012-05-08 11:11:09 -07:00
XPCWrappedNativeInfo.cpp Bug 734475 - Take the full union of native sets when bringing non-PreCreate XPWNs across compartments. r=mrbkap 2012-03-16 12:47:20 -07:00
XPCWrappedNativeJSOps.cpp Bug 751077. Skip binding for the XPConnect-default property ops as well when resolving properties on a sandbox prototype. r=bholley 2012-05-07 13:26:50 -04:00
XPCWrappedNativeProto.cpp Bug 737365 - stop using the cx during finalization, part 1. 2012-03-19 15:34:55 +01:00
XPCWrappedNativeScope.cpp Bug 730208 - XPConnect changes to UnmarkGray some more objects and return them for convenience. r=mccr8 2012-03-20 21:22:40 -07:00
XPCWrapper.cpp Bug 730511: remove obsolete typedefs intN, uintN, r=luke 2012-02-28 15:11:11 -08:00
XPCWrapper.h

see http://www.mozilla.org/scriptable