.. |
.cvsignore
|
|
|
Makefile.in
|
Removing dead nsISelfScrollingFrame interface. sr=hyatt.
|
2001-01-11 07:32:48 +00:00 |
makefile.win
|
Removing dead nsISelfScrollingFrame interface. sr=hyatt.
|
2001-01-11 07:32:48 +00:00 |
MANIFEST
|
Removing dead nsISelfScrollingFrame interface. sr=hyatt.
|
2001-01-11 07:32:48 +00:00 |
MANIFEST_IDL
|
Convert nsIDiskDocument to xpidl, and change it from using nsFileSpecs to nsIFiles. Bug 62567, r= buster, ducarroz, adamlock, sr=kin
|
2001-01-09 22:47:02 +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
|
|
|
nsFrameTraversal.h
|
|
|
nsHTMLReflowState.h
|
Reinstate my changes that were backed out 10 days ago. #43457 split nsStyleSpacing into 4 smaller structures: nsStyleBorder, nsStylePadding, nsStyleMargin, nsStyleOutline. r=attinasi,sr=buster.
|
2001-02-07 09:57:26 +00:00 |
nsIAnonymousContent.h
|
|
|
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
|
add coordinate enums, rename GetWindowCoordinates to GetCaretCoordinates; r=kin; sr=sfraser
|
2001-02-05 15:42:58 +00:00 |
nsIChromeEventHandler.idl
|
|
|
nsIContent.h
|
Redoing the way code is shared between different element classes in mozilla, in stead of having an inner object (mInner) and forwarding function calls to the inner object the elements now inherit from what used to be the inner object. Previously nsIJSScriptObject and nsIContent (and related interfaces) were implemented on all leaf classes (~60 classes) and all the methods in those interfaces were forwarded to the inner object, now all those methods are inherited in stead. This saves us ~3600 methods in the layout library (and 160k of code on linux) and cleans the code up considerably. r=pollmann@netscape.com, harishd@netscape.com sr=vidur@netscape.com.
|
2000-12-23 10:56:31 +00:00 |
nsIContentIterator.h
|
|
|
nsIContentPolicy.idl
|
|
|
nsIContentSerializer.h
|
Changed to control entity (CER) generation by a document charset, bug 65324, r=jst, sr=vidur.
|
2001-02-13 01:00:14 +00:00 |
nsIDiskDocument.idl
|
Convert nsIDiskDocument to xpidl, and change it from using nsFileSpecs to nsIFiles. Bug 62567, r= buster, ducarroz, adamlock, sr=kin
|
2001-01-09 22:47:02 +00:00 |
nsIDocument.h
|
Bug 42892: Split FlushPendingNotifications in to content and content+frames cases (speed up content list access), r=jst@netscape.com, sr=vidur@netscape.com
|
2001-02-06 05:46:46 +00:00 |
nsIDocumentContainer.h
|
|
|
nsIDocumentEncoder.h
|
Fixing bug 64513. Adding missing version number to a contract id. r=blakeross@telocity.com
|
2001-01-07 03:06:19 +00:00 |
nsIDocumentObserver.h
|
|
|
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
|
|
|
nsIFrame.h
|
Reinstate my changes that were backed out 10 days ago. #43457 split nsStyleSpacing into 4 smaller structures: nsStyleBorder, nsStylePadding, nsStyleMargin, nsStyleOutline. r=attinasi,sr=buster.
|
2001-02-07 09:57:26 +00:00 |
nsIFrameDebug.h
|
Changes to put style data into the layout regression data output. r=karnaze, a=waterson
|
2000-12-07 15:31:40 +00:00 |
nsIFrameImageLoader.h
|
fix for bug #52663
|
2000-09-21 01:20:00 +00:00 |
nsIFrameManager.h
|
Fix for 51264. r=danm, a=ben
|
2000-11-27 22:00:33 +00:00 |
nsIFrameSelection.h
|
Reinstating table selection work for bug 57863 and fixed textfield.value bug 63376. r=kin, sr=sfraser
|
2000-12-20 22:13:54 +00:00 |
nsIFrameUtil.h
|
removing most all NS_DEFINE_IID and replacing them with NS_GET_IID macros
|
2001-01-04 20:44:42 +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
|
removing most all NS_DEFINE_IID and replacing them with NS_GET_IID macros
|
2001-01-04 20:44:42 +00:00 |
nsILayoutHistoryState.h
|
|
|
nsIMutableStyleContext.h
|
|
|
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
|
This checkin enables mozilla to support the printing of selection, the printing of page ranges, and
|
2001-01-27 14:09:34 +00:00 |
nsIPresContext.h
|
This checkin enables mozilla to support the printing of selection, the printing of page ranges, and
|
2001-01-27 14:09:34 +00:00 |
nsIPresShell.h
|
Prevent flushing of pending events if painting or reflowing bug 56335 a=buster@netscape.com r=vidur@netscape.com
|
2000-10-17 05:07:39 +00:00 |
nsIPresState.h
|
Fix for 44437. r,a=waterson
|
2000-10-02 23:23:55 +00:00 |
nsIPrintContext.h
|
Add newline to end of file
|
2001-01-08 21:02:13 +00:00 |
nsIPrintListener.idl
|
|
|
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 |
nsIScrollableViewProvider.h
|
Mousewheel bugs 29244, 50339, 42313, 33733, and 57598. r=rods,pavlov. sr=hyatt.
|
2000-12-09 07:28:19 +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
|
|
|
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
|
33088: restructure editor output routines. r=kin,buster,adamlock sr=sfraser
|
2001-01-08 21:01:29 +00:00 |
nsISpaceManager.h
|
|
|
nsIStatefulFrame.h
|
Bug 32770: Save scroll position in session history r=nisheeth
|
2000-06-14 23:37:06 +00:00 |
nsIStyleContext.h
|
Reinstate my changes that were backed out 10 days ago. #43457 split nsStyleSpacing into 4 smaller structures: nsStyleBorder, nsStylePadding, nsStyleMargin, nsStyleOutline. r=attinasi,sr=buster.
|
2001-02-07 09:57:26 +00:00 |
nsIStyledContent.h
|
|
|
nsIStyleFrameConstruction.h
|
bug 56432 ()
|
2001-01-16 22:10:04 +00:00 |
nsIStyleRule.h
|
|
|
nsIStyleRuleProcessor.h
|
|
|
nsIStyleRuleSupplier.h
|
OS/2 and AIX Tinderbox break
|
2000-08-12 20:26:33 +00:00 |
nsIStyleSet.h
|
fix for 65897 (fixes annoying warning in nsIStyleSet.h) r=saari, sr=waterson
|
2001-01-24 01:36:03 +00:00 |
nsIStyleSheet.h
|
|
|
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 |
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 |
nslayout.h
|
|
|
nsLayoutAtomList.h
|
Patch for 55595. r=joki, a=brendan
|
2000-11-27 07:55:20 +00:00 |
nsLayoutAtoms.h
|
|
|
nsLayoutUtils.h
|
Fix for bug 63081. We remove carriage returns passed to us by the parser in the copy from the sink buffer to the content model. r=jst
|
2001-01-22 23:11:02 +00:00 |
nsPresContext.h
|
This checkin enables mozilla to support the printing of selection, the printing of page ranges, and
|
2001-01-27 14:09:34 +00:00 |
nsStyleChangeList.h
|
|
|
nsStyleConsts.h
|
Reinstate my changes that were backed out 10 days ago. #43457 split nsStyleSpacing into 4 smaller structures: nsStyleBorder, nsStylePadding, nsStyleMargin, nsStyleOutline. r=attinasi,sr=buster.
|
2001-02-07 09:57:26 +00:00 |
nsStyleCoord.h
|
|
|
nsStyleStruct.h
|
Reinstate my changes that were backed out 10 days ago. #43457 split nsStyleSpacing into 4 smaller structures: nsStyleBorder, nsStylePadding, nsStyleMargin, nsStyleOutline. r=attinasi,sr=buster.
|
2001-02-07 09:57:26 +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 |