Commit Graph

270 Commits

Author SHA1 Message Date
warren%netscape.com
bf8423a769 Changed around load group insertion/removal to happen on mozilla thread. 1999-07-20 08:46:33 +00:00
rickg%netscape.com
23b232d248 switch to faster string search API 1999-07-19 03:29:56 +00:00
peterl%netscape.com
3a3725dcca clean up some string usage 1999-07-18 00:01:21 +00:00
hyatt%netscape.com
f043918b1e Teaching XUL overlays how to do positioning. 1999-07-17 21:50:01 +00:00
hyatt%netscape.com
7e2979d26c XUL overlays work! 1999-07-17 04:27:55 +00:00
hyatt%netscape.com
2fea4e222d XUL overlay work. 1999-07-17 02:24:13 +00:00
rjc%netscape.com
f252bb4ae9 Cleanup command APIs slightly. 1999-07-17 02:15:53 +00:00
hyatt%netscape.com
b3bdcb153e Like this way better. 1999-07-16 10:02:33 +00:00
hyatt%netscape.com
7814dfbce0 More work on XUL overlays. 1999-07-16 09:43:14 +00:00
hyatt%netscape.com
1146e0fe11 Initializing a member variable to nsnull. 1999-07-16 08:26:42 +00:00
hyatt%netscape.com
64de4dc531 More fun with XUL overlays. 1999-07-16 07:31:43 +00:00
hyatt%netscape.com
592408790f Continuing XUL overlay work. 1999-07-16 07:10:20 +00:00
hyatt%netscape.com
9cd2f3bfa1 Adding support for XUL Overlays. 1999-07-16 06:37:28 +00:00
hyatt%netscape.com
d1c277934a Laying the foundation for XUL Overlays. 1999-07-16 04:35:30 +00:00
rjc%netscape.com
1de03a2b6c Add const. Fix build. All good. 1999-07-14 22:10:16 +00:00
rjc%netscape.com
3f15fc5ae4 Get LocalStore() working in regards to nsIRemoteDataSource. 1999-07-14 21:12:46 +00:00
rjc%netscape.com
63950d9d2c Use GetValueConst(). Also, remember the "Last Internet Search" in the localstore. 1999-07-14 21:11:51 +00:00
rjc%netscape.com
c94ec79b3f Use GetValueConst(). 1999-07-14 21:11:16 +00:00
valeski%netscape.com
e4a823e5ac necko only - added the the source url to the NS_NewURI call 1999-07-13 02:19:47 +00:00
warren%netscape.com
61c8d73b43 Necko stuff for dealing with load groups when opening URLs. 1999-07-09 21:18:47 +00:00
warren%netscape.com
9975942bdb Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods. 1999-07-07 08:08:40 +00:00
waterson%netscape.com
ce9dc56a34 Fix compiler warnings. 1999-07-07 04:44:14 +00:00
warren%netscape.com
bd73f68e8b Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport. 1999-07-01 19:30:20 +00:00
rjc%netscape.com
853702e169 Clean up a couple of warnings. 1999-06-30 09:05:24 +00:00
mscott%netscape.com
bd5f2eaa51 Necko change: nsIStreamListener::OnDataAvailable now takes a nsIInputStream instead of a nsIBufferInputStream. 1999-06-28 20:38:06 +00:00
valeski%netscape.com
ce095de1af NECKO if defs 1999-06-27 16:36:48 +00:00
mcafee%netscape.com
fbd468ebbe BeOS changes 1999-06-27 09:18:50 +00:00
rjc%netscape.com
c9825ba220 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
837414868d Fix typo. 1999-06-26 09:17:46 +00:00
rjc%netscape.com
47ffc33fee Cleanup. 1999-06-26 08:29:11 +00:00
rjc%netscape.com
44bb3754a6 Cleanup. 1999-06-26 07:40:59 +00:00
rjc%netscape.com
f20957b501 Cleanup. 1999-06-26 07:25:54 +00:00
rjc%netscape.com
598ce6bb3c Cleanup. 1999-06-26 07:11:56 +00:00
warren%netscape.com
fbd6d1dc57 Necko ifdefs for layout and rdf. 1999-06-26 06:36:26 +00:00
rjc%netscape.com
9a60f136ab Return an empty command enumerator instead of throwing an assertion. 1999-06-26 04:58:22 +00:00
rjc%netscape.com
6dd2eb7da8 Reject assertions that we don't support instead of returning an error. 1999-06-26 04:51:05 +00:00
rjc%netscape.com
b69eb47cf0 Add some FTP commands (for context menus). 1999-06-26 04:39:16 +00:00
rjc%netscape.com
d8cf0513a0 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
32d4f24430 Changed URLGroup to LoadGroup 1999-06-25 02:31:51 +00:00
waterson%netscape.com
4b1f9242e4 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
15272e93b7 More necko changes. Changed nsIPluginTagInfo2::GetDocumentBase to copy string. 1999-06-23 19:55:21 +00:00
warren%netscape.com
1f76168d21 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
rjc%netscape.com
b7bfb76ea6 Cleanup. 1999-06-22 01:57:46 +00:00
rjc%netscape.com
57e1b1595d Unescape FTP names (in case they were encoded). 1999-06-21 23:35:23 +00:00
rjc%netscape.com
1bf5f15f2b Better buffering of FTP input. 1999-06-21 23:11:17 +00:00
rjc%netscape.com
3bf68e5fda Slightly better parsing of weird HTML for search results. 1999-06-20 06:47:44 +00:00
rjc%netscape.com
7ae08c35c2 Slightly better parsing of weird HTML for search results. 1999-06-20 05:42:52 +00:00
valeski%netscape.com
e23b3c673c 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
eab1c8b67e 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
084992ea01 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