mkmelin+mozilla@iki.fi
ba3e3bd5ef
[Bug 280419] When a temporary file is created from the download manager it should be readonly. Also applies to attachments in mail. r=cbiesinger, sr=dmose, a=bsmedberg
2007-09-05 09:10:09 -07:00
jag@tty.nl
f35dab1ee1
Bug 394139: Replace a bunch of NS_DEFINE_CIDs with CONTRACTIDs. r=/sr=/a=bsmedberg
2007-09-05 06:04:54 -07:00
myk@mozilla.org
80d081b7de
bug 393492: move mimeTypes.rdf datasource access code from nsExternalHelperAppService.cpp to nsHandlerService.js, fixing bug 393500 (auto-add preferred handler to possible handlers when retrieving them, since they won't be in there already on legacy datasources) in the process; r=biesi; sr=dmose; a=bsmedberg for 1.9
2007-09-04 13:45:57 -07:00
dmose@mozilla.org
de54f10ad7
Fix for protocol handling dialog throwing exception when a web handler is selected (bug 392957), r=biesi, sr=mconnor, a=bz
2007-09-02 21:44:25 -07:00
dcamp@mozilla.com
d2859b374d
block document loads for URIs tagged as malware by the url-classifier service. b=384941, r=bzbarsky, r=tony, sr=biesi, ui-r=johnath, a=bzbarsky
2007-08-31 16:18:46 -07:00
kaie@kuix.de
626eca82bb
bug 386654, Implement notification for EV certs r=rrelyea, sr=bzbarsky, a=bzbarsky
2007-08-23 13:13:50 -07:00
bzbarsky@mit.edu
b3f58b40e2
Put our load into the newly-created loadgroup when we go and create one. Bug 383961, r+sr=biesi, a=bzbarsky
2007-08-23 10:37:40 -07:00
masayuki@d-toybox.com
5cf046b40d
Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc
2007-08-22 04:13:46 -07:00
bzbarsky@mit.edu
c337f354ba
Make <object> do the same text/plain sniffing that <iframe> does, and use the content type hint if the type comes back as application/octet-stream or sniffed-binary. Bug 389677, r+sr=biesi, a=sicking
2007-08-20 20:26:12 -07:00
dmose@mozilla.org
ab74de52a8
Split nsIHandlerInfo.launchWithURI into nsIHandlerInfo.launchWithURI and nsIMIMEInfo.launchWithFile (bug 391194) r=cbiesinger@gmx.at, sr=bzbarsky@mit.edu
2007-08-20 17:47:47 -07:00
sdwilsh@shawnwilsher.com
e3a80d4bbe
Bug 391870 - Have the download manager store the referring uri when appropriate (and use it in the front end). r=mano, r=cbiesinger, sr=cbiesinger
2007-08-17 16:05:26 -07:00
myk@mozilla.org
a37cd8c77c
bug 385740: make the handler service store possible applications when storing a handler info object; r=biesi, sr=dmose
2007-08-14 13:55:06 -07:00
myk@mozilla.org
b87e06d52e
bug 391152: support enumeration and removal of known handlers; r=biesi, sr=dmose
2007-08-14 13:21:29 -07:00
sdwilsh@shawnwilsher.com
2d76dd97b7
Bug 391279 - Allow createInstance to work for web handlers. r=cbiesinger, sr=dmose
2007-08-14 09:47:41 -07:00
myk@mozilla.org
7f291695cc
bug 385740: support multiple apps per nsIHandlerInfo via a new nsIHandlerInfo::possibleApplicationHandlers attribute; r=biesi, sr=dmose
2007-08-13 13:41:34 -07:00
myk@mozilla.org
f749de8e74
bug 391150: expose an API for getting an nsIHandlerInfo object for a protocol; r=biesi, sr=dmose
2007-08-13 12:00:34 -07:00
sdwilsh@shawnwilsher.com
a702156eaa
Bug 391640 - Unable to use the "Open" link in download manager. r=cbiesinger, sr=dmose, a=bzbarsky
2007-08-12 11:31:34 -07:00
sdwilsh@shawnwilsher.com
e6ff63331d
Bug 391380 - moz-icon: launches handler dialog. r=bzbarsky, sr=dmose, a=bzbarsky
2007-08-09 15:21:54 -07:00
mozilla@weilbacher.org
f854dc92c5
[OS/2] Bug 390075: preliminary OS/2 build break fix for exthandler code, real solution will follow
2007-08-03 12:06:33 -07:00
mozilla@weilbacher.org
b657aadcc2
[OS/2] Bug 388701: supplemental build fix for OS/2, r=cbiesinger, sr=dmose
2007-08-02 14:27:28 -07:00
myk@mozilla.org
7fa0044d6b
bug 389969: followup patch that makes the protocol handling dialog work on Mac as well;
...
r=biesi
sr=dmose
a=schrep for M7
2007-07-30 21:57:37 -07:00
sdwilsh@shawnwilsher.com
ff0bfe2ccc
Bug 389969 - There is no protocol handling dialog. r=cbiesinger, sr=dmose, a=schrep
2007-07-30 16:33:16 -07:00
dmose@mozilla.org
93e729eac4
local protocol handling apps can be chosen but don't work (bug 389758); patch by dolske and me, r=biesi, sr=bz, a=mconnor
2007-07-28 20:38:52 -07:00
sdwilsh@shawnwilsher.com
e5a13b380d
Bug 389870 - When previous action was to use a local helper app, the protocol never works again. r=cbiesinger, sr=dmose, a=schrep
2007-07-27 13:20:54 -07:00
dmose@mozilla.org
c887823bac
nsExternalHelperAppService::ExternalProtocolHandlerExists (almost) always sets aHandlerExists to PR_TRUE, enabling gnomevfs protocols, patch by Karl Tomlinson <mozbugs@karlt.net, r+sr=biesi,dmose; a=roc
2007-07-27 11:31:13 -07:00
cbiesinger@gmx.at
4b75d4b2ee
389611 only treat protocol handlers as protocol handlers
...
r+sr=bz a=schrep
2007-07-26 17:53:09 -07:00
sdwilsh@shawnwilsher.com
3da05098a0
Bustage fix
2007-07-26 14:36:46 -07:00
sdwilsh@shawnwilsher.com
b0c6c33c83
Bug 385065 - protocol handling dialog. I accidentally reverted this change when I landed Bug 385065. This was fixed with Bug 389580 and Bug 389580 r+sr=cbiesinger
2007-07-26 14:26:31 -07:00
sdwilsh@shawnwilsher.com
434afc558d
Bug 385065 - protocol handling dialog. I accidentally reverted this change when I landed Bug 385065. r=cviesinger, sr=dmose
2007-07-26 14:23:56 -07:00
sdwilsh@shawnwilsher.com
764bd2a290
Bug 388909 - disabled MOZ_RDF build broken after landing 384374. I accidentally reverted this change when I landed Bug 385065. Previous r+sr=cbiesinger
2007-07-26 14:23:49 -07:00
sdwilsh@shawnwilsher.com
72e6e460c8
Bug 385065 - protocol handling dialog. r=cbiesinger (forgot to fix two nits)
2007-07-25 23:44:43 -07:00
dmose@mozilla.org
87586e489a
Fixes for Linux build bustage
2007-07-25 22:52:27 -07:00
sdwilsh@shawnwilsher.com
6bd6a33af2
Linux bustage fix
2007-07-25 22:27:43 -07:00
dmose@mozilla.org
a5de88542d
Add a missing include to fix windows build bustage
2007-07-25 22:03:00 -07:00
sdwilsh@shawnwilsher.com
2bb81885d1
Bustage fix
2007-07-25 21:38:56 -07:00
sdwilsh@shawnwilsher.com
f846d4278d
Bug 385065 - protocol handling dialog. toolkit: r=mano; uriloader: r=cbiesinger, sr=dmose general: ui-r=beltzner
2007-07-25 21:24:25 -07:00
cbiesinger@gmx.at
e0110f9181
389580 don't allow escaped null bytes in URLs for external protocol handlers
...
r=bzbarsky sr=dveditz
2007-07-25 21:04:21 -07:00
dmose@mozilla.org
2a48029bdc
Fix case where FillContentHandlerProperties incorrectly returns NS_ERROR_FAILURE (bug 389446), r+sr=bzbarsky
2007-07-25 19:56:46 -07:00
cbiesinger@gmx.at
db04c0a54e
backing out last checkin, tree's red
2007-07-25 15:53:46 -07:00
cbiesinger@gmx.at
201f04d1a9
389580 don't allow escaped null bytes in URLs for external protocol handlers
...
r=bzbarsky sr=dveditz
2007-07-25 15:48:00 -07:00
myk@mozilla.org
8c68740696
bug 388388: (relanding updated patch) differentiate between MIME and protocol nsIHandlerInfo objects by not allowing protocol objects to be QIed to nsIMIMEInfo, and expose the scheme for a protocol object via the new nsIHandlerInfo::type attribute (which also holds the MIME type for a MIME object and deprecates nsIMIMEInfo::MIMEType); r=dmose, sr=biesi
2007-07-25 13:40:41 -07:00
bzbarsky@mit.edu
8ddf6feeaa
Add a flag that allows protocol handlers to indicate that they don't return any
...
data. Bug 379819, patch by Ryan Jones <sciguyryan@gmail.com>, r=me, sr=biesi
2007-07-25 10:21:41 -07:00
dcamp@mozilla.com
53f92f7497
update the offline cache atomically. b=389223, r=biesi, sr=jst
2007-07-24 23:31:27 -07:00
dcamp@mozilla.com
e3eff24bbe
fix bustage from bug 388839
2007-07-24 22:50:08 -07:00
dcamp@mozilla.com
e6fea393ca
move the offline cache update logic from the content sink and prefetch service into an nsOfflineCacheUpdate object. bug=388839, r=biesi, sr=jst
2007-07-24 22:35:39 -07:00
dmose@mozilla.org
4c4b9931ca
Back out MIME/protocol handler work from bug 388388 because of difficult to diagnose unit test lossage on windows. Note that Windows tinderboxen will go and stay red until they are clobbered because of dependency system lossage.
2007-07-24 16:38:29 -07:00
dmose@mozilla.org
951c23fefd
Backing out a file that was not part of the build fix.
2007-07-24 14:31:24 -07:00
dmose@mozilla.org
771ce97d07
Fix windows bustage from bug 388388 landing by correcting base class name.
2007-07-24 14:30:01 -07:00
myk@mozilla.org
7dbffc5c3e
bug 388388: differentiate between MIME and protocol nsIHandlerInfo objects by not allowing protocol objects to be QIed to nsIMIMEInfo, and expose the scheme for a protocol object via the new nsIHandlerInfo::type attribute (which also holds the MIME type for a MIME object and deprecates nsIMIMEInfo::MIMEType); r=dmose, sr=biesi
2007-07-24 13:29:50 -07:00
myk@mozilla.org
5dc1906e86
bug 389323: make the handler service not assume that nsIHandlerInfo::preferredApplicationHandler exists, since it sometimes doesn't, and make the service delete the handler record from the datasource when asked to store a handler info object that doesn't have a preferred handler
2007-07-24 02:22:44 -07:00
asqueella@gmail.com
1a11c4971f
try to fix bustage from bug 383417
2007-07-23 19:16:23 -07:00
sdwilsh@shawnwilsher.com
3d4135a581
Check the proper pointer. r+sr=biesi. No bug
2007-07-23 18:14:56 -07:00
cbiesinger@gmx.at
c4b6bf9e96
bug 389106 didn't mean to check in this line
2007-07-23 17:12:58 -07:00
asqueella@gmail.com
bbb01ca21a
Bug 388909 - fix build breakage from 384374 for MOZ_RDF-disabled builds
...
p=romaxa <romaxa@gmail.com>
r+sr=biesi
2007-07-23 16:36:16 -07:00
cbiesinger@gmx.at
388c5c0849
bug 389106 escape quotes
...
r=bz sr=dveditz
2007-07-22 22:10:46 -07:00
sdwilsh@shawnwilsher.com
e324c875c5
Bustage fix
2007-07-22 11:57:08 -07:00
sdwilsh@shawnwilsher.com
a7ec35a40f
Bug 388701 - nsExternalHelperAppService::GetProtocolHandlerInfo should get OS Specific implementation. r=cbiesinger, sr=dmose
2007-07-22 11:40:24 -07:00
myk@mozilla.org
ab2a8e1bfe
bug 387930: add an API (nsIHandlerService, implemented by nsHandlerService.js) for modifying the content handling datastore (mimeTypes.rdf)
...
r=dmose
sr=biesi
2007-07-21 00:18:21 -07:00
dmose@mozilla.org
55bca72f04
Backing out my inadvertant checkin of nsIHandlerService related changes; that checkin was intended for the branch. Sorry, folks!
2007-07-20 15:55:31 -07:00
dmose@mozilla.org
d2dbb8b7f7
Replace myk's changes that I accidentally horked during the merge.
2007-07-20 13:23:44 -07:00
dmose@mozilla.org
bd8dee9ec5
Fix OS/2 bustage introduced by my launchWithURI landing (bug 386078); thanks to Walter Meini <wuno@lsvw.de> for the patch; r+sr=dmose
2007-07-18 19:30:12 -07:00
cbiesinger@gmx.at
0cbb53edf3
Bug 382113 make sure to add the request to the new loadgroup before removing it
...
from the old one so that onload doesn't fire before it should
Also make nsLoadGroup::AddRequest assert that the request isn't in the loadgroup yet
Finally, reenable the reftest that tests the <object> onload behaviour
r+sr=bz
2007-07-18 14:37:39 -07:00
dmose@mozilla.org
4ff9bf6218
Change nsIHandlerInfo::LaunchWithFile to be launchWithURI (bug 386078), r+sr=biesi
2007-07-17 15:59:58 -07:00
dcamp@mozilla.com
b65e2cfdf1
implement navigator.pendingOfflineLoads. b=372969, r=biesi, r+sr=jst
2007-07-08 23:19:27 -07:00
bzbarsky@mit.edu
43bb104a0a
Fix build bustage with some g++ versions by not having a curly after NS_HIDDEN
...
for a constructor. Bug 387218, r=dmose, sr=biesi
2007-07-08 19:22:01 -07:00
jwalden@mit.edu
12e960c504
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 00:08:04 -07:00
mozilla@weilbacher.org
db16cc9dbd
[OS/2] Fix build break after bug 384374.
2007-07-06 00:01:42 -07:00
dmose@mozilla.org
8ac6776952
Remove trailing semicolons after method decls to avoid breaking forthcoming versions of gcc; r+sr=dbaron; no bug.
2007-07-05 17:20:09 -07:00
dmose@mozilla.org
91bddf8d03
Adding a semicolon in the hopes of fixing the XULRunner Linux tinderbox bustage from my checkin for bug 384374
2007-07-05 16:18:10 -07:00
dmose@mozilla.org
00137b6801
Refactor nsIMIMEInfo and nsExternalHelperAppService to support local and web-based protocol handlers (bug 384374), r=biesi, sr=sicking
2007-07-05 12:31:44 -07:00
flamingice@sourmilk.net
2ee0cad365
Bug 384856, Replace illegal characters for downloads more consistently, Patch by Edward Lee (Mardak), r+sr=biesi
2007-06-27 15:46:54 -07:00
dmose@mozilla.org
82799cefac
These files were not intended to land yet; backing out.
2007-06-15 14:45:17 -07:00
dmose@mozilla.org
350059a3e9
Fix web based protocol handlers to work from link clicks in addition to the URL bar (bug 383396), r=biesi, sr=sicking
2007-06-15 14:43:51 -07:00
sdwilsh@shawnwilsher.com
8134775591
Bug 383807 - Explain why we are not checking the result of new in nsExternalProtocolHander.cpp. Patch by Ryan Jones <sciguyryan@gmail.com>. r=cbiesinger, sr=dmose
2007-06-12 11:31:54 -07:00
sdwilsh@shawnwilsher.com
92f6a08d89
Bug 383813 - #include nsHelperAppRDF.h should be inside the ifdef for MOZ_RDF. Patch by Ryan Jones <sciguyryan@gmail.com>. r+sr=cbiesinger
2007-06-10 16:50:53 -07:00
sdwilsh@shawnwilsher.com
8028afb0dd
Bug 382825 - Add a retryDownload method to the download manager backend. r=cbiesinger
2007-06-04 17:03:35 -07:00
bienvenu@nventure.com
50a240de78
fix 317589 mail body containing ++ produces error message with gnome, patch by brian.lu@sun.com, r=chpe@gnome.org, sr=cbiesinger
2007-06-04 16:07:28 -07:00
roc+@cs.cmu.edu
1d3bab895f
Bug 372970. Implement navigator.offlineResources. patch by Dave Camp, r+sr=jst
2007-05-29 02:45:30 -07:00
dmose@mozilla.org
c6f3116db8
Implement backend changes for web-based protocol handlers a la WhatWG HTML5 draft (bug 380415). r=cbiesinger@gmx.at, sr=jonas@sicking.cc
2007-05-25 08:17:44 -07:00
sdwilsh@shawnwilsher.com
691c51f73c
Bug 380250 - Convert Download Manager's RDF backend to mozStorage. r=cbiesinger,r=mconnor
2007-05-21 17:03:33 -07:00
cbiesinger@web.de
cdb2f9621e
Bug 370195 – sql device for the offline cachepatch by Dave Camp <dcamp@mozilla.com> r=jst (content part) r=biesi (rest)
2007-05-14 13:09:20 -07:00
dbaron@dbaron.org
dd8db4398e
Add missing calls to PR_UnloadLibrary (excluding XPCOM component loader and nsPluginsDir*). b=374332 r=bsmedberg
2007-04-15 15:22:58 -07:00
bzbarsky@mit.edu
9518e64f32
If we have an /etc/mime.types extension for a type, that should NOT make/etc/mailcap override the gnome-vfs handler for that type. Patch partially byMike Hommey <mh+mozilla@glandium.org> and partially by me, r+sr=biesi
2007-04-15 13:43:49 -07:00
gijskruitbosch@gmail.com
a650e64d62
Bug 229168 - Save Page (with mms:// embedded media) invokes Windows Media Playerp=sciguyryan@gmail.com (Ryan Jones)r=silver@warwickcompsoc.co.uk (James Ross)r+sr=cbiesinger@gmx.at (Christian Biesinger)
2007-04-15 05:31:18 -07:00
dbaron@dbaron.org
4d961c5c49
Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg
2007-03-27 08:33:38 -07:00
roc+@cs.cmu.edu
0054412272
Bug 374866. Reftests for text-transform. r=dbaron
2007-03-22 16:01:14 -07:00
mozilla%weilbacher.org
69bef45818
[OS/2] Bug 443756: Remove extra semicolon, p=jruderman, r=me
2008-07-20 09:06:59 +00:00
gavin%gavinsharp.com
cbba1ad38b
Bug 432055: applicationCache.status is 0 through the update process, patch by dcamp@mozilla.com, r+sr=jst, a=schrep
2008-05-09 00:09:27 +00:00
dolske%mozilla.com
debe3f93a2
Bug 428600 - console spam from nsIHandlerService. r=dmose, sr=biesi, a1.9=damons
2008-04-30 00:21:01 +00:00
gavin%gavinsharp.com
e294417076
Bug 428970 followup: remove unused file
2008-04-28 16:08:16 +00:00
gavin%gavinsharp.com
05762b4aaf
Bug 428970: Implement --disable-vista-sdk-requirements configure option and update source to use it, patch by Jim Mathies <jmathies@mozilla.com>, r=rob_strong, r=bsmedberg, a=beltzner
2008-04-25 16:44:25 +00:00
mozilla%weilbacher.org
9576f4119d
[OS/2] Bug 410431: fix registration of web protocol handlers, r=mkaply
2008-04-20 07:33:49 +00:00
reed%reedloden.com
2afe2199be
Bug 397678 - "Windows nsOSHelperAppService uses wrong default apps in Vista" [p=jmathies@mozilla.com (Jim Mathies) r=biesi r=rob_strong a1.9=damons a=blocking1.9+]
2008-04-09 07:07:43 +00:00
dolske%mozilla.com
a7fdb765ed
Bug 423776 - Wrong action shown for protocol in prefs, can't get back to OS default. r=biesi, a=blocking-ff3+
2008-04-08 23:18:16 +00:00
reed%reedloden.com
a19a0b568d
Bug 395961 - "Shouldn't show full path to handler executable in Launch Application dialog (show 'pretty name' instead)" (cleanup cmd handler path) [p=jmathies@mozilla.com (Jim Mathies) r=rob_strong sr=biesi a=blocking-firefox3+]
2008-04-08 19:31:37 +00:00
dolske%mozilla.com
3d81cc758c
Bug 299372 - Content-Disposition headers no longer looked at for Save Link As filename. original-patch=dmose, r=mconnor, r=biesi, a=blocking-ff3+
2008-04-03 03:02:10 +00:00
vladimir%pobox.com
6933b5b4f3
Followup to 414201, get rid of some release calls
2008-03-20 23:22:41 +00:00
vladimir%pobox.com
11a2eec69b
b=414201, [relanding] JPEG images dragged to Finder have file extension changed to .jfif; r=stan,sr=shaver,a=beltzner
2008-03-20 22:57:45 +00:00
vladimir%pobox.com
9f40ba49a1
backing out 414201 because I hate 10.4
2008-03-20 21:56:31 +00:00
vladimir%pobox.com
23ceeacc86
b=414201, JPEG images dragged to Finder have file extension changed to .jfif; r=stan,sr=shaver,a=beltzner
2008-03-20 21:39:10 +00:00