Граф коммитов

131 Коммитов

Автор SHA1 Сообщение Дата
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
roc+@cs.cmu.edu 0054412272 Bug 374866. Reftests for text-transform. r=dbaron 2007-03-22 16:01:14 -07: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
joshmoz%gmail.com 9760ba6479 protect against obj-c exceptions in uriloader. b=419390 r/sr=roc 2008-03-04 08:14:47 +00:00
joshmoz%gmail.com 0e73d615b2 rename files to .mm. b=419390,419392 r/sr=roc 2008-02-27 02:03:09 +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
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
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
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
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
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
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
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 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
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
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
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
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
dmose%mozilla.org 1f12541aff Change nsIHandlerInfo::LaunchWithFile to be launchWithURI (bug 386078), r+sr=biesi 2007-07-17 22:59:58 +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
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
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
cbiesinger%web.de a898e666b8 bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
2006-02-03 14:18:39 +00:00
timeless%mozdev.org 3db428f6ac Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 21:57:13 +00:00
mozilla.mano%sent.com 0d6b6ee9e0 Bug 301281 - Remove 10.1 code from nsInternetConfigService. r=jhpedemonte, sr=smfr, a=bsmedberg. 2005-07-20 19:44:54 +00:00
mozilla.mano%sent.com 7537a9c66f Bug 264648 - Implement nsOSHelperAppService::GetApplicationDescription for OS X (in order to show an application description in the confirmation dialog for). r=jhpedemonte, sr=smfr, a=asa. 2005-07-20 19:03:41 +00:00
bsmedberg%covad.net ab0810ddac Bug 282057 - brand.dtd/properties live in the wrong chrome package... xulrunner apps cannot provide these files, which means they can't use various toolkit features r=darin moa=Neil (seamonkey) 2005-03-10 04:38:35 +00:00
bzbarsky%mit.edu d624665bc9 Add the prompt-service contract to nsEmbedCID.h 2005-03-07 16:07:11 +00:00
dveditz%cruzio.com ab1ad1555f bug 263546: move external protocol warning down a level, r=jsr,sr=darin 2004-10-25 07:46:01 +00:00
cbiesinger%web.de 46ba1a20a0 bug 235505 make nsIMIMEInfo::MIMEType readonly
r=bzbarsky sr=darin
2004-06-11 15:47:57 +00:00
gerv%gerv.net aa835b77c5 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 16:52:41 +00:00
cbiesinger%web.de 46c8734bc0 backing out last patch for bug 240771 - causes crashes on mac. 2004-04-17 12:13:55 +00:00
cbiesinger%web.de 3c4f0316f6 arrg, more osx fixes 2004-04-15 22:08:21 +00:00
cbiesinger%web.de 7ba3db478e more mac bustage... 2004-04-15 21:38:31 +00:00
cbiesinger%web.de d4e1da55f3 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 8e88784a63 fixing bug 235832 in a better way, by using dynamic_cast.
r=bzbarsky sr=darin
2004-04-13 19:40:08 +00:00
cbiesinger%web.de 4f5990b999 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 6e4ed923f7 bug 235832, dynamic_cast crashes. replace with static_cast.
r=bzbarsky sr=darin
2004-03-01 21:18:19 +00:00
cbiesinger%web.de 39bd93ef3c next try: fixing mac bustage 2004-02-23 23:49:49 +00:00
cbiesinger%web.de f44d0a9874 fix mac bustage 2004-02-23 23:29:38 +00:00
cbiesinger%web.de 8e085c81b9 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 f38b11469c 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