Commit Graph

189 Commits

Author SHA1 Message Date
rjc%netscape.com
db8176ecc1 More search support.
git-svn-id: svn://10.0.0.236/trunk@34612 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-10 19:42:53 +00:00
waterson%netscape.com
b32f67a8a9 Enable aggregation on the in-memory datasource.
git-svn-id: svn://10.0.0.236/trunk@34580 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-10 06:47:28 +00:00
peterl%netscape.com
6d72b15356 added code to ignore unknown namespace prefix for attributes
(actually the parser should've rejected it before here)


git-svn-id: svn://10.0.0.236/trunk@34560 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-10 05:18:46 +00:00
rjc%netscape.com
6cc072bdd8 Adding RDF Search datasource into build.
git-svn-id: svn://10.0.0.236/trunk@34461 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-09 20:04:23 +00:00
rjc%netscape.com
9cba895395 Adding RDF Search datasource.
git-svn-id: svn://10.0.0.236/trunk@34460 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-09 20:03:20 +00:00
waterson%netscape.com
a7e3640191 Don't rely on rdf_PossiblyMake[Relative|Absolute](); rather, use XUL-specific functions to do it.
git-svn-id: svn://10.0.0.236/trunk@34386 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-09 08:30:47 +00:00
chuang%netscape.com
5e2e8cbcfe Fix bustage on Windows
git-svn-id: svn://10.0.0.236/trunk@34058 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-07 20:32:49 +00:00
waterson%netscape.com
b5925d2eda Remove related links datasource. Moved to xpfe/components/related.
git-svn-id: svn://10.0.0.236/trunk@34040 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-07 19:54:36 +00:00
mcmullen%netscape.com
dc019f45e3 Fix an assert (and a bug) in some XP_MAC code for importing IE favorites. The wrong stream was being tested for openness, and the parser was being given a nonexistent stream to parse, and asserting.
git-svn-id: svn://10.0.0.236/trunk@34010 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-07 18:53:29 +00:00
waterson%netscape.com
60b26e5ed9 Remove unnecessary LINCS now that all headers are pushed to the same directory.
git-svn-id: svn://10.0.0.236/trunk@33568 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-03 20:22:54 +00:00
peterl%netscape.com
3e8a2d89bf fixed leak of css loader
git-svn-id: svn://10.0.0.236/trunk@33468 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-03 01:54:35 +00:00
rjc%netscape.com
3dc6f7abb8 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)
git-svn-id: svn://10.0.0.236/trunk@33264 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-30 06:15:58 +00:00
rjc%netscape.com
08094cc66c Add support for separators in "Related Links" data.
git-svn-id: svn://10.0.0.236/trunk@33263 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-30 06:02:30 +00:00
peterl%netscape.com
65253c8003 switch to CSS loader for loading CSS sheets
fixed mime type processing


git-svn-id: svn://10.0.0.236/trunk@32793 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-26 23:43:40 +00:00
dp%netscape.com
befa259a88 Landing xpcom20/21 branch.
git-svn-id: svn://10.0.0.236/trunk@32644 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-26 01:38:36 +00:00
waterson%netscape.com
9ee75ce1da Bug 4629. Store an ID= attribute on bookmark folders to ensure that we assign them the same resource in the graph between runs.
git-svn-id: svn://10.0.0.236/trunk@32482 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-21 22:19:12 +00:00
waterson%netscape.com
25aa4f9895 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.
git-svn-id: svn://10.0.0.236/trunk@32300 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-19 05:53:14 +00:00
davidm%netscape.com
e4b72ea23c File Removed.
git-svn-id: svn://10.0.0.236/trunk@32092 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-18 21:42:21 +00:00
waterson%netscape.com
a55a62ae49 Moved nsHistoryDataSource implementation into xpfe/components/history.
git-svn-id: svn://10.0.0.236/trunk@32029 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-18 04:09:44 +00:00
waterson%netscape.com
810cf14399 Add nsISupports to QI.
git-svn-id: svn://10.0.0.236/trunk@31960 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-17 22:20:35 +00:00
rjc%netscape.com
a6253f7bb8 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
git-svn-id: svn://10.0.0.236/trunk@30821 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-08 12:42:33 +00:00
rjc%netscape.com
0e4cca7ceb Fix hasAssertion() methods of FTP and Related Links datasources.
git-svn-id: svn://10.0.0.236/trunk@30814 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-08 10:18:01 +00:00
rjc%netscape.com
8f5268941f 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.
git-svn-id: svn://10.0.0.236/trunk@30813 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-08 09:45:32 +00:00
rjc%netscape.com
ebd015fd4c Use nsFileSpec's GetCatInfo() instead of rolling our own.
git-svn-id: svn://10.0.0.236/trunk@30812 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-08 09:34:31 +00:00
dcone%netscape.com
ad17cb3980 fixed an autoString to use the GetUnicode() call
git-svn-id: svn://10.0.0.236/trunk@30526 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-06 07:42:43 +00:00
waterson%netscape.com
16386ac75a Remove nsXULDataSource.cpp from the build: it's obsolete. Re-factor interfaces into individual .idl files.
git-svn-id: svn://10.0.0.236/trunk@30346 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-05 03:11:23 +00:00
waterson%netscape.com
33c4ae75c9 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.
git-svn-id: svn://10.0.0.236/trunk@30335 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-05 02:44:49 +00:00
rickg%netscape.com
5921db1b1d fixed nsString2 API mismatch
git-svn-id: svn://10.0.0.236/trunk@30082 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-04 05:09:48 +00:00
waterson%netscape.com
6ad4ff2140 Bug 4725. Use PRUnichar for bookmark titles. r=rjc,a=chofmann
git-svn-id: svn://10.0.0.236/trunk@29949 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-01 19:32:57 +00:00
waterson%netscape.com
359008bed5 Bug 4805. Re-wrote to be more paranoid. r=rjc,a=chofmann
git-svn-id: svn://10.0.0.236/trunk@29911 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 23:14:30 +00:00
waterson%netscape.com
4fbb988318 Bug 5637. Don't release each observer in the destructor, because we only hold a weak ref to it. r=rjc,a=chofmann.
git-svn-id: svn://10.0.0.236/trunk@29787 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-29 04:20:14 +00:00
rjc%netscape.com
3c6215ac62 Fix typo on XP_MAC.
git-svn-id: svn://10.0.0.236/trunk@29648 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-28 01:53:01 +00:00
rjc%netscape.com
3070903511 If the "IE Favorites" root node already exists in bookmarks.html, don't re-add it.
git-svn-id: svn://10.0.0.236/trunk@29646 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-28 01:51:36 +00:00
rjc%netscape.com
91cba4aede Oops... don't compare against nsnull.
git-svn-id: svn://10.0.0.236/trunk@29631 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-28 01:01:06 +00:00
rjc%netscape.com
c4a018ffc7 We now write out "bookmarks.html" on a Flush().
git-svn-id: svn://10.0.0.236/trunk@29630 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-28 00:58:59 +00:00
ftang%netscape.com
46a4bc24de pass default charset info to parser
git-svn-id: svn://10.0.0.236/trunk@29523 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-27 21:33:36 +00:00
rjc%netscape.com
c4cb454d92 Give imported IE Favorites their own icon type (and associated CSS style) so that they can have their own distinct icons.
git-svn-id: svn://10.0.0.236/trunk@29425 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-27 07:38:19 +00:00
waterson%netscape.com
7eedc74b98 Land RDF_19990426_BRANCH, which extracted some static C++ routines for manipulating RDF containers into bona fide interfaces.
git-svn-id: svn://10.0.0.236/trunk@29401 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-27 05:54:18 +00:00
davidm%netscape.com
fce439c7e1 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@29358 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-27 02:57:22 +00:00
rjc%netscape.com
43773a5c70 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.


git-svn-id: svn://10.0.0.236/trunk@29357 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-27 02:56:07 +00:00
rjc%netscape.com
99a7dc7007 Give separators a default name (some dashes).
git-svn-id: svn://10.0.0.236/trunk@29347 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-27 02:36:22 +00:00
rjc%netscape.com
a7d7ee3e82 Separator support.
git-svn-id: svn://10.0.0.236/trunk@29327 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-27 01:33:34 +00:00
waterson%netscape.com
7f0df5cd5b Add sanity checks.
git-svn-id: svn://10.0.0.236/trunk@29198 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-26 18:41:10 +00:00
waterson%netscape.com
2673e459c5 Add sanity checks. Bug 5411, fix off-by-one in destructor loop initializer.
git-svn-id: svn://10.0.0.236/trunk@29197 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-26 18:40:53 +00:00
waterson%netscape.com
e0716bb6ec Bug 5411. Fixed off-by-one in loop initialzer.
git-svn-id: svn://10.0.0.236/trunk@29195 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-26 18:40:06 +00:00
waterson%netscape.com
b5755f0c9b Added parameter checks. Updated return codes.
git-svn-id: svn://10.0.0.236/trunk@29187 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-26 18:07:54 +00:00
bruce%cybersight.com
7d28c89249 Fix for calls to nsFileSpec::GetLeafName(). It allocates memory with strdup(), so use free() and not delete[].
git-svn-id: svn://10.0.0.236/trunk@29113 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-25 13:27:36 +00:00
rjc%netscape.com
4cfc40f61c Fix file system datasource after Chris' landing.
git-svn-id: svn://10.0.0.236/trunk@29048 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-24 09:28:50 +00:00
rjc%netscape.com
6f8ccaa4a2 Fix related links after Chris' landing.
git-svn-id: svn://10.0.0.236/trunk@29047 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-24 09:07:02 +00:00
waterson%netscape.com
af8c84cb7c 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.
git-svn-id: svn://10.0.0.236/trunk@29017 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-24 02:41:02 +00:00