Commit Graph

195 Commits

Author SHA1 Message Date
peterl%netscape.com
27076063e1 fixed leak of css loader 1999-06-03 01:54:35 +00:00
rjc%netscape.com
a3740e7bba Small bug fix with FTP; be a little bit smarter at what paths need filtering out (along with "." and "..", skip any absolute URLs, as they usually point "up" the path to the parent) 1999-05-30 06:15:58 +00:00
rjc%netscape.com
776f2615bf Add support for separators in "Related Links" data. 1999-05-30 06:02:30 +00:00
peterl%netscape.com
552e479295 switch to CSS loader for loading CSS sheets
fixed mime type processing
1999-05-26 23:43:40 +00:00
dp%netscape.com
94344009c8 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
waterson%netscape.com
d80fdffa34 Bug 4629. Store an ID= attribute on bookmark folders to ensure that we assign them the same resource in the graph between runs. 1999-05-21 22:19:12 +00:00
waterson%netscape.com
53141d021e 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
9c2fc96bb3 File Removed. 1999-05-18 21:42:21 +00:00
davidm%netscape.com
d27e3bdcdf removing nsIWindowMediator.h 1999-05-18 21:41:05 +00:00
waterson%netscape.com
fb3c6a734f Moved nsHistoryDataSource implementation into xpfe/components/history. 1999-05-18 04:09:44 +00:00
waterson%netscape.com
ab984cdd54 Add nsISupports to QI. 1999-05-17 22:20:35 +00:00
rjc%netscape.com
ec23883af8 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
57e9f4498b Fix hasAssertion() methods of FTP and Related Links datasources. 1999-05-08 10:18:01 +00:00
rjc%netscape.com
d755cbc1b2 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
85209cb18f Use nsFileSpec's GetCatInfo() instead of rolling our own. 1999-05-08 09:34:31 +00:00
dcone%netscape.com
df73d51115 fixed an autoString to use the GetUnicode() call 1999-05-06 07:42:43 +00:00
waterson%netscape.com
972df3e5fd 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
2f645cee3a 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
d0ca9f4302 Clean up includes. 1999-05-04 05:29:20 +00:00
rickg%netscape.com
6dbe8b21ed fixed nsString2 API mismatch 1999-05-04 05:09:48 +00:00
waterson%netscape.com
11098fd092 Bug 4725. Use PRUnichar for bookmark titles. r=rjc,a=chofmann 1999-05-01 19:32:57 +00:00
waterson%netscape.com
67367db890 Bug 4805. Re-wrote to be more paranoid. r=rjc,a=chofmann 1999-04-30 23:14:30 +00:00
waterson%netscape.com
2a062180d1 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
4587859d86 Fix typo on XP_MAC. 1999-04-28 01:53:01 +00:00
rjc%netscape.com
9d9aedb786 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
5eef4002d5 Oops... don't compare against nsnull. 1999-04-28 01:01:06 +00:00
rjc%netscape.com
22b8b32505 We now write out "bookmarks.html" on a Flush(). 1999-04-28 00:58:59 +00:00
ftang%netscape.com
37a1e14fc9 pass default charset info to parser 1999-04-27 21:33:36 +00:00
rjc%netscape.com
39529fdcbc 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
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
davidm%netscape.com
50cc808ebf Add nsIWindowMediator.h 1999-04-27 02:57:45 +00:00
davidm%netscape.com
786340eefc First Checked In. 1999-04-27 02:57:22 +00:00
rjc%netscape.com
820bdab28b 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
97394120ab Give separators a default name (some dashes). 1999-04-27 02:36:22 +00:00
rjc%netscape.com
3828abdb73 Separator support. 1999-04-27 01:33:34 +00:00
waterson%netscape.com
974918406a Add sanity checks. 1999-04-26 18:41:10 +00:00
waterson%netscape.com
03e0c09c6f Add sanity checks. Bug 5411, fix off-by-one in destructor loop initializer. 1999-04-26 18:40:53 +00:00
waterson%netscape.com
6bd3e1a899 Bug 5411. Fixed off-by-one in loop initialzer. 1999-04-26 18:40:06 +00:00
waterson%netscape.com
8a72ad61c3 Added parameter checks. Updated return codes. 1999-04-26 18:07:54 +00:00
bruce%cybersight.com
ff745bb2cd 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
6176d06114 Fix file system datasource after Chris' landing. 1999-04-24 09:28:50 +00:00
rjc%netscape.com
7a2ec7d76d Fix related links after Chris' landing. 1999-04-24 09:07:02 +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
rjc%netscape.com
218ae540b7 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
a628b6cf72 sync up with nsString2.cpp 1999-04-22 17:08:36 +00:00
rjc%netscape.com
c6fb61b36c Typo. 1999-04-22 11:11:33 +00:00
rjc%netscape.com
8f9d7e7511 Save file as text. 1999-04-22 10:56:15 +00:00
rjc%netscape.com
40dcad395e Save as text files. 1999-04-22 10:50:48 +00:00
rjc%netscape.com
ab122077e4 Adding support for "Related Links". 1999-04-22 10:46:28 +00:00
rickg%netscape.com
8551ad66c9 update to sync with nsString2 1999-04-22 06:13:43 +00:00