rjc%netscape.com
|
1fa33803d2
|
Clean up a couple of warnings.
|
1999-06-30 09:05:24 +00:00 |
mscott%netscape.com
|
3e54914cd0
|
Necko change: nsIStreamListener::OnDataAvailable now takes a nsIInputStream instead of a nsIBufferInputStream.
|
1999-06-28 20:38:06 +00:00 |
valeski%netscape.com
|
38afdd857d
|
NECKO if defs
|
1999-06-27 16:36:48 +00:00 |
mcafee%netscape.com
|
c3efbaa943
|
BeOS changes
|
1999-06-27 09:18:50 +00:00 |
rjc%netscape.com
|
9e3165d37f
|
Fix a lot of warnings by not using "basename" as a variable as it happens to be defined globally as a function.
|
1999-06-26 09:25:22 +00:00 |
rjc%netscape.com
|
01aa9a5b30
|
Fix typo.
|
1999-06-26 09:17:46 +00:00 |
rjc%netscape.com
|
076f7b157d
|
Cleanup.
|
1999-06-26 08:29:11 +00:00 |
rjc%netscape.com
|
9a084abf17
|
Cleanup.
|
1999-06-26 07:40:59 +00:00 |
rjc%netscape.com
|
5f751d82d6
|
Cleanup.
|
1999-06-26 07:25:54 +00:00 |
rjc%netscape.com
|
cf81c8c689
|
Cleanup.
|
1999-06-26 07:11:56 +00:00 |
warren%netscape.com
|
f6b9d3a028
|
Necko ifdefs for layout and rdf.
|
1999-06-26 06:36:26 +00:00 |
rjc%netscape.com
|
452d355bf8
|
Return an empty command enumerator instead of throwing an assertion.
|
1999-06-26 04:58:22 +00:00 |
rjc%netscape.com
|
03d1711a4f
|
Reject assertions that we don't support instead of returning an error.
|
1999-06-26 04:51:05 +00:00 |
rjc%netscape.com
|
60ad33efbd
|
Add some FTP commands (for context menus).
|
1999-06-26 04:39:16 +00:00 |
rjc%netscape.com
|
3a764c6bfc
|
Added new method GetAllCmds() which uses a nsISimpleEnumerator instead of GetAllCommands() which uses a nsIEnumerator. Migration to GetAllCmds() can be done in the future.
|
1999-06-26 01:09:02 +00:00 |
warren%netscape.com
|
41b5fcddad
|
Changed URLGroup to LoadGroup
|
1999-06-25 02:31:51 +00:00 |
waterson%netscape.com
|
f008503b2f
|
Land RDF_19990617_BRANCH. Add Change() and Move() methods to nsIRDFDataSource; add OnChange() and OnMove() methods to nsIRDFObserver. Factor nsIRDFDatasource::Init() and ::Flush() into nsIRDFRemoteDataSource. Change ownership model s.t. a datasource reference counts its observers.
|
1999-06-24 00:22:58 +00:00 |
warren%netscape.com
|
5e8dccf3fe
|
More necko changes. Changed nsIPluginTagInfo2::GetDocumentBase to copy string.
|
1999-06-23 19:55:21 +00:00 |
warren%netscape.com
|
23864df5e3
|
Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.
|
1999-06-23 03:29:44 +00:00 |
rjc%netscape.com
|
3f3bb07d6c
|
Cleanup.
|
1999-06-22 01:57:46 +00:00 |
rjc%netscape.com
|
4418e22473
|
Unescape FTP names (in case they were encoded).
|
1999-06-21 23:35:23 +00:00 |
rjc%netscape.com
|
115bb55004
|
Better buffering of FTP input.
|
1999-06-21 23:11:17 +00:00 |
rjc%netscape.com
|
f08e61ac8d
|
Slightly better parsing of weird HTML for search results.
|
1999-06-20 06:47:44 +00:00 |
rjc%netscape.com
|
6379a89a7f
|
Slightly better parsing of weird HTML for search results.
|
1999-06-20 05:42:52 +00:00 |
valeski%netscape.com
|
487d9ea921
|
NECKO ifdef (ifdef'd _off_ by default) this checkin should not impact anything. checkin approved. If someone runs into a problem, call me at 303.546.0061.
|
1999-06-18 17:34:08 +00:00 |
waterson%netscape.com
|
cab7d6f231
|
Bug 8367. Remove cruft after '#endif' to make HP compiler happy. Thanks, Bruce. a=chofmann
|
1999-06-17 04:37:05 +00:00 |
waterson%netscape.com
|
80a310bc04
|
Bug 7026. Make GetTarget() return the first child of a directory. Plus clean up the mess I've made of RJC's spaces.
|
1999-06-17 04:13:39 +00:00 |
rjc%netscape.com
|
92d566bc69
|
Work around bug #8278.
|
1999-06-16 06:58:40 +00:00 |
rjc%netscape.com
|
29c5b09136
|
Try and ensure that we're actually looking at proper search datasets by checking file type and creator on Mac.
|
1999-06-16 06:46:51 +00:00 |
rjc%netscape.com
|
70873444c5
|
Only save data in graph if its not already there. Also, resolve aliases to search datasets on Mac.
|
1999-06-16 06:01:04 +00:00 |
rjc%netscape.com
|
aa9caac823
|
Use case-insignificant string comparisons now that we can.
|
1999-06-16 05:32:13 +00:00 |
rjc%netscape.com
|
07a4dcf004
|
If we already have the results from a search, just return them; don't bother re-doing the search.
|
1999-06-16 05:22:14 +00:00 |
rjc%netscape.com
|
cd630c8e2f
|
Less memory intensiveness: now only load/save data into memory store as needed instead of upfront.
|
1999-06-16 05:11:54 +00:00 |
rjc%netscape.com
|
6228b0e0fd
|
Add checks for NULL before using mInner. It could be NULL, for example, if JavaScript creates the datasource but forgets to Init() the datasource.
|
1999-06-16 00:59:43 +00:00 |
jdunn%netscape.com
|
cee02628fc
|
need to declare friend class
|
1999-06-15 23:33:19 +00:00 |
rjc%netscape.com
|
b758277822
|
Small fix for non-Mac platforms in terms of where to look for search datafiles.
|
1999-06-15 07:07:09 +00:00 |
peterl%netscape.com
|
f582acdf29
|
sync to css loader api change (default namespace)
|
1999-06-15 06:22:46 +00:00 |
rjc%netscape.com
|
4c41e1e724
|
Cleanup a bit.
|
1999-06-15 05:11:05 +00:00 |
rjc%netscape.com
|
4cf8646dcc
|
Added HTTP POST support for searching.
|
1999-06-15 05:07:29 +00:00 |
rjc%netscape.com
|
6564138b99
|
Check for URLs that need to be massaged to be absolute URLs.
|
1999-06-14 09:54:19 +00:00 |
rjc%netscape.com
|
3a7b20fa3b
|
More search support.
|
1999-06-14 07:14:38 +00:00 |
waterson%netscape.com
|
62b6172eb6
|
Move bookmarks to xpfe/components.
|
1999-06-11 06:17:15 +00:00 |
rjc%netscape.com
|
cc897bf304
|
More search support.
|
1999-06-10 19:42:53 +00:00 |
waterson%netscape.com
|
2212cca9b0
|
Enable aggregation on the in-memory datasource.
|
1999-06-10 06:47:28 +00:00 |
peterl%netscape.com
|
e4693f9f9a
|
added code to ignore unknown namespace prefix for attributes
(actually the parser should've rejected it before here)
|
1999-06-10 05:18:46 +00:00 |
rjc%netscape.com
|
a96931038c
|
Adding RDF Search datasource into build.
|
1999-06-09 20:04:23 +00:00 |
rjc%netscape.com
|
51c8b9d1de
|
Adding RDF Search datasource.
|
1999-06-09 20:03:20 +00:00 |
waterson%netscape.com
|
9e5fbf10b8
|
Don't rely on rdf_PossiblyMake[Relative|Absolute](); rather, use XUL-specific functions to do it.
|
1999-06-09 08:30:47 +00:00 |
chuang%netscape.com
|
299a6ad320
|
Fix bustage on Windows
|
1999-06-07 20:32:49 +00:00 |
waterson%netscape.com
|
ad4796c4cc
|
Remove related links datasource. Moved to xpfe/components/related.
|
1999-06-07 19:54:36 +00:00 |