.. |
public
|
Added "canvasFrame" frame type atom
|
2000-04-18 23:05:15 +00:00 |
src
|
b=15405 Renamed root frame to canvas frame and changed frame construction
|
2000-04-19 02:13:43 +00:00 |
tests
|
Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287
|
2000-04-04 04:46:38 +00:00 |
.cvsignore
|
|
|
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
|
fixing selection speed. only copying to clipboard on mouse up
|
2000-04-14 23:00:30 +00:00 |
nsCaret.cpp
|
fixing selection speed. only copying to clipboard on mouse up
|
2000-04-14 23:00:30 +00:00 |
nsCaret.h
|
fixing selection speed. only copying to clipboard on mouse up
|
2000-04-14 23:00:30 +00:00 |
nsCSSFrameConstructor.cpp
|
b=15405 Renamed root frame to canvas frame and changed frame construction
|
2000-04-19 02:13:43 +00:00 |
nsCSSFrameConstructor.h
|
bug 2479 - rewrite of table frame construction. r=troy, b=winNT,linux
|
2000-04-04 01:28:15 +00:00 |
nsCSSRendering.cpp
|
bug#34444: blocker bug. Backing out changes for dcone. pnunn.
|
2000-04-04 20:04:40 +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
|
fixing selection speed. only copying to clipboard on mouse up
|
2000-04-14 23:00:30 +00:00 |
nsFrameManager.cpp
|
Fix for bug 30958: Reflow commands are now processed asynchronously all the time. The semantics of the API for queuing and processing reflow commands has changed. Now, AppendReflowCommand() initiates an asynchronous reflow event and all reflow command processing happens when that event fires. It is no longer possible for consumers outside the presentation shell to call ProcessReflowCommands() synchronously. Because of this change, reflow locks are no longer needed and have been removed.
|
2000-04-17 07:13:57 +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
|
new file changes to get working for autocopyt from selection
|
2000-04-14 11:15:58 +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
|
table cell selection now shows up background. also small fix for nsBlockFrame to do the right thing for mouse capture.
|
2000-04-13 20:21:32 +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 30958: Reflow commands are now processed asynchronously all the time. The semantics of the API for queuing and processing reflow commands has changed. Now, AppendReflowCommand() initiates an asynchronous reflow event and all reflow command processing happens when that event fires. It is no longer possible for consumers outside the presentation shell to call ProcessReflowCommands() synchronously. Because of this change, reflow locks are no longer needed and have been removed.
|
2000-04-17 07:13:57 +00:00 |
nsIPresState.h
|
Fixes for bugs 17460 and 21656. r=travis
|
2000-01-14 09:28:54 +00:00 |
nsLayoutAtomList.h
|
Added "canvasFrame" frame type atom
|
2000-04-18 23:05:15 +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
|
making string conversions explicit
|
2000-04-03 11:20:35 +00:00 |
nsPresContext.h
|
bug 30022; added Set/Get TextZoom for enlarging/reducing fonts only; also
|
2000-04-02 21:52:17 +00:00 |
nsPresShell.cpp
|
bug 588 (text justification) for Robert O'Callahan <roc+moz@cs.cmu.edu>
|
2000-04-17 14:40:46 +00:00 |
nsPresState.cpp
|
making string conversions explicit
|
2000-04-03 11:20:35 +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
|
33710 "background-color: inherit doesn't work correctly". Split the NS_STYLE_BG_PROPOGATED flag into 2 flags: NS_STYLE_BG_PROPAGATED_TO_PARENT and NS_STYLE_BG_PROPAGATED_FROM_CHILD. MapDeclarationColorInto() fetches the color from the grand-parent if PROPAGATED_TO_PARENT is set.
|
2000-04-15 10:38:13 +00:00 |