.. |
public
|
Implemented Style Context Data sharing, reducing the amount of memory used in style by about 40%. Performance will degrade by about 10%, that is being worked on now. b=39618 r=waterson
|
2000-06-21 20:44:59 +00:00 |
src
|
Implemented Style Context Data sharing, reducing the amount of memory used in style by about 40%. Performance will degrade by about 10%, that is being worked on now. b=39618 r=waterson
|
2000-06-21 20:44:59 +00:00 |
tests
|
Mass replace of -lmozjs with $(MOZ_JS_LIBS) needed for OS/2 and consistency.
|
2000-05-17 06:45:45 +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
|
copy was copying too much on ender-lite. thiswill reduce the volume of autocopies to only copy when mouse ups are called. r=hyatt 34896
|
2000-06-09 05:11:12 +00:00 |
nsCSSFrameConstructor.cpp
|
Bugs 22413, 27211, 39211. On nsCSSFrameConstructor::ContentRemoved(), check the *child* instead of the parent to see if we need to reframe. r=nisheeth
|
2000-06-21 02:35:28 +00:00 |
nsCSSFrameConstructor.h
|
Bugs 35935, 34862, 41521. Make sure to make 'special' frames blocks inside of relatively-positioned inlines; be sure to destroy special siblings, and crawl to outermost 'normal' frame when reframing containing block; handle 'special' frames in StyleChangeReflow(). r=buster
|
2000-06-07 06:58:45 +00:00 |
nsCSSRendering.cpp
|
#42139 "background-position misinterpreted with fixed backgrounds". Fixed a regression introduced during the last checkin. r=attinasi.
|
2000-06-16 00:50:56 +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
|
added new caret api implementation from new nsicaret api. EraseCaret. erase the caret without messing with visibility. forces a refresh of state to mDrawn=0; r=hyatt, bug = 34896
|
2000-06-09 04:22:20 +00:00 |
nsCaret.h
|
added new caret api implementation from new nsicaret api. EraseCaret. erase the caret without messing with visibility. forces a refresh of state to mDrawn=0; r=hyatt, bug = 34896
|
2000-06-09 04:22:20 +00:00 |
nsDocumentViewer.cpp
|
Fixed crash due to ordering problem: b=38768 r=dcone
|
2000-06-07 23:04:45 +00:00 |
nsFrameManager.cpp
|
Bug 32770: Save scroll position in session history r=nisheeth
|
2000-06-15 00:35:46 +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
|
legal changes
|
2000-05-15 14:22:03 +00:00 |
nsICaret.h
|
new caret api for erasing the caret. this is needed to simply clear the caret away without messing with visibility. r= hyatt. bug=34896
|
2000-06-09 04:21:02 +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
|
Part 1 of fix for bug #39821: Drag and Drop interferes with selection.
|
2000-05-25 20: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 32770: Save scroll position in session history r=nisheeth
|
2000-06-15 00:35:46 +00:00 |
nsIPresState.h
|
Fixes for bugs 17460 and 21656. r=travis
|
2000-01-14 09:28:54 +00:00 |
nsLayoutAtomList.h
|
new atop to tell what type the text frame is. for blocker to 34896
|
2000-06-09 05:15:58 +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
|
Fixed nsSupportsHashtable behaviour and API to fix leaks in
|
2000-06-06 22:06: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
|
Implemented Style Context Data sharing, reducing the amount of memory used in style by about 40%. Performance will degrade by about 10%, that is being worked on now. b=39618 r=waterson
|
2000-06-21 20:44:59 +00:00 |
nsPresContext.h
|
WIP for bug 33810 -- add an image animation enum, and getters and setters in the pres context
|
2000-05-13 01:39:20 +00:00 |
nsPresShell.cpp
|
Bug 12874. Remove unnecessary refcount hackery. This hasn't been necessary since we made NS_IMPL_ISUPPORTS and friends stabilize refcount before calling dtor.
|
2000-06-16 21:47:13 +00:00 |
nsPresState.cpp
|
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
|
2000-06-03 09:46:12 +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
|
Implement CSS3 cursors on Windows
|
2000-05-07 05:14:43 +00:00 |