mscott%netscape.com
ad5c60eb5b
Bug #38374 --> make sure the temp file we are saving the file to is unqiue by calling make unique.
...
This call will be replaced by createUnique once that gets checked in. I also need to fix the temp file
name I use as well.
r=sspitzer
2000-06-23 06:42:14 +00:00
sspitzer%netscape.com
8df8079fbe
get launching of external apps working on the mac.
also, on the mac only, dump the temp file to the desktop.
r=mscott #38374 .
2000-06-23 04:43:13 +00:00
sspitzer%netscape.com
81ec9d522b
fix for #43548 , and possibly #43392 .
if internet config tells us the string is of zero length, set the
out string to null. r=mscott
2000-06-23 01:08:53 +00:00
sspitzer%netscape.com
c6b5309946
work for bug #38374 helperApps.rdf is now mimeTypes.rdf. use the file locator to get the mimeTypes file. fix the unix implementation of nsOSHelperAppService.cpp to go to the base class to determine what application to launch. r=mscott
2000-06-22 22:17:25 +00:00
sspitzer%netscape.com
b4bc92c13e
work for bug #38374
...
helperApps.rdf is now mimeTypes.rdf.
use the file locator to get the mimeTypes file.
fix the unix implementation of nsOSHelperAppService.cpp
to go to the base class to determine what application to launch.
r=mscott
2000-06-22 22:14:53 +00:00
cls%seawood.org
80e45df094
*sigh*. VPATH is seeing the old .o in unix for the non-objdir builds that recently ran so we need to remove it.
2000-06-22 09:23:09 +00:00
mscott%netscape.com
7c1858cd9a
maybe this wasn't the breakage...I was just backing out the makefile too quickly. linux went greeen
...
before this change went in the build.
2000-06-22 08:53:11 +00:00
mscott%netscape.com
d0f90735cd
backing out dauphin's fix for my objdir breakage as it seems to break non-objdir linux builds.
2000-06-22 08:46:18 +00:00
cls%seawood.org
c3e413630e
Fixed objdir bustage. r=bryner
2000-06-22 07:52:35 +00:00
mscott%netscape.com
89e95a28f0
Add nsHelperAppRDF.h to the build.
...
r=sspitzer
2000-06-22 06:24:50 +00:00
mscott%netscape.com
04601881dd
not part of the build!!!
fixes to get this buildling on the mac
2000-06-22 06:04:23 +00:00
mscott%netscape.com
b019baf1e8
not part of the build!!!
fixes to get this building on the mac.
2000-06-22 06:04:06 +00:00
mscott%netscape.com
2332c14303
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.
oops i reall don't want this file...take it back.
2000-06-22 05:06:02 +00:00
mscott%netscape.com
881aa9e5e1
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 manifest file for the mac
2000-06-22 04:59:45 +00:00
mscott%netscape.com
ad5c9fe08a
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.
More mac file updates.
2000-06-22 04:41:36 +00:00
mscott%netscape.com
0a50c9d984
Bug #38374 --> fix refcounting problem on the application field
...
r=sspitzer
2000-06-21 20:38:52 +00:00
mscott%netscape.com
12c698bd7d
Bug #38374 --> NOT PART OF THE BUILD YET!!!!
...
more unix updates for helper application support
2000-06-21 08:37:32 +00:00
mscott%netscape.com
aa9a9a15c6
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.
unix updates
2000-06-21 08:34:58 +00:00
mscott%netscape.com
dce1644f86
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.
export our rdf vocabulary header file.
2000-06-21 08:29:47 +00:00
mscott%netscape.com
2668452986
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.
Landing of the RDF data source which keeps track of all the user specified mime type information.
Landing implementation of user over ride information when determining what helper app to run. now we'll
check the information stored in the data source first. If we don't ahve any over-ride information, then
fall back to the OS defaults.
2000-06-21 08:29:13 +00:00
mscott%netscape.com
7e2fbded6f
Bug #38374 --> add application and user preferred handle action to mime info.
...
I'm going to be storing this information in the helper app code.
r=valeski
2000-06-21 06:34:43 +00:00
mscott%netscape.com
f940187ef2
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.
RDF header file which defines our vocabulary for the mime mapping data source.
2000-06-21 05:27:29 +00:00
beard%netscape.com
1c926d81a2
bug #42100 , Carbon compatibility. r=gordon, saari, pinkerton, sfraser
2000-06-20 23:10:06 +00:00
sspitzer%netscape.com
5614a99a6a
Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD) r=mscott
2000-06-20 20:43:54 +00:00
mscott%netscape.com
3b25aa7f15
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.
Unix stub files for the OS helper app service implementation.
a=granrose
2000-06-20 18:22:47 +00:00
mscott%netscape.com
8fbba2c4c6
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.
adding manifest files for the mac build
2000-06-20 01:02:32 +00:00
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
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
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
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
mscott%netscape.com
7e5991d58e
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.
fix some method signature problems.
2000-06-17 03:02:08 +00:00
mscott%netscape.com
c67e915e7d
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 code to actually store the incoming data into a temp file.
2000-06-17 02:34:44 +00:00
mscott%netscape.com
146fca5a14
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.
initialize an external app handler with an nsIFile which represents the app.
2000-06-17 02:34:24 +00:00
mscott%netscape.com
e3bef1365b
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.
2000-06-17 00:06:26 +00:00
mscott%netscape.com
1229310eb4
Bug #38374 --> foundation for helper app architecture.
...
Not part of the build yet. review will come when this is ready to go.
2000-06-16 21:35:13 +00:00
mscott%netscape.com
0babf04929
Bug #38374 --> foundation for helper app architecture. Windows specific implementation of the
...
helper app service.
Not part of the build yet. review will come when this is ready to go.
2000-06-16 21:34:35 +00:00
warren%netscape.com
512c8bf433
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
2000-06-03 09:46:12 +00:00
davidm%netscape.com
055406bb9b
First Checked In.
2000-05-03 02:51:51 +00:00
mccabe%netscape.com
e9209489d7
change several IDL parameters to be unsigned, to work better with length_is, size_is. Preperatory to requiring unsigned in xpidl, fixing 13413
2000-04-28 10:51:52 +00:00
davidm%netscape.com
9f33ae5ce0
Replace nsString with nsCString. Add routines for setting the ext froma comma delimenated list
2000-04-19 04:45:30 +00:00