Commit Graph

25 Commits

Author SHA1 Message Date
Neil Rashbrook
d7722b313c Fix DOS line endings rs=sdwilsh
DONTBUILD
2011-05-26 20:29:31 +01:00
Mitchell Field
20ae534ead Bug 595513 - Fix bustage. 2011-03-08 23:56:08 +11:00
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
Mitchell Field
09e94f0ad4 Bug 461444: remove cases of excessive recursion in makefiles r=ted
--HG--
rename : toolkit/mozapps/downloads/src/DownloadLastDir.jsm => toolkit/mozapps/downloads/DownloadLastDir.jsm
rename : toolkit/mozapps/downloads/src/DownloadUtils.jsm => toolkit/mozapps/downloads/DownloadUtils.jsm
rename : toolkit/mozapps/downloads/src/nsHelperAppDlg.js.in => toolkit/mozapps/downloads/nsHelperAppDlg.js
rename : toolkit/mozapps/extensions/src/LightweightThemeManager.jsm => toolkit/mozapps/extensions/LightweightThemeManager.jsm
rename : toolkit/mozapps/extensions/src/nsAddonRepository.js => toolkit/mozapps/extensions/nsAddonRepository.js
rename : toolkit/mozapps/extensions/src/nsBlocklistService.js => toolkit/mozapps/extensions/nsBlocklistService.js
rename : toolkit/mozapps/extensions/src/nsExtensionManager.js.in => toolkit/mozapps/extensions/nsExtensionManager.js
rename : toolkit/mozapps/extensions/public/nsIAddonRepository.idl => toolkit/mozapps/extensions/nsIAddonRepository.idl
rename : toolkit/mozapps/extensions/public/nsIExtensionManager.idl => toolkit/mozapps/extensions/nsIExtensionManager.idl
rename : toolkit/mozapps/handling/src/nsContentDispatchChooser.js => toolkit/mozapps/handling/nsContentDispatchChooser.js
rename : toolkit/mozapps/shared/src/CertUtils.jsm => toolkit/mozapps/shared/CertUtils.jsm
rename : toolkit/mozapps/shared/src/FileUtils.jsm => toolkit/mozapps/shared/FileUtils.jsm
2010-01-27 11:16:53 -08:00
Gijs Kruitbosch
e7771b95eb Bug 496097 - Make app handler dialog label action list. r=Maro Zehe, Neil Rashbrook 2009-07-12 15:47:44 +01:00
Neil Rashbrook
ae8ef2cea9 Bug 496097 Handlers dialog is not accessible r=gavin,surkov 2009-06-20 23:33:55 +01:00
timeless@mozdev.org
5b068f69cb Bug 489956 Use Constructor to save lookups for loop in nsContentDispatchChooser.prototype.ask
r=gavin
2009-05-03 09:28:42 -07:00
"Brad Lassey"
a6b45b982b Bug 441636 - Add support for DBus Handler Apps r=biesi 2008-07-25 12:36:07 -04:00
reed@reedloden.com
85721119eb Bug 415218 - "Fix uses of IO.newURI to use nsIIOService instead" [p=philringnalda@gmail.com (Phil Ringnalda) / reed@reedloden.com (Reed Loden) / ehsan.akhgari@gmail.com (Ehsan Akhgari [ehsan]) r=Mano a1.9b3=beltzner] 2008-02-01 16:39:05 -08:00
florian@queze.net
00d1462679 Bug 402620 - protocol handling dialog should display icons and hostnames for web applications. r=Mano, ui-r=beltzner, a=blocking-firefox3+ 2008-01-22 15:53:26 -08:00
florian@queze.net
e23a54317b Bug 400473: 'Remember this' checkbox of the proto handler dialog missing an accesskey. r=gavin, a=blocking-firefox3+ 2008-01-07 16:10:24 -08:00
mark.finkle@gmail.com
e831b78385 b=389705. r=gavin. a=blocking-firefox3. Tighten up the launch application dialog 2007-12-03 13:43:33 -08:00
dmose@mozilla.org
ba9efad44f Improve external protocol handling dialog UE (bug 402771), ui-r=beltzner, r=gavin, a=blocking-1.9+ 2007-12-02 17:55:12 -08:00
reed@reedloden.com
686def9c38 Bug 403845 - "Launch Application dialog displays duplicate entries after selection" [p=florian@mozilla.com (Florian Quèze) r=gavin a=blocking-firefox3+] 2007-11-16 20:30:28 -08:00
reed@reedloden.com
4ac8322643 Bug 392376 - "Double-clicking on the selected application within the file handling dialog should work as "OK" and launch the application" [p=florian r=Mano a=blocking-firefox3+] 2007-11-12 22:48:20 -08:00
sdwilsh@shawnwilsher.com
d9c11fe00f Bug 396635 - "Launch Application" dialog clips buttons on bottom. r=mfinkle, r=gavin, a=vlad 2007-10-26 13:20:12 -07:00
sdwilsh@shawnwilsher.com
4377c52872 Bug 391407 - Move File Handling dialog into localizable location. r=gavin.sharp, a=blocking1.9 2007-10-10 19:04:05 -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
sdwilsh@shawnwilsher.com
3447782e04 Bug 390890 - PHD: Have the UI use all the possible handlers instead of just the preferred one. r=mano, a=blocking-firefox3 2007-08-14 21:15:22 -07:00
gavin@gavinsharp.com
9cf76620d2 Fix review nit from bug 385065 (unnecessary use of 'let') 2007-08-05 02:41:53 -07:00
sdwilsh@shawnwilsher.com
38af637226 Bug 389899 - Icon does not show up for local handlers that were specified in the past. r=mano 2007-08-03 16:25:00 -07:00
sdwilsh@shawnwilsher.com
a4d3ec9358 Bug 389689 - Have the dialog for nsIContentDispatchChooser use the width property. r=mano, ui-r=beltzner 2007-08-03 16:14:25 -07:00
sdwilsh@shawnwilsher.com
a2f2ec72ea Bug 385065 - protocol handling dialog (fix clobber build error). r=gavin.sharp, a=mconnor 2007-07-30 11:34:41 -07:00
sdwilsh@shawnwilsher.com
be9def112b Bug 389891 - Protocol Handling dialog does not actually set nsIHandlerInfo::useHelperApp when using a prefilled helper app. r=gavin.sharp, a=schrep 2007-07-27 14:17:04 -07:00
sdwilsh@shawnwilsher.com
95d5347743 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