..
.cvsignore
Add cvsignore entries for makefiles generated bu autoconf.
1998-12-05 09:07:33 +00:00
MANIFEST
Checking in for bug 50742, this change removes the use of XIF in mozilla and replaces the XIF converter with a HTML (and XML) serializer.
2000-10-07 10:57:30 +00:00
MANIFEST_IDL
Mac build bustage fix for nsISelectionListener.idl typo.
2000-09-14 14:08:27 +00:00
Makefile.in
Checking in for bug 50742, this change removes the use of XIF in mozilla and replaces the XIF converter with a HTML (and XML) serializer.
2000-10-07 10:57:30 +00:00
makefile.win
Checking in for bug 50742, this change removes the use of XIF in mozilla and replaces the XIF converter with a HTML (and XML) serializer.
2000-10-07 10:57:30 +00:00
nsContentPolicyUtils.h
Bug 37275, Changing value of all progids, and changing everywhere a progid
2000-09-13 23:57:52 +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
Fix the way HTML's align attribute works for horizontal alignment of blocks. Use the -moz-center and -moz-right even in strict mode, and apply them to blocks in addition to tables. r=attinasi b=37083, 40038
2000-07-27 23:37:44 +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
small but pervasive change to make nsIDOMSelection an xpidl interface. also broke it into 2 interfaces, nsISelection and nsISelectionPrivate. moved nsIDOMSelectionListener also to xpidl. these new idl files live in layout/base/public. r=sfraser, r=anthonyd bug 48575
2000-09-14 11:45:01 +00:00
nsICaret.h
small but pervasive change to make nsIDOMSelection an xpidl interface. also broke it into 2 interfaces, nsISelection and nsISelectionPrivate. moved nsIDOMSelectionListener also to xpidl. these new idl files live in layout/base/public. r=sfraser, r=anthonyd bug 48575
2000-09-14 11:45:01 +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
Checking in for bug 50742, this change removes the use of XIF in mozilla and replaces the XIF converter with a HTML (and XML) serializer.
2000-10-07 10:57:30 +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
nsIContentSerializer.h
Checking in for bug 50742, this change removes the use of XIF in mozilla and replaces the XIF converter with a HTML (and XML) serializer.
2000-10-07 10:57:30 +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
Checking in for bug 50742, this change removes the use of XIF in mozilla and replaces the XIF converter with a HTML (and XML) serializer.
2000-10-07 10:57:30 +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
Checking in for bug 50742, this change removes the use of XIF in mozilla and replaces the XIF converter with a HTML (and XML) serializer.
2000-10-07 10:57:30 +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
Enabling XSLT hooks in layout in default build. Bug #42228 . r=axel@pike.org, a=waterson@mozilla.org.
2000-09-16 20:53:08 +00:00
nsIElementFactory.h
Bug 37275, Changing value of all progids, and changing everywhere a progid
2000-09-13 23:57:52 +00:00
nsIFocusTracker.h
legal changes
2000-05-15 14:22:03 +00:00
nsIFrame.h
Added a new method to allow a frame to specify the frame that provides its parent style context. b=45210 r=karnaze
2000-09-12 22:45:33 +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
fix for bug #52663
2000-09-21 01:20:00 +00:00
nsIFrameManager.h
Bug 32770: Save scroll position in session history r=nisheeth
2000-06-15 00:35:46 +00:00
nsIFrameSelection.h
small but pervasive change to make nsIDOMSelection an xpidl interface. also broke it into 2 interfaces, nsISelection and nsISelectionPrivate. moved nsIDOMSelectionListener also to xpidl. these new idl files live in layout/base/public. r=sfraser, r=anthonyd bug 48575
2000-09-14 11:45:01 +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
nsIHTMLToTextSink.h
Bug 37275, Changing value of all progids, and changing everywhere a progid
2000-09-13 23:57:52 +00:00
nsIIndependentSelection.h
small but pervasive change to make nsIDOMSelection an xpidl interface. also broke it into 2 interfaces, nsISelection and nsISelectionPrivate. moved nsIDOMSelectionListener also to xpidl. these new idl files live in layout/base/public. r=sfraser, r=anthonyd bug 48575
2000-09-14 11:45:01 +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
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
2000-08-23 17:27:06 +00:00
nsINameSpaceManager.h
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
2000-08-23 17:27:06 +00:00
nsINodeInfo.h
Bug 37275, Changing value of all progids, and changing everywhere a progid
2000-09-13 23:57:52 +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
fix for bug #52663
2000-09-21 01:20:00 +00:00
nsIPresShell.h
fix for bug #54049 (tree stability)
2000-10-07 00:49:08 +00:00
nsIPresState.h
Fix for 44437. r,a=waterson
2000-10-02 23:23:55 +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
Fix for bug 38349. Implemented nsIDOMNode::CloneNode() and ImportNode() for XML and HTML documents as part of finishing out our DOM1 and DOM2 implementations. Cleanup of DOMImplementation::createDocument. r=jst
2000-06-21 23:56:52 +00:00
nsIReflowCallback.h
Fix for 43467. r=bryner
2000-07-13 23:00:59 +00:00
nsIReflowCommand.h
r=rpotts. Fix for nsbeta3+ bug 39368.
2000-09-12 00:35:11 +00:00
nsIScrollableFrame.h
Fix to enable trees to blit. Performance work approved by waterson. r=waterson.
2000-07-27 06:17:58 +00:00
nsISelection.idl
not in build yet. adding for beta3 bug on api change
2000-09-14 05:22: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
small but pervasive change to make nsIDOMSelection an xpidl interface. also broke it into 2 interfaces, nsISelection and nsISelectionPrivate. moved nsIDOMSelectionListener also to xpidl. these new idl files live in layout/base/public. r=sfraser, r=anthonyd bug 48575
2000-09-14 11:45:01 +00:00
nsISelectionListener.idl
not in build yet. adding for beta3 bug on api change
2000-09-14 05:22:37 +00:00
nsISelectionPrivate.idl
private interface for selection
2000-09-14 05:24:18 +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
Bug 32770: Save scroll position in session history r=nisheeth
2000-06-14 23:37:06 +00:00
nsIStyleContext.h
Implemented Style Context Data sharing, reducing the amount of memory used in style by about 40%. Performance will degrade by about 10%, that is being worked on now. b=39618 r=waterson
2000-06-21 20:44:59 +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
nsIStyleRuleSupplier.h
OS/2 and AIX Tinderbox break
2000-08-12 20:26:33 +00:00
nsIStyleSet.h
Fix for 21890 and numerous other bugs. r=pierre, waterson, jst, attinasi, brendan
2000-08-12 06:28:02 +00:00
nsIStyleSheet.h
Significantly reduce the amount of time we blow on style reresolution by
2000-05-16 02:43:33 +00:00
nsIStyleSheetLinkingElement.h
Removing static IID's (NS_DEFINE_IID()) and replace the static IID's with NS_GET_IID(), this cleans things up and simplifies my fix for nsbeta3+ bug 7515. r=pollmann@netscape.com
2000-09-09 05:46:14 +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
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
2000-08-23 17:27:06 +00:00
nsIXIFConverter.h
small but pervasive change to make nsIDOMSelection an xpidl interface. also broke it into 2 interfaces, nsISelection and nsISelectionPrivate. moved nsIDOMSelectionListener also to xpidl. these new idl files live in layout/base/public. r=sfraser, r=anthonyd bug 48575
2000-09-14 11:45:01 +00:00
nsLayoutAtomList.h
bug 4238; r/a=ftang,buster,waterson; added language specific transform type
2000-09-20 22:59:20 +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
fix for bug #52663
2000-09-21 01:20:00 +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
48096: Need a -moz-all value for user-select. r=sfraser.
2000-08-12 01:00:14 +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
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
2000-08-23 17:27:06 +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