gecko/dom/base
2013-03-12 08:03:47 +09:00
..
crashtests Fix for bug 844559 (Crash [@ mozilla::dom::XrayResolveNativeProperty]). r=bz. 2013-02-25 20:39:15 +01:00
test Bug 784841 - Part 18k: Convert /dom; f=Ms2ger rs=khuey 2013-02-25 12:47:20 -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
Crypto.cpp Bug 673432 - Implement window.crypto.getRandomValues for FirefoxOS r=khuey 2013-02-27 14:31:19 -06:00
Crypto.h Bug 673432 - Implement window.crypto.getRandomValues for FirefoxOS r=khuey 2013-02-27 14:31:19 -06:00
DOMCursor.cpp Back out 8db40a38aeb1 (bug 837917) for test_interfaces.html failures 2013-02-14 21:37:37 -08:00
DOMCursor.h Back out 8db40a38aeb1 (bug 837917) for test_interfaces.html failures 2013-02-14 21:37:37 -08:00
domerr.msg Bug 839088 part 1. Add a way to throw a JS::Value on an ErrorResult. r=peterv 2013-02-19 11:54:40 -05:00
DOMError.cpp
DOMError.h
DOMRequest.cpp Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
DOMRequest.h
DOMRequestHelper.jsm
IndexedDBHelper.jsm Bug 836519 - Back out 7a145f17e37c for intermittent 'dom/contacts/tests/test_contacts_getall.html | 19 contacts returned - got 20, expected 19' in the test it added. r=intermittent-orange 2013-02-16 00:42:26 -08:00
Makefile.in Bug 784841 - Part 18k: Convert /dom; f=Ms2ger rs=khuey 2013-02-25 12:47:20 -08:00
moz.build Bug 784841 - Part 18k: Convert /dom; f=Ms2ger rs=khuey 2013-02-25 12:47:20 -08:00
Navigator.cpp Bug 844429 - B2G SMS & MMS: move SMS codes into dom/mobilemessage to make it generic for MMS. r=vicamo 2013-03-01 16:38:47 +08:00
Navigator.h Bug 844429 - B2G SMS & MMS: move SMS codes into dom/mobilemessage to make it generic for MMS. r=vicamo 2013-03-01 16:38:47 +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 Bug 847120: Remove nsIDOMSVGURIReference r=Ms2ger 2013-03-11 18:05:57 -04:00
nsDOMClassInfo.h Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
nsDOMClassInfoClasses.h Bug 847600 - Remove SVGEvent, r=jwatt 2013-03-11 20:57:08 +02:00
nsDOMClassInfoID.h Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
nsDOMException.cpp
nsDOMException.h
nsDOMJSUtils.h
nsDOMNavigationTiming.cpp
nsDOMNavigationTiming.h
nsDOMScriptObjectFactory.cpp
nsDOMScriptObjectFactory.h
nsDOMScriptObjectHolder.h
nsDOMString.h
nsDOMWindowList.cpp bug 841436 - remove nolonger needed qi from nsIDocShell to nsIDocShellTreeItem r=bz 2013-02-12 17:02:51 -05:00
nsDOMWindowList.h
nsDOMWindowUtils.cpp Bug 635852. r=smaug 2013-03-08 12:04:53 +01: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 Bug 843849 - Make DOM/HTML fullscreen API work in Metrofox. r=bz,jimm 2013-02-28 12:28:27 +13:00
nsFocusManager.h
nsGlobalWindow.cpp Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
nsGlobalWindow.h Bug 848339 - Remove the vestigial boolean outparam from nsWrapperCache::WrapObject. r=bz 2013-03-12 08:03:47 +09:00
nsGlobalWindowCommands.cpp bug 841436 - remove nolonger needed qi from nsIDocShell to nsIDocShellTreeItem r=bz 2013-02-12 17:02:51 -05:00
nsGlobalWindowCommands.h
nsHistory.cpp Bug 803870 - Compare the subject with the outer window for History. r=bz 2013-02-20 08:37:21 -08:00
nsHistory.h
nsIDOMClassInfo.h
nsIDOMDOMCursor.idl Back out 8db40a38aeb1 (bug 837917) for test_interfaces.html failures 2013-02-14 21:37:37 -08:00
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 Bug 768035 - Allow overriding user agent based on window. r=bz 2013-02-28 14:02:19 -08:00
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 Bug 844313 - Call GC more likely when there are lots of Events to collect, r=mccr8 2013-03-07 20:53:19 +02:00
nsJSEnvironment.h Bug 844313 - Call GC more likely when there are lots of Events to collect, r=mccr8 2013-03-07 20:53:19 +02: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 Bug 848339 - Remove the vestigial boolean outparam from nsWrapperCache::WrapObject. r=bz 2013-03-12 08:03:47 +09:00
nsPerformance.h Bug 848339 - Remove the vestigial boolean outparam from nsWrapperCache::WrapObject. r=bz 2013-03-12 08:03:47 +09: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 Bug 848339 - Remove the vestigial boolean outparam from nsWrapperCache::WrapObject. r=bz 2013-03-12 08:03:47 +09:00
nsScreen.h Bug 848339 - Remove the vestigial boolean outparam from nsWrapperCache::WrapObject. r=bz 2013-03-12 08:03:47 +09:00
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 Bug 834732 - Make nsDocShell::AddState push the JSContext if it grabs one, and remove push in nsStructuredCloneContainer. r=mrbkap 2013-02-26 11:04:10 -08:00
nsStructuredCloneContainer.h
nsWindowMemoryReporter.cpp backout cset 4ede352670cd (bug 759585) on a CLOSED TREE on suspicion of making windows reftests so slow that they timeout and burn 2013-02-22 09:36:41 +00: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 Bug 848339 - Remove the vestigial boolean outparam from nsWrapperCache::WrapObject. r=bz 2013-03-12 08:03:47 +09: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 Bug 768035 - Allow overriding user agent based on window. r=bz 2013-02-28 14:02:19 -08:00
SiteSpecificUserAgent.manifest
StructuredCloneTags.h
URL.cpp Bug 837034. Part 2: Convert DOMMediaStream to use WebIDL. r=peterv,jesup 2013-02-15 21:04:11 +13:00
URL.h Bug 837034. Part 2: Convert DOMMediaStream to use WebIDL. r=peterv,jesup 2013-02-15 21:04:11 +13:00