diff browse annotate |
2816cca3be16a911aa545500a53483bfbd625de0 created 2009-06-23 14:09 -0500 pushed 2009-06-23 19:09 +0000 |
Steven Michaud | Steven Michaud - get rid of nsIInternetConfigService. b=489864 r=josh sr=roc |
diff browse annotate |
88df6943633f8f75d3df5460ae720d860f4307a1 created 2009-05-11 15:39 -0500 pushed 2009-05-11 20:41 +0000 |
Steven Michaud | Steven Michaud - Backed out changeset add33a95e3ef to fix talos crashes. b=489864 |
diff browse annotate |
add33a95e3ef643243db7d287251cacbadecf515 created 2009-05-11 13:17 -0500 pushed 2009-05-11 18:18 +0000 |
Steven Michaud | Steven Michaud - get rid of nsIInternetConfigService (patch mostly by joshmoz@mozilla.com). b=489864 r=josh sr=roc |
diff browse annotate |
83603fbe4be12d4cccca8cd67d96a6b25ddc62d0 created 2009-03-09 12:47 -0400 pushed 2009-03-09 16:48 +0000 |
James Boston | James Boston - Improve nsIProcess, fix nsIProcess.kill(). b=442393 r=bsmedberg |
diff browse annotate |
d001c3ce1598df1c0a348112292d328cd5f2c8d7 created 2009-01-22 17:15 +1300 pushed 2009-01-22 04:42 +0000 |
Fred Jendrzejewski | Fred Jendrzejewski - Bug 466622. Replace nsCStringArray with nsTArray<nsCString> for more consistent code and fewer heap allocations. r+sr=roc,r=bsmedberg |
diff browse annotate |
7ecfc6d09d7fe46a77692bf7bdf557c006f1a16e created 2007-10-18 21:15 -0700 pushed 2008-03-20 16:49 +0000 |
reed | reed - 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] |
diff browse annotate |
588e3cdde8fbbfbddfaf77388634a0f78aa985d8 created 2007-10-03 23:10 -0700 pushed 2008-03-20 16:49 +0000 |
dmose | dmose - First part of fix for web-based protocol handlers failing in certain situations (bug 394483); r=biesi, sr=sicking |
diff browse annotate |
74d91b7faf50549cb5c4fff1063e8312239df864 created 2007-09-02 21:44 -0700 pushed 2008-03-20 16:49 +0000 |
dmose | dmose - Fix for protocol handling dialog throwing exception when a web handler is selected (bug 392957), r=biesi, sr=mconnor, a=bz |
diff browse annotate |
43bd8a5c7a7a6661280af0a7f48a8940f2c02a91 created 2007-08-20 17:47 -0700 pushed 2008-03-20 16:49 +0000 |
dmose | dmose - Split nsIHandlerInfo.launchWithURI into nsIHandlerInfo.launchWithURI and nsIMIMEInfo.launchWithFile (bug 391194) r=cbiesinger@gmx.at, sr=bzbarsky@mit.edu |
diff browse annotate |
6b326374ea3947b28c7c92c95c6809effe85d77e created 2007-08-13 13:41 -0700 pushed 2008-03-20 16:49 +0000 |
myk | myk - bug 385740: support multiple apps per nsIHandlerInfo via a new nsIHandlerInfo::possibleApplicationHandlers attribute; r=biesi, sr=dmose |
diff browse annotate |
1936836fe66824c91c851a8dbe57328f41239562 created 2007-07-30 16:33 -0700 pushed 2008-03-20 16:49 +0000 |
sdwilsh | sdwilsh - Bug 389969 - There is no protocol handling dialog. r=cbiesinger, sr=dmose, a=schrep |
diff browse annotate |
26dcc4302b239a86be99c2f60c676fabdc5b2b1a created 2007-07-28 20:38 -0700 pushed 2008-03-20 16:49 +0000 |
dmose | dmose - local protocol handling apps can be chosen but don't work (bug 389758); patch by dolske and me, r=biesi, sr=bz, a=mconnor |
diff browse annotate |
5dc87a373560b1ba9ca90565e0a40c2afec29bc1 created 2007-07-25 21:24 -0700 pushed 2008-03-20 16:49 +0000 |
sdwilsh | sdwilsh - Bug 385065 - protocol handling dialog. toolkit: r=mano; uriloader: r=cbiesinger, sr=dmose general: ui-r=beltzner |
diff browse annotate |
174773ed3d19dab7f70b1a51b35e6ae3dbe2e641 created 2007-07-25 13:40 -0700 pushed 2008-03-20 16:49 +0000 |
myk | myk - 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 |
diff browse annotate |
6f541636db02af0f2061c03c05b5a92a00522a68 created 2007-07-24 16:38 -0700 pushed 2008-03-20 16:49 +0000 |
dmose | dmose - 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. |
diff browse annotate |
94b8340e78582f23a4bb4090583233d8aa665bba created 2007-07-24 13:29 -0700 pushed 2008-03-20 16:49 +0000 |
myk | myk - 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 |
diff browse annotate |
65abd92e86693d80ef1e2f8772c1dbb3a573bae7 created 2007-07-17 15:59 -0700 pushed 2008-03-20 16:49 +0000 |
dmose | dmose - Change nsIHandlerInfo::LaunchWithFile to be launchWithURI (bug 386078), r+sr=biesi |
diff browse annotate |
024c13a97e3a8c793f527bad445b61b03b3aaf14 created 2007-07-05 12:31 -0700 pushed 2008-03-20 16:49 +0000 |
dmose | dmose - Refactor nsIMIMEInfo and nsExternalHelperAppService to support local and web-based protocol handlers (bug 384374), r=biesi, sr=sicking |
diff browse annotate |
b7b5b326331d7550efc0f445249d35b68dfaa56a created 2007-04-15 13:43 -0700 pushed 2008-03-20 16:49 +0000 |
bzbarsky | bzbarsky - 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 |
diff browse annotate |
9b2a99adc05e53cd4010de512f50118594756650 created 2007-03-22 10:30 -0700 pushed 2008-03-20 16:49 +0000 |
hg | hg - Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, |