troy%netscape.com
e7f536745e
Added a comment about view creation
1998-12-04 06:13:18 +00:00
troy%netscape.com
80545a3bd4
Changed view creation to occur when frame initialization occurs
1998-12-04 05:56:06 +00:00
troy%netscape.com
49697b2cf6
Removed some commented out old code
1998-12-04 03:46:59 +00:00
waterson%netscape.com
0baa6bac4f
Added nsSelection header files: this is temporary pending mjudge landing new selection stuff, but I need it now to get RDF building on Mac.
1998-12-04 03:45:00 +00:00
troy%netscape.com
a3ea4ddad7
Added NS_RELEASE of col frame pseudo element style context. This fixes a memory leak
1998-12-04 03:39:05 +00:00
troy%netscape.com
df01f21fdb
Changed table frame code to call DeleteFrameList() so that the col group
...
frames are deleted
1998-12-04 03:14:28 +00:00
troy%netscape.com
36f4bf7247
Moved logic that created a BODY frame that forms the cell's content from the
...
table frame code to the frame construction code
1998-12-04 02:08:51 +00:00
jfrancis%netscape.com
79d201db7f
more work on grungy range details
1998-12-03 22:59:07 +00:00
mjudge%netscape.com
a3396fc203
new selection change to come ifdefs going in
1998-12-03 21:48:32 +00:00
mjudge%netscape.com
d2dfadf225
changing use of selection
1998-12-03 21:45:26 +00:00
mjudge%netscape.com
bb7e789293
new use of enumerator class changed IsDone to return NS_COMFALSE if not done
1998-12-03 21:44:54 +00:00
mjudge%netscape.com
4c0bf0cf66
changing exports of new CIDs for selection
1998-12-03 21:44:12 +00:00
mjudge%netscape.com
4ac456fec2
changing selection code
1998-12-03 21:43:32 +00:00
mjudge%netscape.com
26d932ee59
new collection export instead of nsISelection
1998-12-03 21:42:58 +00:00
waterson%netscape.com
989c4fbe60
A better fix.
1998-12-03 20:50:21 +00:00
waterson%netscape.com
8ca32ffd70
Fix build bustage.
1998-12-03 20:47:01 +00:00
waterson%netscape.com
3cfe49b9f1
First Checked In.
1998-12-03 20:28:15 +00:00
waterson%netscape.com
652b6c228b
Export style sheets, nsPresShell, and nsTextNode via the factory.
1998-12-03 20:21:40 +00:00
waterson%netscape.com
3cbd2aa561
Added initializers that can be used from the repository. Export nsIHTMLStyleSheet.h.
1998-12-03 20:20:35 +00:00
waterson%netscape.com
07920c6756
Added initializer that can be used from the repository.
1998-12-03 20:19:46 +00:00
buster%netscape.com
36300f5377
minor optimizations and cleanup. removed constructors that did nothing.
1998-12-03 20:19:01 +00:00
jfrancis%netscape.com
7d88c06920
adding nsRange.cpp to the project, again. it's always better the second time around.
1998-12-03 18:21:45 +00:00
buster%netscape.com
0259b3f134
added table pseudo-style contenxts
1998-12-03 18:03:28 +00:00
buster%netscape.com
a15dfd9f3a
the inner table frame now maintains 2 child lists: the main child lists that holds rowgroups and unknown frame
...
types, and mColGroups. Besides being cleaner and easier to maintain, this should speed some things up slightly
because I don't have to check display types every time I iterate through colgroup frames. I *know*
mColGroups contains only colgroups. I might do the same for rowgroups (that is, keep unknown frame types
in their own list as well.) But that's optional.
the inner table frame used to incorrectly create actual content objects for anonymous colgroups and cols. Now,
it just creates frames as appropriate, not content. To support this, I added some pseudo style contexts and
related atoms.
1998-12-03 18:01:35 +00:00
buster%netscape.com
ab4dfe23b9
added atoms for table pseudo style contexts
1998-12-03 18:00:42 +00:00
jfrancis%netscape.com
7e28938017
fixing bad goto (as if there were good ones?)
1998-12-03 17:25:00 +00:00
troy%netscape.com
6be0f1bb4f
Added NS_RELEASE to fix leak of a HTML style element
1998-12-03 16:46:56 +00:00
jfrancis%netscape.com
31f969fa8a
adding some private helper functionality that is going to change soon...
1998-12-03 15:02:37 +00:00
jfrancis%netscape.com
4ae12673b3
putting Akkana's implementation back in; fixed compile-time errors
1998-12-03 09:51:05 +00:00
troy%netscape.com
0e696d9722
Removed explict call of base class constructor
1998-12-03 07:22:31 +00:00
troy%netscape.com
53cb72de5e
Removed explicit call of base class constructor because it was
...
making Unix compilers unhappy
1998-12-03 07:20:59 +00:00
troy%netscape.com
d97a31f115
Added Init() member function to nsIFrame
1998-12-03 06:31:43 +00:00
joki%netscape.com
4e997acada
Fix cursor bug which caused cursor to be set once per child view on each mousemove
1998-12-03 03:07:16 +00:00
vidur%netscape.com
869e02c373
Fixed unitialized value problem.
1998-12-03 00:34:44 +00:00
wtc%netscape.com
ccf7f3277f
This checkin (under mozilla/layout) is all about 'const'. Digital Unix's
...
C++ compiler is strict about getting 'const' right. Most of the changes
are to add 'const' to the type casts for the second argument of the
GetStyleData method, which wants a const reference.
1998-12-02 16:45:20 +00:00
saari%netscape.com
7aff690415
Fix build breakage.
Added mozilla/layout/base/nsPringContext.cpp to layout.mcp to mirror Troy's addition to the build today.
1998-12-02 04:59:15 +00:00
troy%netscape.com
988844fd68
Added PrintContext class and changed document viewer impl to use it instead
...
of a galley mode context
1998-12-02 03:21:55 +00:00
joki%netscape.com
1a47e52cb5
Fix mouseover/mouseout firing crash when hitting bad frame.
1998-12-02 02:14:58 +00:00
peterl%netscape.com
284c21e900
Added nsLayoutAtoms.cpp
1998-12-02 00:49:52 +00:00
peterl%netscape.com
6a548ee74f
added inline style sheet support for contained HTML
1998-12-02 00:39:10 +00:00
peterl%netscape.com
6491194ab0
changed media type to atom
...
moved body fixup rule to body element
1998-12-02 00:38:33 +00:00
peterl%netscape.com
b724dddfbc
changed media type to atom
1998-12-02 00:38:14 +00:00
peterl%netscape.com
36202d8d46
added media support to child sheet iteration
...
changed medium type to atoms
1998-12-02 00:37:32 +00:00
peterl%netscape.com
62f19b11dc
added media support to import
1998-12-02 00:36:37 +00:00
peterl%netscape.com
4f5e330093
changed medium type to atom
1998-12-02 00:36:00 +00:00
peterl%netscape.com
34b6f5761e
added inline style sheet accessor
1998-12-02 00:35:41 +00:00
peterl%netscape.com
f9df2b0fc3
fixed decoration style of del
1998-12-02 00:35:26 +00:00
peterl%netscape.com
c5ad15c3ea
changed media to uppercase atoms
1998-12-02 00:35:03 +00:00
peterl%netscape.com
3cf6cb3b98
added inline style rule accessor
1998-12-02 00:34:31 +00:00
peterl%netscape.com
6fbec6d63b
moved body fixup rule into content
1998-12-02 00:34:06 +00:00