Commit Graph

119 Commits

Author SHA1 Message Date
mozilla@weilbacher.org
e67b396e0f [OS/2] Bug 390075: real build break fix to exthandler OS/2 code, r=wuno, sr=mkaply 2007-12-28 14:29:39 -08:00
mozilla@weilbacher.org
4c09069bfe [OS/2] Bug 391019: correct parameters of external protocol handlers, r=mkaply 2007-12-26 14:01:04 -08:00
dmose@mozilla.org
8f0a02e572 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 15:47:45 -08:00
reed@reedloden.com
06064913d4 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 14:18:03 -08:00
dmose@mozilla.org
a9f4cef2f2 Make protocol handler application 'always ask' status be remembered (bug 397906), r+sr=biesi, a=blocking-firefox3+ 2007-12-03 13:45:01 -08:00
sdwilsh@shawnwilsher.com
9223b5a23c Bug 401174 - Allow how exthandler adds downloads to history to be overridden. r=biesi, sr=bz, a=mconnor 2007-11-23 12:20:41 -08:00
reed@reedloden.com
7e6f8996ee 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 12:57:38 -08:00
bzbarsky@mit.edu
b336aef6a6 Fix leak bug 391978. r=biesi, sr=dmose, a=sayrer 2007-11-08 22:13:26 -08:00
jwalden@mit.edu
4f2801da87 Bug 399096 - nsDOMCacheUpdateService leaks. r=dcamp, sr=biesi, a=blocker 2007-11-08 21:12:59 -08:00
edward.lee@engineering.uiuc.edu
3d499f7fa0 Bug 402298 - Random base64 file names can contain '/'. r=jst, sr=jst, b1.9=mconnor, a=blockingM9 2007-11-03 10:47:20 -07:00
edward.lee@engineering.uiuc.edu
62356fa6d6 Bug 396701 - clicking on .exe file shows wrong download dialog. r=gavin, sr=biesi, b-ff3=beltzner, a=blockingM9 2007-11-01 14:18:55 -07:00
reed@reedloden.com
a62a519f92 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 11:29:14 -07:00
edward.lee@engineering.uiuc.edu
280ceb4187 Bug 399563 - Don't delete partially downloaded files on canceled exthandler transfers. r=biesi, sr=biesi, aM9=beltzner 2007-10-24 15:12:54 -07:00
dmose@mozilla.org
d2176f0f87 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 11:20:56 -07:00
reed@reedloden.com
a80924a821 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 16:03:14 -07:00
gavin@gavinsharp.com
effb48d80b Bug 355222: don't attempt to close "blank" windows if the opener window is also closed, r=biesi, sr=darin 2007-10-19 10:48:23 -07:00
reed@reedloden.com
5b7c6fe237 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-18 21:15:41 -07:00
myk@mozilla.org
cab6488195 bug 394838: make nsHandlerService::remove remove all assertions; r=biesi, sr=dmose 2007-10-18 16:46:36 -07:00
myk@mozilla.org
3f22650510 backing out bug 394838 in case it caused the regression 2007-10-16 17:09:20 -07:00
myk@mozilla.org
38e534bde5 bug 394838: make nsHandlerService::remove remove all assertions; r=biesi, sr=dmose 2007-10-15 17:03:38 -07:00
bzbarsky@mit.edu
38b80b6461 Fix bug 387258 by hacking in a force-override for the "txt" extension-to-type mapping. r+sr=biesi, a=sayrer 2007-10-14 11:23:06 -07:00
sdwilsh@shawnwilsher.com
b2d616b77e Bug 369428 - nsExternalAppHandler::SetUpTempFile uses a poor source of randomness, resulting in predictable filenames. r=biesi, sr=biesi, a=blocking1.9 2007-10-12 15:48:35 -07:00
dtownsend@oxymoronical.com
1b0518d3eb Backing out part of bug 369428 that seems to be causing unit test failures 2007-10-12 07:30:34 -07:00
sdwilsh@shawnwilsher.com
2bf5706a7b Bug 369428 - nsExternalAppHandler::SetUpTempFile uses a poor source of randomness, resulting in predictable filenames. r=biesi, sr=biesi, a=blocking1.9 2007-10-12 06:01:10 -07:00
joshmoz@gmail.com
12132945cf 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 08:40:06 -07:00
dmose@mozilla.org
3b2112f841 Fixing orangeness from bug 394483 checkin 2007-10-04 00:01:08 -07:00
dmose@mozilla.org
9474dbc670 First part of fix for web-based protocol handlers failing in certain situations (bug 394483); r=biesi, sr=sicking 2007-10-03 23:10:47 -07:00
roc+@cs.cmu.edu
559a8984a7 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 16:12:06 -07:00
sdwilsh@shawnwilsher.com
f767a5c4f6 Bug 395308 - Temporary filenames used during download should gain an extra extension. r=biesi, sr=biesi, a=dsicore 2007-09-16 07:40:16 -07:00
mkmelin+mozilla@iki.fi
473cbd6673 [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 06:11:37 -07:00
dmose@mozilla.org
d6e86fe8c8 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 16:58:31 -07:00
dmose@mozilla.org
2ddf3e3249 Inject default web-based protocol handlers into mimeTypes.rdf (bug 392978), r=myk, sr=biesi, a=mconnor 2007-09-06 15:20:52 -07:00
mkmelin+mozilla@iki.fi
24f23cd3b0 Backing out previous change, didn't notice the orange, sorry:( 2007-09-05 09:28:13 -07:00
mkmelin+mozilla@iki.fi
9cce180f30 [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
9198e9c4b8 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
173de02b64 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
b3b2ff44a4 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
791d1813f7 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
6d36875214 bug 386654, Implement notification for EV certs r=rrelyea, sr=bzbarsky, a=bzbarsky 2007-08-23 13:13:50 -07:00
bzbarsky@mit.edu
cb5ea7cf87 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
a17a03f2ea 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
a65e95ce03 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
91643370ed 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
b7fdcfc19e 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
8f0cc05a78 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
d8dd52eebb bug 391152: support enumeration and removal of known handlers; r=biesi, sr=dmose 2007-08-14 13:21:29 -07:00
sdwilsh@shawnwilsher.com
d98abd5a78 Bug 391279 - Allow createInstance to work for web handlers. r=cbiesinger, sr=dmose 2007-08-14 09:47:41 -07:00
myk@mozilla.org
b91c618d6f 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
c02e2669a6 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
3324028b60 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