Commit graph

41 commits

Author SHA1 Message Date
mozilla.mano%sent.com
1e18f4d51c Bug 355120 - Move default feed reader code to shellsvc. r=gavin. 2006-12-20 22:34:51 +00:00
benjamin%smedbergs.us
217948472d Re-land bug 345517 now that the logging issues are hopefully fixed, r=darin/mento/mano 2006-11-13 17:53:01 +00:00
pavlov%pavlov.net
0b5a3c2706 backing out 345517 due to leak test bustage 2006-11-10 04:42:03 +00:00
benjamin%smedbergs.us
c8bc8c9265 Bug 345517, try #2, make the browser component use frozen linkage, so that ff+xr builds. This does *not* --enable-libxul by default for Firefox (yet). That will wait until after 1.9a1. Older patch r=darin+mento, revisions r=mano 2006-11-09 15:02:29 +00:00
rob_strong%exchangecode.com
2d96058fc7 Bug 354555 - Use long paths in registry when setting default browser. r=dougt 2006-10-10 19:56:08 +00:00
rob_strong%exchangecode.com
58728f383b 354552 Firefox - Remove the unused backup of registry file associations. r=dougt 2006-09-27 20:01:21 +00:00
rob_strong%exchangecode.com
c2f4829e74 354546 Firefox - Remove unused RestoreFileSettings() from nsWindowsShellService. r=dougt 2006-09-27 19:24:19 +00:00
rob_strong%exchangecode.com
47a6bbbdfe 354467 Firefox - Refreshing file associations is very slow due to using SendMessageTimeout instead of SHChangeNotify. r=dougt 2006-09-27 17:58:26 +00:00
dougt%meer.net
52babc4fee bug 352424. Default Application on Vista not working. r=rob_strong 2006-09-22 14:45:57 +00:00
dougt%meer.net
b0a376c402 Bug 353353. Remove unused nsIObserver impl from toolkit/xre/nsNativeAppSupportWin.cpp. r=rob_strong 2006-09-22 14:40:55 +00:00
rob_strong%exchangecode.com
2ef24d46e6 Bug 353398 - Need to add DDE keys for FirefoxHTML. r=sspitzer 2006-09-19 22:45:10 +00:00
rob_strong%exchangecode.com
78bc894bd6 Bug 353089 - Fix / remove ddeexec hack. r=bsmedberg 2006-09-19 18:09:58 +00:00
benjamin%smedbergs.us
af03fc0477 Backout bug 345517 due to various issues. 2006-08-10 14:06:47 +00:00
benjamin%smedbergs.us
ffd802f9ed Bug 345517 - Build Firefox --enable-libxul by default, r=darin/mento 2006-08-09 13:39:19 +00:00
beng%bengoodger.com
6a815cf310 build bustage fix... 2006-06-27 23:14:54 +00:00
beng%bengoodger.com
65ef342f8e 334747, 339893 - desktop application feed readers do not display their app name properly or launch with the specified feed on OSX due to lack of support for a function to get the application bundle name, and a method to invoke an application bundle on OS X with a URL. Add an attribute to nsILocalFileMac called bundleDisplayName to show the application's name, and a method to nsIShellService called openApplicationWithURL which launches an application with a URL parameter appropriately across platforms (nsIProcess on windows and linux, LaunchServices on OS X). Update the client code to use bundleDisplayName, and also the <filefield> binding in preferences to use it too. r=mark sr=darin 2006-06-27 22:38:55 +00:00
pavlov%pavlov.net
4a6c91d612 fixing "Set As Desktop Background" in cairo builds on Windows. bug 328354. r=vlad, sspitzer. 2006-06-26 23:53:01 +00:00
gavin%gavinsharp.com
498d7f0f10 Bug 311606: context menu option for Safe Mode on the start menu Internet icon, r=mconnor 2005-12-28 05:48:57 +00:00
gavin%gavinsharp.com
1b459d8d0d Back out bug 311605 pending further testing. 2005-12-04 21:02:38 +00:00
gavin%gavinsharp.com
b05089efa8 Bug 311605: default browser checking should be done nsBrowserBlue, not in delayed startup, r=mano 2005-12-04 18:34:12 +00:00
gavin%gavinsharp.com
022017005c Bug 260437 : "Set as Wallpaper" changes wallpaper for all users (should not save in windows directory), patch by O. Atsushi (Torisugari) <torisugari@gmail.com>, r+a=bsmedberg 2005-07-24 22:56:48 +00:00
mozilla.mano%sent.com
0e60b9654a Bug 274374 - Landing Mac Shell Servie (default browser, set desktup backgorund and mail integration support). patches from ben and me. r=jhpedemonte/josh/mconnor, a=shaver. 2005-06-23 02:25:06 +00:00
jshin%mailaps.org
98a225c673 bug 272166 : nsIWindowsShellService::getRegistryEntry does not support non-latin1 keys/values (r=mconnor, sr=darin, a=asa) 2005-05-24 11:30:49 +00:00
mconnor%steelgryphon.com
48c2321b4e bug 294399 - rebrand firefox for deer park, r=bsmedberg, a=brendan 2005-05-20 22:42:50 +00:00
mconnor%steelgryphon.com
b482b21f44 bug 285416 - Access to Firefox Options from Start Menu broken, patch by gavin.sharp@gmail.com, r=me, a=asa 2005-05-05 02:17:23 +00:00
danm-moz%comcast.net
8b37d80639 tell the OS not to focus the window handling DDE requests to open URLs. bug 255123 patch=bugzilla%pippo.demon.co.uk r=me,bryner 2005-03-10 18:29:22 +00:00
bsmedberg%covad.net
3219ac4125 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
bryner%brianryner.com
67dba23ae4 Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron. 2005-02-03 23:01:54 +00:00
timeless%mozdev.org
8e32bfe03b Bug 257803 Possible RegistryKey Leak in nsWindowsShellService
bustage fix
2005-01-16 23:26:19 +00:00
mconnor%myrealbox.com
53fc3e4ec5 bug 257803 - potential leak in nsWindowsShellService, r=jshin/me 2005-01-16 21:02:13 +00:00
ben%bengoodger.com
5171657dc2 Landing the Aviary Branch (browser section only). 2004-11-30 08:23:02 +00:00
jruderman%hmc.edu
dc2f73bf76 238464 - Crash setting wallpaper to a broken image. Patch by Jon Henry, r=mconnor, a=ben 2004-08-16 23:49:43 +00:00
jshin%mailaps.org
0f6933d2f8 bug 240272 : additional patch (fix off-by-two error) r=ben 2004-08-10 05:55:08 +00:00
jshin%mailaps.org
d3489925fe fix bustage 2004-07-23 01:38:01 +00:00
jshin%mailaps.org
717ce911af bug 240272 : prefLabel should be saved in the 'native' encoding in the registry (r=bryner) 2004-07-22 22:12:13 +00:00
ben%bengoodger.com
1dfa27baee 235380 - firefox should set itself as default browser only for the current user. Change Windows Shell Service to add an additional option - whether to set default browser for all users or just the current user. Also make the code read out of HKCU instead of HKLM. 2004-06-30 20:27:30 +00:00
ben%bengoodger.com
a083982e6b add xpinstall content type settings to shell service and installer registrations 2004-05-04 10:04:14 +00:00
bryner%brianryner.com
90dc121899 reintroduce getRegistryEntry (bug 237754). patch by dave532@uklinux.net, r=ben. 2004-04-20 21:31:22 +00:00
cls%seawood.org
6e7daaaefb Removing extraneous trailing comma from enum which causes gcc -pedantic builds to break.
Fixing tinderbox bustage.
2004-03-23 04:08:07 +00:00
ben%bengoodger.com
94ff451885 236744 - replace winhooks with a XP shell service to better allow for system integration on various platforms 2004-03-08 09:56:16 +00:00
ben%bengoodger.com
c23835dbe0 [shell1] 2004-03-08 09:38:22 +00:00