gecko/dom/base
Boris Zbarsky 50b622a067 Bug 1117172 part 2. Change the non-wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv
The only manual changes here are to BindingUtils.h, Codegen.py, and
StructuredClone.cpp.  The rest of this diff was generated by running the following commands:

  find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/WrapObject\((JSContext *\* *(?:aCx|cx)),(\s*)(JS::MutableHandle<JSObject\*> aReflector)/WrapObject(\1,\2JS::Handle<JSObject*> aGivenProto,\2\3/g'

  find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(Binding(?:_workers)?::Wrap\((?:aCx|cx)), this, aReflector/\1, this, aGivenProto, aReflector/'
2015-03-19 10:13:32 -04:00
..
crashtests
test Bug 1126089 - Allow messages to be sent after frame script unload event (r=smaug) 2015-03-19 06:43:46 -07:00
AnonymousContent.cpp Bug 1117172 part 2. Change the non-wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv 2015-03-19 10:13:32 -04:00
AnonymousContent.h Bug 1117172 part 2. Change the non-wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv 2015-03-19 10:13:32 -04:00
Attr.cpp Bug 1134280 - Get rid of Tag() - patch 1 - Is{HTML,XUL,MathML,SVG}Element and IsAnyOf{HTML,XUL,MathML,SVG}Elements, r=smaug 2015-03-03 11:08:59 +00:00
Attr.h
AutocompleteFieldList.h
BarProps.cpp
BarProps.h
BlobSet.h
ChildIterator.cpp Bug 1134280 - Get rid of Tag() - patch 1 - Is{HTML,XUL,MathML,SVG}Element and IsAnyOf{HTML,XUL,MathML,SVG}Elements, r=smaug 2015-03-03 11:08:59 +00:00
ChildIterator.h
Comment.cpp
Comment.h Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo. 2015-02-09 14:34:50 -08:00
Console.cpp Bug 1139984 - Fix console API in child processes by ensuring windowID is correctly typed. r=bz 2015-03-17 07:13:00 -04:00
Console.h Bug 1139794 - Remove __noSuchMethod__ from the console object. r=baku 2015-03-06 09:50:51 +01:00
ConsoleAPI.manifest
ConsoleAPIStorage.js
contentAreaDropListener.js
contentAreaDropListener.manifest
CORSMode.h
Crypto.cpp Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo. 2015-02-09 14:34:50 -08:00
Crypto.h
DirectionalityUtils.cpp Bug 1134280 - Get rid of Tag() - patch 1 - Is{HTML,XUL,MathML,SVG}Element and IsAnyOf{HTML,XUL,MathML,SVG}Elements, r=smaug 2015-03-03 11:08:59 +00:00
DirectionalityUtils.h
DocumentFragment.cpp
DocumentFragment.h Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo. 2015-02-09 14:34:50 -08:00
DocumentType.cpp Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo. 2015-02-09 14:34:50 -08:00
DocumentType.h
DOMCursor.cpp
DOMCursor.h
domerr.msg Bug 1125766 - Throw proper error types for TextEncoder(), TextDecoder() and TextDecoder.decode(). r=bz 2015-02-04 18:46:26 +07:00
DOMError.cpp
DOMError.h
DOMException.cpp Bug 1122238 part 3. Drop all the DOMException-cloning and sanitization gunk we added in bug 1107592 and bug 1107953 and bug 1117242 . r=bholley 2015-03-06 01:08:06 -05:00
DOMException.h Bug 1122238 part 3. Drop all the DOMException-cloning and sanitization gunk we added in bug 1107592 and bug 1107953 and bug 1117242 . r=bholley 2015-03-06 01:08:06 -05:00
DOMImplementation.cpp
DOMImplementation.h
DOMMatrix.cpp
DOMMatrix.h
DOMParser.cpp
DOMParser.h
DOMPoint.cpp
DOMPoint.h
DOMQuad.cpp
DOMQuad.h
DOMRect.cpp
DOMRect.h
DOMRequest.cpp
DOMRequest.h
DOMRequestHelper.jsm
DOMStringList.cpp
DOMStringList.h
Element.cpp Bug 1141455 - Do not treat an element with tabindex as an interactive content in label. r=smaug 2015-03-18 05:42:14 +09:00
Element.h Bug 1141455 - Do not treat an element with tabindex as an interactive content in label. r=smaug 2015-03-18 05:42:14 +09:00
ElementInlines.h
EventSource.cpp Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo. 2015-02-09 14:34:50 -08:00
EventSource.h
FeedWriterEnabled.h
File.cpp Bug 1125940 - File should not unlink FileImpl, r=khuey 2015-02-19 18:31:32 +01:00
File.h Bug 939509 - File constuctor should use lastModified attribute, r=bz 2015-02-07 18:29:22 +00:00
FileIOObject.cpp
FileIOObject.h
FragmentOrElement.cpp Bug 1134280 - Get rid of Tag() - patch 8 - Fixed a debug-only compilation issue 2015-03-03 14:13:48 +00:00
FragmentOrElement.h
FromParser.h
HTMLSplitOnSpacesTokenizer.h
ImageEncoder.cpp
ImageEncoder.h
ImportManager.cpp
ImportManager.h
IndexedDBHelper.jsm
Link.cpp Bug 1134280 - Get rid of Tag() - patch 1 - Is{HTML,XUL,MathML,SVG}Element and IsAnyOf{HTML,XUL,MathML,SVG}Elements, r=smaug 2015-03-03 11:08:59 +00:00
Link.h
MessageChannel.cpp
MessageChannel.h
MessagePort.cpp
MessagePort.h
MessagePortList.cpp
MessagePortList.h
messageWakeupService.js
messageWakeupService.manifest
moz.build Bug 1143857 - Add FormData serialize support to Fetch API. r=ehsan 2015-03-17 08:32:04 -07:00
mozAutoDocUpdate.h
mozFlushType.h
MultipartFileImpl.cpp Bug 1121722 - Chrome-only DOM File constructors should use lastModified attribute. r=bz 2015-02-10 09:31:00 +01:00
MultipartFileImpl.h
NameSpaceConstants.h
Navigator.cpp Backout Bug 1114935 for causing bug 1144567. 2015-03-18 11:48:52 -07:00
Navigator.h Backout Bug 1114935 for causing bug 1144567. 2015-03-18 11:48:52 -07:00
NodeInfo.cpp Bug 1134280 - Get rid of Tag() - patch 1 - Is{HTML,XUL,MathML,SVG}Element and IsAnyOf{HTML,XUL,MathML,SVG}Elements, r=smaug 2015-03-03 11:08:59 +00:00
NodeInfo.h
NodeInfoInlines.h Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo. 2015-02-09 14:34:50 -08:00
NodeIterator.cpp Bug 1117172 part 2. Change the non-wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv 2015-03-19 10:13:32 -04:00
NodeIterator.h Bug 1117172 part 2. Change the non-wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv 2015-03-19 10:13:32 -04:00
nsAtomListUtils.cpp
nsAtomListUtils.h
nsAttrAndChildArray.cpp
nsAttrAndChildArray.h
nsAttrName.h
nsAttrValue.cpp Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo. 2015-02-09 14:34:50 -08:00
nsAttrValue.h
nsAttrValueInlines.h Bug 1137175 - tighten up public interface of MiscContainer; r=khuey 2015-02-26 08:21:58 -05:00
nsAttrValueOrString.cpp
nsAttrValueOrString.h
nsCaseTreatment.h
nsCCUncollectableMarker.cpp Bug 1134280 - Get rid of Tag() - patch 1 - Is{HTML,XUL,MathML,SVG}Element and IsAnyOf{HTML,XUL,MathML,SVG}Elements, r=smaug 2015-03-03 11:08:59 +00:00
nsCCUncollectableMarker.h
nsContentAreaDragDrop.cpp
nsContentAreaDragDrop.h
nsContentCID.h
nsContentCreatorFunctions.h
nsContentIterator.cpp
nsContentList.cpp Bug 1134280 - Get rid of Tag() - patch 1 - Is{HTML,XUL,MathML,SVG}Element and IsAnyOf{HTML,XUL,MathML,SVG}Elements, r=smaug 2015-03-03 11:08:59 +00:00
nsContentList.h
nsContentListDeclarations.h
nsContentPermissionHelper.cpp
nsContentPermissionHelper.h
nsContentPolicy.cpp Bug 1128798 - [e10s] Make a version of nsIContentPolicy that doesn't pass the node as a parameter (r=mrbkap,tanvi,ckerschb) 2015-02-20 08:54:12 -08:00
nsContentPolicy.h Bug 1128798 - [e10s] Make a version of nsIContentPolicy that doesn't pass the node as a parameter (r=mrbkap,tanvi,ckerschb) 2015-02-20 08:54:12 -08:00
nsContentPolicyUtils.h Bug 1128798 - [e10s] Make a version of nsIContentPolicy that doesn't pass the node as a parameter (r=mrbkap,tanvi,ckerschb) 2015-02-20 08:54:12 -08:00
nsContentSink.cpp Bug 1098415 - Skip DNS prefetch requests that point to local resources. r=sworkman r=dragana 2015-03-12 09:00:00 +01:00
nsContentSink.h bug 1135160 - implement link rel=preconnect r=smaug 2015-02-20 17:01:36 -05:00
nsContentTypeParser.h
nsContentUtils.cpp Bug 1112040 - Report invalid regular expressions to the console. r=bholley 2015-03-16 08:39:46 -07:00
nsContentUtils.h Bug 1142478. Fix integer attribute parsing to not lose track of leading zeroes. r=sicking 2015-03-12 21:46:57 -04:00
nsCopySupport.cpp Bug 1130891 part 4 - Do copy with ruby when the whole selection is inside ruby. r=smaug 2015-03-10 17:11:55 +11:00
nsCopySupport.h Bug 1130891 part 3 - Add param to HTMLCopy to allow copy with ruby annotation. r=smaug 2015-03-10 17:11:55 +11:00
nsDataDocumentContentPolicy.cpp Bug 629682 - Add a better warning message for SVG-as-an-image external resources being blocked. r=dholbert 2015-03-07 09:15:23 +00:00
nsDataDocumentContentPolicy.h
nsDeprecatedOperationList.h Bug 853162 - Remove XMLHttpRequest.sendAsBinary() interface. r=smaug 2015-02-08 17:01:44 +01:00
nsDocElementCreatedNotificationRunner.h
nsDocument.cpp Bug 1126089 - Allow messages to be sent after frame script unload event (r=smaug) 2015-03-19 06:43:46 -07:00
nsDocument.h Bug 1126089 - Allow messages to be sent after frame script unload event (r=smaug) 2015-03-19 06:43:46 -07:00
nsDocumentEncoder.cpp Bug 1130891 part 2 - Add option in document encoder for including ruby annotation in plain text. r=roc 2015-03-10 17:11:55 +11:00
nsDocumentWarningList.h
nsDOMAttributeMap.cpp
nsDOMAttributeMap.h
nsDOMCaretPosition.cpp
nsDOMCaretPosition.h
nsDOMCID.h
nsDOMClassInfo.cpp Bug 1140582. Remove the parent argument from JS_NewObjectWithUniqueType. r=waldo 2015-03-09 12:49:50 -04:00
nsDOMClassInfo.h Bug 1139964 part 2. Add classinfo helpers for the various message manager stuff to install WebIDL Exposed=System things on those globals. r=smaug 2015-03-06 01:08:06 -05:00
nsDOMClassInfoClasses.h Bug 1133594 - Add support for message manager process scripts (r=smaug) 2015-02-19 17:13:02 -08:00
nsDOMClassInfoID.h
nsDOMDataChannel.cpp Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo. 2015-02-09 14:34:50 -08:00
nsDOMDataChannel.h
nsDOMDataChannelDeclarations.h
nsDOMFileReader.cpp
nsDOMFileReader.h
nsDOMJSUtils.h
nsDOMMutationObserver.cpp Bug 1123523 - Part 6: Listen for nsIAnimationObserver notifications and translate them to MutationObserver notifications. r=smaug 2015-03-14 16:34:40 +11:00
nsDOMMutationObserver.h Bug 1123523 - Followup build fix. (CLOSED TREE) 2015-03-14 16:55:37 +11:00
nsDOMNavigationTiming.cpp
nsDOMNavigationTiming.h
nsDOMScriptObjectFactory.cpp
nsDOMScriptObjectFactory.h
nsDOMSerializer.cpp
nsDOMSerializer.h
nsDOMSettableTokenList.cpp
nsDOMSettableTokenList.h
nsDOMString.h
nsDOMTokenList.cpp Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo. 2015-02-09 14:34:50 -08:00
nsDOMTokenList.h
nsDOMWindowList.cpp
nsDOMWindowList.h
nsDOMWindowUtils.cpp Bug 1144324 - Remove the codepaths that conditionally enable touch events based on touch the presence of touch listeners. r=smaug,jimm 2015-03-19 06:37:39 -04:00
nsDOMWindowUtils.h
nsFocusManager.cpp Bug 1144324 - Remove the codepaths that conditionally enable touch events based on touch the presence of touch listeners. r=smaug,jimm 2015-03-19 06:37:39 -04:00
nsFocusManager.h Bug 1124245, nsGlobalWindow::IsActive shouldn't depend on the state in nsFocusManager, r=Enn 2015-02-06 18:26:29 +02:00
nsFormData.cpp Bug 1127150 - Use File's name instead of explicit file name in form submission related classes. r=baku 2015-02-21 11:54:44 -08:00
nsFormData.h Bug 1127150 - Use File's name instead of explicit file name in form submission related classes. r=baku 2015-02-21 11:54:44 -08:00
nsFrameLoader.cpp Bug 1126089 - Allow messages to be sent after frame script unload event (r=smaug) 2015-03-19 06:43:46 -07:00
nsFrameLoader.h Bug 1126089 - Allow messages to be sent after frame script unload event (r=smaug) 2015-03-19 06:43:46 -07:00
nsFrameMessageManager.cpp Bug 1126089 - Allow messages to be sent after frame script unload event (r=smaug) 2015-03-19 06:43:46 -07:00
nsFrameMessageManager.h Bug 1126089 - Allow messages to be sent after frame script unload event (r=smaug) 2015-03-19 06:43:46 -07:00
nsGenConImageContent.cpp
nsGenericDOMDataNode.cpp Bug 1087460 - Part 1: Make GetComposedDoc() work in UnbindFromTree. r=smaug 2015-02-09 10:01:23 -08:00
nsGenericDOMDataNode.h
nsGkAtomList.h Bug 1123523 - Part 6: Listen for nsIAnimationObserver notifications and translate them to MutationObserver notifications. r=smaug 2015-03-14 16:34:40 +11:00
nsGkAtoms.cpp
nsGkAtoms.h
nsGlobalWindow.cpp Bug 1144324 - Remove the codepaths that conditionally enable touch events based on touch the presence of touch listeners. r=smaug,jimm 2015-03-19 06:37:39 -04:00
nsGlobalWindow.h Bug 1144324 - Remove the codepaths that conditionally enable touch events based on touch the presence of touch listeners. r=smaug,jimm 2015-03-19 06:37:39 -04:00
nsGlobalWindowCommands.cpp
nsGlobalWindowCommands.h
nsHistory.cpp
nsHistory.h
nsHostObjectProtocolHandler.cpp Bug 1119005 - No need to branch on NewChannelinternal callsites anymore - callsite updated (r=sicking) 2015-02-19 11:47:59 -08:00
nsHostObjectProtocolHandler.h
nsHostObjectURI.cpp Bug 1131406 - Fix IPC serialization for nsHostObjectURI. r=billm 2015-03-06 22:33:00 +01:00
nsHostObjectURI.h Bug 1131406 - Fix IPC serialization for nsHostObjectURI. r=billm 2015-03-06 22:33:00 +01:00
nsHTMLContentSerializer.cpp Bug 1131348 - Use fallible Append in content serializers. r=smaug,nfroyd 2015-03-17 01:55:22 -07:00
nsHTMLContentSerializer.h Bug 1131348 - Use fallible Append in content serializers. r=smaug,nfroyd 2015-03-17 01:55:22 -07:00
nsIAnimationObserver.h Bug 1123523 - Part 1: Add an nsIAnimationObserver interface to watch adding/changing/removing AnimationPlayer objects. r=smaug 2015-03-14 16:34:40 +11:00
nsIAttribute.h
nsIConsoleAPIStorage.idl
nsIContent.h Bug 1134280 - Get rid of Tag() - patch 1 - Is{HTML,XUL,MathML,SVG}Element and IsAnyOf{HTML,XUL,MathML,SVG}Elements, r=smaug 2015-03-03 11:08:59 +00:00
nsIContentInlines.h Bug 1134280 - Get rid of Tag() - patch 1 - Is{HTML,XUL,MathML,SVG}Element and IsAnyOf{HTML,XUL,MathML,SVG}Elements, r=smaug 2015-03-03 11:08:59 +00:00
nsIContentIterator.h
nsIContentPolicy.idl Bug 1128798 - [e10s] Make a version of nsIContentPolicy that doesn't pass the node as a parameter (r=mrbkap,tanvi,ckerschb) 2015-02-20 08:54:12 -08:00
nsIContentPolicyBase.idl Bug 1128798 - [e10s] Make a version of nsIContentPolicy that doesn't pass the node as a parameter (r=mrbkap,tanvi,ckerschb) 2015-02-20 08:54:12 -08:00
nsIContentSerializer.h
nsIDocument.h Bug 1126089 - Allow messages to be sent after frame script unload event (r=smaug) 2015-03-19 06:43:46 -07:00
nsIDocumentEncoder.idl Bug 1130891 part 2 - Add option in document encoder for including ruby annotation in plain text. r=roc 2015-03-10 17:11:55 +11:00
nsIDocumentInlines.h
nsIDocumentObserver.h
nsIDOMClassInfo.h
nsIDOMDataChannel.idl
nsIDOMDOMCursor.idl
nsIDOMDOMRequest.idl
nsIDOMFile.idl
nsIDOMFileList.idl
nsIDOMFileReader.idl
nsIDOMFormData.idl
nsIDOMParser.idl
nsIDOMScriptObjectFactory.h
nsIDOMSerializer.idl
nsIDroppedLinkHandler.idl
nsIEntropyCollector.idl
nsIFrameLoader.idl Bug 1129223 - Introduce new, more efficient mozLayerTreeReady event (r=BenWa) 2015-03-05 22:03:23 -08:00
nsIGlobalObject.cpp
nsIGlobalObject.h
nsIImageLoadingContent.idl Bug 1019840 - Use cached intrinsic size in nsImageFrame::ComputeSize unless the image loader has a size. r=tn 2015-03-18 18:29:32 -07:00
nsImageLoadingContent.cpp Bug 1019840 - Use cached intrinsic size in nsImageFrame::ComputeSize unless the image loader has a size. r=tn 2015-03-18 18:29:32 -07:00
nsImageLoadingContent.h Bug 1125490 (Part 2) - Use an enumeration instead of a boolean to request discarding in nsIImageLoadingContent. r=tn 2015-02-06 02:51:12 -08:00
nsIMessageManager.idl Bug 1126089 - Allow messages to be sent after frame script unload event (r=smaug) 2015-03-19 06:43:46 -07:00
nsIMutationObserver.h
nsINode.cpp Bug 1123523 - Part 5: Record on a document whether it might have any nsIAnimationObservers registered. r=smaug 2015-03-14 16:34:40 +11:00
nsINode.h Bug 1123523 - Part 5: Record on a document whether it might have any nsIAnimationObservers registered. r=smaug 2015-03-14 16:34:40 +11:00
nsINodeList.h
nsInProcessTabChildGlobal.cpp Bug 1126089 - Allow messages to be sent after frame script unload event (r=smaug) 2015-03-19 06:43:46 -07:00
nsInProcessTabChildGlobal.h Bug 1126089 - Allow messages to be sent after frame script unload event (r=smaug) 2015-03-19 06:43:46 -07:00
nsIObjectLoadingContent.idl
nsIScriptChannel.idl
nsIScriptContext.h
nsIScriptElement.h
nsIScriptGlobalObject.h
nsIScriptLoaderObserver.idl
nsIScriptNameSpaceManager.h
nsIScriptObjectPrincipal.h
nsIScriptTimeoutHandler.h
nsISelection.idl
nsISelectionController.idl
nsISelectionDisplay.idl
nsISelectionListener.idl
nsISelectionPrivate.idl
nsISimpleContentPolicy.idl Bug 1128798 - [e10s] Make a version of nsIContentPolicy that doesn't pass the node as a parameter (r=mrbkap,tanvi,ckerschb) 2015-02-20 08:54:12 -08:00
nsISiteSpecificUserAgent.idl
nsISizeOfEventTarget.h
nsISlowScriptDebug.idl No bug - Fix typo in nsISlowScriptDebug.idl (r=billm) 2015-02-10 17:52:41 -08:00
nsIStyleSheetLinkingElement.h
nsIXMLHttpRequest.idl Bug 853162 - Remove XMLHttpRequest.sendAsBinary() interface. r=smaug 2015-02-08 17:01:44 +01:00
nsJSEnvironment.cpp Bug 1138886 - Structured Clone for MozNDEFRecord. r=smaug 2015-01-30 15:36:42 +08:00
nsJSEnvironment.h Bug 1130439 - Trigger compacting GCs after the user becomes inactive r=smaug r=terrence 2015-02-24 09:40:02 +00:00
nsJSTimeoutHandler.cpp
nsJSUtils.cpp Bug 1115375 - [JSAPI] Add nsAutoJSString::Init that doesn't require a JSContext. r=bholley 2015-02-19 14:16:00 -05:00
nsJSUtils.h Bug 1115375 - [JSAPI] Add nsAutoJSString::Init that doesn't require a JSContext. r=bholley 2015-02-19 14:16:00 -05:00
nsLineBreaker.cpp
nsLineBreaker.h
nsLocation.cpp
nsLocation.h
nsMappedAttributeElement.cpp
nsMappedAttributeElement.h
nsMappedAttributes.cpp
nsMappedAttributes.h
nsMimeTypeArray.cpp
nsMimeTypeArray.h
nsNameSpaceManager.cpp
nsNameSpaceManager.h
nsNoDataProtocolContentPolicy.cpp
nsNoDataProtocolContentPolicy.h
nsNodeInfoManager.cpp
nsNodeInfoManager.h
nsNodeUtils.cpp Bug 1144324 - Remove the codepaths that conditionally enable touch events based on touch the presence of touch listeners. r=smaug,jimm 2015-03-19 06:37:39 -04:00
nsNodeUtils.h Bug 1123523 - Part 7: Add utility functions to notify registered nsIAnimationObservers. r=smaug 2015-03-14 16:34:40 +11:00
nsObjectLoadingContent.cpp Bug 1134280 - Get rid of Tag() - patch 2.3 - dom/base and docshell - Fix all the occurrences, m=smaug, r=surkov 2015-03-03 11:09:00 +00:00
nsObjectLoadingContent.h
nsOpenURIInFrameParams.cpp
nsOpenURIInFrameParams.h
nsPerformance.cpp Bug 1123920 - ConnectStart and ConnectEnd should call DomainLookupEndHighRes if null r=ehsan 2015-02-25 20:23:46 +02:00
nsPerformance.h Bug 1115130 - Add logging for User Timing API; r=baku 2015-02-06 16:00:51 -08:00
nsPIDOMWindow.h Bug 1144324 - Remove the codepaths that conditionally enable touch events based on touch the presence of touch listeners. r=smaug,jimm 2015-03-19 06:37:39 -04:00
nsPIWindowRoot.h
nsPlainTextSerializer.cpp Bug 1130891 part 2 - Add option in document encoder for including ruby annotation in plain text. r=roc 2015-03-10 17:11:55 +11:00
nsPlainTextSerializer.h Bug 1130891 part 2 - Add option in document encoder for including ruby annotation in plain text. r=roc 2015-03-10 17:11:55 +11:00
nsPluginArray.cpp
nsPluginArray.h
nsPropertyTable.cpp Bug 1131901 (part 1) - Make PL_DHashTableAdd() infallible by default, and add a fallible alternative. r=froydnj. 2015-02-02 14:48:58 -08:00
nsPropertyTable.h
nsQueryContentEventResult.cpp
nsQueryContentEventResult.h
nsRange.cpp Bug 1134280 - Get rid of Tag() - patch 2.3 - dom/base and docshell - Fix all the occurrences, m=smaug, r=surkov 2015-03-03 11:09:00 +00:00
nsRange.h Bug 1135413 - Use one bit per bool member to save a few bytes in nsRange objects. r=smaug 2015-02-24 18:35:30 +00:00
nsReferencedElement.cpp Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo. 2015-02-09 14:34:50 -08:00
nsReferencedElement.h
nsSandboxFlags.h Backed out 4 changesets (bug 671389) for frequent B2G debug test_tcpsocket_client_and_server_basics.html crashes. 2015-02-05 16:48:18 -05:00
nsScreen.cpp
nsScreen.h
nsScriptElement.cpp
nsScriptElement.h
nsScriptLoader.cpp Bug 1134280 - Get rid of Tag() - patch 1 - Is{HTML,XUL,MathML,SVG}Element and IsAnyOf{HTML,XUL,MathML,SVG}Elements, r=smaug 2015-03-03 11:08:59 +00:00
nsScriptLoader.h
nsScriptNameSpaceManager.cpp Bug 1131901 (part 1) - Make PL_DHashTableAdd() infallible by default, and add a fallible alternative. r=froydnj. 2015-02-02 14:48:58 -08:00
nsScriptNameSpaceManager.h Back out changesets 2fcef6b54be7, 2be07829fefc, 66dfe37b8532, df3fcd2be8fd, 0a436bce77a6 (bug 1050035) for causing intermittent crashes and assertion failures. 2015-02-10 14:39:49 -08:00
nsStructuredCloneContainer.cpp
nsStructuredCloneContainer.h
nsStubAnimationObserver.cpp Bug 1123523 - Part 1: Add an nsIAnimationObserver interface to watch adding/changing/removing AnimationPlayer objects. r=smaug 2015-03-14 16:34:40 +11:00
nsStubAnimationObserver.h Bug 1123523 - Part 1: Add an nsIAnimationObserver interface to watch adding/changing/removing AnimationPlayer objects. r=smaug 2015-03-14 16:34:40 +11:00
nsStubDocumentObserver.cpp
nsStubDocumentObserver.h
nsStubMutationObserver.cpp
nsStubMutationObserver.h
nsStyledElement.cpp
nsStyledElement.h
nsStyleLinkElement.cpp bug 1135160 - implement link rel=preconnect r=smaug 2015-02-20 17:01:36 -05:00
nsStyleLinkElement.h bug 1135160 - implement link rel=preconnect r=smaug 2015-02-20 17:01:36 -05:00
nsSyncLoadService.cpp
nsSyncLoadService.h
nsTextFragment.cpp
nsTextFragment.h
nsTextFragmentImpl.h
nsTextFragmentSSE2.cpp
nsTextNode.cpp
nsTextNode.h Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo. 2015-02-09 14:34:50 -08:00
nsTraversal.cpp
nsTraversal.h
nsTreeSanitizer.cpp Bug 1130891 part 1 - Add W3C HTML5 ruby tags to atom list. r=smaug 2015-03-10 17:11:55 +11:00
nsTreeSanitizer.h
nsViewportInfo.cpp
nsViewportInfo.h
nsWindowMemoryReporter.cpp
nsWindowMemoryReporter.h
nsWindowRoot.cpp Bug 1124245, nsGlobalWindow::IsActive shouldn't depend on the state in nsFocusManager, r=Enn 2015-02-06 18:26:29 +02:00
nsWindowRoot.h
nsWrapperCache.cpp Bug 1131003 - Move jsproxy.h to js/Proxy.h. r=efaust 2015-02-10 19:58:18 +01:00
nsWrapperCache.h Bug 1133594 - Add support for message manager process scripts (r=smaug) 2015-02-19 17:13:02 -08:00
nsWrapperCacheInlines.h
nsXHTMLContentSerializer.cpp Bug 1131348 - Use fallible Append in content serializers. r=smaug,nfroyd 2015-03-17 01:55:22 -07:00
nsXHTMLContentSerializer.h Bug 1131348 - Use fallible Append in content serializers. r=smaug,nfroyd 2015-03-17 01:55:22 -07:00
nsXMLContentSerializer.cpp Bug 1131348 - Use fallible Append in content serializers. r=smaug,nfroyd 2015-03-17 01:55:22 -07:00
nsXMLContentSerializer.h Bug 1131348 - Use fallible Append in content serializers. r=smaug,nfroyd 2015-03-17 01:55:22 -07:00
nsXMLHttpRequest.cpp Bug 1043143: Step 3: Convert nsJARChannel from temporary files to temporary memory. r=honzab 2015-03-10 17:00:01 -07:00
nsXMLHttpRequest.h Bug 853162 - Remove XMLHttpRequest.sendAsBinary() interface. r=smaug 2015-02-08 17:01:44 +01:00
nsXMLNameSpaceMap.cpp
nsXMLNameSpaceMap.h
PerformanceEntry.cpp
PerformanceEntry.h
PerformanceMark.cpp
PerformanceMark.h
PerformanceMeasure.cpp
PerformanceMeasure.h
PerformanceResourceTiming.cpp
PerformanceResourceTiming.h
ProcessGlobal.cpp Bug 1136322 - Optimize anon scopes from CC graph, r=mccr8 2015-02-25 00:23:53 +02:00
ProcessGlobal.h Bug 1133594 - Add support for message manager process scripts (r=smaug) 2015-02-19 17:13:02 -08:00
ResponsiveImageSelector.cpp
ResponsiveImageSelector.h
ScreenOrientation.h
ScriptSettings.cpp
ScriptSettings.h
ShadowRoot.cpp Bug 1134280 - Get rid of Tag() - patch 1 - Is{HTML,XUL,MathML,SVG}Element and IsAnyOf{HTML,XUL,MathML,SVG}Elements, r=smaug 2015-03-03 11:08:59 +00:00
ShadowRoot.h Bug 1037687, load iframes in shadow DOM, r=wchen 2015-02-24 16:41:43 +02:00
SiteSpecificUserAgent.js
SiteSpecificUserAgent.manifest
SlowScriptDebug.js
SlowScriptDebug.manifest
StructuredCloneTags.h Bug 1138886 - Structured Clone for MozNDEFRecord. r=smaug 2015-01-30 15:36:42 +08:00
StyleSheetList.cpp
StyleSheetList.h
SubtleCrypto.cpp
SubtleCrypto.h
Text.cpp
Text.h
TextInputProcessor.cpp Bug 1119609 part.18 Add nsITextInputProcessor.commitCompositionWith() and drop aCommitString from nsITextInputProcessor.commitComposition() r=smaug, sr=smaug 2015-02-19 15:50:21 +09:00
TextInputProcessor.h Bug 1119609 part.12 nsITextInputProcessor should take KeyboardEvent as an argument of composition releated methods for dispatching key events around composition events r=smaug, sr=smaug 2015-02-19 15:50:20 +09:00
ThirdPartyUtil.cpp
ThirdPartyUtil.h
TreeWalker.cpp Bug 1117172 part 2. Change the non-wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv 2015-03-19 10:13:32 -04:00
TreeWalker.h Bug 1117172 part 2. Change the non-wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv 2015-03-19 10:13:32 -04:00
URL.cpp Bug 1117172 part 2. Change the non-wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv 2015-03-19 10:13:32 -04:00
URL.h Bug 1117172 part 2. Change the non-wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv 2015-03-19 10:13:32 -04:00
URLSearchParams.cpp
URLSearchParams.h
WebSocket.cpp Bug 1099296 - Attach LoadInfo to remaining callers of ioService and ProtocolHandlers - websocket changes (r=jduell) 2015-02-17 10:09:58 -08:00
WebSocket.h
WindowNamedPropertiesHandler.cpp Bug 1113369, part 5 - [[Delete]] ObjectOpResult support. r=Waldo, r=bz in dom, r=dvander in js/ipc, r=bholley in js/xpconnect. 2015-02-04 10:20:04 -06:00
WindowNamedPropertiesHandler.h Bug 1113369, part 6 - [[PreventExtensions]] ObjectOpResult support. r=Waldo, r=bz in dom, r=dvander in js/ipc, r=bholley in js/xpconnect. 2015-02-04 12:01:01 -06:00