vidur%netscape.com
|
73b2ab6abe
|
Made unparented nodes outside the document return a new document fragment as parent. Inserting a node into a tree removes it from its previous position
|
1999-01-19 03:54:26 +00:00 |
jfrancis%netscape.com
|
0b590ab2f8
|
fixing addref/release errors in SelectAll code - fixes bug #2166
|
1999-01-19 01:54:57 +00:00 |
jfrancis%netscape.com
|
09dcebe273
|
fixing bug in range endpoint comparison
|
1999-01-19 01:07:52 +00:00 |
vidur%netscape.com
|
572ca70ca6
|
Implemented Element::GetElementsByTagName. Fixed bug 2327 - forms appearing multiple times in document.forms array.
|
1999-01-18 03:43:43 +00:00 |
karnaze%netscape.com
|
4a096a53f7
|
scrollable row groups
|
1999-01-17 23:35:56 +00:00 |
troy%netscape.com
|
fcf61df310
|
Fixed it so relatively positioned block frames act as containing blocks
for absolutely positioned child elements
|
1999-01-16 22:18:08 +00:00 |
kipp%netscape.com
|
06d2d8efb3
|
Spanked away SizeOf methods and nsIListFilter
|
1999-01-16 00:00:50 +00:00 |
kipp%netscape.com
|
a9e0e05f2b
|
Switch to using nsFrameList for frame lists
|
1999-01-15 22:53:39 +00:00 |
joki%netscape.com
|
e75bb725b2
|
Fix bogus return value on GetImageMap
|
1999-01-15 22:26:30 +00:00 |
troy%netscape.com
|
0106607e08
|
Fixed it so that box offsets (left/right/top/bottom) can be negative numbers
|
1999-01-15 22:09:15 +00:00 |
vidur%netscape.com
|
c45b15cee6
|
Wildcard handling of document.getElementsByTagName. Better handling of casing and namespaces for tagNames.
|
1999-01-15 19:18:30 +00:00 |
kipp%netscape.com
|
b25ad154ee
|
Fixed absolute positioning bug I introduced in my last checkin
|
1999-01-15 17:33:00 +00:00 |
peterl%netscape.com
|
cd6525cf03
|
better base url handling
Checkin during red tree approved by sar
|
1999-01-15 02:09:56 +00:00 |
peterl%netscape.com
|
0e2059924f
|
better base url support
added support for "none" style change hint
added assert for recycling of html attributes
Checkin during red tree approved by sar
|
1999-01-15 02:09:29 +00:00 |
peterl%netscape.com
|
1c11963511
|
don't assert when not mapping anything without mapping function
Checkin during red tree approved by sar
|
1999-01-15 02:08:20 +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
|
095a999ae8
|
better base url support
fixed assert in call to deprecated url method
Checkin during red tree approved by sar
|
1999-01-15 02:07:15 +00:00 |
peterl%netscape.com
|
00692a6f8a
|
better base URL support
better parsing of media types (per HTML4.0 spec)
enforce pseudo element sepectors at end of seletor list
Checkin during red tree approved by sar
|
1999-01-15 02:06:13 +00:00 |
peterl%netscape.com
|
62dde58889
|
better computation of style hint
Checkin during red tree approved by sar
|
1999-01-15 02:04:51 +00:00 |
peterl%netscape.com
|
cef835894d
|
better base url support
fixed parsing of media attribute
Checkin during red tree approved by sar
|
1999-01-15 02:02:48 +00:00 |
peterl%netscape.com
|
71d9d5e919
|
better base url and target support
Checkin during red tree approved by sar
|
1999-01-15 02:01:36 +00:00 |
peterl%netscape.com
|
64fa70716d
|
better base URL support
set base url when parsing style attributes
better style attribute change notification
Checkin during red tree approved by sar
|
1999-01-15 01:59:42 +00:00 |
peterl%netscape.com
|
91db55c146
|
made font color also set text decoration color
Checkin during red tree approved by sar
|
1999-01-15 01:58:41 +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 |
peterl%netscape.com
|
51e2312609
|
changed parent/child ref/counting policy
Checkin during red tree approved by sar
|
1999-01-15 01:57:05 +00:00 |
peterl%netscape.com
|
ead1262451
|
added better base url support
tweaks to attribute change notification
Checkin during red tree approved by sar
|
1999-01-15 01:56:18 +00:00 |
peterl%netscape.com
|
baec5f2b55
|
added GetBaseURL
Checkin during red tree approved by sar
|
1999-01-15 01:53:50 +00:00 |
kipp%netscape.com
|
3246006e73
|
Stop using reflow commands for frame structure changes; instead invoke methods on the frames which then generate reflow commands as needed
|
1999-01-15 01:30:12 +00:00 |
sfraser%netscape.com
|
819907dcbd
|
Fix a couple of warnings by making callbacks static.
|
1999-01-14 23:37:57 +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
|
31d4fa1dac
|
Fix for bug #2316. Added back some code I removed because I didn't think we
needed it, but without out it 'color' doesn't inherit properly
|
1999-01-14 05:14:11 +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 |
troy%netscape.com
|
2ca99d3bc9
|
Re-commiting my fucking changes...
|
1999-01-13 00:44:48 +00:00 |
cltbld%netscape.com
|
50bb86b809
|
backing out changes made against a red tree
|
1999-01-13 00:00:57 +00:00 |
vidur%netscape.com
|
5108ab6d9c
|
Fix for bug 1258. Content sink flushes tags when it sees a script, but makes sure that reflow doesn't happen until its safe again.
|
1999-01-12 23:49:13 +00:00 |
troy%netscape.com
|
af64fd8bd9
|
Fixed a memory leak
|
1999-01-12 23:17:49 +00:00 |
waterson%netscape.com
|
7773967f5f
|
Obsoleted.
|
1999-01-12 19:42:36 +00:00 |
kipp%netscape.com
|
9088d3fb1e
|
Use new flag defines
|
1999-01-12 16:42:03 +00:00 |
vidur%netscape.com
|
96eac03f6f
|
Added new namespace/attribute parsing methods to nsIContent
|
1999-01-12 16:38:28 +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 |
vidur%netscape.com
|
19388472d7
|
new files
|
1999-01-12 08:45:23 +00:00 |
waterson%netscape.com
|
f7e3c75573
|
Initial revision. (Not yet in the build.)
|
1999-01-12 05:32:30 +00:00 |
troy%netscape.com
|
bc2cdbd6d8
|
Fix for bug #2285. Just reseting the mFlags isn't enough, because the PaintBackground()
member function ignores the flags and checks for a non-empty URL. This way is safer and
should work in all cases
|
1999-01-11 19:44:22 +00:00 |
troy%netscape.com
|
bf1b1b7508
|
Hooked up marginwidth and marginheight attributes to change the 'margin'
property instead of the 'padding' property
|
1999-01-09 04:31:51 +00:00 |
rickg%netscape.com
|
342564910d
|
sync up with mods to the parser
|
1999-01-09 01:11:37 +00:00 |
kipp%netscape.com
|
cbfc917947
|
Implement GetAreas; cleanup some whitespace; removed some out of date comments
|
1999-01-09 00:17:07 +00:00 |
kipp%netscape.com
|
9895d50201
|
Removed a spurious Addref of an atom
|
1999-01-09 00:16:42 +00:00 |
kipp%netscape.com
|
5256258727
|
Added some whitespace
|
1999-01-09 00:16:07 +00:00 |
kipp%netscape.com
|
f45cd818cf
|
Reformatted a comment
|
1999-01-09 00:15:54 +00:00 |