gecko/content/base/src
2011-08-03 19:54:55 +02:00
..
contentAreaDropListener.js
contentAreaDropListener.manifest
contentSecurityPolicy.js Bug 664983 - don't send request headers with CSP violation reports, r=dveditz 2011-07-21 13:47:35 -07:00
contentSecurityPolicy.manifest
CSPUtils.jsm Bug 673588 - use correct location when resolving CSP sources and report-uris, r=dveditz 2011-07-22 16:14:58 -07:00
Link.cpp Bug 308590 patch 5: Clean up QIs to nsIURL that are really checks for "Does this support GetRef/SetRef", now that nsIURI supports GetRef/SetRef too. r=bz 2011-05-21 18:12:46 -07:00
Link.h Bug 598833 part 9. Store an Element pointer in Link. r=smaug,sdwilsh 2011-05-31 21:46:57 -04:00
Makefile.in Bug 482909 part 2 - Implement an HTML/SVG/MathML sanitizer independently of parsers or serializers. r=bzbarsky. 2011-07-29 14:48:04 +03:00
messageWakeupService.js Bug 594845 - Double prompts due to wakeupservice. r=mfinkle a=blocking-fennec 2010-09-30 13:06:41 -04:00
messageWakeupService.manifest Bug 591052 - MessageManager wakeup service. r=mfinkle,smaug a=blocking-fennec2.0b1 2010-09-03 19:04:05 -07:00
mozAutoDocUpdate.h Bug 659530: Clean up and remove unused code that we no longer need with the safer mutation events implementation. r=smaug 2011-05-25 10:58:23 -07:00
mozSanitizingSerializer.cpp Bug 647433 - Rename mContent to mElement in implementations of nsIContentSerializer; r=bz 2011-07-03 11:53:40 +02:00
mozSanitizingSerializer.h Bug 647433 - Rename mContent to mElement in implementations of nsIContentSerializer; r=bz 2011-07-03 11:53:40 +02:00
nsAtomListUtils.cpp
nsAtomListUtils.h
nsAttrAndChildArray.cpp Bug 667883 - Implement nsAttrAndChildArray::SizeOf(). r=bz 2011-07-12 16:56:01 +02:00
nsAttrAndChildArray.h Bug 667883 - Implement nsAttrAndChildArray::SizeOf(). r=bz 2011-07-12 16:56:01 +02:00
nsAttrName.h Bug 614171 part 3. deCOM qualified name getters a bit. r=sicking 2011-05-05 12:26:33 -04:00
nsAttrValue.cpp Bug 614515 - Remove MOZ_SVG conditions. r=roc 2011-05-30 09:34:50 +02:00
nsAttrValue.h Bug 614515 - Remove MOZ_SVG conditions. r=roc 2011-05-30 09:34:50 +02:00
nsBadCertHandler.js
nsBadCertHandler.manifest
nsCCUncollectableMarker.cpp
nsCCUncollectableMarker.h
nsChannelPolicy.cpp
nsChannelPolicy.h
nsCommentNode.cpp Backout volkmar's push for breaking Windows builds 2011-07-20 15:49:16 -04:00
nsContentAreaDragDrop.cpp Bug 655513 - Remove nsIDOMDocumentRange; f=ehsan r=bzbarsky 2011-05-15 12:07:28 +02:00
nsContentAreaDragDrop.h
nsContentIterator.cpp
nsContentList.cpp Bug 667336. Make sure we don't overflow unsigned int on item(). r=peterv 2011-07-26 10:01:31 -04:00
nsContentList.h Bug 669310 - Fixes various includes and forward declarations. f=Ms2ger r=jst 2011-07-20 12:18:54 -07:00
nsContentPolicy.cpp
nsContentPolicy.h
nsContentSink.cpp Bug 596182 - Make fragment parsers global. Remove resulting dead code. r=Olli.Pettay, r=bzbarsky. 2011-08-01 10:48:24 +03:00
nsContentSink.h Bug 563322 part 2 - Avoid calling nsScriptLoader::SetEnabled in the innerHTML setter when using the XML parser. r=Olli.Pettay. 2011-08-01 10:48:28 +03:00
nsContentUtils.cpp Bug 612839 - Removed nsAHtml5FragmentParser. r=hsivonen 2011-08-03 19:54:55 +02:00
nsCopySupport.cpp Bug 669310 - Fixes various includes and forward declarations. f=Ms2ger r=jst 2011-07-20 12:18:54 -07:00
nsCrossSiteListenerProxy.cpp Bug 660121 Remove all pref related methods from nsContentUtils r=roc 2011-05-29 08:42:57 +09:00
nsCrossSiteListenerProxy.h Bug 644476: Rename classes/functions/variables to use "CORS" rather than "Access Control" or "Cross site" where appropriate. r=smaug 2011-03-28 13:18:45 -07:00
nsCSPService.cpp Bug 660121 Remove all pref related methods from nsContentUtils r=roc 2011-05-29 08:42:57 +09:00
nsCSPService.h
nsDataDocumentContentPolicy.cpp Bug 665209: Disable recursive image loads in content(). r=bz 2011-06-22 22:21:47 -07:00
nsDataDocumentContentPolicy.h
nsDocument.cpp Merge last green changeset from mozilla-inbound to mozilla-central 2011-08-03 10:46:22 +02:00
nsDocument.h Bug 672014. Pass the crossorigin attribute through to image preloading code. r=joe,hsivonen 2011-07-29 14:30:00 -04:00
nsDocumentEncoder.cpp Bug 669310 - Fixes various includes and forward declarations. f=Ms2ger r=jst 2011-07-20 12:18:54 -07:00
nsDocumentFragment.cpp Bug 659539 Part 2: Create nsINode::NodeType/NodeName/LocalName and make them non-virtual. r=bz 2011-06-14 00:56:49 -07:00
nsDOMAttribute.cpp Bug 666968 - Remove nsIDOM3Attr r=jst 2011-06-25 09:33:32 +02:00
nsDOMAttribute.h Bug 666968 - Remove nsIDOM3Attr r=jst 2011-06-25 09:33:32 +02:00
nsDOMAttributeMap.cpp Bug 659539 Part 1: Give nsINodeInfos a nodeType, nodeName and localName. r=bz 2011-06-14 00:56:49 -07:00
nsDOMAttributeMap.h Bug 599590 - Attrib.value can return empty for case-sensitive attributes after calling removeAttribute, r=sicking, a=jst 2010-10-14 17:07:20 +03:00
nsDOMBlobBuilder.cpp Bug 669437: Implement BlobBuilder.getFile. r=khuey 2011-07-11 19:42:02 -07:00
nsDOMDocumentType.cpp Bug 659539 Part 2: Create nsINode::NodeType/NodeName/LocalName and make them non-virtual. r=bz 2011-06-14 00:56:49 -07:00
nsDOMDocumentType.h Bug 659539 Part 2: Create nsINode::NodeType/NodeName/LocalName and make them non-virtual. r=bz 2011-06-14 00:56:49 -07:00
nsDOMEventTargetWrapperCache.cpp Bug 674658 - nsDOMEventTargetWrapperCache fails to unlink inherited fields, r=bent 2011-07-28 22:54:35 +03:00
nsDOMFile.cpp Bug 664254: Make DOM File objects implement nsIMutable so they can be immutabilized for sharing across threads. r=sicking 2011-07-19 09:27:46 -07:00
nsDOMFileReader.cpp Fixed bug 632255: implemented FileReader.readAsArrayBuffer() API. r=sicking 2011-06-30 17:50:44 -07:00
nsDOMFileReader.h Fixed bug 632255: implemented FileReader.readAsArrayBuffer() API. r=sicking 2011-06-30 17:50:44 -07:00
nsDOMLists.cpp
nsDOMLists.h
nsDOMParser.cpp Bug 658037 (1/2) - r=bz 2011-06-21 18:52:22 +02:00
nsDOMParser.h Bug 663752: Remove load-event-listening code from DOMParser. r=smaug 2011-06-14 11:14:27 -07:00
nsDOMSerializer.cpp
nsDOMSerializer.h
nsDOMSettableTokenList.cpp
nsDOMSettableTokenList.h
nsDOMTokenList.cpp
nsDOMTokenList.h
nsEventSource.cpp Merge mozilla-central to build-system. 2011-05-29 14:10:30 +10:00
nsEventSource.h Merge mozilla-central to build-system. 2011-05-29 14:10:30 +10:00
nsFileDataProtocolHandler.cpp Bug 660066 patch 2: Prevent nsFileDataURI from QI'ing to nsSimpleURI. r=bz 2011-05-27 21:55:20 -07:00
nsFileDataProtocolHandler.h Bug 609030: Update createBlobURL/revokeBlobURL to it's final name. r=jst a=blocker 2010-11-23 00:50:55 -08:00
nsFormData.cpp Bug 575946: Implement File.slice. r=khuey sr=biesi a=beltzner 2010-10-13 16:25:33 -07:00
nsFormData.h Bug 575946: Implement File.slice. r=khuey sr=biesi a=beltzner 2010-10-13 16:25:33 -07:00
nsFrameLoader.cpp Bug 648250 - remove wrong assert r=Olli.Pettay 2011-07-21 13:05:55 -07:00
nsFrameLoader.h Bug 669310 - Fixes various includes and forward declarations. f=Ms2ger r=jst 2011-07-20 12:18:54 -07:00
nsFrameMessageManager.cpp Backed out changeset 3d3f25a67e24 2011-07-28 11:51:14 +02:00
nsFrameMessageManager.h Bug 608021, [@ nsFrameMessageManager::ReceiveMessage], r=jst 2011-06-16 21:21:08 +03:00
nsGenConImageContent.cpp Bug 598833 part 12. Add dom::Element::UpdateState and use it in various places where elements update their own state. r=smaug,sdwilsh,mounir 2011-05-31 21:46:57 -04:00
nsGenericDOMDataNode.cpp bug 335998, strong parentNode, r=peterv 2011-07-26 14:11:14 +03:00
nsGenericDOMDataNode.h Backout volkmar's push for breaking Windows builds 2011-07-20 15:49:16 -04:00
nsGenericElement.cpp Bug 675267. Remove some target arguments from nsEventListenerManager APIs, since we have a perfectly good mTarget. r=smaug 2011-07-29 15:37:17 -04:00
nsGenericElement.h Bug 675267. Remove some target arguments from nsEventListenerManager APIs, since we have a perfectly good mTarget. r=smaug 2011-07-29 15:37:17 -04:00
nsGkAtomList.h Bug 674578 - Support resizer[dir="bottomstart"]. 2011-07-29 11:38:41 +02:00
nsGkAtoms.cpp
nsGkAtoms.h
nsHTMLContentSerializer.cpp Bug 596182 - Make fragment parsers global. Remove resulting dead code. r=Olli.Pettay, r=bzbarsky. 2011-08-01 10:48:24 +03:00
nsHTMLContentSerializer.h Bug 650001 - Make the HTML serializer pay attention to namespaces. r=bzbarsky. 2011-05-09 09:48:46 +03:00
nsImageLoadingContent.cpp Bug 669310 - Fixes various includes and forward declarations. f=Ms2ger r=jst 2011-07-20 12:18:54 -07:00
nsImageLoadingContent.h Bug 669310 - Fixes various includes and forward declarations. f=Ms2ger r=jst 2011-07-20 12:18:54 -07:00
nsInProcessTabChildGlobal.cpp Bug 667077 - Add atob/btoa to frame scripts. r=smaug 2011-06-25 05:52:00 -04:00
nsInProcessTabChildGlobal.h Bug 667077 - Add atob/btoa to frame scripts. r=smaug 2011-06-25 05:52:00 -04:00
nsLineBreaker.cpp Bug 671417 - Incorrect use of PRBool when other types are more appropriate or vice versa, r=bz,ehsan,dwitte,joe,vlad,luke,mak,roc 2011-07-26 23:43:37 -07:00
nsMappedAttributeElement.cpp
nsMappedAttributeElement.h Backout volkmar's push for breaking Windows builds 2011-07-20 15:49:16 -04:00
nsMappedAttributes.cpp Bug 614171 part 3. deCOM qualified name getters a bit. r=sicking 2011-05-05 12:26:33 -04:00
nsMappedAttributes.h Backout volkmar's push for breaking Windows builds 2011-07-20 15:49:16 -04:00
nsNameSpaceManager.cpp Bug 614515 - Remove MOZ_SVG conditions. r=roc 2011-05-30 09:34:50 +02:00
nsNoDataProtocolContentPolicy.cpp
nsNoDataProtocolContentPolicy.h
nsNodeInfo.cpp bug 335998, strong parentNode, r=peterv 2011-07-26 14:11:14 +03:00
nsNodeInfo.h Bug 659539 Part 1: Give nsINodeInfos a nodeType, nodeName and localName. r=bz 2011-06-14 00:56:49 -07:00
nsNodeInfoManager.cpp bug 335998, strong parentNode, r=peterv 2011-07-26 14:11:14 +03:00
nsNodeInfoManager.h bug 335998, strong parentNode, r=peterv 2011-07-26 14:11:14 +03:00
nsNodeIterator.cpp Bug 590771 - r=sicking a=blocking 2010-10-12 15:09:46 +02:00
nsNodeIterator.h Bug 590771 - r=sicking a=blocking 2010-10-12 15:09:46 +02:00
nsNodeUtils.cpp Bug 669727: Remove set-but-unused variable isDeepDocumentClone from nsNodeUtils.cpp. r=smaug 2011-07-07 09:57:22 -07:00
nsNodeUtils.h Fix for bug 605672 (Fix reason for invalid scope assertion). r=jst, a=blocker. 2010-12-03 17:43:32 +01:00
nsObjectLoadingContent.cpp Bug 669310 - Fixes various includes and forward declarations. f=Ms2ger r=jst 2011-07-20 12:18:54 -07:00
nsObjectLoadingContent.h Bug 614515 - Remove MOZ_SVG conditions. r=roc 2011-05-30 09:34:50 +02:00
nsParserUtils.cpp Bug 596182 - Make fragment parsers global. Remove resulting dead code. r=Olli.Pettay, r=bzbarsky. 2011-08-01 10:48:24 +03:00
nsParserUtils.h Bug 551390 - Remove dead code in content r=sicking,roc 2011-05-17 15:54:09 +02:00
nsPlainTextSerializer.cpp Bug 647433 - Rename mContent to mElement in implementations of nsIContentSerializer; r=bz 2011-07-03 11:53:40 +02:00
nsPlainTextSerializer.h Bug 647433 - Rename mContent to mElement in implementations of nsIContentSerializer; r=bz 2011-07-03 11:53:40 +02:00
nsPropertyTable.cpp
nsPropertyTable.h
nsRange.cpp Bug 563322 part 2 - Avoid calling nsScriptLoader::SetEnabled in the innerHTML setter when using the XML parser. r=Olli.Pettay. 2011-08-01 10:48:28 +03:00
nsRange.h bug 467669 - pt 1 - get list of fonts actually used to render a document range. r=roc sr=bzbarsky 2011-06-16 07:31:36 +01:00
nsReferencedElement.cpp Bug 658845: Null-check URI passed to nsReferencedElement::Reset. r=roc 2011-05-22 16:13:57 -07:00
nsScriptElement.cpp Bug 650501 - Avoid assuming that a parser object has a non-null content sink when an attempt to execute a script is made. r=Olli.Pettay. 2011-04-19 10:10:48 +03:00
nsScriptElement.h Bug 594339 - Create a FromParser enum. r=hsivonen, sr=bzbarsky, a=jonas. 2010-10-25 15:17:38 +03:00
nsScriptLoader.cpp Bug 668690. When scripts are disabled, don't bother preloading them. r=sicking 2011-07-05 17:33:03 -04:00
nsScriptLoader.h Bug 602838 part 1 - Execute in insertion order script-inserted external scripts that have the async DOM attribute reporting false. r=jonas, a=blocking2.0-beta8. 2010-10-13 10:12:55 +03:00
nsStubDocumentObserver.cpp
nsStubDocumentObserver.h
nsStubImageDecoderObserver.cpp
nsStubImageDecoderObserver.h
nsStubMutationObserver.cpp Bug 590771 - r=sicking a=blocking 2010-10-12 15:09:46 +02:00
nsStubMutationObserver.h Bug 590771 - r=sicking a=blocking 2010-10-12 15:09:46 +02:00
nsStyledElement.cpp Bug 670235 - Remove nsIDOMWindowInternal; r=sicking 2011-07-15 12:31:34 +02:00
nsStyledElement.h Backout volkmar's push for breaking Windows builds 2011-07-20 15:49:16 -04:00
nsStyleLinkElement.cpp Bug 541496 part 3: use the new string-taking API in LoadInlineStyle. r=bzbarsky 2011-05-18 21:22:59 -04:00
nsStyleLinkElement.h
nsSyncLoadService.cpp Bug 665596: Get rid of loadlistenerproxy as it's no longer used. r=jst 2011-06-21 08:12:33 -07:00
nsSyncLoadService.h Bug 663768 Part 2: Remove syncload XPCOM service. r=jst 2011-06-17 20:05:41 -07:00
nsTextFragment.cpp Bug 661584 - Code cleanup, substitute more PR_(MAX|MIN|ABS|ROUNDUP) macro calls; r=roc,ted 2011-06-25 16:06:02 +02:00
nsTextFragment.h Backout volkmar's push for breaking Windows builds 2011-07-20 15:49:16 -04:00
nsTextFragmentSSE2.cpp Bug 661584 - Code cleanup, substitute more PR_(MAX|MIN|ABS|ROUNDUP) macro calls; r=roc,ted 2011-06-25 16:06:02 +02:00
nsTextNode.cpp Bug 658714 Part 6: Fixups after search'n'replace s/nsPIDOMEventTarget/nsIDOMEventTarget/. r=smaug 2011-06-23 19:18:01 -07:00
nsTextNode.h Backout volkmar's push for breaking Windows builds 2011-07-20 15:49:16 -04:00
nsTraversal.cpp Bug 659539 Part 4: Use nsINode::NodeType where possible. r=bz 2011-06-14 00:56:50 -07:00
nsTraversal.h
nsTreeSanitizer.cpp Bug 675916 - Restart iteration over attributes in the sanitizer when URL check ends up removing an attribute. r=bzbarsky. 2011-08-02 20:45:38 +03:00
nsTreeWalker.cpp Bug 669310 - Fixes various includes and forward declarations. f=Ms2ger r=jst 2011-07-20 12:18:54 -07:00
nsTreeWalker.h
nsWebSocket.cpp bug 674905 - implement ws extensions attribute r=biesi r=sicking sr=bz 2011-08-03 23:46:13 -04:00
nsWebSocket.h bug 674905 - implement ws extensions attribute r=biesi r=sicking sr=bz 2011-08-03 23:46:13 -04:00
nsXHTMLContentSerializer.cpp Bug 596182 - Make fragment parsers global. Remove resulting dead code. r=Olli.Pettay, r=bzbarsky. 2011-08-01 10:48:24 +03:00
nsXHTMLContentSerializer.h
nsXMLContentSerializer.cpp Bug 596182 - Make fragment parsers global. Remove resulting dead code. r=Olli.Pettay, r=bzbarsky. 2011-08-01 10:48:24 +03:00
nsXMLContentSerializer.h Bug 601590 - Make AppendElementStart, AppendElementEnd take Element. r=bzbarsky 2010-10-22 23:25:22 +02:00
nsXMLHttpRequest.cpp Bug 674048 - Check the correct condition when setting a header on an XHR. r=sicking 2011-07-25 18:08:44 -04:00
nsXMLHttpRequest.h Bug 658714 Part 2: Merge nsIDOMNSEventTarget into nsIDOMEventTarget. r=smaug 2011-06-23 19:17:59 -07:00
nsXMLNameSpaceMap.cpp Bug 551390 - Remove dead code in content r=sicking,roc 2011-05-17 15:54:09 +02:00
ThirdPartyUtil.cpp Bug 664721. Treat a document load in a subframe as first-party if it's first-party with all _ancestors_ of the subframe, no matter what's loaded in the subframe itself. r=dwitte 2011-07-19 11:28:03 -04:00
ThirdPartyUtil.h Bug 595305 - Factor cookie third-party URI code into separate API. r=bent, a=betaN+ 2010-10-19 09:37:03 -07:00