Commit Graph
38 Commits
Author SHA1 Message Date
pollmann@netscape.com 08fd740467 Bug 65609: (DOM) Allow form elements inside a subtree to find their parent when the subtree is appended/inserted. r=nisheeth@netscape.com, sr=jst@netscape.com 2001-04-02 00:45:52 +00:00
rods@netscape.com c0ed0d0271 removing most all NS_DEFINE_IID and replacing them with NS_GET_IID macros
Bug 61274, r=buster sr=waterson
2001-01-04 20:44:42 +00:00
jst@netscape.com 3ba32f670e DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc 2000-08-23 17:27:06 +00:00
hyatt@netscape.com 33ee6d68e0 fix for making skins script-safe. r=scc 2000-05-19 04:48:43 +00:00
jst@netscape.com ebe5588e8e Fix build bustage. 2000-05-17 02:07:50 +00:00
jst@netscape.com fa72f71714 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
attinasi@netscape.com 979ddf1227 checks for null strings. test programs only. 2000-05-02 22:38:58 +00:00
mjudge@netscape.com 13abfd0646 making string conversions explicit. scc 2000-04-26 01:13:55 +00:00
jst@netscape.com 9be722fbdf Fixing Win build bustage. 2000-04-02 18:36:26 +00:00
tbogard@aol.net e8b476b7bf Changed places where containers were set to use nsISupports instead of nsIContentViewerContainer. r=dp 1999-11-15 22:17:54 +00:00
dmose@mozilla.org 796280940b updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
cls@seawood.org 824ba18df3 Removed unused NECKO ifdefs.
a=leaf
1999-11-02 23:34:03 +00:00
warren@netscape.com ccfdb6afee Changed around load group insertion/removal to happen on mozilla thread. 1999-07-20 08:46:33 +00:00
warren@netscape.com 61a33642b8 Big changes for Necko load groups. Things are much happier now. Now images work (on pages, but not in chrome). 1999-07-16 11:14:36 +00:00
rickg@netscape.com 24b661e2ac fixup nsString API 1999-06-27 18:21:27 +00:00
warren@netscape.com 753ac43fff Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
kipp@netscape.com 9fb46588d5 Use our own null value 1999-02-26 17:13:30 +00:00
peterl@netscape.com 3f01d94bb1 changed all html atoms to lower case 1999-02-12 06:19:07 +00:00
cata@netscape.com 4b9db979b4 Hacky Unicode converters implementation replaced with the real xpcom thing. 1999-02-03 18:55:10 +00:00
vidur@netscape.com 0dfa4cce69 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
peterl@netscape.com 97d11c8a40 sync to new attribute api 1998-12-20 01:21:23 +00:00
warren@netscape.com 4aaec0bad1 Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener. 1998-12-16 05:40:20 +00:00
rickg@netscape.com 22a58b61b5 first pass support for view-source 1998-11-11 11:55:32 +00:00
vidur@netscape.com 8507c3c049 Added additional parameter to nsIContent::SetDocument. The document now tells content to lose its weak reference before the document goes away. Elements and text now add their script objects as roots so they don't get collected prematurely. 1998-10-26 23:26:01 +00:00
vidur@netscape.com 8ea538c90c Updated DOM interfaces to match final W3C recommendation. Modified IDL compiler to take IIDs 1998-10-20 17:07:23 +00:00
troy@netscape.com 97b61e2e73 Fixed build bustage by having MyDocument derive from nsMarkupDocument 1998-10-02 17:13:41 +00:00
kipp@netscape.com 20c2d5e7f7 Resurrected tests 1998-09-25 17:55:03 +00:00
kipp@netscape.com bf62962aba Updated to support latest API's 1998-09-06 00:21:40 +00:00
kipp@netscape.com d515f73150 XPCOM'ized nsIContent and nsIHTMLContent 1998-08-29 20:20:38 +00:00
joki@netscape.com aebcd628e8 Modifying nsIContent's AppendChild -> AppendChildTo to stop conflict with
DOM interfaces.
1998-08-21 21:38:26 +00:00
kipp@netscape.com 0a7ce2204e Port to new nsIWebShell and related API's 1998-07-18 21:47:56 +00:00
rpotts@netscape.com faa9ed5696 Split the Content viewer out of the WebWidget. The WebWidget is now a ContentViewer Container (supporting the nsIViewerContainer interface)... 1998-07-17 06:32:39 +00:00
rpotts ab39a6f899 Changed LoadURL(...) to StartDocumentLoad(...) TestAttributes.cpp TestInlineFrame.cpp 1998-07-01 11:21:41 +00:00
karnaze ce7648d5f4 named <iframe>s, scrolling attribute, more complete test9.html 1998-06-23 22:25:28 +00:00
kipp 1967f5d1f3 Updated to new api 1998-06-03 16:01:25 +00:00
kipp 924912da2b updated 1998-06-01 19:53:38 +00:00
karnaze 32a3d015a3 post submission, file content submission 1998-05-27 17:51:41 +00:00
kipp 4683c6f4c0 moved to pub 1998-04-13 20:24:54 +00:00