.. |
.cvsignore
|
|
|
Makefile.in
|
bug 1156
|
2005-09-21 19:14:30 +00:00 |
mozSanitizingSerializer.cpp
|
Fix for bug 306363 (Clean up nsContentUtils service getters). r/sr=bz.
|
2005-09-11 10:08:43 +00:00 |
mozSanitizingSerializer.h
|
bug 272702: Remove skipped content. This simplifies the code handling <script>, <style> and related tags and makes the nsIHTMLContentSink interface just that much easier to implement. This also allows <object> tags to appear in the head with children. r=sicking sr=jst
|
2005-09-09 18:03:47 +00:00 |
nsAtomListUtils.cpp
|
fix for bug 199170, convert layout to use nsStaticAtom. sr=dbaron
|
2003-04-02 04:51:07 +00:00 |
nsAtomListUtils.h
|
fix for bug 199170, convert layout to use nsStaticAtom. sr=dbaron
|
2003-04-02 04:51:07 +00:00 |
nsAttrAndChildArray.cpp
|
Eliminate nsIContent::SetDocument/SetParent/SetBindingParent in favor of
|
2005-04-05 23:54:35 +00:00 |
nsAttrAndChildArray.h
|
Remove nsIHTMLContent interface (bug 276959). r+sr=jst.
|
2005-01-12 19:45:38 +00:00 |
nsAttrName.h
|
Bustage fix for HPUX (bug 239465) - |explicit| may only be used for converting constructors. r=dbaron.
|
2004-09-05 19:13:25 +00:00 |
nsAttrValue.cpp
|
Speed up matching class rules by caching the class attribute, rather than looking it up for each rule. Remove HasClass now that it's no longer needed. Bug 310236, r+sr=dbaron.
|
2005-10-08 23:06:27 +00:00 |
nsAttrValue.h
|
Speed up matching class rules by caching the class attribute, rather than looking it up for each rule. Remove HasClass now that it's no longer needed. Bug 310236, r+sr=dbaron.
|
2005-10-08 23:06:27 +00:00 |
nsCommentNode.cpp
|
Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv.
|
2005-09-24 18:43:15 +00:00 |
nsContentAreaDragDrop.cpp
|
Fix for bug 308328 (crash in [@ nsDocument::GetPrincipal] when closing browser). r/sr=bz.
|
2005-10-14 09:07:29 +00:00 |
nsContentAreaDragDrop.h
|
Whitespace and formatting cleanup to get some sort of consistency into this code.
|
2005-03-17 18:00:33 +00:00 |
nsContentIterator.cpp
|
bug 302775: Wallpaper over a crash when a DOM range is inside an attribute. r+sr=brendan
|
2005-08-23 20:59:54 +00:00 |
nsContentList.cpp
|
Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv.
|
2005-09-24 18:43:15 +00:00 |
nsContentList.h
|
Make content lists smarter about match functions that don't actually depend on
|
2005-08-16 01:43:53 +00:00 |
nsContentPolicy.cpp
|
fix third-party checks for images loaded as source of an iframe, by making sure there is a requestingLocation
|
2004-09-01 17:12:18 +00:00 |
nsContentPolicy.h
|
Switch context back to being nsISupports, but make it clear that it's expected
|
2004-07-27 17:15:53 +00:00 |
nsContentSink.cpp
|
Fix for bug 308328 (crash in [@ nsDocument::GetPrincipal] when closing browser). r/sr=bz.
|
2005-10-14 09:07:29 +00:00 |
nsContentSink.h
|
Improve the CSSLoader API: make it clear which methods return results
|
2005-09-12 18:41:15 +00:00 |
nsContentUtils.cpp
|
Bug 306974, Remove some duplicate event dispatching code r=sicking, sr=peterv
|
2005-10-10 18:38:57 +00:00 |
nsCopySupport.cpp
|
Make nsHTMLFormatConverter deal with an empty source string. Don't add an URL dataflavor if the source URI is empty. b=303818 r+sr=bzbarsky
|
2005-09-10 11:39:32 +00:00 |
nsDataDocumentContentPolicy.cpp
|
Disable loading of images in data documents on the document level, not on the
|
2005-04-11 00:29:36 +00:00 |
nsDataDocumentContentPolicy.h
|
Disable loading of images in data documents on the document level, not on the
|
2005-04-11 00:29:36 +00:00 |
nsDocument.cpp
|
Fix for bug 308328 (crash in [@ nsDocument::GetPrincipal] when closing browser). r/sr=bz.
|
2005-10-14 09:07:29 +00:00 |
nsDocument.h
|
Fix dispatch of pagehide events when tabs are closed, by not relying on a PresContext being present for event targetting. Bug 309581, r+sr=bzbarsky.
|
2005-10-11 00:18:19 +00:00 |
nsDocumentEncoder.cpp
|
Fix for bug 306363 (Clean up nsContentUtils service getters). r/sr=bz.
|
2005-09-11 10:08:43 +00:00 |
nsDocumentFragment.cpp
|
Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv.
|
2005-09-24 18:43:15 +00:00 |
nsDOMAttribute.cpp
|
Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv.
|
2005-09-24 18:43:15 +00:00 |
nsDOMAttribute.h
|
Bug 305041 shutdown crash [@ nsAttrValue::ToString] nsAttrValue::sEnumTableArray is null
|
2005-08-19 23:40:42 +00:00 |
nsDOMAttributeMap.cpp
|
Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv.
|
2005-09-24 18:43:15 +00:00 |
nsDOMAttributeMap.h
|
Bug 296450: Make the hashtable holding attribute nodes work properly on all platforms.
|
2005-06-09 20:17:40 +00:00 |
nsDOMBuilder.cpp
|
Make some static data const in content. Bug 204532, patch by ataylor@its.to
|
2003-05-27 03:49:22 +00:00 |
nsDOMBuilder.h
|
Fix for bug 195153 (Remove bogus 'extern' decls from NS_New* functions.). Patch by jst, r=sicking, sr=peterv.
|
2003-03-05 15:08:41 +00:00 |
nsDOMDocumentType.cpp
|
Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv.
|
2005-09-24 18:43:15 +00:00 |
nsDOMDocumentType.h
|
Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv.
|
2005-09-24 18:43:15 +00:00 |
nsDOMLists.cpp
|
Fix for bug 239873 (DOMStringList interface not matching DOM Level 3). r/sr=jst.
|
2004-10-19 17:20:14 +00:00 |
nsDOMLists.h
|
Adding support for DOM3 DOMStringList and DOMNameList. Bug 217159,
|
2003-10-16 00:44:20 +00:00 |
nsFrameLoader.cpp
|
Fix for bug 308328 (crash in [@ nsDocument::GetPrincipal] when closing browser). r/sr=bz.
|
2005-10-14 09:07:29 +00:00 |
nsFrameLoader.h
|
Restore some frame recursion protection that got lost. Bug 303163, r+sr=jst
|
2005-08-22 15:44:49 +00:00 |
nsGenConImageContent.cpp
|
Make sure to update state properly for nsGenConImageContent. Bug 309141,
|
2005-09-20 02:05:48 +00:00 |
nsGeneratedIterator.cpp
|
Fix ComparePoints() to be faster (helps with things like innerHTML). Bug
|
2004-10-09 21:02:16 +00:00 |
nsGenericDOMDataNode.cpp
|
Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv.
|
2005-09-24 18:43:15 +00:00 |
nsGenericDOMDataNode.h
|
Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv.
|
2005-09-24 18:43:15 +00:00 |
nsGenericDOMNodeList.cpp
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-17 21:52:36 +00:00 |
nsGenericDOMNodeList.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-17 21:52:36 +00:00 |
nsGenericElement.cpp
|
Fix for bug 308328 (crash in [@ nsDocument::GetPrincipal] when closing browser). r/sr=bz.
|
2005-10-14 09:07:29 +00:00 |
nsGenericElement.h
|
Speed up matching class rules by caching the class attribute, rather than looking it up for each rule. Remove HasClass now that it's no longer needed. Bug 310236, r+sr=dbaron.
|
2005-10-08 23:06:27 +00:00 |
nsHTMLContentSerializer.cpp
|
Fix for bug 306363 (Clean up nsContentUtils service getters). r/sr=bz.
|
2005-09-11 10:08:43 +00:00 |
nsHTMLContentSerializer.h
|
Bug 113580 switch uses of getAttribute to hasAttributeValue whenever possible
|
2004-12-31 00:41:58 +00:00 |
nsImageLoadingContent.cpp
|
Backing out bug 288064 because of the Tp hit.
|
2005-10-01 01:35:56 +00:00 |
nsImageLoadingContent.h
|
Backing out bug 288064 because of the Tp hit.
|
2005-10-01 01:35:56 +00:00 |
nsMappedAttributes.cpp
|
Remove nsIStyleRule::GetStyleSheet (and move it to nsICSSRule). b=266991 r+sr=bzbarsky
|
2004-10-31 17:33:50 +00:00 |
nsMappedAttributes.h
|
Remove nsIHTMLContent interface (bug 276959). r+sr=jst.
|
2005-01-12 19:45:38 +00:00 |
nsNameSpaceManager.cpp
|
Fix for bug 106796 (Improve GetNameSpaceID() performance). r/sr=jst.
|
2005-09-11 11:24:16 +00:00 |
nsNodeInfo.cpp
|
Fix for bug 106796 (Improve GetNameSpaceID() performance). r/sr=jst.
|
2005-09-11 11:24:16 +00:00 |
nsNodeInfo.h
|
Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv.
|
2005-09-24 18:43:15 +00:00 |
nsNodeInfoManager.cpp
|
Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv.
|
2005-09-24 18:43:15 +00:00 |
nsNodeInfoManager.h
|
Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv.
|
2005-09-24 18:43:15 +00:00 |
nsObjectLoadingContent.cpp
|
Fix for bug 308328 (crash in [@ nsDocument::GetPrincipal] when closing browser). r/sr=bz.
|
2005-10-14 09:07:29 +00:00 |
nsObjectLoadingContent.h
|
bug 1156
|
2005-09-21 19:14:30 +00:00 |
nsParserUtils.cpp
|
Add JS1.6 support, moving E4X and Array extras there (306664, r/sr=mrbkap/shaver).
|
2005-09-06 17:43:36 +00:00 |
nsParserUtils.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-17 21:52:36 +00:00 |
nsPlainTextSerializer.cpp
|
More use of EmptyString(). Bug 232691, patch by Vidar Braut Haarr
|
2005-09-12 01:28:51 +00:00 |
nsPlainTextSerializer.h
|
bug 272702: Remove skipped content. This simplifies the code handling <script>, <style> and related tags and makes the nsIHTMLContentSink interface just that much easier to implement. This also allows <object> tags to appear in the head with children. r=sicking sr=jst
|
2005-09-09 18:03:47 +00:00 |
nsPropertyTable.cpp
|
Make property table actually store and use destructor funcs instead of crashing
|
2005-01-21 17:00:07 +00:00 |
nsPropertyTable.h
|
Trying again to land support for content node properties (bug 253888). r=jst, sr=dbaron.
|
2004-08-24 18:50:29 +00:00 |
nsRange.cpp
|
Fix for bug 308328 (crash in [@ nsDocument::GetPrincipal] when closing browser). r/sr=bz.
|
2005-10-14 09:07:29 +00:00 |
nsRange.h
|
Protect against a crash, part of bug 261450 (Mozilla crashes when changing DOM Nodes [@ nsRange::TextOwnerChanged]). r/sr=bz.
|
2004-10-19 15:16:51 +00:00 |
nsScriptEventManager.cpp
|
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it's no longer needed. r=timeless sr=jag
|
2003-01-08 19:24:38 +00:00 |
nsScriptEventManager.h
|
bug #174404 (r=adam, sr=jst) Support the optional FOR and EVENT attributes on the SCRIPT tag
|
2002-11-07 05:17:21 +00:00 |
nsScriptLoader.cpp
|
Fix for bug 308328 (crash in [@ nsDocument::GetPrincipal] when closing browser). r/sr=bz.
|
2005-10-14 09:07:29 +00:00 |
nsScriptLoader.h
|
bug 241739 reuse HTML/SVG's <script> loading code for XUL <script>, thus
|
2005-06-12 12:32:05 +00:00 |
nsStubDocumentObserver.cpp
|
Use a stub implementation of nsIDocumentObserver for implementors of nsIDocumentObserver in the layout library. b=232351 r=jst sr=peterv
|
2004-01-28 21:04:33 +00:00 |
nsStubDocumentObserver.h
|
Use a stub implementation of nsIDocumentObserver for implementors of nsIDocumentObserver in the layout library. b=232351 r=jst sr=peterv
|
2004-01-28 21:04:33 +00:00 |
nsStyleLinkElement.cpp
|
Improve the CSSLoader API: make it clear which methods return results
|
2005-09-12 18:41:15 +00:00 |
nsStyleLinkElement.h
|
Pass line number information for style elements through to the CSS parser so we can give correct line numbers in error reports. b=240420 r+sr=bzbarsky
|
2004-09-09 17:32:35 +00:00 |
nsSyncLoadService.cpp
|
Fix for bug 308328 (crash in [@ nsDocument::GetPrincipal] when closing browser). r/sr=bz.
|
2005-10-14 09:07:29 +00:00 |
nsTextFragment.cpp
|
Trigger Bidi processing also for non-displayable control characters (RLM, RLE, RLO, etc.) Bug 177148, r+sr=roc, a=asa
|
2005-04-10 06:40:10 +00:00 |
nsTextFragment.h
|
Fixing bug 249572. Make nsTextFragment::AppendTo() take nsA[C]String arguments to be more usable. r+sr=peterv@propagandism.org, a=asa@mozilla.org
|
2004-07-09 20:54:21 +00:00 |
nsTextNode.cpp
|
Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv.
|
2005-09-24 18:43:15 +00:00 |
nsTreeWalker.cpp
|
fixes bug 260293: TreeWalker root (currentNode) with no visible descendants goes astray
|
2004-09-21 04:13:52 +00:00 |
nsTreeWalker.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-17 21:52:36 +00:00 |
nsXMLContentSerializer.cpp
|
Fix for bug 306363 (Clean up nsContentUtils service getters). r/sr=bz.
|
2005-09-11 10:08:43 +00:00 |
nsXMLContentSerializer.h
|
Fix XML serializer to use default namespaces when possible instead of outputing
|
2004-10-13 01:16:06 +00:00 |
nsXMLNameSpaceMap.cpp
|
Fix for bug 306363 (Clean up nsContentUtils service getters). r/sr=bz.
|
2005-09-11 10:08:43 +00:00 |