gecko/dom/base
2013-02-14 21:37:37 -08:00
..
crashtests
test Back out 8db40a38aeb1 (bug 837917) for test_interfaces.html failures 2013-02-14 21:37:37 -08:00
ConsoleAPI.js Bug 787985 - Console API messages are not consistent; r=past 2013-01-15 16:02:25 +02:00
ConsoleAPI.manifest
ConsoleAPIStorage.jsm
domerr.msg
DOMError.cpp
DOMError.h
DOMRequest.cpp Back out 8db40a38aeb1 (bug 837917) for test_interfaces.html failures 2013-02-14 21:37:37 -08:00
DOMRequest.h
DOMRequestHelper.jsm
IndexedDBHelper.jsm Bug 836513 - Support multiple object stores in IndexedDBHelper.jsm. r=gwagner 2013-01-30 18:03:46 -08:00
Makefile.in Back out 8db40a38aeb1 (bug 837917) for test_interfaces.html failures 2013-02-14 21:37:37 -08:00
Navigator.cpp Bug 838172 - Convert AudioChannelManager to WebIDL. r=peterv 2013-02-08 11:34:47 -05:00
Navigator.h Bug 833278 - Part 1/2: move voicemail sources to dom/voicemail. r=mounir 2013-02-05 17:02:15 +08:00
nsBarProps.cpp
nsBarProps.h
nsContentPermissionHelper.cpp Bug 837953 - B2G crash @ nsContentPermissionRequestProxy::GetElement while launching Camera for perf tests. r=dougt 2013-02-07 17:46:58 -08:00
nsContentPermissionHelper.h
nsDOMCID.h
nsDOMClassInfo.cpp Back out 8db40a38aeb1 (bug 837917) for test_interfaces.html failures 2013-02-14 21:37:37 -08:00
nsDOMClassInfo.h Bug 838182 - Part a: Remove nsWindowSH::SecurityCheckOnAddDelProp and nsWindowSH::SecurityCheckOnSetProp; r=mrbkap 2013-02-07 09:08:57 +01:00
nsDOMClassInfoClasses.h Back out 8db40a38aeb1 (bug 837917) for test_interfaces.html failures 2013-02-14 21:37:37 -08:00
nsDOMClassInfoID.h bug 822717 - remove checks for old gcc r=glandium 2012-12-18 13:22:28 -05:00
nsDOMException.cpp
nsDOMException.h
nsDOMJSUtils.h
nsDOMNavigationTiming.cpp
nsDOMNavigationTiming.h
nsDOMScriptObjectFactory.cpp
nsDOMScriptObjectFactory.h
nsDOMScriptObjectHolder.h
nsDOMString.h
nsDOMWindowList.cpp Backed out changesets 45f20f94da76 and 47c4a7768ed9 (bug 841436) for Windows bustage on a CLOSED TREE. 2013-02-14 16:52:54 -05:00
nsDOMWindowList.h
nsDOMWindowUtils.cpp Back out Bug 678392 2013-02-08 16:52:12 -08:00
nsDOMWindowUtils.h Bug 647216: Allow mouse event handling in the title bar on OS X. A number of contributors to this patch, including Markus Stange, Paul O'Shannessy, Mike Conley, Stephen Pohl, and myself (Josh Aas). r=mstange,dao,enndeakin 2013-02-05 15:40:34 -06:00
nsFocusManager.cpp Backed out changesets 45f20f94da76 and 47c4a7768ed9 (bug 841436) for Windows bustage on a CLOSED TREE. 2013-02-14 16:52:54 -05:00
nsFocusManager.h
nsGlobalWindow.cpp Backed out changesets 45f20f94da76 and 47c4a7768ed9 (bug 841436) for Windows bustage on a CLOSED TREE. 2013-02-14 16:52:54 -05:00
nsGlobalWindow.h Bug 829252 part 2. Make nsGlobalWindow inherit from dom::EventTarget and ensure that all the things that inherit from it correctly QI to it. r=peterv 2013-01-29 08:44:01 -05:00
nsGlobalWindowCommands.cpp Backed out changesets 45f20f94da76 and 47c4a7768ed9 (bug 841436) for Windows bustage on a CLOSED TREE. 2013-02-14 16:52:54 -05:00
nsGlobalWindowCommands.h
nsHistory.cpp Backed out changesets 45f20f94da76 and 47c4a7768ed9 (bug 841436) for Windows bustage on a CLOSED TREE. 2013-02-14 16:52:54 -05:00
nsHistory.h
nsIDOMClassInfo.h
nsIDOMDOMError.idl
nsIDOMDOMRequest.idl Back out 8db40a38aeb1 (bug 837917) for test_interfaces.html failures 2013-02-14 21:37:37 -08:00
nsIDOMScriptObjectFactory.h
nsIEntropyCollector.idl
nsIJSEventListener.h
nsIJSNativeInitializer.h
nsIScriptChannel.idl
nsIScriptContext.h Bug 834785. Make sure to not ask the JS engine for return values in toplevel scripts, so it'll be able to ion-compile them as needed. r=bholley 2013-01-29 08:44:00 -05:00
nsIScriptExternalNameSet.h
nsIScriptGlobalObject.h Backed out changeset fce4e0f8a553 (bug 828753) for breaking windows warnings-as-errors (stop adding JSObject forward decls, please!) 2013-01-18 13:20:21 -08:00
nsIScriptGlobalObjectOwner.h
nsIScriptNameSpaceManager.h
nsIScriptObjectPrincipal.h
nsIScriptRuntime.h
nsIScriptTimeoutHandler.h Back out bug 810644 for now to fix bug 827035, until we manage to fix bug 765780. r=stuff-is-broken 2013-01-07 10:29:00 -05:00
nsISiteSpecificUserAgent.idl
nsISizeOfEventTarget.h Bug 826521 (part 2) - Report memory used by event targets, especially XHRs. r=bz. 2013-01-17 21:21:43 -08:00
nsJSEnvironment.cpp Backed out 12 changesets (bug 834732) for b2g bustage and OSX mochitest-1 crashes on a CLOSED TREE. 2013-02-12 20:54:48 -05:00
nsJSEnvironment.h Bug 751618 - Add js/GCAPI.h (r=terrence) 2013-01-27 12:35:12 -08:00
nsJSTimeoutHandler.cpp bug 822289 - remove NS_IMPL_CYCLE_COLLECTION_CLASS and friends r=mccr8 2013-01-12 07:40:33 -05:00
nsJSUtils.cpp Bug 832041 - Remove nsJSContext::CompileEventHandler and move consumers to nsJSUtils::CompileFunction. r=bz 2013-01-23 07:12:50 +01:00
nsJSUtils.h Bug 824864 - Hoist the guts of CompileFunction into nsJSUtils. r=bz 2013-01-16 18:50:25 -08:00
nsLocation.cpp Bug 825544: backout Bug 825544, Bug 825544, Bug 765192 and Bug 808035 to bring back the old .location=val behavior, r=bz 2013-01-15 13:46:35 +02:00
nsLocation.h
nsMimeTypeArray.cpp
nsMimeTypeArray.h
nsPerformance.cpp
nsPerformance.h Backed out changeset fce4e0f8a553 (bug 828753) for breaking windows warnings-as-errors (stop adding JSObject forward decls, please!) 2013-01-18 13:20:21 -08:00
nsPIDOMWindow.h Bug 820841 - Cache the document URI on the window so that DOMParser() can refer. r=bz 2012-12-26 20:00:05 +09:00
nsPIWindowRoot.h Bug 829252 part 2. Make nsGlobalWindow inherit from dom::EventTarget and ensure that all the things that inherit from it correctly QI to it. r=peterv 2013-01-29 08:44:01 -05:00
nsPluginArray.cpp bug 820708 - refresh navigator.plugins when a plugin is enabled/disabled r=joshmoz 2012-12-20 16:53:21 -08:00
nsPluginArray.h
nsQueryContentEventResult.cpp
nsQueryContentEventResult.h
nsScreen.cpp Backed out changesets 45f20f94da76 and 47c4a7768ed9 (bug 841436) for Windows bustage on a CLOSED TREE. 2013-02-14 16:52:54 -05:00
nsScreen.h
nsScriptNameSpaceManager.cpp Bug 829439 (part 1) - Add MemoryReporterBase class that promotes better encapsulation within nsIMemoryReporter sub-classes. r=jlebar. 2013-01-14 16:26:47 -08:00
nsScriptNameSpaceManager.h Bug 829439 (part 1) - Add MemoryReporterBase class that promotes better encapsulation within nsIMemoryReporter sub-classes. r=jlebar. 2013-01-14 16:26:47 -08:00
nsStructuredCloneContainer.cpp Backed out 12 changesets (bug 834732) for b2g bustage and OSX mochitest-1 crashes on a CLOSED TREE. 2013-02-12 20:54:48 -05:00
nsStructuredCloneContainer.h
nsWindowMemoryReporter.cpp Bug 826521 (part 2) - Report memory used by event targets, especially XHRs. r=bz. 2013-01-17 21:21:43 -08:00
nsWindowMemoryReporter.h Bug 826521 (part 2) - Report memory used by event targets, especially XHRs. r=bz. 2013-01-17 21:21:43 -08:00
nsWindowRoot.cpp Bug 829252 part 2. Make nsGlobalWindow inherit from dom::EventTarget and ensure that all the things that inherit from it correctly QI to it. r=peterv 2013-01-29 08:44:01 -05:00
nsWindowRoot.h Bug 829252 part 2. Make nsGlobalWindow inherit from dom::EventTarget and ensure that all the things that inherit from it correctly QI to it. r=peterv 2013-01-29 08:44:01 -05:00
nsWrapperCache.h Back out bug 824589 (rev 22695cac3896) on suspicion of Ts regression 2013-01-29 17:18:06 -05:00
nsWrapperCacheInlines.h
ObjectWrapper.jsm Bug 821633 - Alarm API - .getAll() need to wrap the objects respecting to the content window (part 1, ObjectWrapper.jsm and Cu.createDateIn()). r=sicking 2012-12-17 13:29:00 +08:00
ScreenOrientation.h
SiteSpecificUserAgent.js
SiteSpecificUserAgent.manifest
StructuredCloneTags.h
URL.cpp Backout f3c145bd1dd2 & 5075690572a9 for OS X startup failures 2013-01-28 11:08:21 +00:00
URL.h Backout f3c145bd1dd2 & 5075690572a9 for OS X startup failures 2013-01-28 11:08:21 +00:00