gecko/content/base/src
2010-04-28 13:09:00 -07:00
..
contentAreaDropListener.js Bug 545714, consolidate dropped link handlers into one single component and use it for security checking, r=mano,neil,sr=sicking 2010-04-18 14:27:18 -04:00
contentSecurityPolicy.js bug 550442 object sub loads should obey the object-src policy 2010-03-08 00:24:30 -08:00
CSPUtils.jsm Bug 524066 - make CSP support dotless hosts, r=dveditz, a=dholbert_sheriff 2010-04-23 12:57:51 -07:00
Link.cpp Bug 550661 - Adding href attribute doesn't add link styling 2010-03-09 10:21:25 -08:00
Link.h Bug 510202 - simplify C++ code now that bug 461199 has landed. r=sdwilsh,sr=bzbarsky 2010-03-13 10:32:19 +00:00
Makefile.in Bug 346485 - "Implement output element" [r=smaug,hsivonen,mrbkap,timeless,roc sr=jst] 2010-04-26 03:42:00 -04:00
mozAutoDocUpdate.h
mozSanitizingSerializer.cpp Bug 488249. Replace IsNodeOfType(eHTML) checks with namespace checks. r+sr=jst 2009-08-24 16:02:07 -04:00
mozSanitizingSerializer.h Bug 484121 (2/6) - Add nsIDTD::GetMode to eliminate heinous const_cast. r+sr=mrbkap 2009-06-23 14:22:16 -07:00
nsAtomListUtils.cpp
nsAtomListUtils.h
nsAttrAndChildArray.cpp No need to null-check aRuleWalker. (Bug 557154) r=bzbarsky 2010-04-06 15:32:51 -07:00
nsAttrAndChildArray.h Bug 534136 Part 3: Optimize atom-using code for the fact that atoms store 16bit strings. Also take advantage of new nsAtomString API. r=bz 2010-03-08 07:45:00 -08:00
nsAttrName.h Bug 534136 Part 3: Optimize atom-using code for the fact that atoms store 16bit strings. Also take advantage of new nsAtomString API. r=bz 2010-03-08 07:45:00 -08:00
nsAttrValue.cpp Bug 551670 - "type attribute for button elements should be 'submit' when type is invalid or missing" [r=smaug, sr=sicking] 2010-04-15 07:03:00 -04:00
nsAttrValue.h Bug 551670 - "type attribute for button elements should be 'submit' when type is invalid or missing" [r=smaug, sr=sicking] 2010-04-15 07:03:00 -04:00
nsBadCertHandler.js
nsCCUncollectableMarker.cpp Bug 560095 - Use mozilla::services::GetObserverService(). r=biesi,dveditz,gavin,josh,jst,mrbkap,roc,sdwilsh,shaver,sicking,smontagu,surkov 2010-04-29 18:59:13 +02:00
nsCCUncollectableMarker.h Make some of the DEBUG_CC code accessible to code in non-debug builds so it can be used by memory tools for Web developers. (Bug 500233) r+sr=peterv 2009-07-08 18:10:29 -07:00
nsChannelPolicy.cpp Bug 515797: Allow necko to create channels that are aware of Content Security Policy. r=jduell, sr=biesi 2010-04-10 16:08:21 -04:00
nsChannelPolicy.h Bug 515797: Allow necko to create channels that are aware of Content Security Policy. r=jduell, sr=biesi 2010-04-10 16:08:21 -04:00
nsCommentNode.cpp Fix for bug 533637 (Speed up unwrapping a node in quickstubs that use nsINode (dromaeo)). Pair every DOMCI to a specific C++ class. r=jst. 2010-01-12 14:08:43 +01:00
nsContentAreaDragDrop.cpp Bug 346485 - "Implement output element" [r=smaug,hsivonen,mrbkap,timeless,roc sr=jst] 2010-04-26 03:42:00 -04:00
nsContentAreaDragDrop.h Bug 545714, consolidate dropped link handlers into one single component and use it for security checking, r=mano,neil,sr=sicking 2010-04-18 14:27:18 -04:00
nsContentIterator.cpp Bug 557416: Remove unnecessary includes and forward declarations of nsPresContext. r=roc 2010-04-10 16:10:12 -04:00
nsContentList.cpp Bug 562688 part 4. Change GetRootContent and the like to return Elements. r=jst, sr=sicking 2010-04-30 09:12:05 -04:00
nsContentList.h Bug 562688 part 3. Use the new element APIs in nsContentList. r=jst 2010-04-30 09:12:05 -04:00
nsContentPolicy.cpp
nsContentPolicy.h
nsContentSink.cpp Bug 562688 part 4. Change GetRootContent and the like to return Elements. r=jst, sr=sicking 2010-04-30 09:12:05 -04:00
nsContentSink.h Bug 559315 - [HTML5] nsContentSink::Init call is slow, r=hsivonen+sicking 2010-04-27 12:57:32 +03:00
nsContentUtils.cpp Bug 562688 part 6. Eliminate eELEMENT users in content/base. r=jst 2010-04-30 09:12:05 -04:00
nsCopySupport.cpp Bug 562688 part 4. Change GetRootContent and the like to return Elements. r=jst, sr=sicking 2010-04-30 09:12:05 -04:00
nsCrossSiteListenerProxy.cpp Bug 543870: Implement File.url. r=bz sr=jst 2010-03-02 23:51:09 -08:00
nsCrossSiteListenerProxy.h Bug 526323. Add to nsCrossSiteListenerProxy support for treating certain HTTP result codes as non-errors. r=sicking 2009-12-16 09:08:58 +13:00
nsCSPService.cpp Bug 523239 - CSP nsIChannelEventSink impl, r=jst, a=dholbert_sheriff 2010-04-23 10:03:03 -07:00
nsCSPService.h Bug 555692 - mEnabled is never used in CSPService, r=bsterne 2010-03-29 05:33:00 -07:00
nsDataDocumentContentPolicy.cpp
nsDataDocumentContentPolicy.h
nsDocument.cpp Bug 562441 - comparison between signed and unsigned integer expressions in nsIDocument::GetExtraPropertyTable, r=smaug 2010-04-28 13:09:00 -07:00
nsDocument.h Bug 562688 part 5. Change the document id and named item table APIs to use Element. r=jst 2010-04-30 09:12:05 -04:00
nsDocumentEncoder.cpp Bug 562688 part 6. Eliminate eELEMENT users in content/base. r=jst 2010-04-30 09:12:05 -04:00
nsDocumentFragment.cpp Bug 562688 part 1. Add a new non-virtual IsElement API on nsINode. r=jst, sr=sicking 2010-04-30 09:12:04 -04:00
nsDOMAttribute.cpp Fix for bug 558973 ("ASSERTION: Nodes that are not documents, document fragments or elements can't be parents!"). r=jst. 2010-04-15 10:28:57 +02:00
nsDOMAttribute.h Bug 469304 - Attribute nodes set with setAttributeNode get mutated, r=sicking 2009-12-28 16:35:06 +02:00
nsDOMAttributeMap.cpp Fix for bug 533637 (Speed up unwrapping a node in quickstubs that use nsINode (dromaeo)). Pair every DOMCI to a specific C++ class. r=jst. 2010-01-12 14:08:43 +01:00
nsDOMAttributeMap.h
nsDOMDocumentType.cpp Fix for bug 533637 (Speed up unwrapping a node in quickstubs that use nsINode (dromaeo)). Pair every DOMCI to a specific C++ class. r=jst. 2010-01-12 14:08:43 +01:00
nsDOMDocumentType.h
nsDOMFile.cpp Fix for bug 533637 (Speed up unwrapping a node in quickstubs that use nsINode (dromaeo)). Pair every DOMCI to a specific C++ class. r=jst. 2010-01-12 14:08:43 +01:00
nsDOMFileReader.cpp Fix for bug 533637 (Speed up unwrapping a node in quickstubs that use nsINode (dromaeo)). Pair every DOMCI to a specific C++ class. r=jst. 2010-01-12 14:08:43 +01:00
nsDOMFileReader.h Bug 530901. Fix a warning and align an error code with the spec. r=jst a=jst 2009-11-24 17:53:17 -08:00
nsDOMLists.cpp Fix for bug 533637 (Speed up unwrapping a node in quickstubs that use nsINode (dromaeo)). Pair every DOMCI to a specific C++ class. r=jst. 2010-01-12 14:08:43 +01:00
nsDOMLists.h
nsDOMParser.cpp Fix for bug 533637 (Speed up unwrapping a node in quickstubs that use nsINode (dromaeo)). Pair every DOMCI to a specific C++ class. r=jst. 2010-01-12 14:08:43 +01:00
nsDOMParser.h
nsDOMSerializer.cpp Fix for bug 533637 (Speed up unwrapping a node in quickstubs that use nsINode (dromaeo)). Pair every DOMCI to a specific C++ class. r=jst. 2010-01-12 14:08:43 +01:00
nsDOMSerializer.h
nsDOMSettableTokenList.cpp Bug 346485 - "Implement output element" [r=smaug,hsivonen,mrbkap,timeless,roc sr=jst] 2010-04-26 03:42:00 -04:00
nsDOMSettableTokenList.h Bug 346485 - "Implement output element" [r=smaug,hsivonen,mrbkap,timeless,roc sr=jst] 2010-04-26 03:42:00 -04:00
nsDOMTokenList.cpp Bug 557892 - Crash [@ nsGenericElement::SetAttr], r=sicking 2010-04-15 14:07:30 +03:00
nsDOMTokenList.h Bug 346485 - "Implement output element" [r=smaug,hsivonen,mrbkap,timeless,roc sr=jst] 2010-04-26 03:42:00 -04:00
nsFileDataProtocolHandler.cpp Bug 550386: content/base/src/nsFileDataProtocolHandler.cpp failed to compile with SS12 r=bzbarsky 2010-03-08 17:33:14 +08:00
nsFileDataProtocolHandler.h Bug 543870: Implement File.url. r=bz sr=jst 2010-03-02 23:51:09 -08:00
nsFormData.cpp Fix for bug 533637 (Speed up unwrapping a node in quickstubs that use nsINode (dromaeo)). Pair every DOMCI to a specific C++ class. r=jst. 2010-01-12 14:08:43 +01:00
nsFormData.h Fix license in new files added for bug 546528 2010-02-25 01:25:53 -08:00
nsFrameLoader.cpp Bug 557416: Remove unnecessary includes and forward declarations of nsPresContext. r=roc 2010-04-10 16:10:12 -04:00
nsFrameLoader.h Bug 544642: Make frames report an error event if the frame src is pointed at a local file url. And don't make setAttribute thrown an exception in that scenario. r=smaug 2010-02-24 18:45:43 -08:00
nsGenConImageContent.cpp
nsGenericDOMDataNode.cpp Fixing bug 534666. Limit the length of a string in a text fragment. r=jonas@sicking.cc, sr=mrbkap@gmail.com 2010-04-09 15:55:11 -07:00
nsGenericDOMDataNode.h Fix for bug 558973 ("ASSERTION: Nodes that are not documents, document fragments or elements can't be parents!"). r=jst. 2010-04-15 10:28:57 +02:00
nsGenericElement.cpp Bug 561010. nsIContent::List should output the flags and primary frame of the node. r=sicking 2010-05-01 13:42:47 -05:00
nsGenericElement.h Bug 562688 part 15. Remove the eELEMENT bit. r=jst 2010-04-30 09:12:06 -04:00
nsGkAtomList.h Bug 436418, patch F: SVG/SMIL animateMotion - add support for keyPoints attribute. r=roc 2010-04-28 16:00:54 -07:00
nsGkAtoms.cpp Bug 534136 Part 1: Make atoms keep a pointer to an nsStringBuffer rather than storing the data inline. r=bsmedberg 2010-03-08 07:44:59 -08:00
nsGkAtoms.h
nsHTMLContentSerializer.cpp Bug 545644 - Regression: HTML 'nbsp' entity is not handled correctly in xHTML mode. r=Olli sr=Jonas 2010-03-18 17:07:32 +01:00
nsHTMLContentSerializer.h Bug 545644 - Regression: HTML 'nbsp' entity is not handled correctly in xHTML mode. r=Olli sr=Jonas 2010-03-18 17:07:32 +01:00
nsImageLoadingContent.cpp Bug 557416: Remove unnecessary includes and forward declarations of nsPresContext. r=roc 2010-04-10 16:10:12 -04:00
nsImageLoadingContent.h Bug 544642: Make frames report an error event if the frame src is pointed at a local file url. And don't make setAttribute thrown an exception in that scenario. r=smaug 2010-02-24 18:45:43 -08:00
nsLineBreaker.cpp
nsLoadListenerProxy.cpp
nsLoadListenerProxy.h
nsMappedAttributeElement.cpp
nsMappedAttributeElement.h
nsMappedAttributes.cpp Bug 534136 Part 3: Optimize atom-using code for the fact that atoms store 16bit strings. Also take advantage of new nsAtomString API. r=bz 2010-03-08 07:45:00 -08:00
nsMappedAttributes.h Bug 534136 Part 3: Optimize atom-using code for the fact that atoms store 16bit strings. Also take advantage of new nsAtomString API. r=bz 2010-03-08 07:45:00 -08:00
nsNameSpaceManager.cpp
nsNoDataProtocolContentPolicy.cpp Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv. 2009-12-21 21:50:30 +00:00
nsNoDataProtocolContentPolicy.h Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv. 2009-12-21 21:50:30 +00:00
nsNodeInfo.cpp Bug 534136 Part 3: Optimize atom-using code for the fact that atoms store 16bit strings. Also take advantage of new nsAtomString API. r=bz 2010-03-08 07:45:00 -08:00
nsNodeInfo.h Bug 534136 Part 3: Optimize atom-using code for the fact that atoms store 16bit strings. Also take advantage of new nsAtomString API. r=bz 2010-03-08 07:45:00 -08:00
nsNodeInfoManager.cpp fixing bug 558944. Don't do atomic incr/decr in nsNodeInfoManager, which isn't thread-safe anyways. r=jonas@sicking.cc 2010-04-15 15:18:22 -07:00
nsNodeInfoManager.h fixing bug 558944. Don't do atomic incr/decr in nsNodeInfoManager, which isn't thread-safe anyways. r=jonas@sicking.cc 2010-04-15 15:18:22 -07:00
nsNodeIterator.cpp Bug 559526 - Moving a NodeIterator from its NodeFilter causes a crash, r=sicking 2010-04-16 21:45:13 +03:00
nsNodeIterator.h Bug 552110 - Use of deleted object by NodeIterator using NodeFilter which called detach. r=sicking sr=jst 2010-04-09 18:36:40 -07:00
nsNodeUtils.cpp Bug 562688 part 6. Eliminate eELEMENT users in content/base. r=jst 2010-04-30 09:12:05 -04:00
nsNodeUtils.h Fix for bug 548463 (Disallow adopting node into a different document from adoptNode). Followup to fix review comment. r=sicking. 2010-03-18 21:03:52 +01:00
nsObjectLoadingContent.cpp Bug 515460 - enforce CSP during object redirects, r=jst, a=dholbert_sheriff 2010-04-23 12:51:25 -07:00
nsObjectLoadingContent.h Sent "PluginCrashed" notification when a plugin crashes. b=519541 r=jst r=bsmedberg 2010-01-13 11:42:41 -05:00
nsParserUtils.cpp
nsParserUtils.h
nsPlainTextSerializer.cpp Bug 494683 warning: comparison between signed and unsigned and incorrect initialization order 2010-03-12 07:50:13 +01:00
nsPlainTextSerializer.h Bug 484121 (2/6) - Add nsIDTD::GetMode to eliminate heinous const_cast. r+sr=mrbkap 2009-06-23 14:22:16 -07:00
nsPropertyTable.cpp Bug 534566. Use separate nsPropertyTables for different categories so we don't pollute the property name list with unrelated names. r=sicking 2010-04-23 14:41:38 +12:00
nsPropertyTable.h Bug 534566. Use separate nsPropertyTables for different categories so we don't pollute the property name list with unrelated names. r=sicking 2010-04-23 14:41:38 +12:00
nsRange.cpp Bug 562688 part 6. Eliminate eELEMENT users in content/base. r=jst 2010-04-30 09:12:05 -04:00
nsRange.h Bug 486547 part 4. Switch some more code off nsIDOMNode/nsIDOMRange r+sr=smaug 2009-04-06 13:17:38 -04:00
nsReferencedElement.cpp Bug 474743 Patch D: Implement syncbase logic. r=dholbert sr=roc 2010-01-12 12:00:49 -08:00
nsScriptElement.cpp Bug 554253 - Convert nsCOMPtr<nsPresContext> to nsRefPtr<nsPresContext>. r=roc 2010-03-25 14:17:11 +01:00
nsScriptElement.h
nsScriptEventManager.cpp
nsScriptEventManager.h
nsScriptLoader.cpp Bug 562688 part 4. Change GetRootContent and the like to return Elements. r=jst, sr=sicking 2010-04-30 09:12:05 -04:00
nsScriptLoader.h Bug 503481: Implement async attribute 2009-11-09 17:04:24 -08:00
nsStubDocumentObserver.cpp
nsStubDocumentObserver.h
nsStubImageDecoderObserver.cpp Bug 435296 - Decode-On-Draw. r=joe,roc,bz,dolske,peterw sr=vlad 2009-09-12 16:44:18 -06:00
nsStubImageDecoderObserver.h
nsStubMutationObserver.cpp
nsStubMutationObserver.h
nsStyledElement.cpp Bug 544112 part 2: DeCOMtaminate and devirtualize nsCSSLoader. r=bzbarsky sr=dbaron 2010-03-02 13:00:53 -08:00
nsStyledElement.h Bug 534526 part 1. Remove a SetAttrAndNotify caller by making XUL inherit from nsStyledElement. r=sicking 2010-02-23 23:37:46 -05:00
nsStyleLinkElement.cpp Bug 544112 part 2: DeCOMtaminate and devirtualize nsCSSLoader. r=bzbarsky sr=dbaron 2010-03-02 13:00:53 -08:00
nsStyleLinkElement.h Bug 484200. src attribute on <style> makes styles not apply. r=bzbarsky 2009-07-28 12:07:31 -04:00
nsSyncLoadService.cpp Bug 562688 part 4. Change GetRootContent and the like to return Elements. r=jst, sr=sicking 2010-04-30 09:12:05 -04:00
nsSyncLoadService.h
nsTextFragment.cpp Bug 562511 - comparison between signed and unsigned integer expressions in nsTextFragment::CopyTo, r=smaug 2010-04-28 16:56:00 -07:00
nsTextFragment.h Fixing bug 534666. Limit the length of a string in a text fragment. r=jonas@sicking.cc, sr=mrbkap@gmail.com 2010-04-09 15:55:11 -07:00
nsTextNode.cpp Bug 561010. nsIContent::List should output the flags and primary frame of the node. r=sicking 2010-05-01 13:42:47 -05:00
nsTextNode.h
nsTraversal.cpp Bug 562688 part 6. Eliminate eELEMENT users in content/base. r=jst 2010-04-30 09:12:05 -04:00
nsTraversal.h Bug 559526 - Moving a NodeIterator from its NodeFilter causes a crash, r=sicking 2010-04-16 21:45:13 +03:00
nsTreeWalker.cpp Fix for bug 533637 (Speed up unwrapping a node in quickstubs that use nsINode (dromaeo)). Pair every DOMCI to a specific C++ class. r=jst. 2010-01-12 14:08:43 +01:00
nsTreeWalker.h
nsXHTMLContentSerializer.cpp bug 549295 - html serializer should not wrap by default. r=Olly sr=Boris 2010-04-03 14:51:17 +02:00
nsXHTMLContentSerializer.h Bug 541937 - XMLSerializer should serialize content of link tags. r=Olli.Pettay sr=bzbarsky 2010-03-23 21:55:39 +01:00
nsXMLContentSerializer.cpp Bug 494683 warning: comparison between signed and unsigned and incorrect initialization order 2010-03-12 07:50:13 +01:00
nsXMLContentSerializer.h Bug 494683 warning: comparison between signed and unsigned and incorrect initialization order 2010-03-12 07:50:13 +01:00
nsXMLHttpRequest.cpp Bug 515460 - check GetCsp return value, r=sstamm, a=developers 2010-04-26 12:14:49 -07:00
nsXMLHttpRequest.h Bug 552573. Cache the Unicode responseText. r=sicking 2010-04-23 13:37:02 -04:00
nsXMLNameSpaceMap.cpp Bug 520563. Shouldn't predefine xml and xmlns prefixes for CSS selectors. r=dbaron,sicking 2009-10-29 21:47:48 -04:00