.. |
public
|
Fix an entity bug for Naoki: Japanese entities weren't being correctly
|
2000-03-28 00:10:44 +00:00 |
src
|
Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread.
|
2000-03-29 03:58:50 +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
|
|
|
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
|
Bug 33322 - Fix compiler warnings. Its been on n.p.m.builds for a few
|
2000-03-30 03:21:26 +00:00 |
nsCSSFrameConstructor.h
|
Added space manaer flag to the creation of Labels.
|
2000-03-27 22:12:42 +00:00 |
nsCSSRendering.cpp
|
Fixed warning from Mac compiler: no prototype for local static function.
|
2000-03-30 07:20:16 +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
|
Offset the viewmanager in nsDocumentViewer by passing the offset to nsIViewManager::Init instead of offsetting the root view b=32161 r=attanasi@netscape.com
|
2000-03-23 23:50:42 +00:00 |
nsFrameManager.cpp
|
add null ptr check to stop crash seen in talkback
|
2000-03-28 01:08:36 +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
|
Fixed bugs in table selection. Added improvements to facilitate row and column selection. r=mjudge
|
2000-03-21 06:04:02 +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
|
Bug 32702: Rename GetHistoryState to CaptureHistoryState (as it is), and add GetHistoryState method, r=nisheeth
|
2000-03-24 03:36:58 +00:00 |
nsIPresState.h
|
Fixes for bugs 17460 and 21656. r=travis
|
2000-01-14 09:28:54 +00:00 |
nsLayoutAtomList.h
|
bug 29595 (and others)
|
2000-03-22 23:19:10 +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
|
lang group table has been moved to proper place under mozilla/intl;
|
2000-03-27 04:51:12 +00:00 |
nsPresContext.h
|
# 24199
|
2000-03-21 15:51:59 +00:00 |
nsPresShell.cpp
|
Increase the size of the underlying arenas from 2K to 4K. After looking
|
2000-03-31 04:11:28 +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
|
#3371. Implemented css2/css3 system fonts. GFX on Windows and GTK needs to be completed.
|
2000-03-25 18:54:36 +00:00 |