gecko-dev/layout/base/src
2000-05-16 14:43:32 +00:00
..
.cvsignore
Makefile.in Changing the way content elements store their name information, previously the elements generally stored a name atom and a namespace ID, now they store a pointer to a shared structure containing the name atom, the prefix atom and the namespace ID. This structure is shared between nodes with unique names (ie same name, prefix and ns ID) within a document. Documents now hold a hash table of the names in the document. The changes to mozilla/rdf are not reviewed but they are approved by waterson@netscape.com and the changes to mozilla/layout are reviewed by buster@netscape.com. 2000-05-10 13:13:39 +00:00
makefile.win fix build bustage 2000-05-15 04:39:47 +00:00
MANIFEST Changing the way content elements store their name information, previously the elements generally stored a name atom and a namespace ID, now they store a pointer to a shared structure containing the name atom, the prefix atom and the namespace ID. This structure is shared between nodes with unique names (ie same name, prefix and ns ID) within a document. Documents now hold a hash table of the names in the document. The changes to mozilla/rdf are not reviewed but they are approved by waterson@netscape.com and the changes to mozilla/layout are reviewed by buster@netscape.com. 2000-05-10 13:13:39 +00:00
nsAutoCopy.cpp legal changes 2000-05-15 14:22:03 +00:00
nsCaret.cpp changing way we access caret. use the selection controller whenever possible. because it will make the caret do the right thing even when we have multiple selections accessing same caret. 2000-05-11 04:25:43 +00:00
nsCaret.h changing way we access caret. use the selection controller whenever possible. because it will make the caret do the right thing even when we have multiple selections accessing same caret. 2000-05-11 04:25:43 +00:00
nsCommentNode.cpp (ender-lite) forcing use of nsixifconverter rather than nsxifconverter. making tostring method take output type parameters. 2000-05-13 08:07:34 +00:00
nsContentIterator.cpp moving nsGeneratedContent stuff to new file nsGeneratedIterator. adding new bitflags for selection types for nsSelection 2000-03-31 07:17:22 +00:00
nsContentList.cpp Implementing getElementsByTagNameNS() for XML and HTML documents. 2000-05-16 00:55:05 +00:00
nsContentList.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsContentPolicy.cpp first part of ContentPolicy stuff (#37983, r=brendan) 2000-05-05 05:28:49 +00:00
nsContentPolicy.h first part of ContentPolicy stuff (#37983, r=brendan) 2000-05-05 05:28:49 +00:00
nsDocument.cpp Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed. 2000-05-16 11:35:12 +00:00
nsDocument.h Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed. 2000-05-16 11:35:12 +00:00
nsDocumentEncoder.cpp making string conversions explicit 2000-04-03 11:20:35 +00:00
nsDocumentFragment.cpp Implementing DOM hasFeature() and supports(). 2000-05-14 13:08:00 +00:00
nsDocumentViewer.cpp changing way we access caret. use the selection controller whenever possible. because it will make the caret do the right thing even when we have multiple selections accessing same caret. 2000-05-11 04:25:43 +00:00
nsDOMAttribute.cpp Implementing DOM hasFeature() and supports(). 2000-05-14 13:08:00 +00:00
nsDOMAttribute.h Updating the DOM Attr interface to match the DOM Level 2 spec. r=waterson@netscape.com 2000-04-03 13:40:04 +00:00
nsDOMAttributeMap.cpp making string conversions explicit. scc 2000-04-26 01:13:55 +00:00
nsDOMAttributeMap.h Making nsDOMAttributeMap a 'live' NamedNodeMap, removed the hashtable for the attributes since a) it caused the none-liveness and b) it was overkill, the number of attributes is usually so low so having a hashtable for them doesn't help much. 2000-04-13 23:42:52 +00:00
nsDOMDocumentType.cpp Add GetNodeInfo() to nsIContent. 2000-05-12 14:09:28 +00:00
nsDOMDocumentType.h Implmentation of the DOM Level 2 DocumentType interface. Not part of the build yet. r=joki 2000-03-22 14:38:50 +00:00
nsFrameImageLoader.cpp WIP for bug 33810 -- add an image animation enum, and getters and setters in the pres context 2000-05-13 01:39:20 +00:00
nsFrameImageLoader.h WIP for bug 33810 -- add an image animation enum, and getters and setters in the pres context 2000-05-13 01:39:20 +00:00
nsFrameList.cpp b=5588. Performance improvement. Avoids walking the child list 2000-03-12 03:07:52 +00:00
nsFrameTraversal.cpp b=15405 Renamed root frame to canvas frame and changed frame construction 2000-04-19 02:13:43 +00:00
nsFrameUtil.cpp making string conversions explicit 2000-04-03 11:20:35 +00:00
nsGalleyContext.cpp updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsGeneratedIterator.cpp selecting generated content works now. subtree iterator and all. incredible... added new private method to nsTextFrame to factor out some things on getting correct offsets from generated frames. its a no-op almost for non generated frames 2000-04-02 05:05:31 +00:00
nsGenericCaretProperties.cpp Left over from mozilla/base/src. 1999-06-03 21:50:54 +00:00
nsGenericDOMDataNode.cpp Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed. 2000-05-16 11:35:12 +00:00
nsGenericDOMDataNode.h Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed. 2000-05-16 11:35:12 +00:00
nsGenericDOMNodeList.cpp updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsGenericDOMNodeList.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsGenericElement.cpp Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed. 2000-05-16 11:35:12 +00:00
nsGenericElement.h Checking in DOM Level 2 version of the DOM interface Element. 2000-05-15 20:31:55 +00:00
nsLayoutAtoms.cpp updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsLayoutDebugger.cpp Event Target Debugging (b=18175), a debugging feature to help with fixing bugs where events are going to the wrong elements. It shows (like Visual Debugging) which frame is receiving events, and one can therefore move the mouse over the page to see what frame gets events. All the code is #ifdef NS_DEBUG. However, it is not yet hooked up to the viewer menu (to be checked in later). 2000-02-03 02:49:58 +00:00
nsLayoutHistoryState.cpp Converting ::GetIID() into NS_GET_IID(). Bug #20232. r=scc, r=mozbot 2000-02-02 22:24:56 +00:00
nsLayoutUtils.cpp Landing big set of DOM and XPConnect changes: 1999-12-18 20:29:29 +00:00
nsNameSpaceManager.cpp making string conversions explicit 2000-04-03 11:20:35 +00:00
nsNodeInfo.cpp Fix invalid nsString useage. 2000-05-16 14:43:32 +00:00
nsNodeInfo.h Adding more utility functions to nsINodeInfo. 2000-05-14 18:34:35 +00:00
nsNodeInfoManager.cpp More utility frunctions in nsINodeInfoManager. 2000-05-14 23:45:32 +00:00
nsNodeInfoManager.h More utility frunctions in nsINodeInfoManager. 2000-05-14 23:45:32 +00:00
nsPluginViewer.cpp making string conversions explicit 2000-04-03 11:20:35 +00:00
nsPresContext.cpp more work on content-policy, r=brendan 2000-05-15 22:05:45 +00:00
nsPresContext.h WIP for bug 33810 -- add an image animation enum, and getters and setters in the pres context 2000-05-13 01:39:20 +00:00
nsPresState.cpp making string conversions explicit 2000-04-03 11:20:35 +00:00
nsPrintContext.cpp Used the height and width of the page returned from the nsDeviceContext instead of hard coded values. r=buster 1999-12-16 15:15:23 +00:00
nsPrintPreviewContext.cpp updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsRange.cpp Fixing bug 38357. Passing a document node to nsRange::SelectNode() crashed mozilla, now it properly throws the exception INVALID_NODE_TYPE_ERR if the node type is incorrect. r=akkana@netscape.com 2000-05-11 01:44:44 +00:00
nsRange.h big checkin. fixing problems blocking Cmanske (also a reviewer). Checking in preliminary for gen content.(nothing damaged yet) lots of bug numbers not going to look them up, the tree just opened. 2000-02-10 04:35:51 +00:00
nsSelection.cpp Select table column and row support (20973). r=mjudge 2000-05-16 03:03:13 +00:00
nsSpaceManager.cpp Converting ::GetIID() into NS_GET_IID(). Bug #20232. r=scc, r=mozbot 2000-02-02 22:24:56 +00:00
nsSpaceManager.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsStyleChangeList.cpp updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsStyleContext.cpp bug 26237; added support for HTML LANG attribute -- it now uses the fonts 2000-05-05 21:04:36 +00:00
nsStyleCoord.cpp making string conversions explicit 2000-04-15 20:15:37 +00:00
nsStyleSet.cpp Significantly reduce the amount of time we blow on style reresolution by 2000-05-16 02:43:33 +00:00
nsTextContentChangeData.cpp Fix for leak/bloat stats going negative. a=jar 1999-12-10 04:27:52 +00:00
nsTextContentChangeData.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsTextFragment.cpp making string conversions explicit 2000-04-03 11:20:35 +00:00
nsTextNode.cpp Add GetNodeInfo() to nsIContent. 2000-05-12 14:09:28 +00:00
nsXIFConverter.cpp legal changes 2000-05-15 14:22:03 +00:00
nsXIFConverter.h (ender-lite) forcing use of nsixifconverter rather than nsxifconverter. making tostring method take output type parameters. 2000-05-13 08:07:34 +00:00