gecko-dev/js/xpconnect/src
Gijs Kruitbosch 41e01e0273 Bug 1667245 - collect telemetry when we would have shown the slow script modal dialog for parent process hangs, r=mccr8,esmyth
Differential Revision: https://phabricator.services.mozilla.com/D91745
2020-10-07 22:49:43 +00:00
..
BackstagePass.h Bug 1639833 - IntrisincStoragePrincipal should always be partitioned - part 2 - Expose PartitionedPrincipal, r=dimi 2020-06-03 06:09:52 +00:00
ExportHelpers.cpp Bug 1663365 - Move various Object-related functions to a new js/public/Object.h header. r=jandem 2020-09-08 22:55:38 +00:00
JSServices.cpp Bug 1667272 - Add profiler markers when Services are loaded, r=mstange. 2020-09-28 15:12:14 +00:00
JSServices.h Bug 1464542: Part 2 - Add infrastructure for defining named services exposed to JS. r=mccr8 2020-07-09 20:42:50 +00:00
README
Sandbox.cpp Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
SandboxPrivate.h Bug 1663365 - Move various Object-related functions to a new js/public/Object.h header. r=jandem 2020-09-08 22:55:38 +00:00
XPCCallContext.cpp Bug 1663365 - Move various Object-related functions to a new js/public/Object.h header. r=jandem 2020-09-08 22:55:38 +00:00
XPCComponents.cpp Bug 1669556 - Miscellaneous dead code removal. r=mccr8 2020-10-07 20:06:16 +00:00
XPCConvert.cpp Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
XPCDebug.cpp Bug 1656411 - Move various dumping functions out of jsfriendapi.h to a new header. r=mgaudet 2020-07-31 16:20:19 +00:00
XPCException.cpp
XPCForwards.h
XPCInlines.h
XPCJSContext.cpp Bug 1667245 - collect telemetry when we would have shown the slow script modal dialog for parent process hangs, r=mccr8,esmyth 2020-10-07 22:49:43 +00:00
XPCJSID.cpp Bug 1663365 - Move various Object-related functions to a new js/public/Object.h header. r=jandem 2020-09-08 22:55:38 +00:00
XPCJSMemoryReporter.h
XPCJSRuntime.cpp Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
XPCJSThreadPool.h Bug 1634720 - use UniquePtr::reset to release the pointer. r=KrisWright 2020-05-12 07:15:24 +00:00
XPCJSWeakReference.cpp
XPCJSWeakReference.h
XPCLocale.cpp
XPCLog.cpp
XPCLog.h
XPCMaps.cpp
XPCMaps.h
XPCModule.cpp
XPCModule.h
XPCRuntimeService.cpp Bug 1464542: Part 2 - Add infrastructure for defining named services exposed to JS. r=mccr8 2020-07-09 20:42:50 +00:00
XPCShellImpl.cpp Bug 1662251 - stop assigning from NS_Convert* values, mostly; r=sg 2020-09-02 09:54:37 +00:00
XPCString.cpp
XPCThrower.cpp
XPCVariant.cpp Bug 1656411 - Move various stack limit-related functions (including reporting overrecursion) out of jsfriendapi.h to a new header. r=mgaudet 2020-07-31 16:33:40 +00:00
XPCWrappedJS.cpp Bug 1663365 - Move various Object-related functions to a new js/public/Object.h header. r=jandem 2020-09-08 22:55:38 +00:00
XPCWrappedJSClass.cpp Bug 1666419: Assert IsSafeToRunScript. r=emilio 2020-09-28 06:29:44 +00:00
XPCWrappedJSIterator.cpp Bug 1652002 - Remove some unnecessary includes from BindingUtils.h. r=peterv 2020-07-15 15:34:49 +00:00
XPCWrappedNative.cpp Bug 1663365 - Move various Object-related functions to a new js/public/Object.h header. r=jandem 2020-09-08 22:55:38 +00:00
XPCWrappedNativeInfo.cpp Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
XPCWrappedNativeJSOps.cpp Bug 1669556 - Remove nsIXPCScriptable enumerate hook. r=mccr8 2020-10-07 20:06:18 +00:00
XPCWrappedNativeProto.cpp Bug 1663365 - Move various Object-related functions to a new js/public/Object.h header. r=jandem 2020-09-08 22:55:38 +00:00
XPCWrappedNativeScope.cpp Bug 1663365 - Move various Object-related functions to a new js/public/Object.h header. r=jandem 2020-09-08 22:55:38 +00:00
XPCWrapper.cpp
XPCWrapper.h
components.conf Bug 1464542: Part 3b - Add existing Services.jsm registrations to the new services cache. r=mccr8,geckoview-reviewers,agi 2020-07-09 21:42:25 +00:00
jsshell.msg Bug 1654927 - Move js.msg and js::GetErrorMessage into a new js/public/friend directory so users of them don't have to depend on all of jsfriendapi.h. r=mgaudet 2020-07-29 04:44:50 +00:00
moz.build Bug 1652254 - Remove svg from some moz.build local includes r=dholbert 2020-07-12 16:38:26 +00:00
nsXPConnect.cpp Bug 1666683 - Part 5: Add options parameter to nsXPConnect::ReadScript. r=tcampbell,kmag 2020-10-07 04:46:55 +00:00
xpc.msg Bug 1640964 - Remove NS_ERROR_XPC_CANT_PASS_CPOW_TO_NATIVE. r=kmag 2020-05-26 22:19:33 +00:00
xpcObjectHelper.h
xpcprivate.h Bug 1667245 - collect telemetry when we would have shown the slow script modal dialog for parent process hangs, r=mccr8,esmyth 2020-10-07 22:49:43 +00:00
xpcpublic.h Bug 1663365 - Move various Object-related functions to a new js/public/Object.h header. r=jandem 2020-09-08 22:55:38 +00:00

README

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