gecko/dom/base
2013-09-03 17:43:47 -04:00
..
crashtests Bug 898906. Fix this bug by making nsMimeType objects hold their active plugin alive, and rely on the cycle collector to break the explicit reference cycle. r=mccr8 2013-07-30 17:46:46 -07:00
test Bug 677638 - MessageChannel and MessagePort disabled by pref, r=smaug 2013-09-03 14:39:03 +02:00
BarProps.cpp Bug 905353 - Minimize the #includes in dom/base; r=jst 2013-08-15 14:17:48 -04:00
BarProps.h Bug 887533: Remove even more includes from dom/bindings. r=bz 2013-08-22 22:17:11 -07:00
ConsoleAPI.js Bug 896535 - Promise: then(console.log) is not working as expected. r=msucan 2013-08-19 09:13:47 -04:00
ConsoleAPI.manifest
ConsoleAPIStorage.jsm
Crypto.cpp Bug 905353 - Minimize the #includes in dom/base; r=jst 2013-08-15 14:17:48 -04:00
Crypto.h Bug 887533: Remove even more includes from dom/bindings. r=bz 2013-08-22 22:17:11 -07:00
DOMCursor.cpp Bug 889193 - Remove DOMRequest::mRooted. r=smaug 2013-08-14 11:29:20 -07:00
DOMCursor.h Bug 889193 - Remove DOMRequest::mRooted. r=smaug 2013-08-14 11:29:20 -07:00
domerr.msg
DOMError.cpp Bug 903772: Part 3 - Refactor GlobalObject. r=peterv 2013-08-22 22:17:08 -07:00
DOMError.h Bug 887533: Remove even more includes from dom/bindings. r=bz 2013-08-22 22:17:11 -07:00
DOMRequest.cpp Bug 883920 - use templates for {Hold,Drop}JSObjects. r=peterv 2013-08-16 13:10:17 -07:00
DOMRequest.h Bug 883920 - use templates for {Hold,Drop}JSObjects. r=peterv 2013-08-16 13:10:17 -07:00
DOMRequestHelper.jsm Bug 904333 - Add forEach{Request,PromiseResolver} method to DOMRequestIpcHelper r=fabrice 2013-08-13 13:07:03 +08:00
IndexedDBHelper.jsm Bug 907996 - Contacts: Fix error callbacks. r=reuben 2013-08-22 12:05:01 -07:00
Makefile.in Bug 904831 - Part b: Move unconditional MSVC_ENABLE_PGO definitions into moz.build; r=gps 2013-08-22 08:56:01 +02:00
MessageChannel.cpp Bug 677638 - MessageChannel and MessagePort disabled by pref, r=smaug 2013-09-03 14:39:03 +02:00
MessageChannel.h Bug 677638 - MessageChannel and MessagePort disabled by pref, r=smaug 2013-09-03 14:39:03 +02:00
MessagePort.cpp Bug 677638 - cycle collection and timeout, r=smaug 2013-09-03 14:38:58 +02:00
MessagePort.h Bug 677638 - cycle collection and timeout, r=smaug 2013-09-03 14:38:58 +02:00
moz.build Bug 677638 - Patch 1 - MessageChannel and MessagePort interfaces, r=smaug 2013-09-03 14:38:49 +02:00
Navigator.cpp Bug 888593 - Move MozVoicemail to WebIDL. r=Ms2ger 2013-09-03 16:38:53 +02:00
Navigator.h Bug 888593 - Move MozVoicemail to WebIDL. r=Ms2ger 2013-09-03 16:38:53 +02:00
nsContentPermissionHelper.cpp Bug 905353 - Minimize the #includes in dom/base; r=jst 2013-08-15 14:17:48 -04:00
nsContentPermissionHelper.h Bug 905353 - Minimize the #includes in dom/base; r=jst 2013-08-15 14:17:48 -04:00
nsDOMCID.h
nsDOMClassInfo.cpp Bug 888593 - Move MozVoicemail to WebIDL. r=Ms2ger 2013-09-03 16:38:53 +02:00
nsDOMClassInfo.h Bug 909178 (part 1) - Move |jsid| from jsapi.h into js/Id.h. r=luke. 2013-08-21 22:26:56 -07:00
nsDOMClassInfoClasses.h Bug 888593 - Move MozVoicemail to WebIDL. r=Ms2ger 2013-09-03 16:38:53 +02:00
nsDOMClassInfoID.h Bug 901060 - Make nsGenericHTMLElement implement nsIDOMHTMLElement r=bz 2013-08-07 16:23:08 -04:00
nsDOMException.cpp
nsDOMException.h Bug 905353 - Minimize the #includes in dom/base; r=jst 2013-08-15 14:17:48 -04:00
nsDOMJSUtils.h Backed out 12 changesets (bug 899367) for Windows and OSX mochitest failures on a CLOSED TREE. 2013-08-27 21:14:54 -04:00
nsDOMNavigationTiming.cpp Revert this CLOSED TREE to changeset 4d3e221584a0. 2013-08-24 13:31:48 +02:00
nsDOMNavigationTiming.h Bug 908530 part 2. Fix all the places that are bootlegging things (esp nsIURI) via xpcpublic.h. r=khuey 2013-08-23 22:42:40 -04:00
nsDOMScriptObjectFactory.cpp Bug 904147 - crash in mozilla::dom::WindowNamedPropertiesHandler::getOwnPropertyDescriptor. Let only nsLayoutStatics call nsGlobalWindow::ShutDown and nsDOMClassInfo::ShutDown. r=bz. 2013-08-19 18:46:06 +02:00
nsDOMScriptObjectFactory.h Bug 906503 - Remove nsIExceptionProvider; r=bholley 2013-08-22 08:56:02 +02:00
nsDOMString.h
nsDOMWindowList.cpp Bug 905353 - Minimize the #includes in dom/base; r=jst 2013-08-15 14:17:48 -04:00
nsDOMWindowList.h Bug 905353 - Minimize the #includes in dom/base; r=jst 2013-08-15 14:17:48 -04:00
nsDOMWindowUtils.cpp Bug 904695 - #include fewer headers in nsContentUtils.h; r=jst 2013-08-21 15:28:26 -04:00
nsDOMWindowUtils.h Bug 905353 - Minimize the #includes in dom/base; r=jst 2013-08-15 14:17:48 -04:00
nsFocusManager.cpp Bug 904695 - #include fewer headers in nsContentUtils.h; r=jst 2013-08-21 15:28:26 -04:00
nsFocusManager.h
nsGlobalWindow.cpp Bug 677638 - MessageChannel and MessagePort disabled by pref, r=smaug 2013-09-03 14:39:03 +02:00
nsGlobalWindow.h Bug 905739 - Remove nsIDOMStorageIndexedDB; r=khuey 2013-08-22 08:33:59 +02:00
nsGlobalWindowCommands.cpp Bug 904178 - Part f: Remove some includes from nsPIDOMWindow.h; r=mounir 2013-08-22 08:30:55 +02:00
nsGlobalWindowCommands.h
nsHistory.cpp Bug 910161 - Remove nsIHistoryEntry and replace it with nsISHEntry; r=bz 2013-08-30 06:14:59 +02:00
nsHistory.h Bug 908942 - Fix some exact rooting hazards in dom; r=bz 2013-08-23 17:23:37 -07:00
nsIDOMClassInfo.h
nsIDOMDOMCursor.idl
nsIDOMDOMRequest.idl
nsIDOMScriptObjectFactory.h Bug 901106 - Get rid of vestigial nsJSRuntime instance and make it a namespace. r=mrbkap 2013-08-19 16:24:29 -07:00
nsIEntropyCollector.idl
nsIGlobalObject.h Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke. 2013-08-27 19:59:14 -07:00
nsIJSEventListener.h Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm. 2013-08-17 15:50:18 -07:00
nsIJSNativeInitializer.h Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm. 2013-08-17 15:50:18 -07:00
nsIScriptChannel.idl
nsIScriptContext.h Backed out 12 changesets (bug 899367) for Windows and OSX mochitest failures on a CLOSED TREE. 2013-08-27 21:14:54 -04:00
nsIScriptExternalNameSet.h
nsIScriptGlobalObject.h Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke. 2013-08-27 19:59:14 -07:00
nsIScriptGlobalObjectOwner.h
nsIScriptNameSpaceManager.h
nsIScriptObjectPrincipal.h
nsIScriptTimeoutHandler.h Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke. 2013-08-27 19:59:14 -07:00
nsISiteSpecificUserAgent.idl
nsISizeOfEventTarget.h
nsJSEnvironment.cpp Bug 903419 part 2. Report unhandled rejections in promises. r=smaug,bholley,luke 2013-08-29 00:30:06 -04:00
nsJSEnvironment.h Bug 903419 part 2. Report unhandled rejections in promises. r=smaug,bholley,luke 2013-08-29 00:30:06 -04:00
nsJSTimeoutHandler.cpp Bug 883920 - use templates for {Hold,Drop}JSObjects. r=peterv 2013-08-16 13:10:17 -07:00
nsJSUtils.cpp Bug 909597 (part 2) - Rename jsdbgapi.{h,cpp} as {js,vm}OldDebugAPI.{h,cpp}. r=luke. 2013-08-26 19:05:20 -07:00
nsJSUtils.h Bug 905353 - Minimize the #includes in dom/base; r=jst 2013-08-15 14:17:48 -04:00
nsLocation.cpp Bug 905353 - Minimize the #includes in dom/base; r=jst 2013-08-15 14:17:48 -04:00
nsLocation.h Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke. 2013-08-27 19:59:14 -07:00
nsMimeTypeArray.cpp Bug 904351, make MimeType/Array, PluginArray/Element to hold strong reference to their parent object, r=mccr8 2013-08-28 23:55:29 +03:00
nsMimeTypeArray.h Bug 904351, make MimeType/Array, PluginArray/Element to hold strong reference to their parent object, r=mccr8 2013-08-28 23:55:29 +03:00
nsPerformance.cpp Revert this CLOSED TREE to changeset 4d3e221584a0. 2013-08-24 13:31:48 +02:00
nsPerformance.h Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke. 2013-08-27 19:59:14 -07:00
nsPIDOMWindow.h Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke. 2013-08-27 19:59:14 -07:00
nsPIWindowRoot.h Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke. 2013-08-27 19:59:14 -07:00
nsPluginArray.cpp Bug 904351, make MimeType/Array, PluginArray/Element to hold strong reference to their parent object, r=mccr8 2013-08-28 23:55:29 +03:00
nsPluginArray.h Bug 904351, make MimeType/Array, PluginArray/Element to hold strong reference to their parent object, r=mccr8 2013-08-28 23:55:29 +03:00
nsQueryContentEventResult.cpp
nsQueryContentEventResult.h
nsScreen.cpp Bug 905353 - Minimize the #includes in dom/base; r=jst 2013-08-15 14:17:48 -04:00
nsScreen.h Bug 906272 - Remove unused CC declarations for nsScreen. r=khuey 2013-08-19 14:18:07 -07:00
nsScriptNameSpaceManager.cpp Bug 600460 - Implement category entry removal for nsScriptNamespaceManager. r=bholley 2013-08-22 22:44:19 +09:00
nsScriptNameSpaceManager.h Bug 600460 - Implement category entry removal for nsScriptNamespaceManager. r=bholley 2013-08-22 22:44:19 +09:00
nsStructuredCloneContainer.cpp Backout changesets 7e6fb33fdf22:c85332df4320 (bug 905017) for windows bustage. 2013-08-22 10:16:30 +02:00
nsStructuredCloneContainer.h Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm. 2013-08-17 15:50:18 -07:00
nsWindowMemoryReporter.cpp Bug 831193 (part 21) - Make NumGhostsReporter a subclass of MemoryReporterBase. r=jlebar. 2013-08-22 22:26:23 -07:00
nsWindowMemoryReporter.h Bug 831193 (part 21) - Make NumGhostsReporter a subclass of MemoryReporterBase. r=jlebar. 2013-08-22 22:26:23 -07:00
nsWindowRoot.cpp Bug 899022, cycle collect WindowRoot's window, r=mccr8 2013-08-08 21:23:55 +03:00
nsWindowRoot.h Bug 899022, cycle collect WindowRoot's window, r=mccr8 2013-08-08 21:23:55 +03:00
nsWrapperCache.cpp Bug 883920 - use templates for {Hold,Drop}JSObjects. r=peterv 2013-08-16 13:10:17 -07:00
nsWrapperCache.h Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke. 2013-08-27 19:59:14 -07:00
nsWrapperCacheInlines.h Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm. 2013-08-17 15:50:18 -07:00
ObjectWrapper.jsm
ScreenOrientation.h
SiteSpecificUserAgent.js
SiteSpecificUserAgent.manifest
StructuredCloneTags.h Bug 677638 - MessagePorts in Structured Clone Algorithm, r=smaug 2013-09-03 14:38:51 +02:00
URL.cpp Bug 903772: Part 3 - Refactor GlobalObject. r=peterv 2013-08-22 22:17:08 -07:00
URL.h Bug 903772: Part 3 - Refactor GlobalObject. r=peterv 2013-08-22 22:17:08 -07:00
WindowNamedPropertiesHandler.cpp Bug 908942 - Fix some exact rooting hazards in dom; r=bz 2013-08-23 17:23:37 -07:00
WindowNamedPropertiesHandler.h Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm. 2013-08-17 15:50:18 -07:00