.. |
BlobSet.h
|
Bug 1047483 - patch 4 - Removing nsDOMBlobBuilder, r=ehsan
|
2014-10-08 17:15:23 +01:00 |
CORSMode.h
|
|
|
DirectionalityUtils.h
|
|
|
Element.h
|
Bug 1074738 - GetCurrentDoc fixes in content/base, r=wchen
|
2014-10-02 21:45:44 +03:00 |
ElementInlines.h
|
|
|
File.h
|
Bug 1079954 - File::SetLazyData is not used, r=ehsan
|
2014-10-09 09:36:23 +01:00 |
FragmentOrElement.h
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
|
2014-10-07 11:44:49 +02:00 |
FromParser.h
|
|
|
HTMLSplitOnSpacesTokenizer.h
|
|
|
moz.build
|
Bug 1047483 - patch 4 - Removing nsDOMBlobBuilder, r=ehsan
|
2014-10-08 17:15:23 +01:00 |
mozFlushType.h
|
|
|
nsCaseTreatment.h
|
|
|
nsContentCID.h
|
|
|
nsContentCreatorFunctions.h
|
|
|
nsContentPolicyUtils.h
|
|
|
nsContentTypeParser.h
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 20:49:25 -04:00 |
nsContentUtils.h
|
Bug 1079338 - Log resources blocked by tracking protection. r=mcmanus,mmc,dcamp
|
2014-10-10 12:19:14 -07:00 |
nsCopySupport.h
|
Bug 1053190 - Reduce unnecessary inclusion of nsINode.h in headers; r=ehsan
|
2014-08-18 17:44:50 +03:00 |
nsDeprecatedOperationList.h
|
|
|
nsDocElementCreatedNotificationRunner.h
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 20:49:25 -04:00 |
nsHostObjectProtocolHandler.h
|
Bug 994912 - Add support for event-based notifications to media streams. r=roc, r=bz
|
2014-10-03 04:18:00 -04:00 |
nsIAttribute.h
|
|
|
nsIContent.h
|
Bug 314095 - Eliminate nsIContent::GetDocument, r=jst
|
2014-08-22 23:11:27 +03:00 |
nsIContentInlines.h
|
|
|
nsIContentIterator.h
|
|
|
nsIContentPolicy.idl
|
|
|
nsIContentSecurityPolicy.idl
|
Bug 1045897 - Implement CSP 1.1 base-uri directive (r=sstamm)
|
2014-08-15 16:26:59 -07:00 |
nsIContentSerializer.h
|
|
|
nsIDocument.h
|
Backed out changeset cb3fd4a4b7c5 (bug 771043) for Android mochitest-8 failures.
|
2014-10-03 15:26:06 -04:00 |
nsIDocumentEncoder.idl
|
|
|
nsIDocumentInlines.h
|
|
|
nsIDocumentObserver.h
|
|
|
nsIDOMDataChannel.idl
|
|
|
nsIDOMFile.idl
|
Bug 1059215 - Get rid of nsIDOMFile::GetInternalUrl, r=bz
|
2014-08-27 17:16:31 +01:00 |
nsIDOMFileList.idl
|
|
|
nsIDOMFileReader.idl
|
|
|
nsIDOMFormData.idl
|
|
|
nsIDOMParser.idl
|
Bug 1056271 - Switch to GetEntryGlobal in DOMParser::Init. r=smaug
|
2014-08-20 17:45:04 -07:00 |
nsIDOMSerializer.idl
|
|
|
nsIDroppedLinkHandler.idl
|
|
|
nsIFrameLoader.idl
|
Bug 936690 - Remove nsIContentView and nsIContentViewManager. r=roc
|
2014-08-27 10:56:24 +12:00 |
nsIImageLoadingContent.idl
|
|
|
nsIMessageManager.idl
|
Bug 1055427 - Add KillChild() method to nsIMessageManager. r=sicking
|
2014-08-12 08:59:47 -04:00 |
nsIMutationObserver.h
|
|
|
nsINode.h
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
|
2014-10-07 11:44:49 +02:00 |
nsINodeList.h
|
Bug 1055898 - Readd include of nsIContent.h to nsINodeList.h; r=bz
|
2014-08-19 19:32:25 -07:00 |
nsIObjectLoadingContent.idl
|
|
|
nsIScriptElement.h
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 20:49:25 -04:00 |
nsIScriptLoaderObserver.idl
|
|
|
nsISelection.idl
|
|
|
nsISelectionController.idl
|
|
|
nsISelectionDisplay.idl
|
|
|
nsISelectionListener.idl
|
|
|
nsISelectionPrivate.idl
|
Bug 1061468 - Notify the editor when removing the focused element is its ancestor limiter. r=ehsan
|
2014-09-09 23:27:56 +00:00 |
nsIStyleSheetLinkingElement.h
|
Bug 1011738 - Theme support for b2g/gaia, Part 2 : stylesheet reloading r=bz,seth
|
2014-08-28 17:20:27 -07:00 |
nsIXMLHttpRequest.idl
|
|
|
nsLineBreaker.h
|
|
|
nsNameSpaceManager.h
|
bug 1047696 - mark a number of classes MOZ_FINAL to get compilers to devirtualize more r=froydnj
|
2014-08-05 13:33:55 -04:00 |
nsReferencedElement.h
|
Bug 1064842 - Add ImplCycleCollectionTraverse/Unlink implementations for nsReferencedElement so that nsSVGFilterReference can use the shorter NS_IMPL_CYCLE_COLLECTION macro. r=roc
|
2014-09-10 12:18:57 +02:00 |
nsTreeSanitizer.h
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 20:49:25 -04:00 |
nsViewportInfo.h
|
Bug 974242 - Bring FullZoom into nsDocument::GetViewportInfo. r=mbrubeck, r=kats
|
2014-08-10 02:50:07 +08:00 |
nsXMLNameSpaceMap.h
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 20:49:25 -04:00 |