nisheeth%netscape.com
02450534e5
Changed nsHTMLStyleSheetImpl::AttributeChanged() so that it asks the
...
content objects for style change hint. Removed tag specific code in this function.
1998-12-10 23:49:13 +00:00
akkana%netscape.com
f553a31924
Fix win32 build
1998-12-10 20:15:25 +00:00
buster%netscape.com
b7ab7be458
support for CSS2 style property "empty-cells"
1998-12-10 19:57:42 +00:00
akkana%netscape.com
167837aba0
Clone and CloneContents
1998-12-10 18:58:49 +00:00
kmcclusk%netscape.com
e2fe7fcefb
Removed temporary ReflowWithNoWidget method from nsFormControlFrame.
...
Reflow without a widget is now handled by the standard Reflow method.
1998-12-10 18:47:02 +00:00
jfrancis%netscape.com
9865b9cac1
adding nsFrameUtil.cpp
1998-12-10 18:04:52 +00:00
kipp%netscape.com
c057adba78
Added factory CID and impl to create instances of nsIFrameUtil
1998-12-10 18:04:37 +00:00
kipp%netscape.com
7edc4891a0
Added nsFrameUtil to the build
1998-12-10 18:04:18 +00:00
kipp%netscape.com
b19096bdb2
Added nsIFrameUtil to the exports
1998-12-10 18:03:26 +00:00
kipp%netscape.com
242fb3636f
Added nsIFrameUtil.h
1998-12-10 18:01:29 +00:00
rods%netscape.com
64c2b7f4c6
Added printing methods
1998-12-10 17:53:34 +00:00
kipp%netscape.com
c6165333cd
Added some code to handle illegal color values more compatabibly
1998-12-10 17:50:43 +00:00
kipp%netscape.com
6961a03286
Fixed border drawing to not draw zero sized borders
1998-12-10 17:50:11 +00:00
kmcclusk%netscape.com
2c74221f9c
Changes to actually print checkbox's and radiobuttons under Windows.
...
No longer need special offset's during printing. nsFormControlFrame now detects
when to gfx render the widgets.
1998-12-10 17:29:13 +00:00
karnaze%netscape.com
4408592081
fixed bug 1806
1998-12-10 17:22:31 +00:00
troy%netscape.com
9d2a87867d
Minor change to the flow of control to make it more readable
1998-12-10 03:20:31 +00:00
sfraser%netscape.com
ea8147b915
Convert AppleSingle -> binary format
1998-12-10 03:20:07 +00:00
troy%netscape.com
d5d22e04da
Added print options for controlling whether odd and even pages are printed
1998-12-10 03:07:11 +00:00
troy%netscape.com
193529a2df
Fix for bug 1831 where an auto horizontal scrollbar was causing a vertical
...
scrollbar to be displayed even though it wasn't needed
1998-12-10 00:52:58 +00:00
kipp%netscape.com
4185de4375
new
1998-12-10 00:33:07 +00:00
kipp%netscape.com
c51740de2d
Only zero out the height/ascent/descent if the empty text is not a pre-formatted piece of empty text, otherwise blank lines in PRE sections disappear
1998-12-10 00:30:52 +00:00
kipp%netscape.com
64d2aeab3d
Compute percentage base properly
1998-12-09 23:51:39 +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
troy%netscape.com
fad656e103
Moved StartDocument/EndDocument calls to document viewer impl's Print() member
...
function. This fits better with the Mac's printing model
1998-12-09 22:36:57 +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
8031108e1b
tables can now have independent horizontal and vertical cell spacing
...
("cellspacing" HTML attribute == "border-spacing" CSS property, go figure...)
1998-12-09 06:37:18 +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
troy%netscape.com
7afd123cd9
Fixed a crash when resizing the print preview window
1998-12-09 04:26:42 +00:00
kipp%netscape.com
1778e1bc49
Backed out one change
1998-12-09 03:40:42 +00:00
kipp%netscape.com
8ac9031a17
new
1998-12-09 03:40:03 +00:00
kipp%netscape.com
e9ff25188b
new
1998-12-09 03:31:08 +00:00
sfraser%netscape.com
5a28b7b2fd
Adding nsBlockBandData.cpp
1998-12-09 00:26:56 +00:00
cltbld%netscape.com
e83ca84c12
add nsBlockBandData.h per kipp's addition
1998-12-08 23:25:30 +00:00
kipp%netscape.com
14d0a212d5
new
1998-12-08 21:44:22 +00:00
kipp%netscape.com
4f02f0ae72
Added some debug checks to sizes; keep zero sized items on the same line whenever possible
1998-12-08 21:43:42 +00:00
kipp%netscape.com
e10802d09e
Factored out the block-band-data class; fixed a bug with treating block objects that weren't really nsBlockFrame's like they were (bug #1713 )
1998-12-08 21:43:15 +00:00
kipp%netscape.com
e86402c7a3
Added nsBlockBandData
1998-12-08 21:42:35 +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
buster%netscape.com
868ce29c21
fixed a minor glitch I introduced where nested tables cells were getting
...
robbed of a few pixels in width in some cases.
1998-12-08 19:18:33 +00:00
akkana%netscape.com
fe0a67aa9b
Remove old selection code (and fix linux build)
1998-12-08 18:55:00 +00:00
danm%netscape.com
305391ae1a
removed nsSelection.cpp, nsSelectionPoint.cpp, nsSelectionRange.cpp. yell at mjudge if this causes problems.
1998-12-08 18:34:59 +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
troy%netscape.com
399c1e7868
Initial table pagination support
1998-12-08 17:57:45 +00:00
kipp%netscape.com
825f4e5f8b
Fixed an improper use of NS_RELEASE
1998-12-08 16:08:44 +00:00
kipp%netscape.com
320f0facc1
Fixed bug #1621 - if a floater was too wide and it was right aligned it would end up positioned off the left edge of the block
1998-12-08 03:57:12 +00:00
kipp%netscape.com
2025694b82
Removed check for a band count of when when clearing floaters because if the floater is large the band may only have one trapezoid in it
1998-12-08 03:47:44 +00:00
kipp%netscape.com
abfa4440e7
new
1998-12-08 03:36:34 +00:00
jfrancis%netscape.com
464959493a
removing tabs; started deleteContents() imp
1998-12-08 02:26:15 +00:00
buster%netscape.com
c85a6cdd73
fixed a bug in table-layout:fixed mode
...
fixed bug fixed a few small bugs
1998-12-08 01:00:14 +00:00
buster%netscape.com
bc20fdad3a
fixed default cellspacing and cellpadding
1998-12-08 00:59:15 +00:00
kipp%netscape.com
bce8bc5489
new
1998-12-08 00:57:45 +00:00
troy%netscape.com
7cf1fde73d
Improved height calculation when there are floaters. Now we check against
...
the content area y-most rather than the frame bounds y-most. This ensures
that border and padding are respected along the bottom edge
1998-12-08 00:01:12 +00:00
kipp%netscape.com
924b3d53b7
Made image documents layout again
1998-12-07 22:29:13 +00:00
kipp%netscape.com
3723b826cc
Disabled fixed height/width ignoring code for shrink-wrap blocks; fixed crash bug with premature deleting of a line
1998-12-07 22:28:55 +00:00
kipp%netscape.com
be0240395a
Added DeleteLine method
1998-12-07 22:28:23 +00:00
kipp%netscape.com
4d4668dca4
Slightly better handling of left/right block margins
1998-12-07 19:34:41 +00:00
harishd%netscape.com
541bcbe5cd
changed the code that previously accessed mBorderStyle and mBordercolor
...
with new methods added in nsStyleSpacing
1998-12-07 19:07:45 +00:00
harishd%netscape.com
511b951294
Changed code that previously accessed mBorderStyle and mBorderColor with
...
new methods added in nsStyleSpacing
1998-12-07 19:06:55 +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
f3cdc3cfdb
Included a new DrawDashedSide() function prototype and modified DrawSide() function.
1998-12-07 19:04:39 +00:00
harishd%netscape.com
2adb142aa5
Changed code that previously accessed mBorderStyle and mBorderColor
...
with new methods added in nsStyleSpacing
1998-12-07 19:02:13 +00:00
harishd%netscape.com
17a3189fde
No change
1998-12-07 19:00:45 +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
d87392317e
Changed all the places that previously accessed mBorderStyle and mBorderColor
...
with the new methods added in nsStyleSpacing
1998-12-07 18:53:07 +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
harishd%netscape.com
fd7938df80
Added NS_STYLE_HAS_BORDER_COLOR (0x80)
1998-12-07 18:46:02 +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
harishd%netscape.com
cd4bfa41a8
Made mBorderStyle and mBorderColor arrays as protected members
...
and added functions GetBorderStyle(), GetBorderColor(), SetBorderStyle(),
SetBorderColor(), and ClearBorderStyleHightBit() in nsStyleSpacing.
1998-12-07 18:44:02 +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
troy%netscape.com
52b5bcc79f
Initial check-in
1998-12-07 04:05:12 +00:00
troy%netscape.com
e89b2bc6c9
Added support for printing multiple pages
1998-12-07 03:43:02 +00:00
sfraser%netscape.com
1d6781b1d2
Adding nsBlockReflowContext.cpp, nsBulletFrame.cpp, nsLineBox.cpp to fix build bustage.
1998-12-05 21:17:05 +00:00
kipp%netscape.com
a6324a4f7e
nuked
1998-12-05 19:21:03 +00:00
kipp%netscape.com
2f392118fc
new
1998-12-05 19:13:58 +00:00
kipp%netscape.com
d8a9951c14
Removed an unwanted DidReflow call
1998-12-05 16:06:14 +00:00
kipp%netscape.com
74e1833184
Setup first-letter-style to be off by default
1998-12-05 16:05:52 +00:00
kipp%netscape.com
937981b419
Removed handling of block frames (its done by nsBlockReflowContext now)
1998-12-05 16:05:23 +00:00
kipp%netscape.com
6c1eed9eb2
Spanked to be a subclass of the nsBaseIBFrame class
1998-12-05 16:04:46 +00:00
kipp%netscape.com
c87f62165e
Removed carried-out-margin-flags
1998-12-05 16:04:33 +00:00
kipp%netscape.com
81c8c1f32d
Renamed a variable to (hopefully) be more clear what it is
1998-12-05 16:03:53 +00:00
kipp%netscape.com
e98ecaebf7
Made IndentBy public
1998-12-05 16:03:07 +00:00
kipp%netscape.com
1bc51979bf
Use FirstChild so the method is more reusable
1998-12-05 16:02:43 +00:00
kipp%netscape.com
da289aba99
Moved to new Init/ctor seperation
1998-12-05 16:02:26 +00:00
kipp%netscape.com
907f06864c
Major spankage; refactored code; common base class for block/inline frames
1998-12-05 16:02:08 +00:00
kipp%netscape.com
a52f9d25e1
nit
1998-12-05 16:01:41 +00:00
kipp%netscape.com
7d958338bc
Made dtor obviously virtual instead of inherited virtual
1998-12-05 16:01:28 +00:00
kipp%netscape.com
a00a2855e8
Updated
1998-12-05 16:01:11 +00:00
kipp%netscape.com
f41c946598
Added new source files
1998-12-05 16:00:56 +00:00
kipp%netscape.com
c3cc9ba60e
Support variable sized paging again, but only if an nspr log variable is defined
1998-12-05 15:58:09 +00:00
kipp%netscape.com
c1eb0f7ec4
Start enums at zero so that debug noise can map them to strings safely
1998-12-05 15:57:40 +00:00
ramiro%netscape.com
e2b921bf3c
Add cvsignore entries for makefiles generated bu autoconf.
1998-12-05 09:07:33 +00:00
buster%netscape.com
4e927b37f3
fixed cellspacing and cellpadding handling
...
default cellspacing and cellpadding now comes from the table frame itself
other frames on longer look at the "tableStyle" struct for these values
1998-12-05 05:27:21 +00:00
akkana%netscape.com
9822a0af6a
Implement InSameDoc
1998-12-05 02:19:01 +00:00
wtc%netscape.com
820aec09ab
The second argument for GetStyleData needs to be 'const'.
1998-12-05 01:47:37 +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
kmcclusk%netscape.com
9868c9a0f9
Added Windows printing code for radio buttons.
1998-12-04 22:53:45 +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
kmcclusk%netscape.com
4f596b5059
Added some comments
1998-12-04 19:16:58 +00:00
kmcclusk%netscape.com
a67e6c1fe0
Fix for MAC build
1998-12-04 19:07:46 +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
kmcclusk%netscape.com
86a2bd4b85
Added code to GFX-render checkbox's under Windows when printing.
1998-12-04 18:33:34 +00:00
jfrancis%netscape.com
6f832796e8
fixing up start/end setters, other details
1998-12-04 18:21:52 +00:00
karnaze%netscape.com
66f0822308
added code provided by Micahel Lowe to get system colors for frameset borders (bug 1763)
1998-12-04 18:05:30 +00:00
troy%netscape.com
4f5fc0524a
Added a comment about view creation
1998-12-04 06:13:18 +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
b7a4774af0
Removed some commented out old code
1998-12-04 03:46:59 +00:00
waterson%netscape.com
d54546686d
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
c2a37f36ad
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
199c24d49a
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
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
2d6a42cd38
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
da56c11be1
changing exports of new CIDs for selection
1998-12-03 21:44:12 +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
e24288bbb6
First Checked In.
1998-12-03 20:28:15 +00:00
waterson%netscape.com
37ffaaf5ad
Export style sheets, nsPresShell, and nsTextNode via the factory.
1998-12-03 20:21:40 +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
23112ce100
minor optimizations and cleanup. removed constructors that did nothing.
1998-12-03 20:19:01 +00:00
jfrancis%netscape.com
0a113c8952
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
1f09ce3031
added table pseudo-style contenxts
1998-12-03 18:03:28 +00:00
buster%netscape.com
9c4e4e9e76
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
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
troy%netscape.com
ae7e0ae454
Removed explict call of base class constructor
1998-12-03 07:22:31 +00:00
troy%netscape.com
fbd9f4ef8b
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
2a4b2c503f
Added Init() member function to nsIFrame
1998-12-03 06:31:43 +00:00
joki%netscape.com
946548a531
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
83b0609315
Fixed unitialized value problem.
1998-12-03 00:34:44 +00:00
wtc%netscape.com
59b32f50ef
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
e2bfbdcdc6
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
f5bcd75d8b
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
96b9e437c5
Fix mouseover/mouseout firing crash when hitting bad frame.
1998-12-02 02:14:58 +00:00
peterl%netscape.com
e64a72b830
Added nsLayoutAtoms.cpp
1998-12-02 00:49:52 +00:00
peterl%netscape.com
c1a6062752
added inline style sheet support for contained HTML
1998-12-02 00:39:10 +00:00
peterl%netscape.com
ba1a0ff568
changed media type to atom
...
moved body fixup rule to body element
1998-12-02 00:38:33 +00:00
peterl%netscape.com
b5f9c257f1
changed media type to atom
1998-12-02 00:38:14 +00:00
peterl%netscape.com
1d114307e1
added media support to child sheet iteration
...
changed medium type to atoms
1998-12-02 00:37:32 +00:00
peterl%netscape.com
fd53cd27e2
added media support to import
1998-12-02 00:36:37 +00:00
peterl%netscape.com
32453af5dc
changed medium type to atom
1998-12-02 00:36:00 +00:00
peterl%netscape.com
d697c328a9
added inline style sheet accessor
1998-12-02 00:35:41 +00:00
peterl%netscape.com
e5073780c6
fixed decoration style of del
1998-12-02 00:35:26 +00:00
peterl%netscape.com
4da4f20250
changed media to uppercase atoms
1998-12-02 00:35:03 +00:00
peterl%netscape.com
12fda54c43
added inline style rule accessor
1998-12-02 00:34:31 +00:00
peterl%netscape.com
70114e4809
moved body fixup rule into content
1998-12-02 00:34:06 +00:00
peterl%netscape.com
16457d2733
added inline style accessor
1998-12-02 00:33:12 +00:00
peterl%netscape.com
14a4bc76a8
added nsLayoutAtoms
1998-12-02 00:32:20 +00:00
peterl%netscape.com
3349d9e806
added medium type
1998-12-02 00:31:31 +00:00
peterl%netscape.com
efc9fc421e
added media support
1998-12-02 00:30:42 +00:00
peterl%netscape.com
78bc2e40d8
added nslayoutatoms.h
1998-12-02 00:29:42 +00:00
peterl%netscape.com
e224ac9762
new file
1998-12-02 00:29:29 +00:00
peterl%netscape.com
7e09a07d55
changed medium type to atom
1998-12-02 00:29:16 +00:00
peterl%netscape.com
c60ac1b70f
added medium accessor
1998-12-02 00:28:57 +00:00
waterson%netscape.com
ca441d8de1
First Checked In.
1998-12-02 00:20:07 +00:00
waterson%netscape.com
a3fbabc790
Exposed nsCSSParser via layout factory.
1998-12-01 23:29:16 +00:00
jfrancis%netscape.com
51ef69c1de
moving nsRangeList.cpp to the right place in the project
1998-12-01 22:05:27 +00:00
jfrancis%netscape.com
45028b8b30
moving nsDocumentfragment.cpp to the right place in the project
1998-12-01 22:00:18 +00:00
troy%netscape.com
37fcf8cf70
Removed hack of having page size based on viewport size
1998-12-01 19:38:29 +00:00
akkana%netscape.com
0b7b85b6f7
nsIRangeList shouldn't have been here. Fix build bustage
1998-12-01 19:34:50 +00:00
mjudge%netscape.com
2d103ec094
including proper thing
1998-12-01 19:18:52 +00:00
akkana%netscape.com
81961471ac
Change Element to Node
1998-12-01 19:15:00 +00:00
mjudge%netscape.com
d4abd147c5
need to include the nsIDOMElement.h dont know why this worked on windows
1998-12-01 19:14:18 +00:00
leaf%mozilla.org
00a6607eaf
adding nsIRangeList.h to exports list
1998-12-01 19:08:02 +00:00
mjudge%netscape.com
9b06fb7378
changes nsRangeList to be an implementation of nsICollection
1998-12-01 18:00:02 +00:00
mjudge%netscape.com
7135c7af4a
changing nsIRangeList to nsICollection
1998-12-01 17:57:42 +00:00
mjudge%netscape.com
dd4fb641ca
removing nsIRangeList.h
1998-12-01 17:56:56 +00:00
mjudge%netscape.com
4924d1abcf
removing nsIRangeList.h
1998-12-01 17:55:58 +00:00
kipp%netscape.com
5841a14537
new
1998-12-01 16:13:49 +00:00
troy%netscape.com
900c396915
Changed to handle StyleChanged incremental reflow command
1998-12-01 05:17:12 +00:00
karnaze%netscape.com
3ac909047e
fixed bug 1613 (leak in nsFrameSetFrame::CalculateRowCol)
1998-11-30 22:37:52 +00:00
beard%netscape.com
c0c7bc482d
Mac shared library migration.
1998-11-30 22:15:00 +00:00
beard%netscape.com
7b2b7b599d
First Checked In.
1998-11-30 22:14:25 +00:00
buster%netscape.com
09df53a05d
fixed a bug for tables with complicated colspans and fixed widths
1998-11-30 19:06:33 +00:00
karnaze%netscape.com
abbe1cf13e
fixed bug 1696
1998-11-30 18:19:21 +00:00
pinkerton%netscape.com
34d9633aa4
added nsDocumentFragment.cpp to fix build bustage.
1998-11-30 17:51:01 +00:00
buster%netscape.com
c44861d421
fixed some nested table layout problems
1998-11-30 15:10:20 +00:00
vidur%netscape.com
1dadb447e1
Fixing build bustage
1998-11-30 08:47:27 +00:00
vidur%netscape.com
6b930eba56
Moved nsGenericElement to base directory. Added basic support for document fragments.
1998-11-30 07:59:11 +00:00
mjudge%netscape.com
91798f3747
adding nsRangeList.cpp to list of files to compile
1998-11-30 05:29:53 +00:00
jfrancis%netscape.com
9de7ea0e3b
[sfraser checking in as jfrancis]
added nsRangeList.cpp, turned on debug info for debug targets, as build bustage fixage.
1998-11-30 03:02:52 +00:00
mjudge%netscape.com
e8367337da
added nsRange to unix
1998-11-30 03:00:26 +00:00