gerv%gerv.net
fd0b7c527e
Bug 236613: change to MPL/LGPL/GPL tri-license.
2006-12-11 09:45:41 +00:00
gavin%gavinsharp.com
de402b87fe
Bug 347230: Minimal Save-only dialog shown for files with discoverable types (known file extensions), patch by Masatoshi Kimura (:emk) <VYV03354@nifty.ne.jp>, r=me
2006-12-09 04:37:22 +00:00
gavin%gavinsharp.com
66bb7475ff
Bug 341872: Download manager leaks helperApps, patch by Regis Caspar <regis.caspar+bz@gmail.com>, r=me
2006-12-07 21:16:56 +00:00
mozilla.mano%sent.com
ec167cdbcf
Bug 330102 - Switch pfs to use principal matching rather than string matching. r=gavin, sr=bz.
2006-11-29 08:06:22 +00:00
rob_strong%exchangecode.com
5d278309bc
Bug 357922 - Bookmarks missing, tabs broken, etc. (Firefox 2 install over Firefox 1.5.0.7 failed to replace some files.). r=sspitzer
2006-11-27 19:17:14 +00:00
allan%beaufour.dk
804af50f52
Do not run updateservice tests, when tests are disabled. Bug 359701, r=benjamin
2006-11-23 08:46:55 +00:00
sspitzer%mozilla.org
66c441b699
fix for bug #358080 : Update window says to click 'Finish' when button is labeled 'Done'
...
r=darin
thanks to Hiro-san (sugar.waffle@gmail.com ) for the fix.
2006-11-15 17:10:21 +00:00
bzbarsky%mit.edu
142a417a31
Make it possible for protocol handlers to configure how CheckLoadURI should
...
treat them via their protocol flags. Remove the protocol list we used before.
Bug 120373, r=dveditz, sr=darin
2006-11-10 23:49:08 +00:00
sspitzer%mozilla.org
40d29f01e7
fix for bug #359093 : need to encode version string for the app.update.never.X pref name, which will be needed if (when?) we decided to send over any localized "pretty" text for the version attribute (see bug #359082 )
...
r=dietrich, rstrong
2006-11-07 22:54:27 +00:00
mozilla.mano%sent.com
ebd4f395ce
Bug 353560 - Unknown Content dialog not dismissed when filepicker opens. r=gavin.
2006-11-05 17:51:35 +00:00
sspitzer%mozilla.org
5913cfcc73
fix for bug #357143
...
code cleanup, suggested by dveditz.
thanks to Ryan Jones <sciguyryan+bugzilla@gmail.com> for the patch.
r=sspitzer
2006-11-05 00:19:17 +00:00
philringnalda%gmail.com
20a2fec5eb
Bug 224977: finish moving nsTransferable to nsDragAndDrop.js, remove nsTransferable.js, r=neil,mano,mscott
2006-10-29 04:39:28 +00:00
gavin%gavinsharp.com
f034027cba
Bug 250156: fix doctypes, patch by Wei-ju Wu <weiju@web.de>, r=me, daniel@glazman.org
2006-10-13 17:08:26 +00:00
hwaara%gmail.com
e34f0ebfdd
Fix leaks in the code that launches a child process. b=355355 r=mento sr=pinkerton
2006-10-11 15:53:40 +00:00
mozilla.mano%sent.com
10276d775a
Backing out the patch fro bug 353560 due to bug 356178.
2006-10-11 13:02:27 +00:00
mozilla.mano%sent.com
7832c5e57d
Bug 353560 - Unknown Content dialog not dismissed when filepicker opens. r=gavin.
2006-10-10 00:08:46 +00:00
sspitzer%mozilla.org
7a1e9e6501
add missing ;, no bug #.
2006-10-04 22:42:17 +00:00
sspitzer%mozilla.org
39564a7f28
add missing ;, no bug #.
2006-10-04 20:37:42 +00:00
rob_strong%exchangecode.com
38d41f258b
Bug 355242 - NSIS installer removes folders but not files listed in removed-files.in. r=sspitzer
2006-10-03 22:37:09 +00:00
flamingice%sourmilk.net
ac84222ce0
Bug 353918, No updates available notification does not go away when switching the view, r=rob_strong
2006-09-25 01:57:22 +00:00
mozilla.mano%sent.com
c2de645d85
Backing out changes accidentally checked in on theme landing
2006-09-22 08:57:58 +00:00
mozilla.mano%sent.com
c134364a9f
Land the new theme on trunk (bug 353673).
2006-09-22 00:47:18 +00:00
sspitzer%mozilla.org
fc841f0657
fix for bug #352400 : Update page flashes a large textbox (really, a blank xul:browser) when showing the details for a minor update
...
r=dietrich
2006-09-21 18:40:29 +00:00
rob_strong%exchangecode.com
e8dce57d6c
Bug 336469 - use new APIs in Vista to register file and protocol handlers (installer). r=sspitzer
2006-09-19 20:13:10 +00:00
flamingice%sourmilk.net
56070c9554
Bug 353157, Extension descriptions aren't restored after dismissing notification, r=mconnor
2006-09-18 19:53:38 +00:00
darin%meer.net
6ee6c1d913
fixes bug 352853 "64k update chunks are maxing out mirrors connection limits before they use up their bandwidth" r=robstrong a=mtschrep
2006-09-18 17:49:55 +00:00
rob_strong%exchangecode.com
d40af010f9
Bug 352847 - 'installLocation has no properties' errors in console when installing extension. r=mconnor
2006-09-17 22:19:01 +00:00
dietrich%mozilla.com
4cb38623d2
Bug 352675 add busy throbber to "Please wait..." page in software update wizard, fix scrollbar issue from bug #351821 (r=sspitzer)
2006-09-15 00:27:58 +00:00
sspitzer%mozilla.org
db66e79273
fix for bug #351821 : problems the "Download and Install Now" button remains even after you have begun downloading.
...
remove the "More Details>>" button, as we always call onShowMoreDetails()
replace it with some informative text, and keep the "next" and "back" buttons
disabled until we are done checking for add on incompatibilty.
also, add a try/catch/LOG() to increase robustness (and to aid diagnosis)
r=dietrich
2006-09-14 06:43:47 +00:00
mozilla.mano%sent.com
617685b2d1
Bug 352388 - Add-ons: richlistbox does not report item accNames when arrowing through list. patch from Mark Pilgrim <pilgrim@gmail.com>, r=me.
2006-09-13 23:13:12 +00:00
flamingice%sourmilk.net
3ca8027a7e
Bug 348576, addonsMsg should use standard Notification styles, r=rob_strong
2006-09-13 20:02:53 +00:00
rob_strong%exchangecode.com
edf2315ddf
Bug 352313 - When install fails during startup continue button is disabled. r=sspitzer
2006-09-13 00:14:09 +00:00
gavin%gavinsharp.com
d8ca4303f8
Bug 347679: fix default values to be more reasonable, patch by Jason Barnabe <jason_barnabe@fastmail.fm>, r=mano
2006-09-12 22:36:06 +00:00
gavin%gavinsharp.com
edf3abe645
Bug 336942: PREF_APP_EXTENSIONS_VERSION is unused in nsUpdateService.js.in, patch by Jason Barnabe <jason_barnabe@fastmail.fm>, r=mano
2006-09-12 22:24:10 +00:00
rob_strong%exchangecode.com
6eb313310b
Bug 349379 - nsIUpdateTimerManager registerTimer is leaking. r=bsmedberg
2006-09-11 18:28:14 +00:00
rob_strong%exchangecode.com
d7e030e054
Bug 337980 - Progress of install keeps disappearing/flickering. r=sspitzer
2006-09-11 18:16:41 +00:00
rob_strong%exchangecode.com
82bd34e996
Bug 340786 - installing xpi by placing xpi in extension folder doesn't work again. r=bsmedberg
2006-09-11 18:13:31 +00:00
rob_strong%exchangecode.com
ea563ee8a4
Bug 346498 - Only allow hidden and locked for app-global extensions. r=bsmedberg
2006-09-11 18:01:23 +00:00
rob_strong%exchangecode.com
4855f9de5f
Bug 351611 - when restarting after installing an extension, I'm not warned about closing tabs. r=sspitzer
2006-09-11 17:55:36 +00:00
sspitzer%mozilla.org
9513b95324
fix for bug #350299 : After clicking "Restart Now", the software update wizard can obscure the "confirm close" prompt from browser windows with multiple tabs.
...
additional, after clicking "Restart Now", we need to disable the "Restart Now" and "Later" buttons, so that the user can't click on them again (while they are dealing with the "confirm close" prompts.
finally, improve the prompt scenario (by first focusing the wizard) where the user has paused in the middle downloading a software update, minimized the software update wizard, and then quit the app.
r=gavin.sharp, sr=mconnor
2006-09-11 16:30:32 +00:00
aaronleventhal%moonset.net
592dfdac4c
Bug 347219. File inputs and other embedded form controls in radio buttons not accessible. For chrome changes, r=mano. For mozilla/accessible changes, r=ginn.chen, sr=neil
2006-09-10 17:52:52 +00:00
rob_strong%exchangecode.com
435a5701e7
Bug 344476 - Chinese/Japanese/Korean installer's UI looks ugly. r=bsmedberg
2006-09-08 20:44:12 +00:00
benjamin%smedbergs.us
04fa4f00bf
Bug 351714 - create software update channel for partner builds dynamically, r=robstrong
2006-09-08 20:09:24 +00:00
dietrich%mozilla.com
0f43915483
Bug 350123 Update URLFormatter to work with non-Fx apps (r=robstrong)
2006-09-08 06:56:14 +00:00
davel%mozilla.com
3b6746099c
bug=346706, r=darin
...
add brain-dead simple unit test
cleaner version using jsunit code
still need to move this file to a separate test directory
2006-09-05 18:26:39 +00:00
rob_strong%exchangecode.com
178cd77046
Bug 345006 - Enabling an extension then switching to Themes tab crashes Minefield [@ nsXULDocument::ExecuteOnBroadcastHandlerFor][@ 0x02a1ff9a] [@ nsCOMPtr<nsIContent>::nsCOMPtr<nsIContent>]. r=sspitzer
2006-09-04 22:27:26 +00:00
sspitzer%mozilla.org
2eac8260d9
fix for bug #350636 : the "never" hidden pref should only apply for major updates.
...
r=rstrong
2006-09-03 04:18:28 +00:00
rob_strong%exchangecode.com
4691207f62
Followup to Bug 344236 - Remove xpinstall-based installer code. r=bsmedberg
2006-08-31 18:45:08 +00:00
benjamin%smedbergs.us
0ca5b22544
Bug 344236 - Remove xpinstall-based installer code for the toolkit, r=robstrong
2006-08-31 13:57:55 +00:00
flamingice%sourmilk.net
6beba5f899
Bug 346546, Clean up nsUnknownContentType.xul, r=mconnor
2006-08-30 23:24:17 +00:00