kipp
|
6433e66bdc
|
Fixed vertical alignment bug: lines that contained bottom aligned objects would add in too much height
|
1998-05-12 23:53:37 +00:00 |
|
kipp
|
21bdb6a41c
|
Removed dead code
|
1998-05-12 23:52:45 +00:00 |
|
kipp
|
5f6c659450
|
Use code in nsHTMLImageLoader to share code and fix image bugs in image buttons; removed some tabs in the source; get image border handled right
|
1998-05-12 23:52:33 +00:00 |
|
kipp
|
cff0f74180
|
Removed special code for mWidth/mHeight handling
|
1998-05-12 23:51:46 +00:00 |
|
kipp
|
432fe2b0c5
|
Removed mWidth and mHeight; use base class handling of that now
|
1998-05-12 23:51:30 +00:00 |
|
kipp
|
245009e879
|
Removed IMG rule
|
1998-05-12 23:51:09 +00:00 |
|
kipp
|
13d6a1b006
|
Make image borders work when html attribute is defined
|
1998-05-12 23:50:54 +00:00 |
|
kipp
|
e8951cc3fd
|
Use nsHTMLImageLoader to share code
|
1998-05-12 23:50:28 +00:00 |
|
kipp
|
df1f69f0cd
|
Moved margin code into line layout
|
1998-05-12 23:49:40 +00:00 |
|
kipp
|
0f25b685df
|
Removed left/right margin calc as caller is doing it
|
1998-05-12 23:48:37 +00:00 |
|
kipp
|
eae3bc823b
|
new
|
1998-05-12 23:48:11 +00:00 |
|
kipp
|
6a762cbfff
|
Added methods to invalidate the caches
|
1998-05-12 23:47:50 +00:00 |
|
scullin
|
b2eff2b481
|
Release mode fix.
|
1998-05-12 23:32:59 +00:00 |
|
troy
|
6b461310f7
|
Space manager API change
|
1998-05-12 23:02:47 +00:00 |
|
troy
|
2f7c5e2ad6
|
Changed API
|
1998-05-12 23:02:14 +00:00 |
|
troy
|
224249091a
|
Added new member functions
|
1998-05-12 23:02:02 +00:00 |
|
peterl
|
a74065d6fc
|
sync to nsStyleSpacing api changes
|
1998-05-12 22:58:14 +00:00 |
|
peterl
|
b1e4b9dddd
|
added proper support for border padding & margin
better support for clip
|
1998-05-12 22:57:52 +00:00 |
|
peterl
|
8993ed1907
|
added clip inherit support
added line-height number support
|
1998-05-12 22:56:18 +00:00 |
|
peterl
|
9bc80be166
|
sync to new spacing apis
|
1998-05-12 22:28:01 +00:00 |
|
peterl
|
36e6db6dfd
|
fixed clip rect handling (auto side support)
|
1998-05-12 22:26:59 +00:00 |
|
peterl
|
1b9417b6fa
|
added table enums
added clip flags
|
1998-05-12 22:25:31 +00:00 |
|
peterl
|
4abbba9368
|
added factor unit
added nsStyleSides
|
1998-05-12 22:24:12 +00:00 |
|
peterl
|
0822939f9d
|
merged nsStyleBorder & nsStyleSpacing
changed spacing data to use nsStyleSides
removed virtual methods
added nsStyleTable
|
1998-05-12 22:23:13 +00:00 |
|
peterl
|
8f0b181a70
|
Merged nsStyleBorder & nsStyleSpacing
changed spacing values o use nsStyleSides
removed virtual methods
|
1998-05-12 22:21:03 +00:00 |
|
peterl
|
c66846cbf8
|
added factor unit type
added nsStyleSides
|
1998-05-12 22:18:42 +00:00 |
|
karnaze
|
1f1e724312
|
textarea sizing improvement; use nsCSSLayout::GetStyleSize; fix combo box SizeTo
|
1998-05-12 18:28:58 +00:00 |
|
troy
|
806c07cc37
|
Removed some temporary code that isn't needed now that content changed
reflow commands aren't generated for the body
|
1998-05-12 04:46:27 +00:00 |
|
troy
|
8f2db5dfa6
|
Changed enum to conform with coding standards
|
1998-05-12 04:38:23 +00:00 |
|
troy
|
5b69e1f043
|
Change to nsIFrame API
|
1998-05-12 04:17:56 +00:00 |
|
kipp
|
c0cb1cb79c
|
Release image loader during delete frame to break so that images shutdown properly
|
1998-05-12 01:32:30 +00:00 |
|
kipp
|
e8cd7381c4
|
Added container methods for the singly contained frame
|
1998-05-12 01:31:22 +00:00 |
|
kipp
|
a5887e310b
|
Init band data so that zero is returned on failure
|
1998-05-12 01:30:57 +00:00 |
|
kipp
|
8ad0fdc600
|
Re-installed the temporary content appended hack
|
1998-05-12 01:30:40 +00:00 |
|
kipp
|
d0ae47e340
|
Pass on stop image load to the image loader too so that circular references can be broken and memory can get released properly
|
1998-05-12 01:30:15 +00:00 |
|
kipp
|
b58d55a356
|
Removed unused variables and methods
|
1998-05-12 01:29:43 +00:00 |
|
kipp
|
7004a73082
|
Implement stop and abort; stop properly breaks circular link to image request
|
1998-05-12 01:29:29 +00:00 |
|
kipp
|
9f9c04ca2b
|
Declare stop and abort methods
|
1998-05-12 01:28:51 +00:00 |
|
kipp
|
f66e300932
|
Added stop and abort methods
|
1998-05-12 01:28:31 +00:00 |
|
kipp
|
e7b30a6c52
|
Make url's absolute per the css spec
|
1998-05-11 23:28:47 +00:00 |
|
kipp
|
df41bc56dd
|
Skip over whitespace properly after url string (it's optional whitespace not mandatory whitespace)
|
1998-05-11 23:28:22 +00:00 |
|
kipp
|
619471fc16
|
Use new image loading API's
|
1998-05-11 22:58:20 +00:00 |
|
kipp
|
4bd1b3a848
|
Revised image loading API's
|
1998-05-11 22:57:05 +00:00 |
|
kipp
|
4542f9f903
|
Removed image loading code (factored out into nsFrameImageLoader); revised API for image loading
|
1998-05-11 22:56:58 +00:00 |
|
kipp
|
0eb99d9f58
|
Added nsFrameImageLoader
|
1998-05-11 22:56:23 +00:00 |
|
kipp
|
0175c0420c
|
Export nsIFrameImageLoader.h
|
1998-05-11 22:55:54 +00:00 |
|
kipp
|
8fa5204d63
|
new
|
1998-05-11 22:52:40 +00:00 |
|
troy
|
341b30497d
|
Changed table code to pay attention to the ALIGN attribute
|
1998-05-11 21:31:12 +00:00 |
|
troy
|
8c077bc14e
|
Fixed build bustage
|
1998-05-11 21:03:50 +00:00 |
|
troy
|
9f30b1be63
|
Wrapped VerifyLines() inside of a NS_DEBUG #define
|
1998-05-11 18:54:15 +00:00 |
|