.. |
.cvsignore
|
…
|
|
MANIFEST
|
Add support for loading an XML document from script within a XUL document also.
|
2000-05-10 23:02:32 +00:00 |
MANIFEST_IDL
|
first part of ContentPolicy stuff (#37983, r=brendan)
|
2000-05-05 05:28:49 +00:00 |
Makefile.in
|
Add support for loading an XML document from script within a XUL document also.
|
2000-05-10 23:02:32 +00:00 |
makefile.win
|
Add support for loading an XML document from script within a XUL document also.
|
2000-05-10 23:02:32 +00:00 |
nsContentPolicyUtils.h
|
first part of ContentPolicy stuff (#37983, r=brendan)
|
2000-05-05 05:28:49 +00:00 |
nsFrameList.h
|
Changed nsIPresContext& to nsIPresContext*. Changed nsEventStatus& to nsEventStatus*. Now more compatible with XPIDL. a=vidur r=scc
|
1999-11-24 06:03:41 +00:00 |
nsFrameTraversal.h
|
b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged
|
2000-01-22 01:16:50 +00:00 |
nsHTMLReflowState.h
|
bug 37037, 37490, and a table paganation problem when captions are present.
|
2000-05-04 23:16:42 +00:00 |
nsIAnonymousContent.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsIAutoCopy.h
|
new file changes to get working for autocopyt from selection
|
2000-04-14 11:15:58 +00:00 |
nsICaret.h
|
stealing new bit for frames with their own selection. changing caret to be able to handle multiple selected areas. if the bit doesnt work out i will back it out.
|
2000-05-04 08:35:42 +00:00 |
nsIChromeEventHandler.idl
|
First check-in.... Defining nsIChromeEventHandler interface for use to make the mChromeElement event firing generic. r=hyatt
|
1999-11-22 08:02:28 +00:00 |
nsIContent.h
|
Elimination of nsIFocusableContent and improvements to tabbing r=saari
|
2000-04-04 23:55:31 +00:00 |
nsIContentIterator.h
|
adding in new init methods for the new nsGeneratedContentIterator!
|
2000-03-31 07:14:02 +00:00 |
nsIContentPolicy.idl
|
first part of ContentPolicy stuff (#37983, r=brendan)
|
2000-05-05 05:28:49 +00:00 |
nsIDiskDocument.h
|
Change Save File APIs in layout and editor to eliminate the specific
|
2000-04-26 01:00:50 +00:00 |
nsIDocument.h
|
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 |
nsIDocumentContainer.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsIDocumentEncoder.h
|
Change Save File APIs in layout and editor to eliminate the specific
|
2000-04-26 01:00:50 +00:00 |
nsIDocumentObserver.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsIDocumentViewer.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsIElementFactory.h
|
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 |
nsIFocusTracker.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsIFrame.h
|
stealing new bit for frames with their own selection. changing caret to be able to handle multiple selected areas. if the bit doesnt work out i will back it out.
|
2000-05-04 08:35:42 +00:00 |
nsIFrameDebug.h
|
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 |
nsIFrameImageLoader.h
|
Added GetIntrinsicSize() function
|
2000-04-15 15:49:03 +00:00 |
nsIFrameManager.h
|
b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged
|
2000-01-22 01:16:50 +00:00 |
nsIFrameSelection.h
|
new api for limiter in selection
|
2000-05-02 03:44:17 +00:00 |
nsIFrameUtil.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsILayoutDebugger.h
|
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 |
nsILayoutHistoryState.h
|
Fixes for bugs 17460 and 21656. r=travis
|
2000-01-14 09:28:54 +00:00 |
nsIMutableStyleContext.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsINameSpace.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsINameSpaceManager.h
|
Fix for bug 15086. These changes bring us up to date with the Feb 2000 XLink Working Draft. Thanks a lot to Heikki (heikki@citec.fi) for providing these patches.
|
2000-04-01 00:39:15 +00:00 |
nsINodeInfo.h
|
Checking in new files for (the not yet checked in) shared node info code. Not part of the build yet. r=buster@netscape.com
|
2000-05-08 14:29:44 +00:00 |
nsIPageSequenceFrame.h
|
Fixing bug 12181 (removing static IID's). r=troy@netscape.com
|
2000-01-04 20:24:09 +00:00 |
nsIPresContext.h
|
bug 26237; added support for HTML LANG attribute -- it now uses the fonts
|
2000-05-05 21:04:36 +00:00 |
nsIPresShell.h
|
added two additional methods for capturing and dumping of reflow stats
|
2000-04-28 23:31:13 +00:00 |
nsIPresState.h
|
Fixes for bugs 17460 and 21656. r=travis
|
2000-01-14 09:28:54 +00:00 |
nsIPrintListener.idl
|
Just adding a new file to the tree. THIS IS NOT PART OF ANY BUILD!
|
2000-03-05 17:26:58 +00:00 |
nsIPrivateDOMImplementation.h
|
Add support for loading an XML document from script within a XUL document also.
|
2000-05-10 23:02:32 +00:00 |
nsIReflowCommand.h
|
Changed nsIPresContext& to nsIPresContext*. Changed nsEventStatus& to nsEventStatus*. Now more compatible with XPIDL. a=vidur r=scc
|
1999-11-24 06:03:41 +00:00 |
nsIScrollableFrame.h
|
1) created an nsIScrollableFrame interface make it possible for Chris K to fix PDP+ bug #12122
|
1999-12-07 03:36:05 +00:00 |
nsISelection.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsISelectionControler.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsISelectionController.idl
|
tabbing
|
2000-05-08 04:00:26 +00:00 |
nsISelfScrollingFrame.h
|
Make trees capable of scrolling by full pages with the mouse wheel.
|
2000-01-16 05:30:49 +00:00 |
nsISpaceManager.h
|
bug 29595 (and others)
|
2000-03-22 23:19:10 +00:00 |
nsIStatefulFrame.h
|
Fixes for bugs 17460 and 21656. r=travis
|
2000-01-14 09:28:54 +00:00 |
nsIStyleContext.h
|
bug 26237; added support for HTML LANG attribute -- it now uses the fonts
|
2000-05-05 21:04:36 +00:00 |
nsIStyleFrameConstruction.h
|
Fix for bugs 16709, 20771. Frame state is stored before frame hierarchies are deleted and restored when the frame hierarchies are reconstructed.
|
1999-12-06 07:44:18 +00:00 |
nsIStyleRule.h
|
Implemented Style Size Dump. r=rickg b=26565
|
2000-03-31 07:08:36 +00:00 |
nsIStyleRuleProcessor.h
|
Implemented Style Size Dump. r=rickg b=26565
|
2000-03-31 07:08:36 +00:00 |
nsIStyleSet.h
|
Implemented Style Size Dump. r=rickg b=26565
|
2000-03-31 07:08:36 +00:00 |
nsIStyleSheet.h
|
Implemented Style Size Dump. r=rickg b=26565
|
2000-03-31 07:08:36 +00:00 |
nsIStyleSheetLinkingElement.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsIStyledContent.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsITextContent.h
|
Landing changes Vidur made while the tree was closed for beta1 work, here's a list of the changes. r=me
|
2000-03-17 13:27:00 +00:00 |
nsLayoutAtomList.h
|
Added "canvasFrame" frame type atom
|
2000-04-18 23:05:15 +00:00 |
nsLayoutAtoms.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsLayoutUtils.h
|
Landing big set of DOM and XPConnect changes:
|
1999-12-18 20:29:29 +00:00 |
nsPresContext.h
|
bug 26237; added support for HTML LANG attribute -- it now uses the fonts
|
2000-05-05 21:04:36 +00:00 |
nsStyleChangeList.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsStyleConsts.h
|
Implement CSS3 cursors on Windows
|
2000-05-07 05:14:43 +00:00 |
nsStyleCoord.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsStyleStruct.h
|
Added the CSS2 printing extensions to the style system (page breaks, page size...). They are not used by Layout yet.
|
1999-12-22 05:00:47 +00:00 |
nsTextFragment.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nslayout.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |