..
public
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
src
Fix a leak of the device context. r=bruce.
2000-03-18 04:10:13 +00:00
tests
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:40:37 +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
nsCaret.cpp
Added support for table selection and removed nsIDOMSelectionListener code no longer needed. r=mjudge
2000-03-16 23:45:39 +00:00
nsCaret.h
Added support for table selection and removed nsIDOMSelectionListener code no longer needed. r=mjudge
2000-03-16 23:45:39 +00:00
nsCSSFrameConstructor.cpp
Removed a lot of unneeded for for creating viewes for GfxList (experiment and ifdef'ed out)
2000-03-18 14:25:02 +00:00
nsCSSFrameConstructor.h
Improving XBL support.
2000-03-11 10:38:36 +00:00
nsCSSRendering.cpp
Added aIsOutline to arg to RenderSize so it can do the right thing when
2000-03-18 14:41:00 +00:00
nsCSSRendering.h
Added aIsOutline to arg to RenderSize so it can do the right thing when
2000-03-18 14:41:00 +00:00
nsDocumentViewer.cpp
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
nsFrameManager.cpp
ReResolveStyleContext now checks for the case where a background image is no longer used, in which case it stops the load for the frame. r=buster,pierre b=27042
2000-02-16 02:49:01 +00:00
nsFrameTraversal.cpp
|nsFrameIterator::QueryInterface| neglects to handle |nsIBidirectionalEnumerator| ... replacing hand-rolled QI with the macro to fix. r=pinkerton
2000-01-29 19:59:53 +00:00
nsFrameTraversal.h
b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged
2000-01-22 01:16:50 +00:00
nsICaret.h
partial fix for bug 15533 (size part). 1. change the return value from nsPiont to nsRect. Change widget code to reflect the change. In Gtk, change XIM FontSet based on the rect height. r=cata a=chofmann
1999-12-22 07:56:40 +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
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:40:37 +00:00
nsIFrameSelection.h
Added support for table selection and removed nsIDOMSelectionListener code no longer needed. r=mjudge
2000-03-16 23:45:39 +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
fixed bug 27161 by adding interfacs onto nsIPresShell to get/set the "subshell" for an nsIContent
2000-03-03 23:15:29 +00:00
nsIPresState.h
Fixes for bugs 17460 and 21656. r=travis
2000-01-14 09:28:54 +00:00
nsLayoutAtomList.h
Fix bug 15428 as suggested by VYV03354@nifty.ne.jp . Stop using 0 as the initial values for min and max of inline box contents so that lines that do not (vertically) contain their own baseline are sized correctly. Also, correctly size BR frames using their line-height (for strict-mode only).
2000-02-15 04:26:44 +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
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
nsLayoutUtils.h
Landing big set of DOM and XPConnect changes:
1999-12-18 20:29:29 +00:00
nsPresContext.cpp
fix for #29304 r=pierre a=jar
2000-03-03 22:39:31 +00:00
nsPresContext.h
nsIPref is no longer passed around through inits on webshell, content viewers and presContext. In places where it is needed, it can be retrieved from the service manager. I removed a number of the getters and setters for prefs as the prefs will be the same from the service manager so we don't need getters. r=waterson a=rickg
2000-03-02 07:13:02 +00:00
nsPresShell.cpp
fixed VerifyReflow, an important debugging tool for the layout team
2000-03-17 01:50:54 +00:00
nsPresState.cpp
fix 29154. r=hyatt/pollmann a=rickg replace nsISupportString/char*/ToNewCSring
2000-03-04 05:37:46 +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
12825 "Need new 'overflow' values to control scrollbar visibility". Added -moz-scrollbars-none, -moz-scrollbars-horizontal and -moz-scrollbars-vertical.
2000-01-10 03:23:44 +00:00