ccarlen%netscape.com
3b47353cfe
Convert use of nsIFileLocator to nsIDirectoryService
r=mscott
2000-08-22 00:53:37 +00:00
scc%mozilla.org
ad963283c3
fixing code that relied on implicit string construction
2000-08-20 06:59:07 +00:00
scc%mozilla.org
3f0620d231
fixing code that relied on implicit string construction
2000-08-19 20:01:04 +00:00
conrad%ingress.com
d9e8edcf29
Changed from using strings for nsIDirectoryService props to using macro names defined in nsDirectoryServiceDefs.h
r=valeski
2000-08-11 20:31:57 +00:00
mscott%netscape.com
25e12ec3c0
Bug #48078 , 48081 --> bring up save to disk dialog right away from the helper app dialog instead of
...
waiting till the download is finished.
properly implement Cancel so we stop the download and clean up the temp file.
r=alecf
2000-08-10 01:49:06 +00:00
valeski%netscape.com
83689d9542
39797. r=mscott. MAC was sending back an empty string as the mime type down in the MIMEService, now we return an error in the mime service if we confront this, and that causes HTTP to produce a default type
2000-07-21 23:52:36 +00:00
mscott%netscape.com
8ac4deb3f4
Bug #43583 --> bring up the save as dialog from the backend instead of from the front end.
...
r=alecf
2000-07-13 06:26:25 +00:00
mscott%netscape.com
67f89934a5
Bug #43583 --> set the application description field on the mime info object based on a registry setting if we are getting the
...
information from the windows registry. This is later used by the helper app dialog. Correctly implement different
behaviors for mime info action types of useSystemDefault vs. useHelperApp
r=alecf
2000-07-13 06:25:53 +00:00
mscott%netscape.com
cbdeb0905f
Bug #43583 --> throw the switch for the helper app dialog. Start invoking the helper app dialog and bring it
...
up whenever the user trys to launch a helper app. This was submitted by bill law. r=mscott
also, use the file name in the url as the basis for the temporary file name.
r=alecf
2000-07-12 06:09:02 +00:00
mscott%netscape.com
a044cab1f4
Bug #43583 --> Add a separate boolean for asking the user before handling content using an external application.
...
r=alecf
2000-07-11 23:15:49 +00:00
mscott%netscape.com
3ddf6e8910
Bug #43583 --> new state for using system default. Add a separate boolean
...
for asking the user before handling.
r=alecf
2000-07-11 23:11:59 +00:00
mscott%netscape.com
66907fe1dd
Bug #43583 --> pass the window context into the helper app launcher which will in turn be used by
...
the helper app dialog to get at a dom window.
r=alecf
2000-07-10 21:21:10 +00:00
cls%seawood.org
18b5c3f6ff
Remove hacks that fixed tmp vpath screwups.
2000-07-08 09:39:16 +00:00
mscott%netscape.com
2f46a371e9
Bug #44082 --> fail if we couldn't find mimeTypes.rdf during the data source init phase.
...
patch from jst
r=mscott
2000-07-07 21:44:11 +00:00
mkaply%us.ibm.com
d87ffe8750
r=mkaply, a=brendan
...
Tinderbox break - need os2 changes for uriloader - I am just taking the UNIX for now - hope it builds
2000-07-07 14:14:32 +00:00
mscott%netscape.com
ec140450ed
Bug #43583 --> updates for helper app launching to work with the dialog.
2000-07-07 01:48:57 +00:00
mscott%netscape.com
677c8d5d17
Bug #43583 --> re-organizing how we launch helper apps to work with the helper app dialog.
...
r=alecf
2000-07-07 01:48:17 +00:00
mscott%netscape.com
6ad688ca00
Bug #43583 --> re-organizing how we launch helper apps to work with the helper app dialog.
...
Add nsIExternalAppLauncher interface which is used by the helper app dialog.
r=alecf
2000-07-07 01:48:05 +00:00
mscott%netscape.com
4d99f26d9d
Bug #43887 --> fix build bustage on WIN2K platform. Not beta2 plussed yet but it's fixing build breakage.
...
r=sspitzer
2000-06-30 06:03:43 +00:00
mkaply%us.ibm.com
b7a9e7cd19
#40177
...
r=leaf, a=brendan
OS/2 bringup - This really should be a semicolon for OS/2
2000-06-27 22:24:54 +00:00
mkaply%us.ibm.com
fa55dc74b0
r=cls, a=cls
...
Broken objdir stuff
2000-06-26 20:18:21 +00:00
mkaply%us.ibm.com
aa484df4a7
#40177
...
r=cls, a=brendan
OS/2 bring up - Forgot OSDIR to specify location of cpp file
2000-06-26 14:46:18 +00:00
mkaply%us.ibm.com
664fcf2162
# 40177
...
r = mkaply, a = brendan
OS/2 bring-up - Versions of these files for OS/2
2000-06-25 22:42:16 +00:00
mkaply%us.ibm.com
32ba0ccee8
# 40177
...
r = cls, a = brendan
OS/2 bring-up - Change so this builds on OS/2
2000-06-25 22:39:51 +00:00
dougt%netscape.com
e5e3eab6ce
Adjusting user of makeUnique. a=brendan@mozilla.org
2000-06-24 01:55:40 +00:00
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