akkana%netscape.com
|
f553a31924
|
Fix win32 build
|
1998-12-10 20:15:25 +00:00 |
|
akkana%netscape.com
|
167837aba0
|
Clone and CloneContents
|
1998-12-10 18:58:49 +00:00 |
|
kipp%netscape.com
|
c6165333cd
|
Added some code to handle illegal color values more compatabibly
|
1998-12-10 17:50:43 +00:00 |
|
buster%netscape.com
|
5c7381007f
|
an even cleaner implementation of InsertRow
|
1998-12-09 23:30:06 +00:00 |
|
buster%netscape.com
|
519de93eaa
|
fixed nsHTMLTableElement::InsertRow()
|
1998-12-09 23:19:12 +00:00 |
|
jfrancis%netscape.com
|
fd0bd966e7
|
checking in a bit more of deleteContents; hard part still not done.
|
1998-12-09 22:07:00 +00:00 |
|
akkana%netscape.com
|
07e4e1f20d
|
implementation for CompareEndPoints
|
1998-12-09 19:21:49 +00:00 |
|
akkana%netscape.com
|
1021dc344c
|
Update Range spec
|
1998-12-09 18:44:26 +00:00 |
|
buster%netscape.com
|
80cbbfefb7
|
cellspacing split out into x and y, HTML attribute sets both to same value
|
1998-12-09 06:36:32 +00:00 |
|
buster%netscape.com
|
5cbf93ec0f
|
added implementation for CSS-2 style attributes border-collapse, border-spacing, empty-cells, caption-side
|
1998-12-09 06:24:50 +00:00 |
|
buster%netscape.com
|
e89fff43d2
|
added implementation for CSS-2 style attributes border-collapse, border-spacing, empty-cells, caption-side
this is sufficient for now, but incomplete. It doesn't handle inherit properly.
|
1998-12-09 06:24:27 +00:00 |
|
troy%netscape.com
|
7ec6a2c281
|
Added new atoms to nsLayoutAtoms for additional named frame child lists
|
1998-12-09 05:30:17 +00:00 |
|
akkana%netscape.com
|
9fa4b16fc0
|
GetOwnerDocument should return NS_ERROR_NOT_IMPLEMENTED if it's not going to modify its input
|
1998-12-08 19:53:25 +00:00 |
|
mjudge%netscape.com
|
948d2e6638
|
chagnes to selection
|
1998-12-08 18:26:06 +00:00 |
|
mjudge%netscape.com
|
35b965b62b
|
changes to selection
|
1998-12-08 18:25:47 +00:00 |
|
mjudge%netscape.com
|
24b5ddbeb3
|
changes to remove selection
|
1998-12-08 18:25:27 +00:00 |
|
kipp%netscape.com
|
825f4e5f8b
|
Fixed an improper use of NS_RELEASE
|
1998-12-08 16:08:44 +00:00 |
|
jfrancis%netscape.com
|
464959493a
|
removing tabs; started deleteContents() imp
|
1998-12-08 02:26:15 +00:00 |
|
buster%netscape.com
|
bc20fdad3a
|
fixed default cellspacing and cellpadding
|
1998-12-08 00:59:15 +00:00 |
|
kipp%netscape.com
|
924b3d53b7
|
Made image documents layout again
|
1998-12-07 22:29:13 +00:00 |
|
harishd%netscape.com
|
dccdd4a155
|
Changed code that previously accessed mBorderStyle and mBorderColor
with new mehtods added in nsStyleSpacing
|
1998-12-07 19:05:40 +00:00 |
|
harishd%netscape.com
|
267a36eda9
|
Changed code that previously accessed mBorderStyle and mBorderColor
with new methods added in nsStyleSpacing
|
1998-12-07 18:56:29 +00:00 |
|
harishd%netscape.com
|
555757d651
|
Changed code that previously accessed mBorderStyle and mBorderColor
with the new methods added in nsStyleSpacing
|
1998-12-07 18:55:19 +00:00 |
|
harishd%netscape.com
|
6b7934f14f
|
changed all the places that previously accessed mBorderStyle and mBorderColor
with the new methods defined in nsStyleSpacing
|
1998-12-07 18:51:26 +00:00 |
|
troy%netscape.com
|
78a4ce96ec
|
Changed wrapping of floated elements so the wrapping happens inside of
ConstructFrameByDisplayType(), and now we only wrap frames of display
type 'block' and 'inline'
|
1998-12-07 18:44:40 +00:00 |
|
jfrancis%netscape.com
|
d46058e3dc
|
fixing IsSameDocument by including nsIDOMDocument.h
|
1998-12-07 17:53:59 +00:00 |
|
jfrancis%netscape.com
|
f44394e4fe
|
implemetned ComparePointToRange() and IsPointInRange(). Stopped caching ancestor lists. Added standard copy constructor/assignment operator prohibition.
|
1998-12-07 16:11:52 +00:00 |
|
beard%netscape.com
|
6248dadd4f
|
Initial cut at GetReferrer, GetDomain methods. Some enhancements to nsIURL may be needed to do this right.
|
1998-12-07 06:10:12 +00:00 |
|
ramiro%netscape.com
|
e2b921bf3c
|
Add cvsignore entries for makefiles generated bu autoconf.
|
1998-12-05 09:07:33 +00:00 |
|
akkana%netscape.com
|
9822a0af6a
|
Implement InSameDoc
|
1998-12-05 02:19:01 +00:00 |
|
troy%netscape.com
|
e05b04aa92
|
Temporary change to make sure we don't wrap floated tables in a BODY frame
|
1998-12-04 23:51:16 +00:00 |
|
troy%netscape.com
|
62857a1141
|
Moved creation of first page frame to frame construction code, and changed
it so the page frame has a view. This makes printing faster and easier
|
1998-12-04 21:04:56 +00:00 |
|
troy%netscape.com
|
205250b6c4
|
Moved view creation to frame construction code. Also moved wrapping of
floated and absolutely positioned elements to frame construction code
|
1998-12-04 19:03:44 +00:00 |
|
jfrancis%netscape.com
|
6f832796e8
|
fixing up start/end setters, other details
|
1998-12-04 18:21:52 +00:00 |
|
troy%netscape.com
|
90f35ce118
|
Changed view creation to occur when frame initialization occurs
|
1998-12-04 05:56:06 +00:00 |
|
troy%netscape.com
|
4a0f9cea8f
|
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
|
c1e3a6df07
|
more work on grungy range details
|
1998-12-03 22:59:07 +00:00 |
|
mjudge%netscape.com
|
e48bcc6f89
|
new selection change to come ifdefs going in
|
1998-12-03 21:48:32 +00:00 |
|
mjudge%netscape.com
|
ee9dc5ef18
|
changing use of selection
|
1998-12-03 21:45:26 +00:00 |
|
mjudge%netscape.com
|
1b1e779f4f
|
changing selection code
|
1998-12-03 21:43:32 +00:00 |
|
mjudge%netscape.com
|
704c2833fe
|
new collection export instead of nsISelection
|
1998-12-03 21:42:58 +00:00 |
|
waterson%netscape.com
|
1ebf1ebe4a
|
A better fix.
|
1998-12-03 20:50:21 +00:00 |
|
waterson%netscape.com
|
a39407d940
|
Fix build bustage.
|
1998-12-03 20:47:01 +00:00 |
|
waterson%netscape.com
|
1cd4a28768
|
Added initializers that can be used from the repository. Export nsIHTMLStyleSheet.h.
|
1998-12-03 20:20:35 +00:00 |
|
waterson%netscape.com
|
e964f5d837
|
Added initializer that can be used from the repository.
|
1998-12-03 20:19:46 +00:00 |
|
buster%netscape.com
|
58dc37167f
|
added atoms for table pseudo style contexts
|
1998-12-03 18:00:42 +00:00 |
|
jfrancis%netscape.com
|
032700a4f9
|
fixing bad goto (as if there were good ones?)
|
1998-12-03 17:25:00 +00:00 |
|
troy%netscape.com
|
7b508ab8c9
|
Added NS_RELEASE to fix leak of a HTML style element
|
1998-12-03 16:46:56 +00:00 |
|
jfrancis%netscape.com
|
a6ccac7bf4
|
adding some private helper functionality that is going to change soon...
|
1998-12-03 15:02:37 +00:00 |
|
jfrancis%netscape.com
|
fe50f9ae5a
|
putting Akkana's implementation back in; fixed compile-time errors
|
1998-12-03 09:51:05 +00:00 |
|