mjudge%netscape.com
|
a89f9e3c80
|
changing way we access caret. use the selection controller whenever possible. because it will make the caret do the right thing even when we have multiple selections accessing same caret.
|
2000-05-11 04:25:43 +00:00 |
nisheeth%netscape.com
|
6346ccc595
|
Add support for loading an XML document from script within a XUL document also.
|
2000-05-10 23:02:32 +00:00 |
jst%netscape.com
|
50499cc037
|
Changing the way content elements store their name information, previously the elements generally stored a name atom and a namespace ID, now they store a pointer to a shared structure containing the name atom, the prefix atom and the namespace ID. This structure is shared between nodes with unique names (ie same name, prefix and ns ID) within a document. Documents now hold a hash table of the names in the document. The changes to mozilla/rdf are not reviewed but they are approved by waterson@netscape.com and the changes to mozilla/layout are reviewed by buster@netscape.com.
|
2000-05-10 13:13:39 +00:00 |
hyatt%netscape.com
|
fbac03f025
|
XBL now works with HTML, XUL, SVG, MathML, and XML!
|
2000-05-09 21:42:40 +00:00 |
mjudge%netscape.com
|
dd0979f114
|
touch alot. changing api for notify selection listeners to add document and seleciton pointers to the api.
|
2000-04-14 11:21:19 +00:00 |
mjudge%netscape.com
|
26c42834e7
|
adding in new cids and new factories for nsgeneratedcontent and nsgeneratedsubtree iterators
|
2000-03-31 07:18:45 +00:00 |
hyatt%netscape.com
|
0a4f963c90
|
Adding the XBL implementation (stubbed).
|
2000-01-12 09:25:48 +00:00 |
dmose%mozilla.org
|
42fc94a6ec
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
waterson%netscape.com
|
24e09d82e2
|
Bug 15460. Expose XML element creation via nsIXMLElementFactory interface. r=kipp.
|
1999-10-05 00:12:21 +00:00 |
mjudge%netscape.com
|
7ddf8fee55
|
massive checkin for selection. adjusting nsIDOMSelection api and nsIFrameSelection. many "small" changes. this is not as bad as it looks. layout will not be affected other than "getter" calls for selection. and all consumers of selection should be in good shape.
|
1999-07-18 02:27:19 +00:00 |
peterl%netscape.com
|
4059d62bf5
|
added css loader
|
1999-05-18 23:04:12 +00:00 |
kipp%netscape.com
|
3ea044392f
|
Added component support to this library
|
1999-05-06 19:26:13 +00:00 |
vidur%netscape.com
|
cdac942783
|
Added Option constructor support to factory.
|
1999-05-04 20:52:03 +00:00 |
warren%netscape.com
|
c50687b845
|
nsRepository -> nsIComponentManager changes.
|
1999-03-09 09:44:27 +00:00 |
hyatt%netscape.com
|
3b73ee04e2
|
Fixes to layout to allow nsHTMLCSSStyleSheet to be instantiable from outside
the layout DLL.
|
1999-03-05 00:06:31 +00:00 |
jfrancis%netscape.com
|
bce33616de
|
ground work for new content subtree iterator
|
1999-02-14 09:15:13 +00:00 |
jfrancis%netscape.com
|
d0ed92cf54
|
added contentIterator cid
|
1999-02-12 04:42:14 +00:00 |
waterson%netscape.com
|
08e44a454d
|
Exposed EventListenerManager.
|
1999-01-27 00:58:49 +00:00 |
vidur%netscape.com
|
8e4b6bd3d1
|
Added script namespace management mechanism. This allows external native code to add symbols and constructors to the script global namespace. Added IID() static method generation to IDL generator.
|
1998-12-22 22:03:20 +00:00 |
kipp%netscape.com
|
d0e597cb85
|
Repaired frame-util CID
|
1998-12-11 15:47:23 +00:00 |
peterl%netscape.com
|
940987f3a4
|
added namespace manager
|
1998-12-11 02:35:54 +00:00 |
kipp%netscape.com
|
31256ba526
|
Added factory CID and impl to create instances of nsIFrameUtil
|
1998-12-10 18:04:37 +00:00 |
mjudge%netscape.com
|
4c0bf0cf66
|
changing exports of new CIDs for selection
|
1998-12-03 21:44:12 +00:00 |
waterson%netscape.com
|
652b6c228b
|
Export style sheets, nsPresShell, and nsTextNode via the factory.
|
1998-12-03 20:21:40 +00:00 |
waterson%netscape.com
|
fdffef1329
|
Exposed nsCSSParser via layout factory.
|
1998-12-01 23:29:16 +00:00 |
vidur%netscape.com
|
c068c96a00
|
Added XML display support. Split nsGenericHTMLElement into generic and HTML-specific components. Minor style modification. New XML classes and interfaces.
|
1998-11-11 22:06:16 +00:00 |
vidur%netscape.com
|
5875cb774f
|
Added constructors for DOM JS classes. nsIScriptObjectOwner::ResetScriptObject is now SetScriptObject. New factory for layout. New interface nsIDOMNativeObjectRegistry.
|
1998-09-17 01:53:52 +00:00 |