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
jag%tty.nl
2bd5261ee9
Fix SeaMonkey unit test bustage.
2008-03-18 12:16:05 +00:00
dolske%mozilla.com
7e480478da
Bug 420756 - landing default mailto: handler fails to reset the alwaysAsk stuff. Most of patch by dmose, r=dmose on other parts. a=blocking-ff3
2008-03-18 01:37:50 +00:00
reed%reedloden.com
acea77b045
Bug 421255 - "fix misc mingw cross-compile issues" [p=cls@seawood.org (Chris Seawood [cls]) r=bsmedberg a1.9=beltzner]
2008-03-14 16:22:25 +00:00
reed%reedloden.com
2d60d57f20
Bug 421879 - "opening a file with the default helper app can fail by using the wrong app in the end" [p=mh+mozilla@glandium.org (Mike Hommey) r=biesi a=blocking1.9+]
2008-03-12 22:53:18 +00:00
blassey%mozilla.com
b8929025f0
backing out: switching narrow char system calls to wide char in windows b=418703
2008-03-11 22:46:32 +00:00
blassey%mozilla.com
fc37ea022b
switching narrow char system calls to wide char in windows b=418703 r=bsmedberg r=dougt also looked at by stuart and roc a=beltzner and a=damon
2008-03-11 21:49:58 +00:00
blassey%mozilla.com
d66d0b8772
backing out b=418703, caused test 40118 to fail on WINNT 5.2 qm-win2k3-01 dep unit test tinderbox
2008-03-05 22:56:48 +00:00
blassey%mozilla.com
fbc9687a30
switching windows narrow char system calls to wide char b=418703 r=bsmedberg a=beltzner
2008-03-05 21:39:35 +00:00
joshmoz%gmail.com
9760ba6479
protect against obj-c exceptions in uriloader. b=419390 r/sr=roc
2008-03-04 08:14:47 +00:00
vladimir%pobox.com
37b9fcb183
backing out patch for bug 299372 for b4, as per bug 420481
2008-03-03 07:31:38 +00:00
dmose%mozilla.org
a891d57fd8
Use Content-Disposition headers for "Save Link As", when available (bug 299372); r=mconnor (browser bits), r/sr=biesi (uriloader bits), ui-r=beltzner, a1.9b4=beltzner
2008-02-29 23:59:20 +00:00
joshmoz%gmail.com
0e73d615b2
rename files to .mm. b=419390,419392 r/sr=roc
2008-02-27 02:03:09 +00:00
reed%reedloden.com
79ff3c30af
Bug 273524 - "Helper applications with parameters don't work ( GTK2/Gnome )" [p=mh+mozilla@glandium.org (Mike Hommey) r=biesi a1.9=beltzner]
2008-02-27 00:58:15 +00:00
dveditz%cruzio.com
6ecac69e59
bug 417780 prevent tmpfile creation failures due to illegal chars in suggested name, r/sr=bsmedberg,neil
2008-02-26 09:23:02 +00:00
edward.lee%engineering.uiuc.edu
5aaece2ec5
Bug 401316 - Open-with downloads are readonly. r=biesi, sr=biesi, a1.9=damons
2008-02-25 21:38:54 +00:00
joshmoz%gmail.com
310844b09c
When opening a .dmg file downloaded from site, user receives error message. p=shebs b=394342 r=dmose sr=roc
2008-02-22 02:24:42 +00:00
dmose%mozilla.org
647b46f3f1
Fix SunOS build bustage + wrongly typed return value in landing of bug 395277, a=build-bustage
2008-02-20 06:10:34 +00:00
dmose%mozilla.org
38315db6f1
Add an l10n strategy for web-based protocol handler updating (bug 395277); r=myk, sr=biesi, r=gavin (for browser/ pieces), a=blocking-1.9+; late-l10n checkin
2008-02-20 04:46:36 +00:00
enndeakin%sympatico.ca
e4f965b895
Bug 414901, fix failing test due to missing QI
2008-01-31 20:39:02 +00:00
reed%reedloden.com
1fdce86dcd
Bug 373397 - "nsGNOMERegistry could use the mozgnome component" [p=mh+mozilla@glandium.org (Mike Hommey) r=chpe sr=biesi a1.9=beltzner]
2008-01-30 04:36:11 +00:00
reed%reedloden.com
ae484ef34b
Bug 405693 - "don't update identical offline cache manifests" [p=honzab@allpeers.com (Honza Bambas) r=dcamp sr=biesi a=blocking1.9+]
2008-01-29 07:54:56 +00:00
edward.lee%engineering.uiuc.edu
e73f37049d
Bug 414306 - exthandler should set STATE_IS_(REQUEST|NETWORK) to conform with nsIWebProgressListener. r=biesi, sr=bzbarsky, b-ff3=beltzner for bug 405107
2008-01-28 08:19:34 +00:00
florian%queze.net
316e987da2
Bug 410297 - Assertion ('Content type should be known by now.') while running netwerk xpcshell tests. r=dmose, sr=biesi, a=blocking1.9+
2008-01-28 05:22:14 +00:00
florian%queze.net
ce6a4f9dcd
Bug 413954 - nsHandlerService.store fails to remove applications. r=myk, sr=dmose, a1.9=beltzner
2008-01-25 21:47:05 +00:00
dcamp%mozilla.com
3f8fd161e5
Bug 405695: Use asciiHost/asciiSpec for offline cache ownership keys. p=Honza Bambas, r=me, sr=biesi
2008-01-23 04:31:51 +00:00
dcamp%mozilla.com
2200f581c7
Bug 397416: Raise globalStorage quota for domains with the offline-app permission. r=enndeakin, sr=dveditz, blocking1.9=sicking
2008-01-23 02:54:06 +00:00
florian%queze.net
e7232997a4
Bug 412907 - Failure to find the system default application. r+sr=vlad, a1.9=schrep
2008-01-18 19:03:51 +00:00
dcamp%mozilla.com
fd89bd5e87
Bug 402272: Replace <link rel="offline-resource"> with manifests, and navigator.offlineResources/pendingOfflineLoads with window.applicationCache. p=dcamp/Honza Bombas, r=biesi, r+sr=jst, blocking1.9=jst
2008-01-16 21:54:35 +00:00
mozilla%weilbacher.org
e3f7b3d3ae
[OS/2] Bug 305061: use RWS to improve platform integration on OS/2 (base RWS support and helper app handling), p=Rich Walsh and me, testing=abwillis1,daveryeo,wuno, r=mkaply
2008-01-09 22:24:07 +00:00
mkmelin+mozilla%iki.fi
9f0a8eb44d
Bug 410794: temporary downloads no longer cleaned up at shutdown since
...
they are read-only. r+sr=cbiesinger, a=mtschrep
2008-01-07 17:11:09 +00:00
timeless%mozdev.org
6d8db174fc
Bug 235630 nsGNOMERegistry::GetFromType feeds invalid mime type (containing CAPS) to gnome-vfs (assertion in libgnomevfs, CRITICAL)
...
r=biesi a=dsicore
2008-01-06 14:54:41 +00:00
sdwilsh%shawnwilsher.com
bea6c07ff0
Bug 410131 - DM isn't buffering writes when saving a file. r=biesi, sr=bz
2008-01-04 17:55:03 +00:00
benjamin%smedbergs.us
3bdb0832b1
Bug 396052 - Firefox fails to start when run from a directory with non-native characters, r=luser sr=neil
2007-12-31 15:15:46 +00:00
mozilla%weilbacher.org
bf5226364d
[OS/2] Bug 390075: real build break fix to exthandler OS/2 code, r=wuno, sr=mkaply
2007-12-28 22:29:39 +00:00
mozilla%weilbacher.org
6d793d6e47
[OS/2] Bug 391019: correct parameters of external protocol handlers, r=mkaply
2007-12-26 22:01:04 +00:00
dmose%mozilla.org
71972d69a3
Handler service instantiation recurses on fresh profile (bug 403885), patch by florian@mozilla.com, r=dmose, sr=biesi, a=blocking-1.9+
2007-12-03 23:47:45 +00:00
reed%reedloden.com
9c9da141ef
Bug 389766 - "Hard-to-understand presentation of protocol-handlers on Linux" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=biesi a=blocking-firefox3+]
2007-12-03 22:18:03 +00:00
dmose%mozilla.org
a862da7e78
Make protocol handler application 'always ask' status be remembered (bug 397906), r+sr=biesi, a=blocking-firefox3+
2007-12-03 21:45:02 +00:00
sdwilsh%shawnwilsher.com
6c01dcd4bb
Bug 401174 - Allow how exthandler adds downloads to history to be overridden. r=biesi, sr=bz, a=mconnor
2007-11-23 20:20:47 +00:00
reed%reedloden.com
5a9a3d7d87
Bug 282958 - "toolkit/mozapps/downloads/content uses wrong contractid for the MIME service" [p=chpe@gnome.org (Christian Persch) r=biesi a1.9=schrep]
2007-11-21 20:57:39 +00:00
bzbarsky%mit.edu
7b4229a442
Fix leak bug 391978. r=biesi, sr=dmose, a=sayrer
2007-11-09 06:13:26 +00:00
jwalden%mit.edu
f14fcf4513
Bug 399096 - nsDOMCacheUpdateService leaks. r=dcamp, sr=biesi, a=blocker
2007-11-09 05:12:59 +00:00
edward.lee%engineering.uiuc.edu
9b7f7c0c87
Bug 402298 - Random base64 file names can contain '/'. r=jst, sr=jst, b1.9=mconnor, a=blockingM9
2007-11-03 17:47:20 +00:00
edward.lee%engineering.uiuc.edu
66da4a9733
Bug 396701 - clicking on .exe file shows wrong download dialog. r=gavin, sr=biesi, b-ff3=beltzner, a=blockingM9
2007-11-01 21:18:55 +00:00
reed%reedloden.com
d5dd8f7720
Bug 399233 - "Phishing UI hidden by content, inconsistent with malware" [p=johnath r=tony r=biesi ui-r=beltzner a=blocking-firefox3+ for M9]
2007-10-29 18:29:18 +00:00
edward.lee%engineering.uiuc.edu
2c76917ed9
Bug 399563 - Don't delete partially downloaded files on canceled exthandler transfers. r=biesi, sr=biesi, aM9=beltzner
2007-10-24 22:12:54 +00:00
dmose%mozilla.org
04c9d4d0cf
Fix web-based protocol handlers not working from Send Link and certain other situations (bug 394483), r=biesi, r=gavin (browser portion), sr=sicking, a=beta blocker
2007-10-23 18:20:57 +00:00
reed%reedloden.com
e210cf79d7
Bug 394974 - "URIs with invalid % encodings launch wrong handler on WinXP+IE7" (use Windows's own rules to vet URIs before handing them off to the shell) [p=jimm r=biesi a=blocking1.9+ for M9]
2007-10-22 23:03:14 +00:00
gavin%gavinsharp.com
eab491d35f
Bug 355222: don't attempt to close "blank" windows if the opener window is also closed, r=biesi, sr=darin
2007-10-19 17:48:23 +00:00
reed%reedloden.com
d439a903e3
Bug 348808 - "use application selector instead of file selector dialog when picking helper apps" [p=jimm r=dolske r=rob_strong r=myk r=biesi a=blocking-firefox3+ for M9]
2007-10-19 04:15:44 +00:00
myk%mozilla.org
6d88e63eea
bug 394838: make nsHandlerService::remove remove all assertions; r=biesi, sr=dmose
2007-10-18 23:46:36 +00:00
myk%mozilla.org
8d35c29df0
backing out bug 394838 in case it caused the regression
2007-10-17 00:09:20 +00:00
myk%mozilla.org
dc76d522f5
bug 394838: make nsHandlerService::remove remove all assertions; r=biesi, sr=dmose
2007-10-16 00:03:38 +00:00
bzbarsky%mit.edu
28352b686b
Fix bug 387258 by hacking in a force-override for the "txt" extension-to-type
...
mapping. r+sr=biesi, a=sayrer
2007-10-14 18:23:06 +00:00
sdwilsh%shawnwilsher.com
baa3ecaeed
Bug 369428 - nsExternalAppHandler::SetUpTempFile uses a poor source of randomness, resulting in predictable filenames. r=biesi, sr=biesi, a=blocking1.9
2007-10-12 22:48:35 +00:00
dtownsend%oxymoronical.com
1dc2443f6a
Backing out part of bug 369428 that seems to be causing unit test failures
2007-10-12 14:30:34 +00:00
sdwilsh%shawnwilsher.com
dac347af97
Bug 369428 - nsExternalAppHandler::SetUpTempFile uses a poor source of randomness, resulting in predictable filenames. r=biesi, sr=biesi, a=blocking1.9
2007-10-12 13:01:10 +00:00
joshmoz%gmail.com
f05b204b25
on Mac OS X, don't ever set creator code and only set type code if the file doesn't have an extension. b=236389 r=smorgan sr=bsmedberg a=mconnor
2007-10-10 15:40:06 +00:00
dmose%mozilla.org
294e367adc
Fixing orangeness from bug 394483 checkin
2007-10-04 07:01:08 +00:00
dmose%mozilla.org
c930b4f459
First part of fix for web-based protocol handlers failing in certain situations (bug 394483); r=biesi, sr=sicking
2007-10-04 06:10:48 +00:00
roc+%cs.cmu.edu
df1d8efba7
Bug 394691. nsTArray should not do default initialization of POD elements. Also, switch nsAutoBuffer users to nsAutoTArray. patch by Chris Pearce, r=bsmedberg, sr=roc, a=bzbarsky
2007-09-18 23:12:10 +00:00
sdwilsh%shawnwilsher.com
86702ded2b
Bug 395308 - Temporary filenames used during download should gain an extra extension. r=biesi, sr=biesi, a=dsicore
2007-09-16 14:40:16 +00:00
mkmelin+mozilla%iki.fi
c6df4aae06
[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-15 13:11:37 +00:00
dmose%mozilla.org
9370830135
Make protocol handling dialog appear with protocols that are unknown to the OS if we have handlers (bug 392964), r=myk,biesi; sr=biesi; a=mconnor
2007-09-09 23:58:31 +00:00
dmose%mozilla.org
1ae54da492
Inject default web-based protocol handlers into mimeTypes.rdf (bug 392978), r=myk, sr=biesi, a=mconnor
2007-09-06 22:20:52 +00:00
mkmelin+mozilla%iki.fi
09a416c776
Backing out previous change, didn't notice the orange, sorry:(
2007-09-05 16:28:13 +00:00
mkmelin+mozilla%iki.fi
5dc9a170ff
[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 16:10:09 +00:00
jag%tty.nl
470bf4ec8c
Bug 394139: Replace a bunch of NS_DEFINE_CIDs with CONTRACTIDs. r=/sr=/a=bsmedberg
2007-09-05 13:05:02 +00:00
myk%mozilla.org
bbcf38e2ee
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 20:45:58 +00:00
dmose%mozilla.org
248439c2b4
Fix for protocol handling dialog throwing exception when a web handler is selected (bug 392957), r=biesi, sr=mconnor, a=bz
2007-09-03 04:44:26 +00:00
dcamp%mozilla.com
1241413f11
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 23:18:48 +00:00
kaie%kuix.de
b119edaf18
bug 386654, Implement notification for EV certs
...
r=rrelyea, sr=bzbarsky, a=bzbarsky
2007-08-23 20:13:50 +00:00
bzbarsky%mit.edu
cf739cd0b4
Put our load into the newly-created loadgroup when we go and create one. Bug
...
383961, r+sr=biesi, a=bzbarsky
2007-08-23 17:37:40 +00:00
masayuki%d-toybox.com
5fa5b33f97
Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc
2007-08-22 11:13:55 +00:00
bzbarsky%mit.edu
6a6ea55213
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-21 03:26:13 +00:00
dmose%mozilla.org
53d69c198a
Split nsIHandlerInfo.launchWithURI into nsIHandlerInfo.launchWithURI and nsIMIMEInfo.launchWithFile (bug 391194) r=cbiesinger@gmx.at, sr=bzbarsky@mit.edu
2007-08-21 00:47:48 +00:00
sdwilsh%shawnwilsher.com
05a0bc48cb
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 23:05:28 +00:00
myk%mozilla.org
2bcbd52db6
bug 385740: make the handler service store possible applications when storing a handler info object; r=biesi, sr=dmose
2007-08-14 20:55:06 +00:00
myk%mozilla.org
823348af4c
bug 391152: support enumeration and removal of known handlers; r=biesi, sr=dmose
2007-08-14 20:21:30 +00:00
sdwilsh%shawnwilsher.com
56156f50fa
Bug 391279 - Allow createInstance to work for web handlers. r=cbiesinger, sr=dmose
2007-08-14 16:47:44 +00:00
myk%mozilla.org
8096d920c9
bug 385740: support multiple apps per nsIHandlerInfo via a new nsIHandlerInfo::possibleApplicationHandlers attribute; r=biesi, sr=dmose
2007-08-13 20:41:34 +00:00
myk%mozilla.org
848a502aa8
bug 391150: expose an API for getting an nsIHandlerInfo object for a protocol; r=biesi, sr=dmose
2007-08-13 19:00:35 +00:00
sdwilsh%shawnwilsher.com
c40114278b
Bug 391640 - Unable to use the "Open" link in download manager. r=cbiesinger, sr=dmose, a=bzbarsky
2007-08-12 18:31:34 +00:00
sdwilsh%shawnwilsher.com
7be7d73c2c
Bug 391380 - moz-icon: launches handler dialog. r=bzbarsky, sr=dmose, a=bzbarsky
2007-08-09 22:21:54 +00:00
mozilla%weilbacher.org
56d32eb948
[OS/2] Bug 390075: preliminary OS/2 build break fix for exthandler code, real solution will follow
2007-08-03 19:06:33 +00:00
mozilla%weilbacher.org
16ed4724da
[OS/2] Bug 388701: supplemental build fix for OS/2, r=cbiesinger, sr=dmose
2007-08-02 21:27:28 +00:00
myk%mozilla.org
a6b8004aba
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-31 04:57:37 +00:00
sdwilsh%shawnwilsher.com
a856e8d5f3
Bug 389969 - There is no protocol handling dialog. r=cbiesinger, sr=dmose, a=schrep
2007-07-30 23:33:17 +00:00
dmose%mozilla.org
069567a146
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-29 03:38:52 +00:00
sdwilsh%shawnwilsher.com
8c4b3063fe
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 20:20:54 +00:00
dmose%mozilla.org
38928a5688
nsExternalHelperAppService::ExternalProtocolHandlerExists (almost) always sets aHandlerExists to PR_TRUE, enabling gnomevfs protocols (bug 389632), patch by Karl Tomlinson <mozbugs@karlt.net>, r+sr=biesi,dmose; a=roc
2007-07-27 18:31:13 +00:00
cbiesinger%gmx.at
c949d7ca95
389611 only treat protocol handlers as protocol handlers
...
r+sr=bz a=schrep
2007-07-27 00:53:09 +00:00
sdwilsh%shawnwilsher.com
ac2b83863a
Bustage fix
2007-07-26 21:36:46 +00:00
sdwilsh%shawnwilsher.com
6dbcb63287
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 21:26:31 +00:00
sdwilsh%shawnwilsher.com
cafae10102
Bug 385065 - protocol handling dialog. I accidentally reverted this change when I landed Bug 385065. r=cviesinger, sr=dmose
2007-07-26 21:23:57 +00:00
sdwilsh%shawnwilsher.com
c7e7ab3aaa
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 21:23:49 +00:00
sdwilsh%shawnwilsher.com
3ba1a30ba8
Bug 385065 - protocol handling dialog. r=cbiesinger (forgot to fix two nits)
2007-07-26 06:44:43 +00:00
dmose%mozilla.org
035b67cbe9
Fixes for Linux build bustage
2007-07-26 05:52:27 +00:00
sdwilsh%shawnwilsher.com
a2bab1fbf9
Linux bustage fix
2007-07-26 05:27:43 +00:00
dmose%mozilla.org
f105b36d4c
Add a missing include to fix windows build bustage
2007-07-26 05:03:00 +00:00
sdwilsh%shawnwilsher.com
6282e5361b
Bustage fix
2007-07-26 04:38:56 +00:00
sdwilsh%shawnwilsher.com
23f92a9f8a
Bug 385065 - protocol handling dialog. toolkit: r=mano; uriloader: r=cbiesinger, sr=dmose general: ui-r=beltzner
2007-07-26 04:24:31 +00:00
cbiesinger%gmx.at
3c8dc87baf
389580 don't allow escaped null bytes in URLs for external protocol handlers
...
r=bzbarsky sr=dveditz
2007-07-26 04:04:21 +00:00
dmose%mozilla.org
b7d97bd209
Fix case where FillContentHandlerProperties incorrectly returns NS_ERROR_FAILURE (bug 389446), r+sr=bzbarsky
2007-07-26 02:56:46 +00:00
cbiesinger%gmx.at
dbd1057ad9
backing out last checkin, tree's red
2007-07-25 22:53:46 +00:00
cbiesinger%gmx.at
465f7fe304
389580 don't allow escaped null bytes in URLs for external protocol handlers
...
r=bzbarsky sr=dveditz
2007-07-25 22:48:00 +00:00
myk%mozilla.org
929bfaec5f
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 20:40:42 +00:00
bzbarsky%mit.edu
5ff58abb6b
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 17:21:42 +00:00
dcamp%mozilla.com
93b26f1eb2
update the offline cache atomically. b=389223, r=biesi, sr=jst
2007-07-25 06:31:28 +00:00
dcamp%mozilla.com
c6ad31648a
fix bustage from bug 388839
2007-07-25 05:50:08 +00:00
dcamp%mozilla.com
07547d4351
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-25 05:35:40 +00:00
dmose%mozilla.org
6c90e51562
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 23:38:31 +00:00
dmose%mozilla.org
4a5725d607
Backing out a file that was not part of the build fix.
2007-07-24 21:31:24 +00:00
dmose%mozilla.org
65fa0907a5
Fix windows bustage from bug 388388 landing by correcting base class name.
2007-07-24 21:30:01 +00:00
myk%mozilla.org
bf48d38d93
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 20:29:52 +00:00
myk%mozilla.org
bdb3636827
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 09:22:46 +00:00
asqueella%gmail.com
c4fba8b19e
try to fix bustage from bug 383417
2007-07-24 02:16:23 +00:00
sdwilsh%shawnwilsher.com
97739f7458
Check the proper pointer. r+sr=biesi. No bug
2007-07-24 01:14:56 +00:00
cbiesinger%gmx.at
a207f21908
bug 389106 didn't mean to check in this line
2007-07-24 00:12:58 +00:00
asqueella%gmail.com
a474c48759
Bug 388909 - fix build breakage from 384374 for MOZ_RDF-disabled builds
...
p=romaxa <romaxa@gmail.com>
r+sr=biesi
2007-07-23 23:36:16 +00:00
cbiesinger%gmx.at
f1f40049ae
bug 389106 escape quotes
...
r=bz sr=dveditz
2007-07-23 05:10:46 +00:00
sdwilsh%shawnwilsher.com
765b3e67ef
Bustage fix
2007-07-22 18:57:08 +00:00
sdwilsh%shawnwilsher.com
3b46e58a5b
Bug 388701 - nsExternalHelperAppService::GetProtocolHandlerInfo should get OS Specific implementation. r=cbiesinger, sr=dmose
2007-07-22 18:40:25 +00:00
myk%mozilla.org
1b4fcd281c
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 07:18:22 +00:00
dmose%mozilla.org
0b87acce9c
Backing out my inadvertant checkin of nsIHandlerService related changes; that checkin was intended for the branch. Sorry, folks!
2007-07-20 22:55:31 +00:00
dmose%mozilla.org
39aff00222
Replace myk's changes that I accidentally horked during the merge.
2007-07-20 20:23:45 +00:00
dmose%mozilla.org
bae119cce7
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-19 02:30:12 +00:00
cbiesinger%gmx.at
fecd6b7ed9
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 21:37:40 +00:00
dmose%mozilla.org
1f12541aff
Change nsIHandlerInfo::LaunchWithFile to be launchWithURI (bug 386078), r+sr=biesi
2007-07-17 22:59:58 +00:00
dcamp%mozilla.com
f6d4f9ff68
implement navigator.pendingOfflineLoads. b=372969, r=biesi, r+sr=jst
2007-07-09 06:19:29 +00:00
bzbarsky%mit.edu
a4cd72103e
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-09 02:22:01 +00:00
jwalden%mit.edu
ef68fcf595
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 07:08:56 +00:00
mozilla%weilbacher.org
cb873abba1
[OS/2] Fix build break after bug 384374.
2007-07-06 07:01:42 +00:00
dmose%mozilla.org
a070426807
Remove trailing semicolons after method decls to avoid breaking forthcoming versions of gcc; r+sr=dbaron; no bug.
2007-07-06 00:20:09 +00:00
dmose%mozilla.org
0bb0b203ee
Adding a semicolon in the hopes of fixing the XULRunner Linux tinderbox bustage from my checkin for bug 384374
2007-07-05 23:18:10 +00:00
dmose%mozilla.org
8e09a05e8f
Refactor nsIMIMEInfo and nsExternalHelperAppService to support local and web-based protocol handlers (bug 384374), r=biesi, sr=sicking
2007-07-05 19:31:46 +00:00
flamingice%sourmilk.net
0b8a9d710c
Bug 384856, Replace illegal characters for downloads more consistently, Patch by Edward Lee (Mardak), r+sr=biesi
2007-06-27 22:46:54 +00:00
dmose%mozilla.org
e7405c39ab
These files were not intended to land yet; backing out.
2007-06-15 21:45:17 +00:00
dmose%mozilla.org
9db590cec8
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 21:43:51 +00:00
sdwilsh%shawnwilsher.com
58574ab1bb
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 18:31:54 +00:00
sdwilsh%shawnwilsher.com
1622b08c44
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 23:50:53 +00:00
sdwilsh%shawnwilsher.com
39d0607fa6
Bug 382825 - Add a retryDownload method to the download manager backend. r=cbiesinger
2007-06-05 00:03:36 +00:00
bienvenu%nventure.com
18cf7a1b80
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 23:07:28 +00:00
roc+%cs.cmu.edu
6070c85192
Bug 372970. Implement navigator.offlineResources. patch by Dave Camp, r+sr=jst
2007-05-29 09:45:34 +00:00
dmose%mozilla.org
ea78346a1b
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 15:17:45 +00:00
sdwilsh%shawnwilsher.com
c8c59f6114
Bug 380250 - Convert Download Manager's RDF backend to mozStorage. r=cbiesinger,r=mconnor
2007-05-22 00:03:35 +00:00
cbiesinger%web.de
919312a409
Bug 370195 ��� sql device for the offline cache
...
patch by Dave Camp <dcamp@mozilla.com> r=jst (content part) r=biesi (rest)
2007-05-14 20:09:20 +00:00
dbaron%dbaron.org
72339fc24b
Add missing calls to PR_UnloadLibrary (excluding XPCOM component loader and nsPluginsDir*). b=374332 r=bsmedberg
2007-04-15 22:23:00 +00:00
bzbarsky%mit.edu
444408a828
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 by
Mike Hommey <mh+mozilla@glandium.org> and partially by me, r+sr=biesi
2007-04-15 20:43:49 +00:00
gijskruitbosch%gmail.com
2d835d35e0
Bug 229168 - Save Page (with mms:// embedded media) invokes Windows Media Player
...
p=sciguyryan@gmail.com (Ryan Jones)
r=silver@warwickcompsoc.co.uk (James Ross)
r+sr=cbiesinger@gmx.at (Christian Biesinger)
2007-04-15 12:31:18 +00:00
dbaron%dbaron.org
a32fb9b241
Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg
2007-03-27 15:33:45 +00:00
roc+%cs.cmu.edu
0fc5109e5f
Bug 367447. Support <link rel="offline-resource">. Patch by Dave Camp, r+sr=biesi
2007-03-14 01:52:07 +00:00
joshmoz%gmail.com
4ef372e5e3
remove XP_MAC, detab. b=281889 r/sr=bz
2007-03-06 05:15:44 +00:00
mozilla.mano%sent.com
d9df0f2a4f
Bug 83265 - Add a way to disable HTTP-EQUIV=refresh. patch from Mark Pilgrim <pilgrim@gmail.com>, r=biesi,mano,mento. sr=bz.
2007-02-08 13:15:50 +00:00
timeless%mozdev.org
4c88c8a7ac
Bug 363390 IS_LOW_SURROGATE conflicts with winnls.h
...
r=darin
2006-12-21 07:03:23 +00:00
jshin%mailaps.org
2c8bf7f42d
bug 359808 : drop support for Win 9x/ME (r/sr=darin)
2006-11-16 00:59:55 +00:00
bzbarsky%mit.edu
142a417a31
Make it possible for protocol handlers to configure how CheckLoadURI should
...
treat them via their protocol flags. Remove the protocol list we used before.
Bug 120373, r=dveditz, sr=darin
2006-11-10 23:49:08 +00:00
jshin%mailaps.org
20129f080d
bug 359148 : when saving a file, "unicode" characters in filename are lost (turned into '_') : r=biesi, sr=darin
2006-11-04 10:09:59 +00:00
bzbarsky%mit.edu
10b7ae888b
Fix handling of subsubframes appended from an onload handler for a subframe so
...
that the onload handler of the toplevel document will fire after all. Bug
315056, r=biesi, sr=darin
2006-10-19 00:51:54 +00:00
bzbarsky%mit.edu
6f12b98f3f
Make javascript: URI execution asynchronous. Bug 351633, r=jst, sr=biesi
2006-10-17 00:55:14 +00:00
myk%mozilla.org
a49123478d
bug 316184: wrap and crop long URLs in the External Protocol Request dialog so they don't cause the dialog to render its buttons offscreen
...
r=bzbarsky
sr=bzbarsky
2006-09-11 13:29:15 +00:00
timeless%mozdev.org
3d9c1a4665
Bug 330331 Building with option --disable-xul failed
...
patch by romaxa@gmail.com r=timeless r=biesi sr=bz
Removing last traces of RDF dependency from HTMLDocument (bug 101995)
Only build toolkit download ifdef MOZ_RDF
Only build windowdatesource and the charset menu ifdef MOZ_RDF
Enable nsExternalHelperAppService to build w/o RDF.
Enable nsDirectoryViewer to build, this is enables geckos to work around bug 347782
Don't build nsHTTPIndex at all.
2006-08-14 22:36:15 +00:00
bryner%brianryner.com
07e3f00ad0
Close the blank browser window from a download earlier, before showing the helper app dialog (bug 343921). Patch by marria@gmail.com, r=biesi, sr=darin.
2006-08-08 18:02:46 +00:00
bzbarsky%mit.edu
19e2574f4b
Follow refresh headers even if we handle the content via the external helper app
...
service. Bug 341806, r=biesi, sr=darin
2006-07-19 01:43:14 +00:00
cbiesinger%web.de
20eeca4260
bug 343107 Make sure to always fire STATE_START before STATE_STOP
...
patch by Dorian <boissomag@free.fr> r=biesi sr=darin
2006-07-06 19:34:28 +00:00
marria%gmail.com
0b13b257bb
Minor tweak to patch for bug 241972. Change mShouldCloseWindow to a PRPackedBool, to be consistent with the other bools around it. r=cbiesinger
2006-07-06 18:41:16 +00:00
marria%gmail.com
eaafa1a039
Bug 241972 (new window opened by window.open('xxx.exe') or target="_blank" isn't closed automatically when a download begins). Fix stores state on the channel indicating whether a window was opened specifically for the download. The external helper app service then closes the window if there is no refresh header and if the window was opened specifically for the download. r=cbiesinger, sr=darin
2006-07-04 20:48:33 +00:00
mozilla%weilbacher.org
4578273740
[OS/2] Bug 301367: Tag Files with Source URL, p=Rich Walsh, r=me, sr=darin
2006-06-26 20:40:08 +00:00
bzbarsky%mit.edu
27d0b3335b
Need to make this protected too. More Windows bustage. Bug 330089
2006-06-23 04:39:42 +00:00
bzbarsky%mit.edu
5a8f39facf
Make method protected to fix Windows bustage. Bug 330089.
2006-06-23 03:07:02 +00:00
bzbarsky%mit.edu
6948e318a1
Don't fire onload on a parent frame while we're in the middle of executing a
...
child's onload. Bug 330089, r=biesi, sr=darin
2006-06-23 01:17:47 +00:00
timeless%mozdev.org
64a760c3c0
Bug 337917 Make consumers stop using cids from other modules
2006-06-18 21:18:22 +00:00