This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
97740bb7bb9c4eded05e5d4d766f259faaba3794
Mozilla
/
mozilla
/
layout
/
base
History
vidur%netscape.com
d804a8f7f9
Implemented nsIDOMElement::Normalize
...
git-svn-id: svn://10.0.0.236/trunk@18511 18797224-902f-48f8-a5cc-f745e15eee43
1999-01-25 22:17:15 +00:00
..
public
change nsCharSetID into nsString type
1999-01-25 16:05:04 +00:00
src
Implemented nsIDOMElement::Normalize
1999-01-25 22:17:15 +00:00
tests
Changed nsISpaceManager interface to conform to XP-COM conventions on
1999-01-04 04:54:33 +00:00
Makefile.in
New autoconf files for nglayout
1998-10-28 03:53:57 +00:00
makefile.win
Fixed windows cvpack problem
1998-05-22 18:41:08 +00:00
nsCSSRendering.cpp
Got stylecontext info into PaintBorder() for displaying
1999-01-22 22:24:05 +00:00
nsCSSRendering.h
Modified the PaintBorder(), MakeBevelColor(), DrawSide(),
1999-01-22 22:22:26 +00:00
nsIPresShell.h
added accessors to get & set alternate style sheets
1999-01-23 07:00:39 +00:00
nsLayoutAtoms.cpp
fixed case of media atoms
1999-01-23 07:02:10 +00:00
nsLayoutAtoms.h
Comments added to content model. Comments and text content now have a special tagname
1999-01-22 22:48:00 +00:00
nsPresContext.cpp
better base url support
1999-01-15 02:07:46 +00:00
nsPresContext.h
Added PrintContext class and changed document viewer impl to use it instead
1998-12-02 03:21:55 +00:00
nsPresShell.cpp
ok I am changing nsPresShell to "do the right thing". The virtual methods to support nsIFocusTracker needed to use the MACROS the same as the rest of the methods. I also moved the growing inline methods to their own method declarations. pres shell also needs to send itself as a focus tracker to "reset selection" to allow a callback to reset the frames that will be the focus and anchor frames for the future. getting frames from content is easy, getting the exact frame with an offset as well is difficult. nsTextFrame does some funny things with whitespaces that was throwing off the selection code. one minute the beginning of a word is offset 1 then it grows to 2 if the whitespace on the previous line wraps. I also put limits on the selection drawing. the drawing was happening after reflow, but before reset selection. this made the selection drawing extend beyond the legal limits of the "textlength". P.S. since the paint unicode and paint ascii are so similar, is it better to make a helper func to do the common things? or maybe make another method just to save namespace?
1999-01-25 01:48:01 +00:00
nsStyleConsts.h
Added two new border style defines that
1999-01-15 22:24:29 +00:00