..
public
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
src
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
tests
Removing last vestiges of raptor from unix build. Since some libs were renamed, a 'make distclean' is recommeneded to remove the old copies of those libs. Bug #8228 r=bryner
2000-07-02 18:44:42 +00:00
.cvsignore
Add cvsignore entries for makefiles generated bu autoconf.
1998-12-05 09:07:33 +00:00
Makefile.in
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:40:37 +00:00
makefile.win
Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip
2000-02-25 04:12:40 +00:00
nsAutoCopy.cpp
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
nsCSSFrameConstructor.cpp
bug 54829 - process child frames with table specific code when repeating a row group for printing, a=buster, r=peterl
2000-10-05 20:59:18 +00:00
nsCSSFrameConstructor.h
Fixed items are now removed in ReconstructDocElementHierarchy. b=42114, r=buster@netscape.com
2000-08-30 18:51:45 +00:00
nsCSSRendering.cpp
adding comments to the fix that already got checked in.
2000-09-20 14:47:18 +00:00
nsCSSRendering.h
Fixed the curve drawing to use floating point.. corrects rounding problems
2000-05-11 03:59:43 +00:00
nsCaret.cpp
#53072 IME candidate window position problem
2000-09-19 21:55:59 +00:00
nsCaret.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
nsDocumentViewer.cpp
Restores INCLUDE_XUL #define. b=54248. r/a=hyatt@netscape.com
2000-10-01 05:24:00 +00:00
nsFrameManager.cpp
Added default implementation for frames to allow a frame to specify which frame provides its parent style context. Also reworked ReResolveStyleContext and VerifyStyleTree to allow the style context tree to diverge from the frame tree. b=45210 r=karnaze
2000-09-12 22:47:09 +00:00
nsFrameTraversal.cpp
b=15405 Renamed root frame to canvas frame and changed frame construction
2000-04-19 02:13:43 +00:00
nsFrameTraversal.h
b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged
2000-01-22 01:16:50 +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
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
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
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
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
nsIReflowCallback.h
Fix for 43467. r=bryner
2000-07-13 23:00:59 +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.cpp
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:40:37 +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
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
Bug 46711. Removed nsAutoString travisty from nsStringKey. Introduced nsCStringKey. Made them both share the underlying string when possible. r=waterson
2000-08-10 06:19:37 +00:00
nsLayoutUtils.cpp
Landing big set of DOM and XPConnect changes:
1999-12-18 20:29:29 +00:00
nsLayoutUtils.h
Landing big set of DOM and XPConnect changes:
1999-12-18 20:29:29 +00:00
nsPresContext.cpp
Restores INCLUDE_XUL #define. b=54248. r/a=hyatt@netscape.com
2000-10-01 05:24:00 +00:00
nsPresContext.h
fix for bug #52663
2000-09-21 01:20:00 +00:00
nsPresShell.cpp
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
nsPresState.cpp
Fix for 44437. r,a=waterson
2000-10-02 23:23:55 +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
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