vidur%netscape.com
|
8bab99aac5
|
Implemented nsIDOMElement::Normalize
|
1999-01-25 22:17:15 +00:00 |
|
ftang%netscape.com
|
3759b987f5
|
change nsCharSetID into nsString type
|
1999-01-25 16:05:04 +00:00 |
|
peterl%netscape.com
|
6adda0ee50
|
set now manages order of doc style sheets
|
1999-01-23 07:01:57 +00:00 |
|
peterl%netscape.com
|
119785d7c2
|
added header data accessors
cleaned up style sheet ordering
|
1999-01-23 07:01:40 +00:00 |
|
peterl%netscape.com
|
b8cf627e7d
|
added header data accesors
|
1999-01-23 07:00:10 +00:00 |
|
akkana%netscape.com
|
581ab7e058
|
remove some verbose debugging messages
|
1999-01-23 00:38:54 +00:00 |
|
vidur%netscape.com
|
f7657749c8
|
Implemented splitText for text nodes
|
1999-01-23 00:10:08 +00:00 |
|
vidur%netscape.com
|
ae6e5a8019
|
Comments added to content model. Comments and text content now have a special tagname
|
1999-01-22 22:48:00 +00:00 |
|
jfrancis%netscape.com
|
87e977ff11
|
efficiency improvement to ComparePointToRange()
|
1999-01-22 08:59:26 +00:00 |
|
kostello%netscape.com
|
20ddd08b9c
|
Updated XIF code to match the new selection work.
|
1999-01-21 21:45:17 +00:00 |
|
vidur%netscape.com
|
22a8cb9919
|
Fix to get default namespaces to work. Cleanup of DOM handling of character data.
|
1999-01-21 19:33:03 +00:00 |
|
vidur%netscape.com
|
8ff9eaa54b
|
Completion of document as node - specifically, the childNodes array. Completion of nodeName, nodeValue and attributes properties for different types of nodes.
|
1999-01-19 23:07:33 +00:00 |
|
vidur%netscape.com
|
f052b61c9d
|
Started implementation of Node properties and methods for documents.
|
1999-01-19 16:58:45 +00:00 |
|
vidur%netscape.com
|
792728fe8b
|
new file - base class for other node lists
|
1999-01-19 15:50:20 +00:00 |
|
vidur%netscape.com
|
5fed996e8a
|
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
|
6e0a3b6fa1
|
fixing addref/release errors in SelectAll code - fixes bug #2166
|
1999-01-19 01:54:57 +00:00 |
|
jfrancis%netscape.com
|
121d8da171
|
fixing bug in range endpoint comparison
|
1999-01-19 01:07:52 +00:00 |
|
vidur%netscape.com
|
c00b32a482
|
Implemented Element::GetElementsByTagName. Fixed bug 2327 - forms appearing multiple times in document.forms array.
|
1999-01-18 03:43:43 +00:00 |
|
kipp%netscape.com
|
7f96144059
|
Spanked away SizeOf methods and nsIListFilter
|
1999-01-16 00:00:50 +00:00 |
|
vidur%netscape.com
|
9fe347aafc
|
Wildcard handling of document.getElementsByTagName. Better handling of casing and namespaces for tagNames.
|
1999-01-15 19:18:30 +00:00 |
|
peterl%netscape.com
|
4d6c75857f
|
changed parent/child ref/counting policy
Checkin during red tree approved by sar
|
1999-01-15 01:57:05 +00:00 |
|
peterl%netscape.com
|
7623bb0e4e
|
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
|
609b48d91d
|
added GetBaseURL
Checkin during red tree approved by sar
|
1999-01-15 01:53:50 +00:00 |
|
sfraser%netscape.com
|
524b4090da
|
Fix a couple of warnings by making callbacks static.
|
1999-01-14 23:37:57 +00:00 |
|
vidur%netscape.com
|
895ce771ea
|
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
|
036e6852f2
|
Removed the content-parent frame pointer. Now we just have the one geometric
parent
|
1999-01-14 05:16:23 +00:00 |
|
vidur%netscape.com
|
274a4add3e
|
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
|
3a4638a52c
|
new files
|
1999-01-12 08:45:23 +00:00 |
|
kipp%netscape.com
|
6d30c6dc81
|
Added missing forward decl of nsIAtom
|
1999-01-09 00:11:10 +00:00 |
|
troy%netscape.com
|
20fbd1e186
|
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 |
|
akkana%netscape.com
|
9249c01cfc
|
Remove erroneous NOT_IMPLEMENTED return
|
1999-01-07 21:06:43 +00:00 |
|
brade%netscape.com
|
08f3275254
|
reduce compiler warnings on Macintosh by adding comparisons in while loops (around assignments)
|
1999-01-06 20:00:56 +00:00 |
|
peterl%netscape.com
|
294454c806
|
changed DOM attribute methods to return the return value from the underlying attribute mechanism
|
1999-01-06 01:20:54 +00:00 |
|
vidur%netscape.com
|
2934b39e2c
|
Work in progres to get out-of-line document.write working. Created Reset() method in nsDocument. Fix for bug 1668.
|
1999-01-06 00:32:41 +00:00 |
|
kipp%netscape.com
|
b3ad196bb0
|
Consolidated character set macros into this file
|
1999-01-05 23:01:32 +00:00 |
|
jfrancis%netscape.com
|
6c9dce9b65
|
satisfying compiler oddities
|
1999-01-04 17:44:20 +00:00 |
|
jfrancis%netscape.com
|
58623fe2e1
|
bug fixing range gravity code; general cleanup
|
1999-01-04 16:48:33 +00:00 |
|
jfrancis%netscape.com
|
ff9cf6ef75
|
adding range gravity for dom text nodes
|
1999-01-03 14:29:54 +00:00 |
|
jfrancis%netscape.com
|
bb23b3dbd6
|
more dom range gravity work
|
1998-12-30 08:28:16 +00:00 |
|
troy%netscape.com
|
583682a5c1
|
Renamed FindFrameWithContent() to GetPrimaryFrameFor()
|
1998-12-29 04:45:18 +00:00 |
|
troy%netscape.com
|
7b5cc03059
|
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 |
|
peterl%netscape.com
|
3cf603abf4
|
added support for the 'xmlns' pseudo namespace
|
1998-12-21 05:56:51 +00:00 |
|
peterl%netscape.com
|
887cd5f867
|
sync to new attribute api
|
1998-12-20 01:21:23 +00:00 |
|
peterl%netscape.com
|
1106a4c943
|
fix equals to not be case sensative
|
1998-12-20 01:18:47 +00:00 |
|
peterl%netscape.com
|
582b88e0ae
|
fix background flags initial value
tweak table inheritance quirk
|
1998-12-20 01:11:36 +00:00 |
|
peterl%netscape.com
|
8200c3233f
|
made get strength const
|
1998-12-20 01:08:31 +00:00 |
|
peterl%netscape.com
|
babdb0cd05
|
changed attribute api to take atoms & namespace
|
1998-12-20 01:08:13 +00:00 |
|
akkana%netscape.com
|
a34d223b25
|
Add a comment explaining ComparePoints
|
1998-12-18 23:13:25 +00:00 |
|
akkana%netscape.com
|
a6109b9b6d
|
Fix startup crash -- when setting one endpoint with the other one null, collapse the range
|
1998-12-18 23:12:29 +00:00 |
|
kipp%netscape.com
|
40c2cfef07
|
Fixed numerous compiler warnings (hopefully) from the mac build
|
1998-12-18 17:34:34 +00:00 |
|