troy%netscape.com
|
8ad1ac6004
|
Fixed an assert that was getting hit for absolutely positioned elements
|
1999-01-15 04:28:17 +00:00 |
peterl%netscape.com
|
b735f84565
|
better base url support
Checkin during red tree approved by sar
|
1999-01-15 02:07:46 +00:00 |
peterl%netscape.com
|
08a091e0c9
|
better base URL support
Checkin during red tree approved by sar
|
1999-01-15 01:57:58 +00:00 |
kipp%netscape.com
|
91d41ccbaa
|
Implement temporary versions of AppendFrames/InsertFrames/RemoveFrame; stub out ReplaceFrame
|
1999-01-15 01:29:15 +00:00 |
kipp%netscape.com
|
3bce39a1b2
|
Added append/insert/remove/replace methods
|
1999-01-15 01:28:28 +00:00 |
vidur%netscape.com
|
d6d3d60d57
|
Moved text and comment code out of HTML-specific directories. Completed CloneNode for elements. Completed factory methods for intersection of XML and HTML.
|
1999-01-14 23:14:02 +00:00 |
troy%netscape.com
|
5d8b4656eb
|
Removed the content-parent frame pointer. Now we just have the one geometric
parent
|
1999-01-14 05:16:23 +00:00 |
troy%netscape.com
|
8ac6e31715
|
Fix for bug #2276, and some initial support for 'right' and 'bottom'
for absolutely positioned elements
|
1999-01-13 06:37:31 +00:00 |
kipp%netscape.com
|
9088d3fb1e
|
Use new flag defines
|
1999-01-12 16:42:03 +00:00 |
kipp%netscape.com
|
9832366872
|
Clean up block frame flags
|
1999-01-12 16:41:30 +00:00 |
vidur%netscape.com
|
3348aaedd0
|
Second pass of attributes as nodes. Improved namespace management - XML elements now hold on to their containing namespace. Fixed Get/SetDOMAttriute naming issue. Added new namespace parsing methods to nsIContent
|
1999-01-12 16:37:24 +00:00 |
troy%netscape.com
|
a14ae37e47
|
Turned off assert
|
1999-01-09 01:43:02 +00:00 |
kipp%netscape.com
|
61149040ae
|
new
|
1999-01-09 00:18:08 +00:00 |
kipp%netscape.com
|
cc2e709ffa
|
Reworked to use dom content objects for holding the raw map data and observering content changes and updating the 'compiled' map
|
1999-01-09 00:13:53 +00:00 |
kipp%netscape.com
|
e289eb426d
|
Use nsImageMap
|
1999-01-09 00:13:19 +00:00 |
kipp%netscape.com
|
dcbaec7ca2
|
Added defines and comments indicating which parts of the frames reflow state are reserved
|
1999-01-09 00:11:40 +00:00 |
troy%netscape.com
|
310d08ec36
|
Added support for 'right' and 'bottom' properties. Changed to using a
nsStyleSides struct to hold all the offsets
|
1999-01-08 04:47:46 +00:00 |
troy%netscape.com
|
fd0d24ebb6
|
Changed to handle FrameRemoved reflow command for an absolutely positioned
child frame
|
1999-01-07 05:46:26 +00:00 |
brade%netscape.com
|
dbdbc0a37a
|
reduce Macintosh compiler warnings by adding prototype
|
1999-01-06 18:53:59 +00:00 |
brade%netscape.com
|
7cf519f500
|
reduce Macintosh compiler warnings byadding prototype
|
1999-01-06 18:52:58 +00:00 |
brade%netscape.com
|
0acf537005
|
reduce Macintosh compiler warnings by adding prototype
|
1999-01-06 18:44:59 +00:00 |
brade%netscape.com
|
9d0f849b8d
|
reduce Macintosh compiler warnings by making function private
|
1999-01-06 18:43:39 +00:00 |
troy%netscape.com
|
59d1bc8ea5
|
Replaced "maxSize" member if nsReflowState with "availableWidth" and
"availableHeight"
|
1999-01-05 23:31:18 +00:00 |
kipp%netscape.com
|
8fc647b798
|
Use macros from nsTextFragment
|
1999-01-05 23:02:27 +00:00 |
kipp%netscape.com
|
eedfe48223
|
Reinstated the last set of checkins that were backed out
|
1999-01-05 23:01:54 +00:00 |
troy%netscape.com
|
a8ad5f82cb
|
Initial check-in
|
1999-01-05 19:44:41 +00:00 |
donm%netscape.com
|
4de9f3ce79
|
backing out changes against a long red tree. would like to clear
the hook. -donm
|
1999-01-05 18:16:05 +00:00 |
kipp%netscape.com
|
1bb63c7c14
|
Fix handling of removed-child incremental reflow to no longer crash (bug #1941); also disabled incremental behavior for remove and inserted for now so that layout looks correct
|
1999-01-05 17:50:41 +00:00 |
kipp%netscape.com
|
6d76be6bac
|
Removed aPrevSibling from DoRemoveFrame's arg list
|
1999-01-05 17:49:44 +00:00 |
amusil%netscape.com
|
6a0e7ba4b2
|
Temporary workaround so that plugins display correctly. This will change after support for
CSS borders and padding are added.
|
1999-01-04 23:45:38 +00:00 |
troy%netscape.com
|
76dc813a2c
|
Changed nsISpaceManager interface to conform to XP-COM conventions on
return values
|
1999-01-04 04:54:33 +00:00 |
troy%netscape.com
|
d41efd6b76
|
Moved enum and replaced it with #defines
|
1999-01-03 00:31:46 +00:00 |
troy%netscape.com
|
34f0a7ddad
|
Changed CreatePlaceholderFrame() to use a pseudo element style context
(:PLACEHOLDER-FRAME) for the placeholder frame. This way it looks like an
inline static frame with a specified size of (0, 0)
|
1999-01-02 20:51:43 +00:00 |
troy%netscape.com
|
8646017faa
|
Better computation of computed width and height and margins for block-level
elements
|
1998-12-31 05:35:38 +00:00 |
troy%netscape.com
|
781a43ae69
|
Changed width/height constraints in nsHTMLReflowState struct
|
1998-12-30 17:50:00 +00:00 |
troy%netscape.com
|
7baf302727
|
Renamed FindFrameWithContent() to GetPrimaryFrameFor()
|
1998-12-29 04:45:18 +00:00 |
troy%netscape.com
|
e1f9e8b29f
|
Moved logic that deals with moving absolutely positioned frames out of the
flow to the frame construction code
|
1998-12-29 03:38:16 +00:00 |
troy%netscape.com
|
ace9d4b531
|
Fix for bug #1924
|
1998-12-22 05:02:46 +00:00 |
troy%netscape.com
|
03b64f86a8
|
Fix for bug #1942. Also made it so we respect 'width' and 'height' properties
specified on the HTML element
|
1998-12-22 03:49:04 +00:00 |
troy%netscape.com
|
900f469395
|
Renamed NS_NewHTMLFrame() to NS_NewRootFrame()
|
1998-12-21 18:22:44 +00:00 |
rods%netscape.com
|
552e22107d
|
Added in NS_RELEASE of LookAndFeel object
|
1998-12-21 16:52:17 +00:00 |
brade%netscape.com
|
a6e19684ab
|
remove extra comma to reduce Macintosh compiler warnings
|
1998-12-21 16:40:46 +00:00 |
troy%netscape.com
|
c9dedf070c
|
Changed the frame hierarchy, and changed how scrolling works. Also added
nsAreaFrame which replaces nsBodyFrame which is no longer used
|
1998-12-20 23:29:47 +00:00 |
peterl%netscape.com
|
e75a76898d
|
sync to new attribute api
|
1998-12-20 01:21:23 +00:00 |
kipp%netscape.com
|
6367ebbf6e
|
Implement GetSkipSides so that continued inline frames render properly
|
1998-12-18 22:12:42 +00:00 |
kipp%netscape.com
|
60100e4875
|
Display inline borders/background during content painting, not during background painting (per css2 spec)
|
1998-12-18 22:12:15 +00:00 |
akkana%netscape.com
|
82c8536d57
|
Attempt to patch mac build error
|
1998-12-18 21:04:33 +00:00 |
troy%netscape.com
|
369705bd32
|
Initial check-in
|
1998-12-18 17:54:54 +00:00 |
kipp%netscape.com
|
12fb04dd78
|
Fixed numerous compiler warnings (hopefully) from the mac build
|
1998-12-18 17:34:34 +00:00 |
kipp%netscape.com
|
27f0cfe8cc
|
Revised frame Paint API
|
1998-12-18 15:54:23 +00:00 |