cbiesinger%web.de
b25a1f6c7f
bug 249143 keep strong references to the dialog and |this| before prompting for the
...
file
r=bz sr=darin
2004-09-21 19:52:45 +00:00
darin%meer.net
bb70f70378
landing additional patch for bug 257308 "Visual indicators of site security appear for the wrong site" r=biesi sr=bz
2004-09-17 20:33:25 +00:00
cbiesinger%web.de
1d5fd2d211
Bug 259890 don't call Remove(PR_TRUE) to delete a file
...
r=bzbarsky sr=darin
2004-09-17 19:13:00 +00:00
bzbarsky%mit.edu
b62d4e1d33
Fix misspellings of "transferring" in the tree. Bug 258874, patch by Chris
...
Thomas (CTho) <cst@andrew.cmu.edu>, r=bsmedberg, spelling fix rs=brendan
2004-09-16 18:33:39 +00:00
dveditz%cruzio.com
3ea4400949
bug 173010 prompt before launching external protocol handler,r=mscott,sr=darin/jst
2004-09-10 23:24:49 +00:00
pedemont%us.ibm.com
7d3d0d4a79
Bug 258503 - incorrect comment for function onStartURIOpen. r=cbiesinger,sr=bzbarsky,a=mkaply
2004-09-09 15:30:09 +00:00
darin%meer.net
f40f923a0a
fixes bug 257308 "Visual indicators of site security appear for the wrong site" r=biesi sr=bz
2004-09-09 06:54:52 +00:00
bryner%brianryner.com
180b0b7373
Remove refcounting version of nsIPresShell::GetPresContext. Bug 253889, r+sr=roc.
2004-08-20 20:34:37 +00:00
cbiesinger%web.de
8e63886ee0
Bug 80787 support non-ascii extensions in mime service, mime info, and
...
exthandler
r=bzbarsky sr=darin
2004-08-09 21:27:24 +00:00
cbiesinger%web.de
8099d6ca0a
fixing bustage
2004-08-08 20:35:08 +00:00
cbiesinger%web.de
b8816e9960
Bug 254354 move nsIHelperAppLauncherDialog.idl into exthandler
...
r=bz sr=darin
2004-08-08 20:25:02 +00:00
bzbarsky%mit.edu
ff376b3812
Add support for the application/rdf+xml MIME type. Bug 61839, patch by Alex
...
Vincent <ajvincent@juno.com>, r=bzbarsky, sr=jst
2004-08-08 01:31:02 +00:00
bryner%brianryner.com
5c02a6978c
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
2004-07-31 23:15:21 +00:00
bzbarsky%mit.edu
3f371fd3be
Setting location to a mailto: URI should not throw if there is a system mailto:
...
handler. Bug 236589, r=biesi, sr=darin
2004-07-29 23:58:59 +00:00
bryner%brianryner.com
0fd21c3872
Consolidate PresContext classes into a single nsIPresContext implementation, and finish deCOMtaminating it. Bug 253470, r+sr=roc.
2004-07-29 19:41:39 +00:00
bzbarsky%mit.edu
a5ebcc2be2
Fix problem with the external protocol channel that makes it return a null
...
originalURI and cause crashes. Bug 241300, r=biesi, sr=darin
2004-07-15 20:20:50 +00:00
cbiesinger%web.de
ea4cbbe221
Bug 249677 cancel does not delete temporary file in helper app dialog, if default action = save
...
r=darin sr=jst
2004-07-15 18:56:42 +00:00
cbiesinger%web.de
dfe82b25ea
fix wording to refer to "this content listener", r+sr=bz
2004-07-14 23:15:19 +00:00
timeless%mozdev.org
985e3ccded
Bug 250686 hiearchy
...
r=shaver sr=shaver a=shaver
2004-07-09 23:05:53 +00:00
cbiesinger%web.de
446d27d2ad
bug 246280 trim trailing dots of files being downloaded before extension
...
checking
r=darin sr=jst
2004-07-06 23:15:30 +00:00
cbiesinger%web.de
6263ab98d2
bug 248810 nsIStreamConverter[Service] uses wide strings for mime types
...
r+sr=darin
2004-06-29 16:45:07 +00:00
roc+%cs.cmu.edu
0f4150a4e5
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
2004-06-17 00:13:25 +00:00
cbiesinger%web.de
23938c8252
bug 235505 make nsIMIMEInfo::MIMEType readonly
...
r=bzbarsky sr=darin
2004-06-11 15:47:57 +00:00
cbiesinger%web.de
2e0a3492fe
document @mozilla.org/download;1
...
don't delete incomplete files when the download is cancelled/aborts
tell the download impl about the location of the temp file, if it is interested
244448 r=bzbarsky sr=darin
2004-05-26 15:07:52 +00:00
roc+%cs.cmu.edu
0e3ff503fb
Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin
2004-05-22 22:15:22 +00:00
bzbarsky%mit.edu
bb3844e6d4
Blocked protocols should still allow URI creation; they should just fail
...
channel creation. Bug 244220, r+sr=darin
2004-05-21 00:28:52 +00:00
mkaply%us.ibm.com
d697920875
#241966
...
r=pedemont, sr=blizzard (platform specific)
OS/2 only - special case certain protocols and launch them with data from the INI file since we don't have a protocol registry on OS/2
2004-05-05 13:51:14 +00:00
bienvenu%nventure.com
2b2397bfaa
fix regression in unix file type mapping, 242495,r=bzbarsky, sr=mscott
2004-05-04 01:05:13 +00:00
bzbarsky%mit.edu
4ede76717e
Add a version of CheckLoadURI that takes a source principal instead of a source
...
URI. Update a bunch of callers to use it. Bug 233108, r=caillon, sr=dveditz
2004-04-25 16:55:27 +00:00
bienvenu%nventure.com
4d40ab419f
make nsILineInputStream take an nsACString ref, 197166, r=darin, sr=mscott, make local msg body search cache open file stream, use nsIFile instead of nsFileSpec to cut down on seeks, improve performance, sr=mscott 240538
2004-04-22 15:32:54 +00:00
bienvenu%nventure.com
ea017a1019
fix regression in opening .eml files, and any other file extension whose content type is specified in windows registry, 240942, r/sr=bsbarsky
2004-04-19 18:19:56 +00:00
gerv%gerv.net
8b8dde7d95
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 22:01:16 +00:00
gerv%gerv.net
f7f3cb2736
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-17 16:52:41 +00:00
cbiesinger%web.de
19e7aa65ac
backing out last patch for bug 240771 - causes crashes on mac.
2004-04-17 12:13:55 +00:00
bzbarsky%mit.edu
d0cb2170bb
Fix crash on loading files with no extension. Followup to bug 235502, patch by
...
biesi, r+sr=darin
2004-04-17 04:45:25 +00:00
darin%meer.net
9ae1052a56
landing patch for bug 24867 "UI for FTP upload" r=biesi,neil sr=bryner
2004-04-17 00:58:23 +00:00
cbiesinger%web.de
f028ea412d
bug 239604. make uriloader more doxygen friendly, and remove unused "command"
...
parameter from nsIContentHandler::handleContent, and change the type of
aWindowContext to nsIInterfaceRequestor.
r=bzbarsky sr=darin
2004-04-16 21:06:07 +00:00
cbiesinger%web.de
f0944a3ee7
arrg, more osx fixes
2004-04-15 22:08:21 +00:00
cbiesinger%web.de
91a4cf7af2
this time, a correct fix...
2004-04-15 21:58:51 +00:00
cbiesinger%web.de
0155a1bd28
more mac bustage...
2004-04-15 21:38:31 +00:00
cbiesinger%web.de
04be82342f
fixing osx bustage
2004-04-15 21:32:11 +00:00
cbiesinger%web.de
14177dedcb
Bug 235502 nsIMIMEService, nsIMIMEInfo should use nsACString/nsAString instead of string/wstring
...
r=bzbarsky sr=darin
2004-04-15 20:56:37 +00:00
cbiesinger%web.de
6ad20397bf
Bug 235504 Remove nsCString::EqualsWithConversion(const char*)
...
r=darin sr=dbaron
2004-04-14 20:09:30 +00:00
cbiesinger%web.de
b8e807e85b
fixing bug 235832 in a better way, by using dynamic_cast.
...
r=bzbarsky sr=darin
2004-04-13 19:40:08 +00:00
darin%meer.net
8da4a5e516
fixes bug 240053 "lock icon not updated properly on redirect of HTTPS request" r=biesi sr=bz a=dbaron
2004-04-10 20:03:03 +00:00
cbiesinger%web.de
6da5a56402
Bug 237947 Mozilla Freezes when handling filetypes with an entry in .mailcap that does not exist
...
o) also return from GetFileTokenForPath when the base class implementation failed
with NS_ERROR_FILE_NOT_FOUND.
o) Do not return NS_ERROR_FILE_NOT_FOUND from the
base class impl if the file path is both relative and does not exist in the
mozilla directory.
o) Make sure to break out of the loop in the unix GetFileTokenForPath even if
ApendRelativePath fails
r+sr=bzbarsky a=asa
2004-03-31 19:32:26 +00:00
bzbarsky%mit.edu
5351f884f1
Temporarily disable type-guessing for content-encoded text/plain content. Bug
...
233047, r=biesi, sr=darin, a=chofmann
2004-03-15 02:00:15 +00:00
cbiesinger%web.de
71ebf56bee
235695: nsMIMEInfoImpl needs only one constructor, and nsMIMEInfoBase can have a hidden ctor.
...
r=bzbarsky sr=darin
2004-03-09 16:42:34 +00:00
cbiesinger%web.de
a47fb3d238
fixing win32 bustage
2004-03-08 20:39:19 +00:00
cbiesinger%web.de
4ca8093ad9
229636 search for helper apps in mozilla directory before $PATH
...
r=bzbarsky sr=darin
2004-03-08 20:15:09 +00:00
cbiesinger%web.de
e88d56e95a
...and now, the correctly merged version, that even compiles
2004-03-06 19:43:40 +00:00
cbiesinger%web.de
d0fdabc0c9
Bug 124307, respect umask for downloaded files.
...
r=bzbarsky sr=darin
2004-03-06 19:37:22 +00:00
cbiesinger%web.de
f37da693e3
bug 235695, one constructor is enough for nsMIMEInfoBase and subclasses
...
r=bzbarsky sr=darin
2004-03-06 14:43:30 +00:00
cbiesinger%web.de
43561e082b
bug 235201, return an error instead of crashing if we can't find an application for a mime type
...
patch by Christian Persch <chpe@gnome.org> r=biesi sr=bryner
2004-03-06 14:41:00 +00:00
timeless%mozdev.org
596c3622ff
Bug 145994 Crash in urildr.dll from some embedding clients
...
patch by rpotts r=jst sr=alecf
2004-03-03 15:46:05 +00:00
mkaply%us.ibm.com
9e238cadea
#235488
...
r=pedemont, sr=blizzard (platform specific code)
Special case http/https/ftp URLs so we send them to the OS if we don't launch them with the current app (makes URLs work in Thunderbird)
Modify helper app launcher code so it locates the EXE so we don't get a command window every time we launch an app
2004-03-02 17:29:03 +00:00
cbiesinger%web.de
d4e5220db0
bug 235832, dynamic_cast crashes. replace with static_cast.
...
r=bzbarsky sr=darin
2004-03-01 21:18:19 +00:00
cbiesinger%web.de
83ba2b8b73
next try: fixing mac bustage
2004-02-23 23:49:49 +00:00
cbiesinger%web.de
c5ee81540e
fix mac bustage
2004-02-23 23:29:38 +00:00
cbiesinger%web.de
7ea034fb6b
bug 78919, last part. r=bzbarsky sr=darin.
...
This adds a new method launchWithFile on nsIMIMEInfo which takes care of opening
the selected (preferred or default) application on the mime info with a
specified document. defaultDescription is now readonly, and defaultApplication
no longer available.
This also removes the clone method which was unused in the entire tree.
2004-02-23 22:49:28 +00:00
pinkerton%aol.net
719ba07a9f
fix bad merging of code for 183848 when moving from camino 1.0 branch to trunk
...
(r=biesi, sr=sfraser)
2004-02-23 15:20:55 +00:00
bsmedberg%covad.net
814b876053
Bug 224829 - docshell should not require non-gecko interface nsIBrowserHistory. This was fixed by introducing a new interface nsIGlobalHistory2 to replace the current nsIGlobalHistory. There are two-way adapters so that the frozen interface still works. r=biesi sr=bz a=mscott for toolkit/ changes.
2004-02-11 02:10:04 +00:00
cbiesinger%web.de
d74e41dd81
Bug 233145 stop implementing nsIURIContentListener in nsExternalAppHandler
...
r=bzbarsky sr=darin
2004-02-07 19:52:16 +00:00
cbiesinger%web.de
6084008627
fixing bustage
2004-02-06 23:05:40 +00:00
cbiesinger%web.de
9382bd3029
Bug 233169 [windows] It's impossible to set helper applications for executables
...
r=bzbarsky sr=darin
2004-02-06 22:32:29 +00:00
cbiesinger%web.de
822a291d22
Bug 231886 Allow extensions to add extension->type mappings by adding an entry
...
in the "ext-to-type-mapping" category, where the name is the extension and the
value the mime type.
r=bzbarsky sr=darin
2004-02-06 18:43:27 +00:00
cbiesinger%web.de
255a2deda5
Bug 232784, verify that opening the file works, and show an error message if it doesn't
...
r=pinkerton sr=bzbarsky
2004-02-05 10:53:11 +00:00
bryner%brianryner.com
42adb9f1be
More nsIPresContext deCOMtamination (bug 229371). Inline getters and setters for LinkHandler, VisibleArea, and Language; change some methods that don't return any useful data to |void|; make GetContainer return an already_AddRefed. r+sr=dbaron
2004-02-01 10:09:07 +00:00
cbiesinger%web.de
7b72a95123
bug 232219, memory leak in nsGNOMERegisty::GetFromType
...
patch by Christian Persch <chpe@gnome.org> r=darin sr=bryner
2004-01-29 22:20:44 +00:00
jst%mozilla.jstenback.com
90431d8022
Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org
2004-01-29 22:04:45 +00:00
bsmedberg%covad.net
7d79d7ba8b
Bug 232201 part 2 - update consumers to use inherited nsIPrefBranchInternal interface. This should be happy for codesize. r=alecf sr=darin
2004-01-28 23:45:17 +00:00
cbiesinger%web.de
be132f3456
Bug 152224
...
Leak in nsExternalAppHandler, due to reference cycle between the nsIDownload implementation,
the helper app service, and the helper app dialog.
now, the reference cycle with the helper app dialog is broken in Cancel/CreateProgressListener,
and the cycle with the nsIDownload will be broken in Cancel/CloseProgressWindow/OnStopRequest
r=bzbarsky sr=darin
2004-01-28 22:05:25 +00:00
cbiesinger%web.de
80b568ca68
Bug 232431
...
exthandler should not export as many headers
only export nsOSHelperAppService.h. this is needed because docshell depends on
it, and docshell's makefile does not know which OSHelperAppService it needs.
r=bzbarsky sr=darin
2004-01-28 21:59:10 +00:00
cbiesinger%web.de
19a2c89d03
trying to fix mac bustage
2004-01-28 15:08:46 +00:00
cbiesinger%web.de
242ffb7490
bug 78919, part 3: Move nsMIMEInfoImpl to exthandler, and don't allow to CreateInstance it
...
r=bzbarsky sr=darin
2004-01-28 14:48:22 +00:00
bzbarsky%mit.edu
0b241c5f1b
Don't claim to have a GNOME registry handler if it's disabled. Bug 226576,
...
patch by chpe@gnome.org (Christian Persch), r=bryner, sr=bzbarsky
2004-01-21 04:52:10 +00:00
cbiesinger%web.de
741e690801
fix bustage
2004-01-17 13:41:23 +00:00
cbiesinger%web.de
73f0845c24
bug 55690 Spool file should be moved once the user picks a filename
...
r=bzbarsky sr=darin
2004-01-17 13:18:12 +00:00
cbiesinger%web.de
330498be5a
230970
...
nsExternalAppHandler needs no virtual functions
also, w/o bug: nsExternalHelperAppService doesn't require threadsafe addref/release
r=bzbarsky sr=darin
2004-01-16 18:22:55 +00:00
bzbarsky%mit.edu
6ccc20cdbe
Work around misconfiguration in default Apache installs that makes it claim all
...
sorts of stuff as text/plain. Bug 220807, r=biesi, sr=darin
2004-01-08 03:56:02 +00:00
cbiesinger%web.de
94dbdd84e4
bug 229785 also allow "Content-Disposition: name=foo" headers, in addition to filename=foo
...
r=bzbarsky sr=darin
2004-01-07 20:23:46 +00:00
cbiesinger%web.de
413b5f69f6
Bug 229969 Fix 'Warning: "/*" within comment'
...
patch by gautheri@noos.fr (Serge GAUTHERIE) r+sr=bzbarsky
2004-01-04 21:50:19 +00:00
cbiesinger%web.de
b9052b4d45
clarify comment a bit, no bug, r+sr=bzbarsky
2004-01-02 13:17:42 +00:00
cbiesinger%web.de
287e80bb2e
bug 229684. application/octet-stream should not have "Binary Executable" as description
...
also fixes: If the OS has info for a type, but prefs contain neither info via type nor via
ext, we would get the mimeinfo from extras.
r+sr=bzbarsky
2003-12-30 10:45:12 +00:00
peter%propagandism.org
feda8614f8
Patch for bug 209699 (convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst.
2003-12-23 16:48:40 +00:00
cbiesinger%web.de
2148700a5c
Bug 227029 nsExternalAppHandler dynamically allocates buffer for no reason
...
r+sr=bzbarsky
2003-12-19 15:18:59 +00:00
cbiesinger%web.de
d6ad711ccb
Bug #227711 wrong mime type shown when helper app entry present
...
fix this by always setting the real mime type on a mime info got from prefs.
r=bzbarsky sr=darin a=asa
2003-12-12 09:42:54 +00:00
cbiesinger%web.de
7559c5d60e
226919 SendStatusChange should check for NS_ERROR_FILE_TARGET_DOES_NOT_EXIST
...
This gives a useful error message if a helper app could not be found (for another error code)
r=bzbarsky sr=darin a=asa
2003-12-03 22:21:39 +00:00
dbaron%dbaron.org
8b9610f595
Include nscore.h instead of nsCom.h. b=226555 r=dougt sr=darin a=asa
2003-11-29 18:56:10 +00:00
justdave%syndicomm.com
e986880dd7
Bug 166369: Documents that require a helper app to view were not viewable if you chose your helper apps using an old CFM version of Mozilla. The old pathname format is now supported again (in addition to the new one).
...
r= mozeditor@floppymoose.com , sr= bz-vacation@mit.edu , a= asa@mozilla.org
2003-11-21 06:45:25 +00:00
darin%meer.net
18d8f4d786
fixes bug 226071 "xremote: openURL doesn't work well when multiple apps with different capabilities are present" r=bz,blizzard sr=bryner a=asa
2003-11-21 00:09:50 +00:00
cbiesinger%web.de
5e48527ac0
225995 crash in nsOSHelperAppService::GetValueString
...
(only occurs on win95/win98/winme)
fix this by not passing NULL to NS_LossyConvertUTF16toASCII
r=pike sr=bzbarsky
2003-11-17 21:40:10 +00:00
cbiesinger%web.de
66f6e13a40
225972 GetMIMEInfoForExtensionFromDS returns success even if nothing was found
...
also fixes: GetMIMEInfoForExtensionFromExtras does not set a mime type on the mime info
r+sr=bzbarsky; this addresses the problem that the information in extras is never used
2003-11-17 21:31:11 +00:00
cbiesinger%web.de
d167f8dd89
fixing mac bustage
2003-11-15 15:29:14 +00:00
cbiesinger%web.de
e92cc5ddfd
78919 part 2. always return a nsIMIMEInfo from the OS HelperAppServices, and don't
...
create MIMEInfos outside of them directly.
r=bzbarsky sr=darin
2003-11-15 15:01:39 +00:00
cbiesinger%web.de
8a34f5f01e
found in 194439. use delete[] to free an array, not delete. r+sr=bzbarsky
2003-11-14 22:39:01 +00:00
cbiesinger%web.de
d099f19623
fixing likely crasher in previous checkin, thanks to bz for noticing it
2003-11-14 21:27:41 +00:00
cbiesinger%web.de
e89c721931
194439 nsOSHelperAppService on windows doesn't support non-ASCII default description.
...
fix this by using *W versions of registry functions when running on an nt-based windows.
r=ere sr=bzbarsky
2003-11-14 20:48:52 +00:00
cbiesinger%web.de
86a6cb09ce
bug 223990. Should have a getPrimaryExtensionForType function
...
r=bzbarsky sr=darin
also changes nsIMIMEService functions to start with a lowercase letter (only affects JS Callers)
2003-11-13 23:00:55 +00:00
peter%propagandism.org
f9f591a28f
Fix for bug 224231 (Need AppendASCIItoUTF16). r=jst, sr=dbaron.
2003-11-01 10:57:41 +00:00