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

189 Коммитов

Автор SHA1 Сообщение Дата
waterson%netscape.com 7e3d1ff387 Bug 5630. Use nsRandomAccessInputStream to read a line at a time (vs. a character at a time). Tip o' the hat to jim_nance@yahoo.com. 1999-05-19 05:53:14 +00:00
davidm%netscape.com 81813b2ef9 File Removed. 1999-05-18 21:42:21 +00:00
davidm%netscape.com d10bfc97d5 removing nsIWindowMediator.h 1999-05-18 21:41:05 +00:00
waterson%netscape.com ebffe04e69 Moved nsHistoryDataSource implementation into xpfe/components/history. 1999-05-18 04:09:44 +00:00
waterson%netscape.com 0b9397d8b7 Add nsISupports to QI. 1999-05-17 22:20:35 +00:00
rjc%netscape.com 9d79173687 While remote data starts streaming in, assert "loading"="true" attribute. When stream finishes, unassert it. Provide a "loading"="true" CSS style that sets the icon to be loading.gif 1999-05-08 12:42:33 +00:00
rjc%netscape.com becb95e885 Fix hasAssertion() methods of FTP and Related Links datasources. 1999-05-08 10:18:01 +00:00
rjc%netscape.com 6ffd5cd6b0 Fix history bug; if a URI doesn't have a title (for example, if we're loading in a GIF file), detect it and don't try to write out a bogus title. 1999-05-08 09:45:32 +00:00
rjc%netscape.com 30d3899e8c Use nsFileSpec's GetCatInfo() instead of rolling our own. 1999-05-08 09:34:31 +00:00
dcone%netscape.com 6b985124a3 fixed an autoString to use the GetUnicode() call 1999-05-06 07:42:43 +00:00
waterson%netscape.com daa930f060 Remove nsXULDataSource.cpp from the build: it's obsolete. Re-factor interfaces into individual .idl files. 1999-05-05 03:11:23 +00:00
waterson%netscape.com 6cffa8b4cf Bug 5937. (Well, related to it.) Fixed a bug-waiting-to-happen-with-forms. Make sure we _get_ the resource before we try to release it. 1999-05-05 02:44:49 +00:00
waterson%netscape.com 1e998bfbd7 Clean up includes. 1999-05-04 05:29:20 +00:00
rickg%netscape.com 97ebb3dd28 fixed nsString2 API mismatch 1999-05-04 05:09:48 +00:00
waterson%netscape.com 61ec76503b Bug 4725. Use PRUnichar for bookmark titles. r=rjc,a=chofmann 1999-05-01 19:32:57 +00:00
waterson%netscape.com 3df4d738e3 Bug 4805. Re-wrote to be more paranoid. r=rjc,a=chofmann 1999-04-30 23:14:30 +00:00
waterson%netscape.com aa24a3d644 Bug 5637. Don't release each observer in the destructor, because we only hold a weak ref to it. r=rjc,a=chofmann. 1999-04-29 04:20:14 +00:00
rjc%netscape.com 1d70c6f3ac Fix typo on XP_MAC. 1999-04-28 01:53:01 +00:00
rjc%netscape.com cc13401085 If the "IE Favorites" root node already exists in bookmarks.html, don't re-add it. 1999-04-28 01:51:36 +00:00
rjc%netscape.com 3c0104c081 Oops... don't compare against nsnull. 1999-04-28 01:01:06 +00:00
rjc%netscape.com 559bb8d293 We now write out "bookmarks.html" on a Flush(). 1999-04-28 00:58:59 +00:00
ftang%netscape.com 23aa77ee25 pass default charset info to parser 1999-04-27 21:33:36 +00:00
rjc%netscape.com 1421d26db9 Give imported IE Favorites their own icon type (and associated CSS style) so that they can have their own distinct icons. 1999-04-27 07:38:19 +00:00
waterson%netscape.com 43590208f7 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
davidm%netscape.com 15c9ad527b Add nsIWindowMediator.h 1999-04-27 02:57:45 +00:00
davidm%netscape.com d6dfc8e679 First Checked In. 1999-04-27 02:57:22 +00:00
rjc%netscape.com e9b5086a97 Use nsSpecialSystemDirectory to determine Windows IE Favorites folder instead of using static "file:///C|/WINDOWS/Favorites/" path.
Thanks to michael.lowe@bigfoot.com for the patch here and to nsSpecialSystemDirectory code.
1999-04-27 02:56:07 +00:00
rjc%netscape.com c05f18409a Give separators a default name (some dashes). 1999-04-27 02:36:22 +00:00
rjc%netscape.com 6acfb6ac21 Separator support. 1999-04-27 01:33:34 +00:00
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