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

160 Коммитов

Автор SHA1 Сообщение Дата
waterson%netscape.com 544bc8bb05 Add sanity checks. 1999-04-26 18:41:10 +00:00
waterson%netscape.com a9a438cc68 Add sanity checks. Bug 5411, fix off-by-one in destructor loop initializer. 1999-04-26 18:40:53 +00:00
waterson%netscape.com 4ef47ff52b Bug 5411. Fixed off-by-one in loop initialzer. 1999-04-26 18:40:06 +00:00
waterson%netscape.com 0c8b663d44 Added parameter checks. Updated return codes. 1999-04-26 18:07:54 +00:00
bruce%cybersight.com 6a345a6387 Fix for calls to nsFileSpec::GetLeafName(). It allocates memory with strdup(), so use free() and not delete[]. 1999-04-25 13:27:36 +00:00
rjc%netscape.com 11be946dcc Fix file system datasource after Chris' landing. 1999-04-24 09:28:50 +00:00
rjc%netscape.com 286a725663 Fix related links after Chris' landing. 1999-04-24 09:07:02 +00:00
waterson%netscape.com e545139879 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
rjc%netscape.com 5556ece92f hasAssertion() should return NS_OK irregardless of whether it actually has the assertion or not (instead of returning NS_ERROR_FAILURE if it it doesn't have the assertion). 1999-04-24 01:11:44 +00:00
rickg%netscape.com 7b552e65af sync up with nsString2.cpp 1999-04-22 17:08:36 +00:00
rjc%netscape.com 90e6185a70 Typo. 1999-04-22 11:11:33 +00:00
rjc%netscape.com f5d3cedb9f Save file as text. 1999-04-22 10:56:15 +00:00
rjc%netscape.com 9fa27c7077 Save as text files. 1999-04-22 10:50:48 +00:00
rjc%netscape.com 1bc93b6384 Adding support for "Related Links". 1999-04-22 10:46:28 +00:00
rickg%netscape.com 198cfbb96b update to sync with nsString2 1999-04-22 06:13:43 +00:00
rickg%netscape.com 26f04dff54 sync with new nsString2 API 1999-04-21 04:02:14 +00:00
rjc%netscape.com 960a74971b Return names of FTP URLs. 1999-04-20 20:28:57 +00:00
rickg%netscape.com 0d1b06ca19 sync with nsString2 API 1999-04-20 07:20:21 +00:00
waterson%netscape.com 3e0548d9c1 Removed straggling rdf_Assert() that was #ifdef XP_MAC. 1999-04-17 00:25:04 +00:00
waterson%netscape.com d5d7bafd37 Code cleanup. Got rid of rdf_Assert() functions. 1999-04-17 00:10:18 +00:00
waterson%netscape.com a5c1a36321 Code cleanup. 1999-04-16 08:39:02 +00:00
waterson%netscape.com f850ba87c3 Moved localstore.rdf to the bin dir instead of tmp so that clobber builds will blow it away. 1999-04-13 21:02:18 +00:00
jdunn%netscape.com 96f6fb37a2 remove compiler warning, add comment delimiters after endif 1999-04-12 20:58:05 +00:00
waterson%netscape.com 98e0d29dc4 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
hyatt%netscape.com 5837b4bd4b Bug 3298 fixed with this patch. 1999-04-10 09:31:48 +00:00
nisheeth%netscape.com 7d88a409a5 Replacing asserts in the destructor with printf's. These asserts fire when the namespace or content stacks are non-empty which can happen for any malformed XML document, now that expat is enabled.
This checkin and the earlier one to htmlparser/src/* was approved by Chris Hoffmann earlier todxay.
1999-04-08 09:27:08 +00:00
waterson%netscape.com 4e233c0d33 Bug 4710. Implement no-ops for local store commands so as not to break stuff that depends on commands working. r=putterman@netscape.com, a=chofmann@netscape.com 1999-04-08 00:43:11 +00:00
waterson%netscape.com d012f6729c Bug 4706. Make sure to close the first RDF:RDF tag. Duh. 1999-04-07 23:18:54 +00:00
waterson%netscape.com 52df040914 Modified to use NS_RDF_ASSERTION_ACCEPTED and NS_RDF_ASSERTION_REJECTED return codes (local store implementation) 1999-04-07 06:29:41 +00:00
waterson%netscape.com de411d583e Added nsLocalStore.cpp. 1999-04-06 20:37:24 +00:00
waterson%netscape.com df01f723f4 Added nsILocalStore.h 1999-04-06 20:36:37 +00:00
rjc%netscape.com 50e84fc90c File system datasource and Find datasource now specify that they want to be pulsed for updates by any observer (such as the tree widget). Also, fix a couple of bugs in the Find datasource due to changes on how errors are reported by RDF. 1999-04-05 23:09:15 +00:00
waterson%netscape.com e3c61c8262 Flip MOZ_BRPROF switch. 1999-04-01 06:40:09 +00:00
jdunn%netscape.com 16bbc94792 Fix compiler warning (at least on AIX) 1999-03-31 04:20:33 +00:00
waterson%netscape.com 61fdc6725d Bug 4433. Fix XUL content sink to return NS_OK instead of NS_ERROR_UNEXPECTED when it sees too many close tags. 1999-03-31 03:53:46 +00:00
rjc%netscape.com 23276edcca Add FindBookmarkShortcut() method. 1999-03-30 10:42:55 +00:00
waterson%netscape.com 3062f66f67 Changed RDF-specific errors to be success rather than error codes. 1999-03-30 02:30:16 +00:00
waterson%netscape.com 66a55f3f2c Landed RDF_19990326_BRANCH, scriptability changes. 1999-03-29 19:52:54 +00:00
rjc%netscape.com f3134154fc Fix declarative error. 1999-03-28 21:52:31 +00:00
rjc%netscape.com 98bd3a87f0 Bookmark datasource now has a public interface. Also, with interface it now
has a new method:  AddBookmark()
1999-03-28 21:33:38 +00:00
rjc%netscape.com 10fbe0639d Export new interface: nsIBookmarkDataSource.h 1999-03-28 21:32:33 +00:00
rjc%netscape.com 24f2f5e954 Buffer up a line at a time when reading in FTP input. 1999-03-26 07:44:01 +00:00
rjc%netscape.com 4a0cdf9124 Gotta luv Makefiles! 1999-03-26 06:06:16 +00:00
rjc%netscape.com a84bec059e Add FTP datasource into build. 1999-03-26 05:57:22 +00:00
rjc%netscape.com 3c9ae2c577 More FTP changes. (Not yet in build) 1999-03-26 05:20:25 +00:00
briano%netscape.com 41dd62814d Handle NO_STATIC_LIB being set, when all this file does is create a static library. 1999-03-25 21:10:22 +00:00
warren%netscape.com f63bc93364 Reverted accidental commit of makefile.win 1999-03-25 08:20:46 +00:00
warren%netscape.com ebddfe0196 Added brprof bootstrapping code (ifdef DEBUG_warren for now). 1999-03-25 08:20:19 +00:00
rjc%netscape.com 3dce29a17d FTP data source (not yet in build) 1999-03-25 02:31:15 +00:00
rjc%netscape.com 08ad0f2ba5 FTP datasource (not yet being built) 1999-03-25 02:30:21 +00:00