Commit Graph

64350 Commits

Author SHA1 Message Date
mscott%netscape.com
164e9d6254 Bug #30157 --> add the ability to launch urls using OS default protocol handlers. (NOT PART OF THE BUILD)
code review will come when this is done and gets turned on.

part of the mac internet config stuff.
2000-06-18 22:48:43 +00:00
mscott%netscape.com
1d5352e6e9 Bug #30157 --> add the ability to launch urls using OS default protocol handlers. (NOT PART OF THE BUILD)
code review will come when this is done and gets turned on.

Add the ability to launch urls using a OS specified protocol handler for windows. Implement nsIExternalProtocolService.
2000-06-18 22:08:32 +00:00
mscott%netscape.com
c08b6233e7 Bug #30157 --> add the ability to launch urls using OS default protocol handlers. (NOT PART OF THE BUILD)
code review will come when this is done and gets turned on.

add nsIExternalProtocolService support to the base class.
2000-06-18 22:07:54 +00:00
mscott%netscape.com
dc6a63563f Bug #30157 --> add the ability to launch urls using OS default protocol handlers. (NOT PART OF THE BUILD)
code review will come when this is done and gets turned on.

this file is now obselete and has been replaced with nsCExternalHandler.idl.
2000-06-18 22:07:00 +00:00
mscott%netscape.com
1e75716479 Bug #30157 --> add the ability to launch urls using OS default protocol handlers. (NOT PART OF THE BUILD)
code review will come when this is done and gets turned on.

export nsCExternalHandlerService.idl
2000-06-18 22:05:53 +00:00
mscott%netscape.com
a743e2ddc1 Bug #30157 --> add the ability to launch urls using OS default protocol handlers. (NOT PART OF THE BUILD)
code review will come when this is done and gets turned on.

New file. This file replaces nsCExternalHelperApp.idl. It includes both protocol and helper app service progid information.
2000-06-18 22:05:25 +00:00
mscott%netscape.com
462376e133 Bug #30157 --> add the ability to launch urls using OS default protocol handlers. (NOT PART OF THE BUILD)
code review will come when this is done and gets turned on.

Initial interface for interacting with an OS specific external protocol handler.
2000-06-18 22:04:28 +00:00
cls%seawood.org
bb9cbaf3a5 Don't declare a variable twice. It breaks the HP-UX builds. 2000-06-18 21:34:45 +00:00
cls%seawood.org
1327cdd365 nscore.h is included by .c files so c++ comments have to go. Fix for WS5.0 bustage. 2000-06-18 21:27:27 +00:00
mscott%netscape.com
f623c5b424 Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
code review will come when this is done and gets turned on.

Mac specific implementation of the helper app service. Note: this is incomplete...I have added FIX ME comments
in all the places where we need Mac specific information for interacting with internet config.
2000-06-18 19:54:37 +00:00
pavlov%netscape.com
ef37837962 patch from Tomi Leppikangas <tomilepp@sun3.oulu.fi> to fix some GC leaks r=pavlov a=brendan 2000-06-18 18:56:27 +00:00
ben%netscape.com
67fb3110be 30536 - skinnable front end. remove dependencies on current skin. 2000-06-18 17:52:37 +00:00
ben%netscape.com
c5678c6ae7 Skinnable text. b30536 (skinnable front end) 2000-06-18 17:43:57 +00:00
bienvenu%netscape.com
32af24eee2 fix init of search data source r=sspitzer 33101 2000-06-18 15:02:00 +00:00
bienvenu%netscape.com
5d6b623612 back out last changes which break the folder and thread pane 2000-06-18 14:44:48 +00:00
morse%netscape.com
45d2b9f94f bug 42362, assertions at startup, coder=roc+moz@cs.cmu.edu, r=morse, a=morse+waterson(anticipated) 2000-06-18 06:16:30 +00:00
alecf%netscape.com
53eade5928 cleanup search folder picker for #33101
r=sspitzer
2000-06-18 05:52:51 +00:00
alecf%netscape.com
dd6dba34a9 finally hook up search, and bring filters more in line with the way search does things
r=sspitzer
#33101
2000-06-18 05:52:03 +00:00
alecf%netscape.com
688ae34aa3 update search datasource
- use the URI of the datasource as the root of the messages returned by this datasource
- implement HasAssertions and remember the search results.
r=sspitzer
#33101
2000-06-18 05:48:14 +00:00
alecf%netscape.com
bd2436d493 further bring the searchsession and mailfilter apis together so that they can share code from JS - basically expose the search term as a readonly array, and reset it with Clear() rather than destroying it.
r=sspitzer
for #33101
2000-06-18 05:45:19 +00:00
alecf%netscape.com
1ecfb815c9 quiet down RDF by handling datasources without windows gracefully (needed for search, so I could reuse the threadpane without causing assertions)
r=sspitzer
for #33101
2000-06-18 05:43:32 +00:00
alecf%netscape.com
13723c1641 remove a dead file that we weren't building 2000-06-18 05:40:46 +00:00
scc%mozilla.org
3446bda5c3 fixing OS/2 VisualAge platform bustage, and bad dates in licenses 2000-06-18 05:00:31 +00:00
mscott%netscape.com
6b09973c62 Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
code review will come when this is done and gets turned on.

Use the 4.x windows registry information in an effort to figure out the correct file extension
for a particular content type. This is necessary because we need the file extension to figure out
which helper app to use, not the content type.

Pass the file extension to be associated with this content type to the external content handler when
we create it.
2000-06-18 01:14:23 +00:00
mscott%netscape.com
b1e8d04afd Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
code review will come when this is done and gets turned on.

Pass in the file extension (determined by the content type) that we want to use when generating the name
of the temp file for saving the data for the helper application.
2000-06-18 01:13:04 +00:00
mscott%netscape.com
cbf35f6dfc Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
code review will come when this is done and gets turned on.

Add external application implementation.
Add windows registry sniffying code to find the right external helper application for a given file extension.
Add windows registry code for launching the application.
2000-06-17 23:06:23 +00:00
mscott%netscape.com
7264918d4e Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
code review will come when this is done and gets turned on.

Add support for nsPIExternalAppLauncher. Call back to the OS app service to launch the app once we are done
saving the file to a temp file.
2000-06-17 23:04:53 +00:00
mscott%netscape.com
e6fb2a4c9f Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
code review will come when this is done and gets turned on.

Add a private interface to be shared between the os specific helper app service and the external app handler
for launching an app.
2000-06-17 23:03:24 +00:00
radha%netscape.com
dd166f6c8c Initial checin for feature bug 36547. r=self(module owner) No code in this checkin is currently used by
any parts of the build.
2000-06-17 22:43:06 +00:00
morse%netscape.com
f22db2162a restoring changes that were accidentally backed out, r=dveditz 2000-06-17 22:24:07 +00:00
mscott%netscape.com
0adba87a3c Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
code review will come when this is done and gets turned on.

properly implement saving the data to a temp file.
2000-06-17 19:53:44 +00:00
alecf%netscape.com
24f80d3a50 for #33101 - sync up nsIMsgSearchSession and nsIMsgFilter APIs so that I can share the same JS to add/create terms
r=sspitzer
2000-06-17 19:18:46 +00:00
alecf%netscape.com
19c5b62ac7 oops, missing file from my fix to #40341 r=sspitzer 2000-06-17 18:56:16 +00:00
alecf%netscape.com
2766bbe999 add search datasource to base factory (r=sspitzer) for #33101 2000-06-17 18:42:59 +00:00
alecf%netscape.com
b1c1146402 also export the search datasource header so it can be seen from the factory 2000-06-17 18:42:32 +00:00
alecf%netscape.com
a213db98f5 add search datasource to unix build (file has been reviewed/tested, this is just adding it to the build, so no reviewer) for #33101 2000-06-17 18:40:07 +00:00
alecf%netscape.com
ef80175c0d added files: mozilla/mailnews/base/search/src/nsMsgSearchDataSource.cpp 2000-06-17 18:38:12 +00:00
alecf%netscape.com
6aa1f4cc8c fix solaris native compiler bustage for pav 2000-06-17 18:34:49 +00:00
mscott%netscape.com
bfc686f7ff Bug #41199 --> language extension tweak...don't issue the language request if we don't have a preferred language
nsString to nsAutoString change
r=sspitzer
2000-06-17 18:34:42 +00:00
morse%netscape.com
2165d682f2 update wallet tables, does not affect build 2000-06-17 16:00:20 +00:00
bienvenu%netscape.com
51906bcb55 fix for 41754 threads not showing up completely r=jefft 2000-06-17 13:48:04 +00:00
ben%netscape.com
71c91c7883 fix reference to tasksOverlay.xul 2000-06-17 08:09:09 +00:00
ben%netscape.com
1a5babfc34 fix mac manifest, remove dead files 2000-06-17 07:53:23 +00:00
ben%netscape.com
d2383285a3 point dialogOverlay to the correct location for its css file 2000-06-17 07:46:43 +00:00
ben%netscape.com
8d2e6ec933 partial fixes for 32347, 30536, 41120 2000-06-17 03:51:16 +00:00
ben%netscape.com
4c99d49596 remove dead manifests 2000-06-17 03:46:14 +00:00
ben%netscape.com
8fcfd209c1 update build list 2000-06-17 03:45:34 +00:00
sfraser%netscape.com
2c326989df Fix the menu code to not hold onto webshells, and to use weak refs for the previous menu stack etc. This allows menus to be cleaned up properly on quit (look ma, no leaks!). Bug 41695. r=saari, pinkerton 2000-06-17 03:38:00 +00:00
ben%netscape.com
2d3e888817 partial fixes for 32347, 30536, 41120 2000-06-17 03:26:47 +00:00
dmose%mozilla.org
3947c09017 canonicalized method names to proper XPIDL interCaps style. a=r=(not built) 2000-06-17 03:15:23 +00:00