Граф коммитов

281 Коммитов

Автор SHA1 Сообщение Дата
waterson%netscape.com b6bd7f337e Land RDF_19990426_BRANCH, which extracted some static C++ routines for manipulating RDF containers into bona fide interfaces. 1999-04-27 05:54:18 +00:00
waterson%netscape.com 3f3dced3eb Land RDF_19990426_BRANCH, which extracted some static C++ routines for manipulating RDF containers into bona fide interfaces. Also, fix a memory leak in the nsElementMap: be sure to hold a reference to the resource that is the key. 1999-04-27 05:53:53 +00:00
rjc%netscape.com 2f3ff86b87 Remove debugging crap. 1999-04-27 05:12:10 +00:00
rjc%netscape.com 38a75ee0a4 Added support for smart-sorting, whereby for example in bookmarks, when sorting on the name column, we'll sort in-between separators. 1999-04-27 02:28:12 +00:00
rjc%netscape.com 6fb51639ac More change for nsISupportsArray usage. 1999-04-27 01:48:37 +00:00
rjc%netscape.com 789da023e2 Switch over to using nsISupportsArray instead of nsVoidArray to fix refcnt'ing issue with pulsing code. 1999-04-24 09:42:03 +00:00
sfraser%netscape.com 634d0ee855 Fix out param typo. 1999-04-24 05:53:00 +00:00
waterson%netscape.com 4dac3b7dc6 The Great Cursor Excorcism. Removed cursors in favor of enumerators. Misc updates to purge the xpidl stubs stuff in preparation for XPConnect. Details on RDF_19990422_BRANCH. 1999-04-24 02:41:02 +00:00
scc%netscape.com 9991958e76 s/false/0/ in my do-while 1999-04-23 19:03:01 +00:00
scc%netscape.com 5577a91851 added interfaces 1999-04-23 17:50:12 +00:00
akkana%netscape.com a40feb09c3 Fixing linux build bustage 1999-04-23 17:15:58 +00:00
scc%netscape.com 47c014affa fixed type 1999-04-23 16:51:45 +00:00
scc%netscape.com 1291d03e17 added ability to create a XUL document from a stream; consequently factored some existing routines 1999-04-23 16:48:33 +00:00
scc%netscape.com d9cf5c693d Adding new interfaces 1999-04-23 16:35:05 +00:00
scc%netscape.com a2c61867c6 First Checked In. 1999-04-23 16:33:54 +00:00
rjc%netscape.com 857cea3cdf Checking in Scott Putterman's changes to use nsISupportsArray instead of a void array. 1999-04-23 08:32:42 +00:00
rickg%netscape.com ad10a964e8 update to sync with nsString2 1999-04-22 06:06:17 +00:00
rjc%netscape.com e125ca785d If a sort isn't initially imposed, just append new nodes onto end of container's child list. 1999-04-20 22:14:38 +00:00
rjc%netscape.com 617a5a1f40 When a sort order is imposed, try and insert new node(s) in the appropriate spot. 1999-04-20 20:26:13 +00:00
rickg%netscape.com e1012f40b9 sync with nsString2 API 1999-04-20 07:20:21 +00:00
peterl%netscape.com eaa19725ef sync to doc api change 1999-04-20 00:00:02 +00:00
waterson%netscape.com 4b759d3db0 Fixed null deref in nsXULAttribute::GetQualifiedName() -- handle the default namespace case. 1999-04-17 00:29:54 +00:00
waterson%netscape.com 40624a2fcc Bug 4614. Setting bookmark properties was asserting: removed benign assert and replaced with PR_LOG() message. 1999-04-17 00:23:28 +00:00
waterson%netscape.com d8d4c56bd4 Bug 5182. Use whitespace instead of ## in NS_FORWARD macros. 1999-04-16 18:08:43 +00:00
waterson%netscape.com 2c542d876c Added .get()'s to fix Mac. 1999-04-16 08:44:47 +00:00
waterson%netscape.com f490114e0d Implemented several new DOM methods, including document.createElement() and document.createTextNode(). Fixed some bugs in the XUL content model builder. Code re-organization and cleanup. 1999-04-16 08:38:17 +00:00
hyatt%netscape.com 2ff04a79a5 Oops. Not right fix. Backing out. 1999-04-16 07:41:35 +00:00
hyatt%netscape.com c4deeea9f4 Fix for bug #5129. 1999-04-16 07:38:18 +00:00
waterson%netscape.com cb7e7a95c4 Backed out change to nsISupportsArray::AppendElement() and RemoveElement(); they now return PRBool's like they used to. 1999-04-14 23:06:22 +00:00
mcafee%netscape.com b428da5338 PRBool-to-error-code double conversion. Conversion for AppendElement() happened in nsSupportsArray.h, we don't need to convert the usage here. 1999-04-14 07:15:11 +00:00
alecf%netscape.com aeeb3e2d67 use the new nsQuickSort() function instead of the internal rdf_qsort 1999-04-14 03:28:49 +00:00
waterson%netscape.com 8874de1dc6 Fixed problem with HTML-nested-in-XUL-neseted-in-HTML. Removed unnecessary code that was #ifdef-ed out. 1999-04-12 20:16:32 +00:00
waterson%netscape.com 1bb2074567 Landed RDF_19990407_BRANCH, which includes changes to support the local store, support for namespace prefixes in DOM methods, and notifications. 1999-04-12 19:02:12 +00:00
rjc%netscape.com e273cf26b6 Additional support for "live" containers. 1999-04-10 06:11:37 +00:00
hyatt%netscape.com c4cd51ed9f Fixes for bugs 2620 and 3482. 1999-04-10 04:49:21 +00:00
waterson%netscape.com 540407e20f Bug 4618. Fix compilation problem on Solaris native compile. a=chofmann@netscape.com 1999-04-08 01:53:31 +00:00
waterson%netscape.com 5ccea15671 Modified to use NS_RDF_ASSERTION_ACCEPTED and NS_RDF_ASSERTION_REJECTED return codes (local store implementation). Added local store construction to each XUL hierarchical widget. 1999-04-07 06:29:14 +00:00
rjc%netscape.com 1d7232cb90 SetDocument(nsnull) is now valid, indicating document is going away. Timers are removed in this manner. 1999-04-07 00:27:40 +00:00
waterson%netscape.com 5b23e70508 Fixed incorrect use of nsCOMPtr. 1999-04-07 00:07:28 +00:00
rjc%netscape.com bfe01b95a3 Timer changes. Preparation for timer to be destroyed when SetDocument(null). 1999-04-06 23:59:22 +00:00
waterson%netscape.com 407cd1df56 Use the 'real' local store. 1999-04-06 22:55:26 +00:00
waterson%netscape.com cfa2d49dc8 Fixed a _big_ memory leak: circular reference between the document, content sink, and parser. Now the document releases the parser immediately after telling it to start parsing. 1999-04-06 07:48:21 +00:00
waterson%netscape.com 80fb2b4d81 Made nsXULAttribute implement nsIDOMAttr, and made nsXULAttributes implement nsIDOMNamedNodeMap. Updated the nsRDFElement accordingly, and implemented GetAttributes() and Set/GetAttributeNode(). 1999-04-06 06:40:31 +00:00
waterson%netscape.com 91118ec325 Added prtime to ensure PRTime gets defined. 1999-04-06 00:30:49 +00:00
rickg%netscape.com da3cc3d299 update to new string api 1999-04-06 00:22:46 +00:00
rjc%netscape.com 763a1389bf Unset lastPulse attribute before updating it to the new value. 1999-04-06 00:20:58 +00:00
rjc%netscape.com 1a6315bd2c More fun with pulsing. Now check pulse interval and only pulse if interval has passed. 1999-04-06 00:14:53 +00:00
rjc%netscape.com e7a9925a73 Small bug fix for non-debug builds. 1999-04-05 23:33:29 +00:00
rjc%netscape.com 0194c8fecc Add preliminary support for pulsing a container to see if its contents change. 1999-04-05 23:10:43 +00:00
hyatt%netscape.com 7a42fde013 key event support in handledomevent 1999-04-03 01:12:57 +00:00