.. |
Attr.cpp
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
|
2014-10-07 11:44:49 +02:00 |
Attr.h
|
Bug 808856 - Make not overriding WrapObject fail to build. r=ehsan.
|
2014-10-07 11:44:48 +02:00 |
AutocompleteFieldList.h
|
Backed out changeset 83d14fd3d739 (bug 1025483) for using the wrong bug number
|
2014-06-23 17:04:34 +01:00 |
ChildIterator.cpp
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 20:49:25 -04:00 |
ChildIterator.h
|
Bug 1075247 - Add support for starting the iteration from the end to FlattenedChildIterator and AllChildrenIterator. r=bzbarsky
|
2014-10-02 13:05:16 +00:00 |
Comment.cpp
|
Bug 737976: Remove nsINodeInfo. r=smaug
|
2014-06-19 19:01:40 -07:00 |
Comment.h
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 20:49:25 -04:00 |
DOMImplementation.cpp
|
Bug 1001966 - Part 2: Change uses of numbered NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE macro to the variadic variant. r=smaug
|
2014-04-29 04:57:00 -04:00 |
DOMImplementation.h
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
|
2014-10-07 11:44:49 +02:00 |
DOMMatrix.cpp
|
Bug 1082483, part 2 - Convert Mozilla code to use the new Matrix4x4::PreTranslate/PreScale method names. r=Bas
|
2014-10-16 10:51:12 +01:00 |
DOMMatrix.h
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
|
2014-10-07 11:44:49 +02:00 |
DOMParser.cpp
|
Bug 1063197 - Callsites of NS_NewInputStreamChannel in /content/base (r=jst)
|
2014-10-16 11:14:42 -07:00 |
DOMParser.h
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
|
2014-10-07 11:44:49 +02:00 |
DOMPoint.cpp
|
Bug 1001966 - Part 2: Change uses of numbered NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE macro to the variadic variant. r=smaug
|
2014-04-29 04:57:00 -04:00 |
DOMPoint.h
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
|
2014-10-07 11:44:49 +02:00 |
DOMQuad.cpp
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
|
2014-10-07 11:44:49 +02:00 |
DOMQuad.h
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 20:49:25 -04:00 |
DOMRect.cpp
|
Bug 798188. Use NS_WRAPPERCACHE_INTERFACE_TABLE_ENTRY in table based QI implementations. r=peterv
|
2014-08-25 16:21:35 -07:00 |
DOMRect.h
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
|
2014-10-07 11:44:49 +02:00 |
DOMStringList.cpp
|
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
|
2014-04-08 18:27:18 -04:00 |
DOMStringList.h
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
|
2014-10-07 11:44:49 +02:00 |
DirectionalityUtils.cpp
|
Bug 1068218: Don't pass lone surrogates to GetDirectionFromChar, r=ehsan
|
2014-09-19 00:18:47 -07:00 |
DocumentFragment.cpp
|
Bug 737976: Remove nsINodeInfo. r=smaug
|
2014-06-19 19:01:40 -07:00 |
DocumentFragment.h
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 20:49:25 -04:00 |
DocumentType.cpp
|
Bug 737976: Remove nsINodeInfo. r=smaug
|
2014-06-19 19:01:40 -07:00 |
DocumentType.h
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 20:49:25 -04:00 |
Element.cpp
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
|
2014-10-07 11:44:49 +02:00 |
EventSource.cpp
|
Bug 1041180: Remove deprecated nsIChannelPolicy (r=sstamm,jduell,jst)
|
2014-10-15 19:11:45 -07:00 |
EventSource.h
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 20:49:25 -04:00 |
FeedWriterEnabled.h
|
Bug 869836 - Part 6: Use EqualsLiteral instead of Equals where possible. r=ehsan
|
2014-05-22 06:48:51 +03:00 |
File.cpp
|
Bug 982874 - Import / export API for apps : Part 1, temporary blobs r=bent
|
2014-10-14 22:55:14 -07:00 |
FileIOObject.cpp
|
Bug 1047483 - patch 3 - Renaming DOMFile to File, r=ehsan
|
2014-10-08 17:15:23 +01:00 |
FileIOObject.h
|
Bug 1035394 - Fix dangerous public destructors in content/base - r=khuey
|
2014-07-08 17:23:16 -04:00 |
FragmentOrElement.cpp
|
Bug 1074738 - GetCurrentDoc fixes in content/base, r=wchen
|
2014-10-02 21:45:44 +03:00 |
ImportManager.cpp
|
Bug 1041180: Remove deprecated nsIChannelPolicy (r=sstamm,jduell,jst)
|
2014-10-15 19:11:45 -07:00 |
ImportManager.h
|
Bug 1079317 - Fix some more bad implicit constructors in DOM; r=baku
|
2014-09-24 09:16:53 -04:00 |
Link.cpp
|
Bug 1074738 - GetCurrentDoc fixes in content/base, r=wchen
|
2014-10-02 21:45:44 +03:00 |
Link.h
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 20:49:25 -04:00 |
MultipartFileImpl.cpp
|
Bug 982874 - Import / export API for apps : Part 1, temporary blobs r=bent
|
2014-10-14 22:55:14 -07:00 |
MultipartFileImpl.h
|
Bug 1047483 - patch 5 - Remove 'name' in the FilePropertyBag dictionary, r=smaug
|
2014-10-08 17:15:23 +01:00 |
NodeIterator.cpp
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 20:49:25 -04:00 |
NodeIterator.h
|
Bug 1034906 - Don't manually delete NodeIterator. r=ehsan
|
2014-07-08 13:46:24 -07:00 |
ResponsiveImageSelector.cpp
|
Bug 870022 - Part 7 - HTMLImageElement - Make <picture> aware, react to <source> tag and sizes attr changes. r=jst
|
2014-06-25 11:47:51 -07:00 |
ResponsiveImageSelector.h
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 20:49:25 -04:00 |
ShadowRoot.cpp
|
Bug 1029710 - Add null check for container in ShadowRoot::IsPooledNode. r=smaug
|
2014-08-11 11:26:52 -07:00 |
ShadowRoot.h
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 20:49:25 -04:00 |
StyleSheetList.cpp
|
Backout revision 308e51eae10c for build bustage.
|
2014-06-20 13:00:08 +02:00 |
StyleSheetList.h
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
|
2014-10-07 11:44:49 +02:00 |
Text.cpp
|
Bug 903772: Part 3 - Refactor GlobalObject. r=peterv
|
2013-08-22 22:17:08 -07:00 |
Text.h
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 20:49:25 -04:00 |
ThirdPartyUtil.cpp
|
Bug 1033871: Check nsIPermissionManager before enabling tracking protection in nsChannelClassifier (r=mcmanus)
|
2014-08-08 13:52:28 -07:00 |
ThirdPartyUtil.h
|
Bug 1033871: Check nsIPermissionManager before enabling tracking protection in nsChannelClassifier (r=mcmanus)
|
2014-08-08 13:52:28 -07:00 |
TreeWalker.cpp
|
Bug 900903 - Part 2: Change uses of numbered macros in nsCycleCollectionParticipant.h to the variadic variants. r=smaug
|
2014-04-25 12:49:00 -04:00 |
TreeWalker.h
|
Bug 1028588 - Fix dangerous public destructors in content/ - r=khuey
|
2014-06-24 22:09:15 -04:00 |
WebSocket.cpp
|
Bug 1083425 - WebSocket should remove its nsIRequest from the docShell when disconnected, r=smaug
|
2014-10-17 08:12:26 +01:00 |
WebSocket.h
|
Bug 1081686 - WebSocket can be still accessible once it is disconnected, r=smaug
|
2014-10-14 10:28:07 +01:00 |
contentAreaDropListener.js
|
…
|
|
contentAreaDropListener.manifest
|
…
|
|
messageWakeupService.js
|
…
|
|
messageWakeupService.manifest
|
…
|
|
moz.build
|
Bug 1041180: Remove deprecated nsIChannelPolicy (r=sstamm,jduell,jst)
|
2014-10-15 19:11:45 -07:00 |
mozAutoDocUpdate.h
|
…
|
|
nsAtomListUtils.cpp
|
…
|
|
nsAtomListUtils.h
|
Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted
|
2013-07-30 10:25:31 -04:00 |
nsAttrAndChildArray.cpp
|
Bug 737976: Remove nsINodeInfo. r=smaug
|
2014-06-19 19:01:40 -07:00 |
nsAttrAndChildArray.h
|
Bug 737976: Remove nsINodeInfo. r=smaug
|
2014-06-19 19:01:40 -07:00 |
nsAttrName.h
|
Bug 737976: Remove nsINodeInfo. r=smaug
|
2014-06-19 19:01:40 -07:00 |
nsAttrValue.cpp
|
Bug 870022 - Part 1 - Split nsAttrValue::StringToInteger out to nsContentUtils, update usage. r=jst
|
2014-06-25 11:47:45 -07:00 |
nsAttrValue.h
|
Bug 1048247 - Fix more bad implicit constructors in DOM; r=smaug
|
2014-08-05 09:19:51 -04:00 |
nsAttrValueInlines.h
|
Bug 1037691 - Fix instances where refcounted classes expose a public destructor. r=ehsan,bent,mayhemer,jrmuizel
|
2014-07-15 11:37:45 -04:00 |
nsAttrValueOrString.cpp
|
…
|
|
nsAttrValueOrString.h
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 20:49:25 -04:00 |
nsCCUncollectableMarker.cpp
|
Bug 1074738 - GetCurrentDoc fixes in content/base, r=wchen
|
2014-10-02 21:45:44 +03:00 |
nsCCUncollectableMarker.h
|
Bug 1028588 - Fix dangerous public destructors in content/ - r=khuey
|
2014-06-24 22:09:15 -04:00 |
nsCSPContext.cpp
|
Bug 1041180: Remove deprecated nsIChannelPolicy (r=sstamm,jduell,jst)
|
2014-10-15 19:11:45 -07:00 |
nsCSPContext.h
|
Bug 1038756: Callsites creating a channel in content/base/ and content/html (r=jst)
|
2014-09-21 09:36:25 -07:00 |
nsCSPParser.cpp
|
Bug 808292 - CSP: Implement path-level host-source matching, parser updates (r=grobinson,sstamm)
|
2014-08-12 13:06:19 -07:00 |
nsCSPParser.h
|
Bug 808292 - CSP: Implement path-level host-source matching, parser updates (r=grobinson,sstamm)
|
2014-08-12 13:06:19 -07:00 |
nsCSPService.cpp
|
Bug 1041180: Remove deprecated nsIChannelPolicy and use LoadInfo instead (r=sstamm)
|
2014-10-15 19:12:53 -07:00 |
nsCSPService.h
|
Bug 994782 - Remove the old Content Security Policy parser, CSPUtils.jsm and tie-in logic. (r=ckerschb,jst)
|
2014-07-30 14:37:22 -07:00 |
nsCSPUtils.cpp
|
Bug 1075230 - CSP: Update enforcment for scheme-wildcard combination (r=sstamm)
|
2014-10-01 04:59:05 -07:00 |
nsCSPUtils.h
|
Bug 1045897 - Implement CSP 1.1 base-uri directive (r=sstamm)
|
2014-08-15 16:26:59 -07:00 |
nsContentAreaDragDrop.cpp
|
Bug 869836 - Part 3: Use `Append('c')` instead of `AppendLiteral("c")`. r=ehsan
|
2014-05-22 06:48:51 +03:00 |
nsContentAreaDragDrop.h
|
Bug 1028588 - Fix dangerous public destructors in content/ - r=khuey
|
2014-06-24 22:09:15 -04:00 |
nsContentIterator.cpp
|
Bug 1035394 - Fix dangerous public destructors in content/base - r=khuey
|
2014-07-08 17:23:16 -04:00 |
nsContentList.cpp
|
Bug 1074738 - GetCurrentDoc fixes in content/base, r=wchen
|
2014-10-02 21:45:44 +03:00 |
nsContentList.h
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
|
2014-10-07 11:44:49 +02:00 |
nsContentListDeclarations.h
|
Bug 904695 - #include fewer headers in nsContentUtils.h; r=jst
|
2013-08-21 15:28:26 -04:00 |
nsContentPolicy.cpp
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04:00 |
nsContentPolicy.h
|
Bug 1028588 - Fix dangerous public destructors in content/ - r=khuey
|
2014-06-24 22:09:15 -04:00 |
nsContentSink.cpp
|
Bug 1074738 - GetCurrentDoc fixes in content/base, r=wchen
|
2014-10-02 21:45:44 +03:00 |
nsContentSink.h
|
Backout revision 308e51eae10c for build bustage.
|
2014-06-20 13:00:08 +02:00 |
nsContentUtils.cpp
|
Bug 1041180: Remove deprecated nsIChannelPolicy (r=sstamm,jduell,jst)
|
2014-10-15 19:11:45 -07:00 |
nsCopySupport.cpp
|
Bug 1042587 - Warn when script is ignored because of script blocker (r=bent)
|
2014-08-05 21:44:13 -07:00 |
nsCrossSiteListenerProxy.cpp
|
Bug 1041180: Remove deprecated nsIChannelPolicy (r=sstamm,jduell,jst)
|
2014-10-15 19:11:45 -07:00 |
nsCrossSiteListenerProxy.h
|
Bug 1029620 P4 Make HTTP token and header value validation accessible via nsNetUtil.h r=ehsan r=mcmanus
|
2014-07-24 12:38:55 -04:00 |
nsDOMAttributeMap.cpp
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
|
2014-10-07 11:44:49 +02:00 |
nsDOMAttributeMap.h
|
Bug 1059056 - Instantiate nsDOMAttributeMap::mAttributeCache lazily. r=bz.
|
2014-08-26 22:46:24 -07:00 |
nsDOMCaretPosition.cpp
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
|
2014-10-07 11:44:49 +02:00 |
nsDOMCaretPosition.h
|
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
|
2014-04-08 18:27:18 -04:00 |
nsDOMDataChannel.cpp
|
Bug 806819 - Part 3: Remove redundant FORCE_PR_LOG entries. r=ehsan
|
2014-10-08 13:17:32 -07:00 |
nsDOMDataChannel.h
|
Bug 1047483 - patch 3 - Renaming DOMFile to File, r=ehsan
|
2014-10-08 17:15:23 +01:00 |
nsDOMDataChannelDeclarations.h
|
Bug 967364: Pass already_AddRefed by reference instead of by value. r=bsmedberg
|
2014-03-15 12:00:17 -07:00 |
nsDOMFileReader.cpp
|
Bug 1061288 - Make it harder for ArrayBuffer data pointers to be held across invalidations. r=smaug,terrence,jdm,roc,khuey
|
2014-10-07 10:44:07 -07:00 |
nsDOMFileReader.h
|
Bug 1061288 - Make it harder for ArrayBuffer data pointers to be held across invalidations. r=smaug,terrence,jdm,roc,khuey
|
2014-10-07 10:44:07 -07:00 |
nsDOMMutationObserver.cpp
|
Bug 1001966 - Part 2: Change uses of numbered NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE macro to the variadic variant. r=smaug
|
2014-04-29 04:57:00 -04:00 |
nsDOMMutationObserver.h
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
|
2014-10-07 11:44:49 +02:00 |
nsDOMSerializer.cpp
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
|
2014-10-07 11:44:49 +02:00 |
nsDOMSerializer.h
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
|
2014-10-07 11:44:49 +02:00 |
nsDOMSettableTokenList.cpp
|
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
|
2014-04-08 18:27:18 -04:00 |
nsDOMSettableTokenList.h
|
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
|
2014-04-08 18:27:18 -04:00 |
nsDOMTokenList.cpp
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
|
2014-10-07 11:44:49 +02:00 |
nsDOMTokenList.h
|
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
|
2014-04-08 18:27:18 -04:00 |
nsDataDocumentContentPolicy.cpp
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04:00 |
nsDataDocumentContentPolicy.h
|
Bug 1028588 - Fix dangerous public destructors in content/ - r=khuey
|
2014-06-24 22:09:15 -04:00 |
nsDocument.cpp
|
Bug 1064211 - Keep CustomElementData alive while on processing stack. r=mrbkap
|
2014-10-16 11:53:36 -07:00 |
nsDocument.h
|
Bug 1064211 - Keep CustomElementData alive while on processing stack. r=mrbkap
|
2014-10-16 11:53:36 -07:00 |
nsDocumentEncoder.cpp
|
Bug 1074738 - GetCurrentDoc fixes in content/base, r=wchen
|
2014-10-02 21:45:44 +03:00 |
nsElementFrameLoaderOwner.cpp
|
Bug 1053190 - Reduce unnecessary inclusion of nsINode.h in headers; r=ehsan
|
2014-08-18 17:44:50 +03:00 |
nsElementFrameLoaderOwner.h
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 20:49:25 -04:00 |
nsFormData.cpp
|
Bug 1047483 - patch 3 - Renaming DOMFile to File, r=ehsan
|
2014-10-08 17:15:23 +01:00 |
nsFormData.h
|
Bug 1047483 - patch 3 - Renaming DOMFile to File, r=ehsan
|
2014-10-08 17:15:23 +01:00 |
nsFrameLoader.cpp
|
Bug 1047928 patch 3 - Pass restyle hint to nsPresContext::RebuildAllStyleData. r=bzbarsky
|
2014-10-08 14:26:57 -07:00 |
nsFrameLoader.h
|
Bug 936690 - Remove nsIContentView and nsIContentViewManager. r=roc
|
2014-08-27 10:56:24 +12:00 |
nsFrameMessageManager.cpp
|
Bug 1047483 - patch 3 - Renaming DOMFile to File, r=ehsan
|
2014-10-08 17:15:23 +01:00 |
nsFrameMessageManager.h
|
Backed out changeset 7a3ee3395e46 (bug 1055427) for wrong commit message
|
2014-08-25 14:52:11 +02:00 |
nsGenConImageContent.cpp
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 20:49:25 -04:00 |
nsGenericDOMDataNode.cpp
|
Bug 1076784 - Don't remove binding when shadow root host is removed from tree. r=smaug
|
2014-10-03 18:32:05 -07:00 |
nsGenericDOMDataNode.h
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 20:49:25 -04:00 |
nsGkAtomList.h
|
Backed out 6 changesets (bug 989198, bug 1082963) for causing bug 1083231.
|
2014-10-16 12:57:18 -04:00 |
nsGkAtoms.cpp
|
Bug 713082 - Part 1: Remove unnecessary Util.h includes. r=Waldo
|
2013-12-08 21:52:33 -05:00 |
nsGkAtoms.h
|
…
|
|
nsHTMLContentSerializer.cpp
|
Bug 869836 - Part 9: Use AssignLiteral instead of `Assign(NS_LITERAL_STRING(...))`. r=ehsan
|
2014-05-22 06:48:52 +03:00 |
nsHTMLContentSerializer.h
|
…
|
|
nsHostObjectProtocolHandler.cpp
|
Bug 1063197 - Callsites of NS_NewInputStreamChannel in /content/base (r=jst)
|
2014-10-16 11:14:42 -07:00 |
nsHostObjectURI.cpp
|
Bug 345123: Remove nsGetterAddRefs<T>'s operator nsISupports**. r=bsmedberg
|
2014-03-15 12:00:17 -07:00 |
nsHostObjectURI.h
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 20:49:25 -04:00 |
nsINode.cpp
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove some IsDOMBinding asserts. r=bz.
|
2014-10-07 11:44:49 +02:00 |
nsImageLoadingContent.cpp
|
Bug 1074738 - GetCurrentDoc fixes in content/base, r=wchen
|
2014-10-02 21:45:44 +03:00 |
nsImageLoadingContent.h
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 20:49:25 -04:00 |
nsInProcessTabChildGlobal.cpp
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, invert the flag for dom bindings in nsWrapperCache and add SetIsNotDOMBinding. r=bz.
|
2014-10-07 11:44:48 +02:00 |
nsInProcessTabChildGlobal.h
|
Bug 808856 - Make not overriding WrapObject fail to build. r=ehsan.
|
2014-10-07 11:44:48 +02:00 |
nsLineBreaker.cpp
|
bug 1066043 - split gfxFont.cpp and .h into more manageably-sized pieces. r=jdaggett
|
2014-09-16 10:58:12 +01:00 |
nsMappedAttributeElement.cpp
|
Bug 1074738 - GetCurrentDoc fixes in content/base, r=wchen
|
2014-10-02 21:45:44 +03:00 |
nsMappedAttributeElement.h
|
Bug 1048247 - Fix more bad implicit constructors in DOM; r=smaug
|
2014-08-05 09:19:51 -04:00 |
nsMappedAttributes.cpp
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04:00 |
nsMappedAttributes.h
|
…
|
|
nsMixedContentBlocker.cpp
|
Bug 1058836 - Set aDecision parameter to block by default and update cases where it wasn't initially set in nsMixedContentBlocker.cpp. r=smaug
|
2014-08-29 12:57:08 -07:00 |
nsMixedContentBlocker.h
|
Bug 1028588 - Fix dangerous public destructors in content/ - r=khuey
|
2014-06-24 22:09:15 -04:00 |
nsNameSpaceManager.cpp
|
Bug 737976: Remove nsINodeInfo. r=smaug
|
2014-06-19 19:01:40 -07:00 |
nsNoDataProtocolContentPolicy.cpp
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04:00 |
nsNoDataProtocolContentPolicy.h
|
Bug 1028588 - Fix dangerous public destructors in content/ - r=khuey
|
2014-06-24 22:09:15 -04:00 |
nsNodeInfoManager.cpp
|
Bug 806819 - Part 3: Remove redundant FORCE_PR_LOG entries. r=ehsan
|
2014-10-08 13:17:32 -07:00 |
nsNodeInfoManager.h
|
Bug 1028588 - Fix dangerous public destructors in content/ - r=khuey
|
2014-06-24 22:09:15 -04:00 |
nsNodeUtils.cpp
|
Bug 1065574 - Remove UserDataHandler. r=smaug f=bz
|
2014-09-11 12:22:30 +02:00 |
nsNodeUtils.h
|
Bug 1065574 - Remove UserDataHandler. r=smaug f=bz
|
2014-09-11 12:22:30 +02:00 |
nsObjectLoadingContent.cpp
|
Bug 1041180: Remove deprecated nsIChannelPolicy (r=sstamm,jduell,jst)
|
2014-10-15 19:11:45 -07:00 |
nsObjectLoadingContent.h
|
Bug 1038570 - Part 2: rename ObjectFrame class to PluginFrame. r=dbaron
|
2014-09-24 06:34:00 +02:00 |
nsPlainTextSerializer.cpp
|
Bug 1079317 - Fix some more bad implicit constructors in DOM; r=baku
|
2014-09-24 09:16:53 -04:00 |
nsPlainTextSerializer.h
|
Bug 1028588 - Fix dangerous public destructors in content/ - r=khuey
|
2014-06-24 22:09:15 -04:00 |
nsPropertyTable.cpp
|
Bug 1050009 - Initialize pldhash tables with a length, not a capacity. r=roc.
|
2014-08-06 06:31:21 -07:00 |
nsPropertyTable.h
|
Bug 1048247 - Fix more bad implicit constructors in DOM; r=smaug
|
2014-08-05 09:19:51 -04:00 |
nsRange.cpp
|
Bug 1074738 - GetCurrentDoc fixes in content/base, r=wchen
|
2014-10-02 21:45:44 +03:00 |
nsRange.h
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
|
2014-10-07 11:44:49 +02:00 |
nsReferencedElement.cpp
|
Bug 1074738 - GetCurrentDoc fixes in content/base, r=wchen
|
2014-10-02 21:45:44 +03:00 |
nsSandboxFlags.h
|
Bug 907892. Disallow setting document.domain in sandboxed iframes. r=smaug
|
2013-08-22 09:46:27 -04:00 |
nsScriptElement.cpp
|
Bug 992521 - Part 3: Make script run when not in document, but contained by a ShadowRoot with a host in document. r=smaug
|
2014-06-07 01:42:54 -07:00 |
nsScriptElement.h
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 20:49:25 -04:00 |
nsScriptLoader.cpp
|
Bug 1041180: Remove deprecated nsIChannelPolicy (r=sstamm,jduell,jst)
|
2014-10-15 19:11:45 -07:00 |
nsScriptLoader.h
|
Bug 877072 - Script execution order for imports. r=mrbkap
|
2014-10-01 14:13:53 +02:00 |
nsStubDocumentObserver.cpp
|
…
|
|
nsStubDocumentObserver.h
|
…
|
|
nsStubMutationObserver.cpp
|
…
|
|
nsStubMutationObserver.h
|
…
|
|
nsStyleLinkElement.cpp
|
Bug 1062578 - Call BindToTree/UnbindFromTree on shadow root children when host is bound/unbound from tree. r=smaug
|
2014-09-26 15:07:40 -07:00 |
nsStyleLinkElement.h
|
Bug 1011738 - Theme support for b2g/gaia, Part 2 : stylesheet reloading r=bz,seth
|
2014-08-28 17:20:27 -07:00 |
nsStyledElement.cpp
|
Bug 741295 - Treat 'id' and 'class' as global attributes for all elements; r=bz
|
2014-05-30 09:36:53 +02:00 |
nsStyledElement.h
|
Bug 1048247 - Fix more bad implicit constructors in DOM; r=smaug
|
2014-08-05 09:19:51 -04:00 |
nsSyncLoadService.cpp
|
Bug 1041180: Remove deprecated nsIChannelPolicy (r=sstamm,jduell,jst)
|
2014-10-15 19:11:45 -07:00 |
nsSyncLoadService.h
|
…
|
|
nsTextFragment.cpp
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
|
2014-01-04 10:02:17 -05:00 |
nsTextFragment.h
|
Bug 950076 - Add a fallible form of nsAString::Append and Replace and use it in nsTextFragment::AppendTo. r=bsmedberg, r=jst
|
2014-03-19 13:05:02 -04:00 |
nsTextFragmentImpl.h
|
Bug 900260: Explicitly cast 64-bit value to size_t, to fix build warning on 32-bit platforms (which won't run this code anyway). r=froydnj
|
2013-08-06 07:13:59 -07:00 |
nsTextFragmentSSE2.cpp
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
|
2014-01-04 10:02:17 -05:00 |
nsTextNode.cpp
|
Bug 1035394 - Fix dangerous public destructors in content/base - r=khuey
|
2014-07-08 17:23:16 -04:00 |
nsTextNode.h
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 20:49:25 -04:00 |
nsTraversal.cpp
|
…
|
|
nsTraversal.h
|
Bug 1053190 - Reduce unnecessary inclusion of nsINode.h in headers; r=ehsan
|
2014-08-18 17:44:50 +03:00 |
nsTreeSanitizer.cpp
|
Bug 1066483 - Drop SVG camelCase mappings filterRes, contentStyleType, contentScriptType and externalResourcesRequired. r=wchen.
|
2014-09-19 18:20:26 +03:00 |
nsViewportInfo.cpp
|
Bug 910322 - Strongly type the zoom factors in nsViewportInfo. r=mbrubeck, Ms2ger
|
2013-09-03 15:12:23 -04:00 |
nsXHTMLContentSerializer.cpp
|
Bug 458300 - Rename nsINameSpaceManager.h to nsNameSpaceManager.h. r=jst r=hsivonen
|
2014-02-27 20:04:46 -03:00 |
nsXHTMLContentSerializer.h
|
…
|
|
nsXMLContentSerializer.cpp
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04:00 |
nsXMLContentSerializer.h
|
Bug 1028588 - Fix dangerous public destructors in content/ - r=khuey
|
2014-06-24 22:09:15 -04:00 |
nsXMLHttpRequest.cpp
|
Bug 1041180: Remove deprecated nsIChannelPolicy (r=sstamm,jduell,jst)
|
2014-10-15 19:11:45 -07:00 |
nsXMLHttpRequest.h
|
Bug 1047483 - patch 4 - Removing nsDOMBlobBuilder, r=ehsan
|
2014-10-08 17:15:23 +01:00 |
nsXMLNameSpaceMap.cpp
|
Bug 737976: Remove nsINodeInfo. r=smaug
|
2014-06-19 19:01:40 -07:00 |