gecko-dev/dom/base
Kyle Huey ada443da57 Bug 726378: Unprefix IndexedDB. r=sicking 2012-06-29 09:48:35 -07:00
..
crashtests
test Bug 760735 - Write mochitests for Screen Orientation API. r=mounir 2012-06-21 14:59:40 -07:00
ConsoleAPI.js Bug 761257 - Further improve Web Console output performance; r=dcamp f=bz 2012-06-12 14:25:07 +03:00
ConsoleAPI.manifest
ConsoleAPIStorage.jsm
DOMError.cpp
DOMError.h
DOMRequest.cpp Revert c39d36167b99 due to a horribly munged backout. 2012-06-10 19:44:50 -04:00
DOMRequest.h Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (dom parts); r=bzbarsky 2012-06-14 22:31:55 -04:00
DOMRequestHelper.jsm
IndexedDBHelper.jsm Bug 726378: Unprefix IndexedDB. r=sicking 2012-06-29 09:48:35 -07:00
Makefile.in Revert c39d36167b99 due to a horribly munged backout. 2012-06-10 19:44:50 -04:00
Navigator.cpp Revert c39d36167b99 due to a horribly munged backout. 2012-06-10 19:44:50 -04:00
Navigator.h Bug 752353: DOM bindings for getUserMedia; r=jst 2012-06-03 00:35:15 -07:00
ScreenOrientation.h
StructuredCloneTags.h Bug 726593 - Implement FileHandle. r=bent 2012-06-03 18:33:52 +02:00
domerr.msg Bug 743888 - Part 1: Remove SVGException and XPathException. r=jonas 2012-06-13 21:12:37 -04:00
nsBarProps.cpp
nsBarProps.h
nsContentPermissionHelper.cpp
nsContentPermissionHelper.h
nsDOMCID.h
nsDOMClassInfo.cpp Back out 438c192e561b and d6f341e77b68 (bug 762652, bug 762654) on suspicion of breaking Windows PGO tests 2012-06-27 16:24:53 -07:00
nsDOMClassInfo.h Bug 767388 - Kill NS_DEBUG. r=bz. 2012-06-25 20:59:42 +01:00
nsDOMClassInfoClasses.h Bug 764682 - Implement wifi events in c++. r=smaug 2012-06-16 11:14:12 -07:00
nsDOMClassInfoID.h Bug 750297 part 2. Switch WebGLUniformLocation to Paris bindings. r=peterv, bjacob 2012-06-15 16:25:51 -04:00
nsDOMError.h Bug 743888 - Part 1: Remove SVGException and XPathException. r=jonas 2012-06-13 21:12:37 -04:00
nsDOMException.cpp Bug 743888 - Part 1: Remove SVGException and XPathException. r=jonas 2012-06-13 21:12:37 -04:00
nsDOMException.h Bug 743888 - Part 1: Remove SVGException and XPathException. r=jonas 2012-06-13 21:12:37 -04:00
nsDOMJSUtils.h
nsDOMNavigationTiming.cpp
nsDOMNavigationTiming.h
nsDOMScriptObjectFactory.cpp Bug 764916 - Replace nsDOMClassInfo::ThrowJSException with xpc::Throw. r=mrbkap 2012-06-19 19:01:10 -04:00
nsDOMScriptObjectFactory.h Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (dom parts); r=bzbarsky 2012-06-14 22:31:55 -04:00
nsDOMScriptObjectHolder.h
nsDOMString.h
nsDOMWindowList.cpp
nsDOMWindowList.h
nsDOMWindowUtils.cpp Bug 627699 - Port GTK2 to GTK3, dom patch. r=karlt 2012-06-27 20:15:32 -04:00
nsDOMWindowUtils.h Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (dom parts); r=bzbarsky 2012-06-14 22:31:55 -04:00
nsFocusManager.cpp Bug 761927: Fix focus for <iframe mozbrowser remote>. r=jlebar,Enn 2012-06-22 18:27:30 -07:00
nsFocusManager.h Bug 761927: Fix focus for <iframe mozbrowser remote>. r=jlebar,Enn 2012-06-22 18:27:30 -07:00
nsGlobalWindow.cpp Bug 726378: Unprefix IndexedDB. r=sicking 2012-06-29 09:48:35 -07:00
nsGlobalWindow.h Bug 760102 - Authorize web applications to use fullscreen by default. r=cpearce 2012-06-28 20:54:37 +12:00
nsGlobalWindowCommands.cpp Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (dom parts); r=bzbarsky 2012-06-14 22:31:55 -04:00
nsGlobalWindowCommands.h
nsHistory.cpp
nsHistory.h
nsIDOMClassInfo.h
nsIDOMDOMError.idl
nsIDOMDOMRequest.idl Bug 726593 - Implement FileHandle. r=bent 2012-06-03 18:33:52 +02:00
nsIDOMScriptObjectFactory.h
nsIEntropyCollector.idl
nsIJSEventListener.h
nsIJSNativeInitializer.h
nsIScriptChannel.idl
nsIScriptContext.h Bug 759082 - Remove nsIScriptContext::InitOuterWindow; r=mrbkap 2012-06-06 09:40:00 +02:00
nsIScriptExternalNameSet.h
nsIScriptGlobalObject.h Bug 759082 - Remove nsIScriptContext::InitOuterWindow; r=mrbkap 2012-06-06 09:40:00 +02:00
nsIScriptGlobalObjectOwner.h
nsIScriptNameSpaceManager.h
nsIScriptObjectOwner.h
nsIScriptObjectPrincipal.h
nsIScriptRuntime.h
nsIScriptTimeoutHandler.h
nsJSEnvironment.cpp Bug 754202 - Remove context pushing/popping API. r=mrbkap Each one of these uses grabs the principal off of an object for pushing, but also enters the compartment of that object. So we shouldn't need this anymore. 2012-06-28 23:47:55 +02:00
nsJSEnvironment.h Bug 754495, part 7 - indicate if CycleCollectNow is forced. r=smaug 2012-06-27 08:10:20 -07:00
nsJSTimeoutHandler.cpp Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (dom parts); r=bzbarsky 2012-06-14 22:31:55 -04:00
nsJSUtils.cpp
nsJSUtils.h
nsLocation.cpp
nsLocation.h
nsMimeTypeArray.cpp
nsMimeTypeArray.h
nsPIDOMWindow.h Bug 760102 - Authorize web applications to use fullscreen by default. r=cpearce 2012-06-28 20:54:37 +12:00
nsPIWindowRoot.h
nsPerformance.cpp
nsPerformance.h Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (dom parts); r=bzbarsky 2012-06-14 22:31:55 -04:00
nsPluginArray.cpp
nsPluginArray.h
nsQueryContentEventResult.cpp
nsQueryContentEventResult.h Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (dom parts); r=bzbarsky 2012-06-14 22:31:55 -04:00
nsScreen.cpp Bug 766903 - Cleanup eventlisteners when nsScreen is reseted. r=smaug 2012-06-22 10:53:23 +02:00
nsScreen.h Bug 764753 - Unlock screen orientation when the document is left without explicitly exiting fullscreen. r=smaug 2012-06-22 10:52:47 +02:00
nsScriptNameSpaceManager.cpp Fix for bug 764277 (New DOM bindings codegen doesn't register classes with constructors). r=jst. 2012-06-14 16:56:38 +02:00
nsScriptNameSpaceManager.h Fix for bug 764277 (New DOM bindings codegen doesn't register classes with constructors). r=jst. 2012-06-14 16:56:38 +02:00
nsStructuredCloneContainer.cpp
nsStructuredCloneContainer.h Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (dom parts); r=bzbarsky 2012-06-14 22:31:55 -04:00
nsWindowMemoryReporter.cpp Bug 711130 (part 1) - Fix "window-objects" measurement inconsistency. r=nfroyd. 2012-06-25 17:06:50 -07:00
nsWindowMemoryReporter.h Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (dom parts); r=bzbarsky 2012-06-14 22:31:55 -04:00
nsWindowRoot.cpp Revert c39d36167b99 due to a horribly munged backout. 2012-06-10 19:44:50 -04:00
nsWindowRoot.h
nsWrapperCache.h Bug 750297 part 2. Switch WebGLUniformLocation to Paris bindings. r=peterv, bjacob 2012-06-15 16:25:51 -04:00
nsWrapperCacheInlines.h