Benjamin Smedberg
|
5cab25b52b
|
Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes.
--HG--
rename : toolkit/components/filepicker/src/nsFilePicker.js.in => toolkit/components/filepicker/src/nsFilePicker.js
|
2010-06-22 12:59:15 -04:00 |
|
Michael Kohler
|
5f19df86e0
|
Bug 564091: Fix spelling of nonexistent across the tree. r=timeless
--HG--
extra : rebase_source : 4f15f7fd6f90926b77d136be83af7f22c5ffa830
|
2010-05-23 12:26:15 -07:00 |
|
Dão Gottwald
|
6a530b2454
|
Bug 524270 - Make the second getChildList parameter optional. r=bsmedberg
|
2009-10-26 21:02:06 +01:00 |
|
Phil Ringnalda
|
9174e9db9b
|
Bug 465487 - Fix perms on a couple of executable JS components, r=ted
|
2008-12-06 20:25:09 -08:00 |
|
Brad Lassey
|
40c9a11cb3
|
Bug 441636 - Add support for dbus handler apps, save/load handler apps correctly r=cbiesinger
|
2008-09-10 12:10:46 -04:00 |
|
"Brad Lassey"
|
81f2872a1b
|
relanding Bug 441636 after bad backout
|
2008-07-27 09:44:20 -04:00 |
|
"Brad Lassey"
|
8431aba025
|
Back out of bug 441636
|
2008-07-27 09:26:54 -04:00 |
|
"Brad Lassey"
|
a6b45b982b
|
Bug 441636 - Add support for DBus Handler Apps r=biesi
|
2008-07-25 12:36:07 -04:00 |
|
dolske@mozilla.com
|
006485c0d6
|
Bug 428600 - console spam from nsIHandlerService. r=dmose, sr=biesi, a1.9=damons
|
2008-04-29 17:21:01 -07:00 |
|
dolske@mozilla.com
|
2f88a428ba
|
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-17 18:37:50 -07:00 |
|
dmose@mozilla.org
|
9f7b7b4f8e
|
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-19 20:46:35 -08:00 |
|
florian@queze.net
|
f24a6f2a31
|
Bug 410297 - Assertion ('Content type should be known by now.') while running netwerk xpcshell tests. r=dmose, sr=biesi, a=blocking1.9+
|
2008-01-27 21:22:14 -08:00 |
|
florian@queze.net
|
88a1b5deb4
|
Bug 413954 - nsHandlerService.store fails to remove applications. r=myk, sr=dmose, a1.9=beltzner
|
2008-01-25 13:47:05 -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
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
myk@mozilla.org
|
58273b5215
|
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 |
|
dmose@mozilla.org
|
ee90fd6056
|
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 |
|
myk@mozilla.org
|
388545f1a3
|
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
|
bd7dfe1562
|
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 |
|
myk@mozilla.org
|
db4890fe32
|
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
|
d34ea1ba7a
|
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
|
32ec18717d
|
Replace myk's changes that I accidentally horked during the merge.
|
2007-07-20 13:23:44 -07:00 |
|