..
crashtests
Bug 856437 - Remove LookupMethod test coverage. r=gabor
2013-09-11 11:28:20 -07:00
test
Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:01 +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
CompositionStringSynthesizer.cpp
Bug 912956 part.15 mozilla/TextEvents.h should be included directly r=roc
2013-09-25 20:21:19 +09:00
CompositionStringSynthesizer.h
Bug 912956 part.15 mozilla/TextEvents.h should be included directly r=roc
2013-09-25 20:21:19 +09: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
Bug 861338 - [browserconsole] Cache Console.jsm API calls with ConsoleAPIStorage.jsm; r=jwalker
2013-06-07 20:13:48 +03:00
Crypto.cpp
Bug 914826 - part 4 - fix source files that were bootlegging XPCOM do_* functions via generated ipdl headers; r=ehsan
2013-09-10 16:56:05 -04:00
Crypto.h
Bug 914353 - Use the new window.crypto implementation in e10s. r=khuey
2013-09-17 12:54:34 -04: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
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
Bug 911258: Part 4 - Refactor exception implementations. r=bz
2013-09-08 20:28:50 -07:00
DOMError.h
Bug 887533: Remove even more includes from dom/bindings. r=bz
2013-08-22 22:17:11 -07:00
DOMException.cpp
Bug 919341 - Minimize the #includes in xpcom/ IDL files; r=bsmedberg
2013-09-23 13:29:27 -04:00
DOMException.h
Bug 911258: Part 5 - Use the unified exception handling mechanism on workers. r=bz
2013-09-08 20:29:21 -07:00
DOMRequest.cpp
Bug 912956 part.15 mozilla/TextEvents.h should be included directly r=roc
2013-09-25 20:21:19 +09:00
DOMRequest.h
Bug 883920 - use templates for {Hold,Drop}JSObjects. r=peterv
2013-08-16 13:10:17 -07:00
DOMRequestHelper.jsm
Bug 911213 - Implement new promise constructor, r=bz
2013-09-11 18:03:04 +02:00
IndexedDBHelper.jsm
Bug 832883 - Move IDBKeyRange to WebIDL and define indexedDB/IDBKeyRange in all the spots. r=khuey,bent (initial work done by Ms2ger)
2013-09-28 13:25:46 +02:00
Makefile.in
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09: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 916879, remove SetterThrows from eventhandlers, r=emk
2013-09-17 14:01:28 +03:00
MessagePort.h
Bug 916879, remove SetterThrows from eventhandlers, r=emk
2013-09-17 14:01:28 +03:00
MessagePortList.cpp
Bug 848294 - Update MessageEvent to be compatible with the spec, r=bz
2013-09-11 16:10:01 +02:00
MessagePortList.h
Bug 848294 - Update MessageEvent to be compatible with the spec, r=bz
2013-09-11 16:10:01 +02:00
moz.build
Bug 911951 part.1 Redesign nsIDOMWindowUtils::SendTextEvent() with nsICompositionStringSynthesizer r=smaug, sr=roc
2013-09-13 00:19:00 +09:00
Navigator.cpp
Bug 884935 - Align navigator.vibrate to spec. r=smaug
2013-09-28 14:58:38 -04:00
Navigator.h
Bug 884935 - Align navigator.vibrate to spec. r=smaug
2013-09-28 14:58:38 -04:00
nsContentPermissionHelper.cpp
Bug 914826 - part 4 - fix source files that were bootlegging XPCOM do_* functions via generated ipdl headers; r=ehsan
2013-09-10 16:56:05 -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 832883 - Move IDBKeyRange to WebIDL and define indexedDB/IDBKeyRange in all the spots. r=khuey,bent (initial work done by Ms2ger)
2013-09-28 13:25:46 +02:00
nsDOMClassInfo.h
Bug 910823 - Constify static js::Class/JSClass instances. r=waldo
2013-09-11 05:49:05 -07:00
nsDOMClassInfoClasses.h
Bug 832883 - Move IDBKeyRange to WebIDL and define indexedDB/IDBKeyRange in all the spots. r=khuey,bent (initial work done by Ms2ger)
2013-09-28 13:25:46 +02:00
nsDOMClassInfoID.h
Bug 901060 - Make nsGenericHTMLElement implement nsIDOMHTMLElement r=bz
2013-08-07 16:23:08 -04:00
nsDOMJSUtils.h
Bug 899367 - Stop depending on the default compartment object for DOM JSContexts. r=mccr8
2013-09-04 14:06:55 -07: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 911258: Part 4 - Refactor exception implementations. r=bz
2013-09-08 20:28:50 -07: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 914826 - part 4 - fix source files that were bootlegging XPCOM do_* functions via generated ipdl headers; r=ehsan
2013-09-10 16:56:05 -04:00
nsDOMWindowUtils.h
Bug 912956 part.2 Rename nsEvent.h to mozilla/EventForwards.h and sort out it r=roc
2013-09-24 19:04:14 +09:00
nsFocusManager.cpp
Bug 921876 - Stop #including nsIFrame.h in nsLayoutUtils.h; r=roc
2013-09-30 17:26:04 -04:00
nsFocusManager.h
Bug 396542 nsFocusManager should restore caret browsing mode when an editor loses focus r=ehsan
2013-05-22 12:28:43 +09:00
nsGlobalWindow.cpp
Bug 914026 - Check mDocShell before use. r=khuey
2013-09-26 17:13:41 +08:00
nsGlobalWindow.h
Bug 862627 part 1. Switch EventListener to WebIDL codegen. r=smaug
2013-09-23 20:25:17 -04:00
nsGlobalWindowCommands.cpp
Bug 912956 part.18 Remove nsGUIEvent.h r=roc
2013-09-25 20:21:22 +09:00
nsGlobalWindowCommands.h
nsHistory.cpp
Bug 909003 - Part d: Remove some includes from nsHistory.h; r=bz
2013-09-06 08:43:16 +02:00
nsHistory.h
Bug 909003 - Part d: Remove some includes from nsHistory.h; r=bz
2013-09-06 08:43:16 +02:00
nsIDOMClassInfo.h
bug 659722 - remove _IMPL_NS_LAYOUT r=bz
2013-03-16 00:31:38 -04:00
nsIDOMDOMCursor.idl
Back out 8db40a38aeb1 (bug 837917) for test_interfaces.html failures
2013-02-14 21:37:37 -08:00
nsIDOMDOMRequest.idl
Bug 885701 - [DOMRequest] Implement DOMRequestService.fireDetailedError. r,sr=sicking
2013-06-28 10:53:44 +08:00
nsIDOMScriptObjectFactory.h
Bug 918923 - Part 2: Switch to #including nsString.h in code using the internal strings API; r=bsmedberg
2013-09-23 13:25:00 -04:00
nsIEntropyCollector.idl
nsIGlobalObject.h
Bug 910924: Give workers an nsIGlobalObject. r=bent,bholley
2013-09-08 20:28:48 -07:00
nsIJSEventListener.h
Bug 916685, no need to store empty event handlers, r=bz
2013-09-26 23:01:19 +03: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
Bug 920073 Switch back to #including nsStringGlue.h in headers that need to work with the external string API r=ehsan
2013-09-25 08:27:54 +01:00
nsIScriptExternalNameSet.h
nsIScriptGlobalObject.h
Bug 920377 part.12 Get rid of nsScriptErrorEvent r=roc
2013-09-27 15:20:56 +09: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
Bug 768035 - Allow overriding user agent based on window. r=bz
2013-02-28 14:02:19 -08:00
nsISizeOfEventTarget.h
Bug 798914 (part 5) - Use newly introduced mozilla::MallocSizeOf instead of nsMallocSizeOfFun. r=njn.
2013-06-23 14:03:39 +02:00
nsJSEnvironment.cpp
Bug 920377 part.12 Get rid of nsScriptErrorEvent r=roc
2013-09-27 15:20:56 +09:00
nsJSEnvironment.h
Bug 906371 - Use off thread JS parsing when loading async scripts, r=bz,billm.
2013-09-11 17:42:09 -06:00
nsJSTimeoutHandler.cpp
bug 836922 - support mulitiple CSP policies at the same time. r=jst,grobinson
2013-09-12 09:25:32 -07:00
nsJSUtils.cpp
Bug 918373 - GC: Handlify various public APIs r=sfink r=bholley r=smaug
2013-09-20 10:22:59 +01:00
nsJSUtils.h
Bug 906371 - Use off thread JS parsing when loading async scripts, r=bz,billm.
2013-09-11 17:42:09 -06: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 919296 - Minimize the #includes in netwerk/ IDL files; r=mcmanus
2013-09-22 23:35:05 -04: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 912956 part.2 Rename nsEvent.h to mozilla/EventForwards.h and sort out it r=roc
2013-09-24 19:04:14 +09: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
Bug 912956 part.15 mozilla/TextEvents.h should be included directly r=roc
2013-09-25 20:21:19 +09:00
nsQueryContentEventResult.h
Bug 912956 part.2 Rename nsEvent.h to mozilla/EventForwards.h and sort out it r=roc
2013-09-24 19:04:14 +09:00
nsScreen.cpp
Bug 921876 - Stop #including nsIFrame.h in nsLayoutUtils.h; r=roc
2013-09-30 17:26:04 -04:00
nsScreen.h
Backed out changeset 184a0076278b (bug 890195). Almost-perma orange
2013-09-18 17:53:15 +02:00
nsScriptNameSpaceManager.cpp
Bug 919341 - Minimize the #includes in xpcom/ IDL files; r=bsmedberg
2013-09-23 13:29:27 -04: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 913260 (part 4) - Use distinguished amounts for all the memory measurements done by telemetry. r=mccr8.
2013-09-19 15:52:30 -07:00
nsWindowMemoryReporter.h
Bug 913260 (part 4) - Use distinguished amounts for all the memory measurements done by telemetry. r=mccr8.
2013-09-19 15:52:30 -07:00
nsWindowRoot.cpp
Bug 912956 part.18 Remove nsGUIEvent.h r=roc
2013-09-25 20:21:22 +09:00
nsWindowRoot.h
Bug 862627 part 1. Switch EventListener to WebIDL codegen. r=smaug
2013-09-23 20:25:17 -04:00
nsWrapperCache.cpp
Bug 912747 - Change nsCycleCollectionHoldDrop.h to mozilla/HoldDropJSObjects.h. r=khuey
2013-09-10 08:29:43 -07:00
nsWrapperCache.h
Bug 912255 - traverse/unlink mDefaultVertexArray - r=smaug
2013-09-04 11:29:36 -04:00
nsWrapperCacheInlines.h
Bug 910771 (part 1) - Create js/Tracer.h and gc/Tracer.cpp. r=terrence.
2013-09-02 22:01:18 -07:00
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
Bug 908058 - Add orientation keyword 'default' to express normal orientation. r=mounir, r=blassey
2013-09-30 10:40:41 -04:00
SiteSpecificUserAgent.js
Bug 814379 - Don't use cached userAgent for fallback when no site-specific UA exists. r=dao
2013-05-10 08:40:44 -04:00
SiteSpecificUserAgent.manifest
Bug 800157 - Make User Agent overrides affect navigator.userAgent in addition to the HTTP header. r=bz
2012-10-12 00:56:13 +02:00
StructuredCloneTags.h
Bug 677638 - MessagePorts in Structured Clone Algorithm, r=smaug
2013-09-03 14:38:51 +02:00
URL.cpp
Bug 887364 - URL API for main thread. r=ehsan
2013-09-04 13:07:21 -04:00
URL.h
Bug 887364 - URL API for Workers. r=khuey
2013-09-04 13:07:34 -04:00
WindowNamedPropertiesHandler.cpp
Bug 916945 - Stop returning cross-origin subframes for named access in global scope (unless the iframe name matches). r=bz
2013-09-24 19:02:56 -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