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

695 Коммитов

Автор SHA1 Сообщение Дата
ramiro%netscape.com b07b79a055 Fix indiscriminate debug comment spewage. 1999-03-26 11:34:21 +00:00
rjc%netscape.com 0105d109d4 Buffer up a line at a time when reading in FTP input. 1999-03-26 07:44:01 +00:00
rjc%netscape.com 34cf08f2d9 Gotta luv Makefiles! 1999-03-26 06:06:16 +00:00
rjc%netscape.com 0e0cfecb0d Add FTP datasource into build. 1999-03-26 05:57:22 +00:00
waterson%netscape.com 28828bd01f Fixed bad merge. 1999-03-26 05:34:36 +00:00
rjc%netscape.com d1bee60226 More FTP changes. (Not yet in build) 1999-03-26 05:20:25 +00:00
waterson%netscape.com ad24fe9ead Added some preconditions; changed resource equality test to interface ==. 1999-03-26 04:44:24 +00:00
waterson%netscape.com 65e0d2fdfc Added the _real_ RDF namespace, commented out for now. 1999-03-26 04:43:28 +00:00
waterson%netscape.com 80812f3661 Removed HACK_DONT_USE_LIBREG #ifdef. 1999-03-26 04:43:02 +00:00
waterson%netscape.com 9654f7b3c3 Fixed default namespaces. 1999-03-26 04:42:29 +00:00
waterson%netscape.com 985938caa4 Added assert to scream when the browsing profile can't be loaded. 1999-03-26 04:41:09 +00:00
waterson%netscape.com a2cd06c2da Debugged to get working. 1999-03-26 04:40:32 +00:00
briano%netscape.com 1533030ed0 Made the static library in this directory depend on the same 'extra stuff' as the shared library. 1999-03-25 21:32:26 +00:00
briano%netscape.com 2f105ae044 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 7f9da604ec Reverted accidental commit of makefile.win 1999-03-25 08:20:46 +00:00
warren%netscape.com 0a90374811 Added brprof bootstrapping code (ifdef DEBUG_warren for now). 1999-03-25 08:20:19 +00:00
warren%netscape.com 07521245bf Renamed directory.xml to directory.rdf 1999-03-25 07:34:24 +00:00
warren%netscape.com 68eddb1039 GetDataSource change to instantiate xml datasources by default. 1999-03-25 07:33:07 +00:00
peterl%netscape.com 92aa94c345 set default attribute style hint to content 1999-03-25 06:32:09 +00:00
rjc%netscape.com 1aec68039f FTP data source (not yet in build) 1999-03-25 02:31:15 +00:00
rjc%netscape.com f13f327752 FTP datasource (not yet being built) 1999-03-25 02:30:21 +00:00
rjc%netscape.com 6db0a81d8b Make sure history line isn't an empty line. 1999-03-24 02:19:02 +00:00
rjc%netscape.com 7876516873 More History datasource changes and bugfixes. 1999-03-24 02:15:34 +00:00
rjc%netscape.com 42be54930d Take our references to "rdf:mail" datasource. 1999-03-24 02:14:42 +00:00
pinkerton%netscape.com afb8490fa1 PBGetVInfo()->PBHGetVInfo() for carbon compliance. 1999-03-23 23:29:20 +00:00
warren%netscape.com 515d9bdc9a Changed category db to be the resource: directory.xml. Fixed cursor advancement problem. 1999-03-23 20:41:58 +00:00
rjc%netscape.com c19d197e95 Temporarily commenting out remembering of file, due to Win crash in nsFileSpec at startup. (I'll investigate tomorrow!) 1999-03-23 11:10:27 +00:00
rjc%netscape.com 4631d1c533 Add a couple more dummy entries into sample history file. 1999-03-23 10:48:57 +00:00
rjc%netscape.com 67d012a016 Smarter "History by Date": break up entries into "Today", "Yesterday", "{day of last week}", and then finally "Week of ...". 1999-03-23 10:48:26 +00:00
rjc%netscape.com eb28db830c Now also read-in/save-out visitCount. 1999-03-23 08:00:05 +00:00
rjc%netscape.com e2fb1362f1 Try and do a live import for "IE Favorites" under Windows too now. 1999-03-23 07:10:19 +00:00
rjc%netscape.com 53ff2692d3 Now do a live import of "IE Favorites" into our bookmarks (on Mac). 1999-03-23 06:50:16 +00:00
warren%netscape.com 24c6ea43be Fixed to not link with rdf.dll 1999-03-23 04:51:09 +00:00
rjc%netscape.com ca2de5203e Add first level of "History by Date" support. 1999-03-23 03:24:33 +00:00
warren%netscape.com ed278584ba Implemented GetDescription 1999-03-23 03:12:15 +00:00
warren%netscape.com c7fd76090a Added stuff to dump out hex. Removed SetCookieString -- didn't make sense. 1999-03-23 02:32:09 +00:00
warren%netscape.com 50c9cb8329 Added stuff to look for parent directory urls. 1999-03-23 02:13:04 +00:00
warren%netscape.com 703387bcf3 Fixed resource release problem. 1999-03-23 01:52:20 +00:00
warren%netscape.com 8d16c9efdc Now it manages the vector (untested). 1999-03-23 01:50:00 +00:00
warren%netscape.com 87918e8656 Added new browsing profile stuff. 1999-03-22 23:51:38 +00:00
rickg%netscape.com e26a3d2825 prep work to land nsString2 1999-03-22 08:29:26 +00:00
waterson%netscape.com e05927b6bb Hooked up history to the front-end, cleaned up a bunch of bugs. 1999-03-20 17:12:37 +00:00
vidur%netscape.com 695fabe1b5 Implemented ID targetting for HTML in XML documents. Changed name of GetNameSpacePrefix to avoid clash. 1999-03-20 01:51:00 +00:00
mcmullen%netscape.com add90a8810 Again. 1999-03-20 00:41:14 +00:00
mcmullen%netscape.com 0a17b73c96 More fixes (dangling pointers and fishy constscoffness) 1999-03-20 00:29:16 +00:00
mcmullen%netscape.com ca3e7e9d9a FIx possible bustage (not shown up on tinderbox yet). 1999-03-20 00:18:53 +00:00
rjc%netscape.com 25c09f47d0 Remember cast of void ** on QueryInterface! 1999-03-19 04:19:55 +00:00
rjc%netscape.com 592a18a6b2 Added a comment about nsString.Find() which is currently only case-significant. We really want to have a case-insignificant Find(). 1999-03-19 04:17:17 +00:00
rjc%netscape.com d2971bcdb2 Finish implementing match criterion. 1999-03-19 04:14:20 +00:00
rjc%netscape.com 1f6deb1970 Add some more sample Find queries and some Mac bookmarks. 1999-03-19 04:14:01 +00:00