.. |
crashtests
|
Bug 677194 - Add test; r=jst
|
2012-05-05 11:00:05 +02:00 |
test
|
Fix for bug 771967. OS idle api active to briefly idle to active notification fix. r=jst
|
2012-07-13 15:39:46 -07:00 |
ConsoleAPI.js
|
Bug 772665 - Add console.profile API to be used by profiling extensions. r=rcampbell
|
2012-07-12 16:04:37 -04:00 |
ConsoleAPI.manifest
|
Bug 587734: enable the lazy console API added in bug 568629, and hook it up to the Web Console, r=gavin, a=blocking
|
2010-11-16 16:34:53 -05:00 |
ConsoleAPIStorage.jsm
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
domerr.msg
|
Bug 743888 - Part 1: Remove SVGException and XPathException. r=jonas
|
2012-06-13 21:12:37 -04:00 |
DOMError.cpp
|
Bug 730161 - Implement IDBRequest.error. r=sicking
|
2012-04-11 17:55:21 -04:00 |
DOMError.h
|
Bug 730161 - Implement IDBRequest.error. r=sicking
|
2012-04-11 17:55:21 -04:00 |
DOMRequest.cpp
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
DOMRequest.h
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
DOMRequestHelper.jsm
|
Bug 758486 - Settings API: make debug output a bit more useful. r=gwagner
|
2012-05-25 10:37:45 -07:00 |
IndexedDBHelper.jsm
|
Bug 726378: Unprefix IndexedDB. r=sicking
|
2012-06-29 09:48:35 -07:00 |
Makefile.in
|
Bug 773803 - Remove nsIScriptObjectOwner, r=bz
|
2012-07-14 01:23:59 +03:00 |
Navigator.cpp
|
Bug 769571 - Unprefix Battery API. r=sicking sr=smaug
|
2012-07-05 12:05:09 +02:00 |
Navigator.h
|
Bug 769571 - Unprefix Battery API. r=sicking sr=smaug
|
2012-07-05 12:05:09 +02:00 |
nsBarProps.cpp
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsBarProps.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsContentPermissionHelper.cpp
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsContentPermissionHelper.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsDOMCID.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsDOMClassInfo.cpp
|
Bug 740744: Asynchronous dbus events for bluetooth, Start/StopDiscovery and device event firing; r=bent sr=mrbkap
|
2012-07-17 20:41:54 -07:00 |
nsDOMClassInfo.h
|
Bug 771202 - Add a PostTransplant nsIXPCScriptable hook. r=peterv
|
2012-07-13 10:55:14 +02:00 |
nsDOMClassInfoClasses.h
|
Bug 740744: Asynchronous dbus events for bluetooth, Start/StopDiscovery and device event firing; r=bent sr=mrbkap
|
2012-07-17 20:41:54 -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
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsDOMNavigationTiming.cpp
|
Bug 774556 - Remove nsIDOMWindowPerformance* XPCOM interfaces; r=bzbarsky
|
2012-07-16 22:44:22 -04:00 |
nsDOMNavigationTiming.h
|
Bug 774556 - Remove nsIDOMWindowPerformance* XPCOM interfaces; r=bzbarsky
|
2012-07-16 22:44:22 -04:00 |
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
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsDOMString.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsDOMWindowList.cpp
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsDOMWindowList.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsDOMWindowUtils.cpp
|
Bug 771594. Allow preference control over what CSS properties we parse. r=dbaron,dholbert
|
2012-07-13 19:59:05 -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 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -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 769273 - part4: avoiding innerization in NukeCrossCompartmentWrappers. r=bholley
|
2012-07-17 17:51:21 +02:00 |
nsGlobalWindow.h
|
Back out bug 769254 (a81e5e60dca3, 0afba80f60a1, d5e4f42b8540, 636dfa176232) because of Windows M3 leaks
|
2012-07-11 17:30:30 -07: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
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsHistory.cpp
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
nsHistory.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsIDOMClassInfo.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsIDOMDOMError.idl
|
Bug 705640 - Implement DOMError as defined in DOM 4, r=mounir.
|
2012-01-24 02:13:41 -08:00 |
nsIDOMDOMRequest.idl
|
Bug 726593 - Implement FileHandle. r=bent
|
2012-06-03 18:33:52 +02:00 |
nsIDOMScriptObjectFactory.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsIEntropyCollector.idl
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsIJSEventListener.h
|
Bug 773803 - Remove nsIScriptObjectOwner, r=bz
|
2012-07-14 01:23:59 +03:00 |
nsIJSNativeInitializer.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsIScriptChannel.idl
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsIScriptContext.h
|
Bug 759082 - Remove nsIScriptContext::InitOuterWindow; r=mrbkap
|
2012-06-06 09:40:00 +02:00 |
nsIScriptEventHandlerOwner.h
|
Bug 773803 - Remove nsIScriptObjectOwner, r=bz
|
2012-07-14 01:23:59 +03:00 |
nsIScriptExternalNameSet.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsIScriptGlobalObject.h
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
nsIScriptGlobalObjectOwner.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsIScriptNameSpaceManager.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsIScriptObjectPrincipal.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsIScriptRuntime.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsIScriptTimeoutHandler.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsJSEnvironment.cpp
|
Bug 765464 - Part b: Add an exnType to JSErrorReport; r=Waldo
|
2012-07-18 12:36:08 +02:00 |
nsJSEnvironment.h
|
Bug 758034 - Clean up browser GC API (r=smaug)
|
2012-06-30 14:16:32 -07:00 |
nsJSTimeoutHandler.cpp
|
Bug 774071 - Remove unused variable from nsJSScriptTimeoutHandler. r=jst
|
2012-07-17 05:34:00 +10:00 |
nsJSUtils.cpp
|
Bug 773803 - Remove nsIScriptObjectOwner, r=bz
|
2012-07-14 01:23:59 +03:00 |
nsJSUtils.h
|
Bug 761452 - Add an nsDependentString(JSFlatString*) constructor and an infallbile init(JSFlatString*) method. r=bz
|
2012-06-01 23:39:06 -07:00 |
nsLocation.cpp
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
nsLocation.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsMimeTypeArray.cpp
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
nsMimeTypeArray.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsPerformance.cpp
|
Bug 774556 - Remove nsIDOMWindowPerformance* XPCOM interfaces; r=bzbarsky
|
2012-07-16 22:44:22 -04:00 |
nsPerformance.h
|
Bug 774556 - Remove nsIDOMWindowPerformance* XPCOM interfaces; r=bzbarsky
|
2012-07-16 22:44:22 -04:00 |
nsPIDOMWindow.h
|
Back out bug 769254 (a81e5e60dca3, 0afba80f60a1, d5e4f42b8540, 636dfa176232) because of Windows M3 leaks
|
2012-07-11 17:30:30 -07:00 |
nsPIWindowRoot.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsPluginArray.cpp
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
nsPluginArray.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsQueryContentEventResult.cpp
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
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
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
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 687724 (part 3) - Report JS memory consumption for compartments that are associated with |window| objects under "window-objects". r=bholley,jlebar,luke.
|
2012-07-05 21:12:37 -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
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
nsWindowRoot.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsWrapperCache.h
|
Bug 749101 - Move window.performance to the new DOM bindings; r=bzbarsky
|
2012-07-16 21:42:18 -04:00 |
nsWrapperCacheInlines.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
ScreenOrientation.h
|
Bug 745145, part 1: Generalize ScreenOrientation into ScreenConfiguration, and add screen rect and color+pixel depth to it. r=mounir
|
2012-05-08 14:36:07 -07:00 |
StructuredCloneTags.h
|
Bug 726593 - Implement FileHandle. r=bent
|
2012-06-03 18:33:52 +02:00 |