Shawn Wilsher
19fcb4b6ab
Backed out changeset 87f6ae0c4324 (bug 435474) for orange.
2008-11-27 13:15:18 -08:00
Justin Wood
293c89f577
Bug 463824, Introduce GLOBAL_DEPS to build system
...
r=ted, a1.9.1=beltzner
2008-11-27 12:27:41 -08:00
Robert Strong
5a597093c6
Bug 464364 - Multiple attempts to write permission test file (should cache canUpdate). r=dtownsend, approval1.9.1=beltzner
2008-11-26 22:07:51 -08:00
Dave Townsend
174b98cd0f
Bug 463819: Blocklisted add-ons with a compatibility update say they are incompatible rather than blocklisted. r=rstrong, a=blocking1.9.1
2008-11-26 09:04:13 -06:00
Robert Strong
99ff41bc9f
Bug 464765: Update wizard back button displayed on Linux when it shouldn't. r=mconnor, a1.9.1b2=beltzner
2008-11-16 15:00:03 +00:00
Ben Hearsum
d22f52dce3
bug 453840: (NPOT en-US Build) make it possible to create l10n files in final place for releases. r=ted,axel
2008-11-14 16:26:53 +00:00
Robert Strong
cbdfafbc55
Bug 313057: Automatic updater downgrades/overwrites browser version when an older/identical version is in the queue. r=bsmedberg, a1.9.1b2=beltzner
2008-11-14 12:11:08 +00:00
Robert Strong
dd89e703a7
Bug 454964: |make check|: test_0110_general.js reports leak 1. r=mconnor, a1.9.1b2=beltzner
2008-11-14 10:24:20 +00:00
Ehsan Akhgari
afff8329d0
Bug 463888 - Do not persist the "Save As" location in private browsing mode; r=gavin, a=blocking-firefox3.1+
2008-11-14 02:04:41 +03:30
Ted Mielczarek
3b0220e8a2
Bug 454594: need a makefile target that can upload files via ssh. r=bsmedberg, NPOB
2008-11-13 15:37:04 +00:00
Ehsan Akhgari
4cbd3dd215
Bug 463885 - Entering the Private Browsing mode may not always empty the download manager list; r=sdwilsh, a=blocking1.9.1+
2008-11-12 23:43:12 +03:30
Robert Kaiser
991a9d63e6
bug 456373 - create a makefile target for packaging a source tarball, r=ted a1.9.1b2=beltzner (actual code is NPOTDB)
2008-11-12 13:45:23 +01:00
Justin Dolske
b14b6b4dbb
Bug 462254 - Remove EULA from Firefox installer / .dmg and related bits. r=gavin, r=rstrong
2008-11-05 19:17:27 -08:00
Shawn Wilsher
88f4a312eb
Bug 462964 - nsIDownloadManager should have removeDownloadsByTimeframe
...
r=mconnor
2008-11-05 18:39:24 -05:00
Robert Strong
5315305f00
Bug 324121 - Extensions with available updates for the next version of the app should not be listed in app update extension will be disabled warning (AUS patch). r=dtownsend ui-r=beltzner
...
--HG--
rename : toolkit/themes/pinstripe/mozapps/downloads/buttons.png => toolkit/themes/pinstripe/mozapps/update/buttons.png
rename : toolkit/themes/winstripe/mozapps/downloads/downloadButtons-aero.png => toolkit/themes/winstripe/mozapps/update/downloadButtons-aero.png
rename : toolkit/themes/winstripe/mozapps/downloads/downloadButtons.png => toolkit/themes/winstripe/mozapps/update/downloadButtons.png
2008-11-04 21:50:52 -08:00
Ehsan Akhgari
0cd9741967
Bug 248970 - Private Browsing mode (global toggle for saving/caching everything) [downloadmgr part]; r=sdwilsh
2008-11-04 02:52:21 +03:30
Dave Townsend
d13a725406
Bug 455906: Support severities for blocklist entries. r=robstrong, r=jst
...
--HG--
rename : toolkit/mozapps/extensions/content/list.xul => toolkit/mozapps/extensions/content/blocklist.xul
rename : toolkit/mozapps/extensions/public/nsIBlocklistService.idl => xpcom/system/nsIBlocklistService.idl
2008-11-02 12:13:48 +00:00
Dave Townsend
d81de86f28
Backed out changeset bbccbf2c7456
2008-11-02 03:27:18 +00:00
Dave Townsend
f6b515d08c
Bug 455906: Support severities for blocklist entries. r=robstrong, r=jst
...
--HG--
rename : toolkit/mozapps/extensions/content/list.xul => toolkit/mozapps/extensions/content/blocklist.xul
rename : toolkit/mozapps/extensions/public/nsIBlocklistService.idl => xpcom/system/nsIBlocklistService.idl
2008-11-02 01:34:45 +00:00
Dave Townsend
ba2bcfde7c
Bug 462338: Make executeSoon widely available. r=robcee, r=gavin
2008-10-30 17:22:17 +00:00
Jim Blandy
f83d8c9ea3
Bug 97954: Allow SpiderMonkey to be built on its own, or as part of Mozilla.
...
Give SpiderMonkey its own configure script and top-level Makefile.
Adjust js/src/Makefile as appropriate for life as a stand-alone
makefile, instead of a 'make export; make libs'-style Mozilla tier
makefile. Have the configure script accept '--with-nspr-cflags' and
'--with-nspr-libs' options for using an in-tree NSPR. Also accept
'--with-system-nspr', '--with-nspr-prefix', and
'--with-nspr-exec-prefix' flags for using an installed NSPR. Default
to --disable-jemalloc, assuming we don't have that part of the tree
available; have the top-level configure script pass --enable-jemalloc
as needed.
Since we no longer have an export phase to copy header files into
dist/include/js before we build the library, we need to be able to
find nanojit.h in the nanojit directory; fix references in
jsbuiltins.h and jstracer.cpp.
Give SpiderMonkey it its own copies of many of the files from ./config
and ./build. These are all exact copies, except as follows:
. js/src/config/Makefile.in: js/src only has a subset of
js/src/config, and thus a subset of the makefile targets.
. js/src/config/autoconf.mk.in: js/src/configure.in has its own make
variables to set, not set by the top-level configure script, so it
needs a custom automake.mk template.
. js/src/config/make-system-wrappers.pl: a copy from nsprpub/config,
so that we can build without having an NSPR source tree handy.
Invoke js/src/configure from ./configure, passing the values computed
for NSPR_CFLAGS and NSPR_LIBS by the top-level configure script.
Treat js/src as a static directory of the js tier, and create a new
config/js (just a Makefile) to be the js tier's non-static directory.
Let js/src/configure generate SpiderMonkey's makefiles, not
./configure.
Generate a 'js-config' script, which clients can call to find the
CFLAGS and LIBS values necessary to compile and link against an
installed SpiderMonkey library. Don't include the js-config script in
Macintosh packages.
Teach client.mk how to rebuild js/src/configure.
Tell Mercurial to ignore files generated by autoconf in js/src.
Further work:
. Right now, callers must define JS_THREADSAFE when #including jsapi.h.
This is fixed in a subsequent patch.
. js/src/configure is a trimmed copy of ./configure. It could be
trimmed more.
--HG--
rename : build/autoconf/acoutput-fast.pl => js/src/build/autoconf/acoutput-fast.pl
rename : build/autoconf/altoptions.m4 => js/src/build/autoconf/altoptions.m4
rename : build/autoconf/config.guess => js/src/build/autoconf/config.guess
rename : build/autoconf/config.sub => js/src/build/autoconf/config.sub
rename : build/autoconf/glib.m4 => js/src/build/autoconf/glib.m4
rename : build/autoconf/install-sh => js/src/build/autoconf/install-sh
rename : build/autoconf/make-makefile => js/src/build/autoconf/make-makefile
rename : build/autoconf/match-dir.sh => js/src/build/autoconf/match-dir.sh
rename : build/autoconf/nspr.m4 => js/src/build/autoconf/nspr.m4
rename : build/autoconf/pkg.m4 => js/src/build/autoconf/pkg.m4
rename : build/autoconf/update-makefile.sh => js/src/build/autoconf/update-makefile.sh
rename : build/cygwin-wrapper => js/src/build/cygwin-wrapper
rename : build/hcc => js/src/build/hcc
rename : build/hcpp => js/src/build/hcpp
rename : build/unix/mddepend.pl => js/src/build/unix/mddepend.pl
rename : build/unix/uniq.pl => js/src/build/unix/uniq.pl
rename : config/Makefile.in => js/src/config/Makefile.in
rename : config/Moz/Milestone.pm => js/src/config/Moz/Milestone.pm
rename : config/autoconf.mk.in => js/src/config/autoconf.mk.in
rename : config/config.mk => js/src/config/config.mk
rename : config/elf-dynstr-gc.c => js/src/config/elf-dynstr-gc.c
rename : config/fastcwd.pl => js/src/config/fastcwd.pl
rename : config/gcc_hidden.h => js/src/config/gcc_hidden.h
rename : config/insure.mk => js/src/config/insure.mk
rename : nsprpub/config/make-system-wrappers.pl => js/src/config/make-system-wrappers.pl
rename : config/milestone.pl => js/src/config/milestone.pl
rename : config/milestone.txt => js/src/config/milestone.txt
rename : config/mkdepend/Makefile.in => js/src/config/mkdepend/Makefile.in
rename : config/mkdepend/cppsetup.c => js/src/config/mkdepend/cppsetup.c
rename : config/mkdepend/def.h => js/src/config/mkdepend/def.h
rename : config/mkdepend/ifparser.c => js/src/config/mkdepend/ifparser.c
rename : config/mkdepend/ifparser.h => js/src/config/mkdepend/ifparser.h
rename : config/mkdepend/imakemdep.h => js/src/config/mkdepend/imakemdep.h
rename : config/mkdepend/include.c => js/src/config/mkdepend/include.c
rename : config/mkdepend/main.c => js/src/config/mkdepend/main.c
rename : config/mkdepend/mkdepend.man => js/src/config/mkdepend/mkdepend.man
rename : config/mkdepend/parse.c => js/src/config/mkdepend/parse.c
rename : config/mkdepend/pr.c => js/src/config/mkdepend/pr.c
rename : config/nfspwd.pl => js/src/config/nfspwd.pl
rename : config/nsinstall.c => js/src/config/nsinstall.c
rename : config/nsinstall.py => js/src/config/nsinstall.py
rename : config/pathsub.c => js/src/config/pathsub.c
rename : config/pathsub.h => js/src/config/pathsub.h
rename : config/preprocessor.pl => js/src/config/preprocessor.pl
rename : config/revdepth-nt.pl => js/src/config/revdepth-nt.pl
rename : config/revdepth.pl => js/src/config/revdepth.pl
rename : config/rules.mk => js/src/config/rules.mk
rename : config/system-headers => js/src/config/system-headers
rename : config/version.mk => js/src/config/version.mk
rename : config/version_win.pl => js/src/config/version_win.pl
rename : configure.in => js/src/configure.in
2008-10-29 08:29:22 -07:00
Jim Mathies
4ba1e76c42
Bug 426544 - Disable browser.download.manager.alertOnEXEOpen and set internet zone bit on all downloaded files; v3; r=sdwilsh
2008-10-29 05:53:30 +01:00
Jesper Kristensen
b5c0e51f77
Bug 401292 - application and addon updates fail when Danish Government browser extension is installed; r=(dveditz + kaie)
2008-10-29 05:39:28 +01:00
Peter Weilbacher
61bfd14213
[OS/2] Bug 461342: do not lxLite-compress the main executables to prevent icon corruption on some systems, r=wuno
2008-10-26 22:53:57 +01:00
Ben Hearsum
059a931551
bug 453840: fix up pretty name support for win32. r=ted.mielczarek, patch=me
2008-10-24 15:47:48 -04:00
Robert Strong
51ac46cda7
Bug 324121 - (EM Patch) Extensions with available updates for the next version of the app should not be listed in app update extension will be disabled warning. r=dtownsend
2008-10-21 17:48:52 -07:00
Alexander L. Slovesnik
7133447dfb
Bug 335266 - If update of Thunderbird was paused, incorrect message is shown; r=robert.bugzilla
2008-10-22 01:37:51 +02:00
Dmitry Potapov
7214c98ab9
Bug 412610 - "MAXPATHLEN too small for glibc's realpath()" (define MAXPATHLEN as PATH_MAX when PATH_MAX is available) [r=bsmedberg]
2008-10-20 22:55:57 -05:00
Mike Hommey
1f37f46951
Bug 422991 - "'make distclean' misses some files" (cleanup browser/installer) [r=bsmedberg]
2008-10-20 22:17:16 -05:00
Julien RIVAUD
3a6b664ae0
Bug 419293 - "downloading update" dialog's hide button has unneeded and wrong icon; r=gavin.sharp
2008-10-20 14:24:35 +02:00
Dave Townsend
6160a863f3
Bug 427155: Searching add-ons for /find bar/ generates an error. r=robstrong, r=laura
2008-10-18 15:03:55 +01:00
Markus Stange
24c418dbdf
Bug 398928 - Allow moving a window by dragging toolbar or statusbar, r=enndeakin
2008-10-18 11:57:46 +02:00
Dão Gottwald
380e4ca4f6
Bug 397493 - Add-ons Update should skip "Continue" if all updates have been successful. ui-r=boriss, r=dtownsend
2008-10-15 15:56:25 +02:00
Ben Hearsum
347a38192a
backout bug 453840 to fix win32 l10n
2008-10-13 20:42:23 -04:00
Edward Lee
12436dcf0c
Bug 414326 - Use DownloadUtils for software update downloads. r=sdwilsh, r=robstrong
2008-10-13 10:50:10 -05:00
Markus Stange
b6747539e3
Backed out changeset 151e51ec625e (bug 398928) because of unit test orange
2008-10-13 14:30:47 +02:00
Markus Stange
6cbd4557ec
Bug 398928 - Allow moving a window by dragging toolbar or statusbar, r=enndeakin
2008-10-13 11:24:51 +02:00
Robert Strong
f8a5069900
Partial backout of Bug 453733 to fix Bug 459569
2008-10-12 16:03:38 -07:00
Robert Strong
635de34829
Bug 453733 - Software update fails if current directory is root directory (win32 only). r=ted.mielczarek, r=bsmedberg
2008-10-10 16:04:01 -07:00
Robert Strong
570ccf44f5
Bug 458839 - Move errors.xul from update over to extensions since the add-ons mgr. is the only consumer. r=dtownsend
2008-10-10 15:36:46 -07:00
Neil Rashbrook
4c8fb2c5af
Bug 455880 Move <filefield> to toolkit/content/widgets r=Enn
...
--HG--
rename : toolkit/mozapps/preferences/preferences.xml => toolkit/content/widgets/filefield.xml
2008-10-10 00:04:06 +01:00
Ben Hearsum
74b8c68139
bug 453840: make it possible to create files in the final place for releases - follow-up to MOZ_PKG_PRETTYNAMES patch to support win32
2008-10-09 08:53:28 -04:00
Daniel Holbert
72c410a648
Bug 458167 - (comments-only changes) Grammar Nazi Vol1: s/it's/its/ for the posessive version of the word, and a few other misc comment-typos, in these directories: accessible browser config profile rdf toolkit tools xpcom xpfe
2008-10-01 23:49:45 -07:00
Ben Turner
21e1a3e936
Bug 450452 - 'Implement XHR (minus X) for worker threads. r+sr=jst'
2008-09-30 16:56:57 -07:00
Doug Turner
4eff22b11e
Bug 420928, 457331. Fixes main entry point on windows ce. minor windows mobile fixes in XR. r=bsmedberg
2008-09-30 14:34:55 -07:00
Markus Stange
e384335a50
Bug 456216 - Add attributes "first-visible" and "last-visible" to the first and last visible radio buttons of the Add-ons Manager toolbar, r=Mossop
2008-09-30 12:59:42 +02:00
Dave Townsend
88609aff7a
Bug 391728: No placeholder for disabled plugins (frontend). r=gavin
...
--HG--
rename : toolkit/themes/gnomestripe/mozapps/plugins/pluginGeneric-16.png => toolkit/themes/gnomestripe/mozapps/plugins/pluginBlocked-16.png
rename : toolkit/themes/gnomestripe/mozapps/plugins/pluginGeneric.png => toolkit/themes/gnomestripe/mozapps/plugins/pluginDisabled.png
rename : toolkit/themes/pinstripe/mozapps/plugins/pluginGeneric-16.png => toolkit/themes/pinstripe/mozapps/plugins/pluginBlocked-16.png
rename : toolkit/themes/pinstripe/mozapps/plugins/pluginGeneric.png => toolkit/themes/pinstripe/mozapps/plugins/pluginDisabled.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric-16-aero.png => toolkit/themes/winstripe/mozapps/plugins/pluginBlocked-16-aero.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric-16.png => toolkit/themes/winstripe/mozapps/plugins/pluginBlocked-16.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric-aero.png => toolkit/themes/winstripe/mozapps/plugins/pluginDisabled-aero.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric.png => toolkit/themes/winstripe/mozapps/plugins/pluginDisabled.png
2008-09-30 07:31:19 +01:00
Robert Strong
da91a7ed13
Bug 454026 - Updates directory not removed on install on Vista. r=jmathies
2008-09-22 12:28:45 -07:00
Robert Kaiser
a84761b588
bug 453840 - make it possible to create files in the final place for releases, r=ted
2008-09-17 22:53:09 +02:00
Dave Townsend
5a0d4e5f00
Bug 454842: Remove unneccessary hack from bug bug 299716 tests that was hiding a now non-existant assertion. r=robstrong
2008-09-14 12:06:53 -04:00
Robert Strong
e4e22311ff
Bug 454357 - ?force=1 is appended to update url even when the url supplies params. r=dtownsend
2008-09-12 13:18:32 -07:00
Robert Strong
325b84ba57
Fix intermittent failure of Bug 451085 on Mac OS X. r=me
2008-09-10 19:17:07 -07:00
Phil Ringnalda
b65979710c
Bug 454360 - Use Components.results.NS_BINDING_ABORTED instead of hardcoding the value, r=gavin
2008-09-09 21:33:27 -07:00
Robert Strong
bc2c387004
[Win32] Bug 454130 - Deprecate the ini creation macros from common.nsh. r=jmathies
2008-09-09 19:17:16 -07:00
Robert Strong
38a27e41e8
Bug 451085 - Add updater tests for applying mar files. r=dtownsend
2008-09-08 11:57:10 -07:00
Robert Strong
d871875d8e
Bug 453870 - Give app update some XPCOMUtils love. r=dtownsend
2008-09-08 11:37:30 -07:00
Anoop Saldanha
adb7b1e579
Bug 436553 - Automate litmus test for closing the download manager; r=sdwilsh
2008-09-08 15:06:42 +02:00
Ginn Chen
b807ca4816
Bug 440714 use -xldscope for Sun Studio on Solaris r=vladimir,benjamin sr=benjamin
2008-09-08 14:21:07 +08:00
Robert Strong
acf9005b85
Bug 353177 - Details link has ugly focus while downloading an update. r=dietrich
2008-09-05 09:57:23 -07:00
Honza Bambas
ffe9977404
bug 428009 - hook up ssltunnel to mochitest. r=waldo,kaie
2008-09-05 09:35:58 -04:00
Natch
dd515511f2
Bug 423469: Theme preview splitter can be moved too far to the left and right. r=mossop
2008-09-05 11:36:22 +01:00
Natch
bdf4fe6426
Bug 424317: Add-on Updates dialogue shown at startup has buttons in the wrong order/position. r=mossop
2008-09-05 10:50:12 +01:00
Robert Strong
ce890771ed
Bug 453693 - updater.exe sometimes creates the lock file in the wrong directory. r=ted.mielczarek
2008-09-04 13:40:28 -07:00
Robert Strong
39719eaef4
Test for Bug 390746
2008-09-04 11:15:33 -07:00
Régis Caspar
62ad98fef2
Bug 438755, 415579, 419956. Add cancel install as appropriate and disable install button for installed add-ons
2008-09-04 11:11:52 +01:00
HÃ¥kan Waara ext:(%2C%20Shawn%20Wilsher%20%3Csdwilsh%40shawnwilsher.com%3E)
1652f1d792
Bug 422511 - "Open with 'TextEditor.app'" Should be "Open with 'TextEditor'"
...
This changeset gets an application bundle's name instead of the bundle's file
name on OS X.
Original patch by HÃ¥kan Waara, updated by Shawn Wilsher.
Original patch r=sdwilsh, sr=biesi
Updated patch r=hwaara, sr=biesi
2008-09-03 12:22:16 -04:00
Natch
c44117d58c
Bug 449402: Don't fetch thumbnails in Add-ons manager if loading images is disabled. r=mossop
2008-09-03 08:42:16 +01:00
Dave Townsend
38b92580c3
Bug 449027: Support specifying application range for plugins in blocklist.xml. r=robstrong
2008-09-02 12:53:34 +01:00
Arpad Borsos
3c87be4ffc
Bug 451909 kill MOZ_XUL_APP now that all apps set it. docshell/toolkit cleanup r=benjamin, makefile cleanups r=ted
2008-09-02 10:45:14 +01:00
Robert Strong
0bc3b8e923
Bug 452657 - Remove richview from toolkit. r=dtownsend
2008-09-01 13:38:42 -07:00
Robert Strong
55c6ac149b
Bug 452128 - Only try to elevate when updating from the application. r=ted.mielczarek
2008-09-01 13:09:57 -07:00
Dave Townsend
7f4c059a7f
Backed out changeset 47db77d641d4 from bug 449027
2008-08-28 10:58:17 +01:00
Dave Townsend
35890474fa
Bug 449027: Support specifying application range for plugins in blocklist.xml. r=robstrong
2008-08-28 10:55:43 +01:00
Armen Zambrano Gasparnian
43fa2bfa56
Bug 438240 - packager.mk doesn't mount image automatically on MacOS 10.5, r=bsmedberg
2008-08-27 21:49:12 -04:00
Robert Strong
29abe2126d
Additional tests from Bug 451164. r=dtownsend
2008-08-27 11:05:13 -07:00
Robert Strong
4ee2c65ce0
Bug 405257 - gUpdates.wiz is null in some cases. r=dtownsend
2008-08-27 09:43:07 -07:00
Robert Strong
e4c9bca4fd
Bug 452174 - Make updater binary parent-pid command line arg optional. r=bsmedberg
2008-08-26 14:06:45 -07:00
Dave Townsend
183cb721bb
Bug 430943: Add-ons manager displays Get Add-ons pane even when disabled. r=robstrong
2008-08-26 09:44:52 +01:00
Robert Strong
27f27a81b4
Remove bogus log statement added by Bug 451164
2008-08-25 11:16:51 -07:00
Robert Strong
4931825ce9
Bug 451692 - updater.exe debug exception - dbgheap.c Line 1279 _CrtlsValidHeapPointer(pUserData). r=bsmedberg
2008-08-25 11:12:25 -07:00
Robert Strong
cfda98c8b6
Bug 451164 - Update error messages are often incorrect. r=dtownsend
2008-08-24 11:43:50 -07:00
Robert Strong
b03db64c2d
Bug 450790 - Remove testnsUpdateService.js. r=dtownsend
2008-08-19 15:22:11 -07:00
Robert Strong
56b461156d
Followup to bug 446527 - make %LOCALE% optional, r=dtownsend,bsmedberg
2008-08-19 15:37:00 -04:00
Serge Gautherie
006237fb18
Bug 312661 - Software Update 1st step displays 'AUS: Update XML File Malformed (200)' if working offline . r=rstrong
2008-08-18 20:49:32 -07:00
Robert Strong
13b6095ca1
Bug 446527 - major update not offered when some language packs are installed. r=dtownsend, r=bsmedberg
2008-08-17 19:15:10 -07:00
Robert Strong
b32937f301
Adding general application update service tests from Bug 446527. r=dtownsend, r=bsmedberg
2008-08-16 22:40:34 -07:00
Robert Strong
acf4fab526
Adding general application update service tests from Bug 446527 without the Makefiles since the tree is not green - NPOB for now. r=dtownsend, r=bsmedberg
2008-08-16 13:27:09 -07:00
Régis Caspar
45ff8740fb
Bug 386434: Add-ons aren't sorted correctly in Add-ons manager (problem with non-ascii chars). r=dtownsend
2008-08-16 16:05:07 +01:00
Kai Engert
b896a8b0e7
Backed out changeset 3770c42e3118
2008-08-16 08:00:17 +02:00
honzab@allpeers.com
4a11f328e4
Bug 428009, hook up ssltunnel to mochitest
...
Initial work by Jeff Walden, Patch contributed by Honza Bambas
r=jwalden, r=cbiesinger, r=sayrer, r=ted.mielczarek, r=kaie
2008-08-16 07:38:03 +02:00
Kevin Brosnan
89c6530f47
Bug 414083: 'Add-ons' should not be capitalized in offlineUpdateMsg. r=robstrong
2008-08-15 16:26:25 +01:00
Dave Townsend
b48b06ff04
Bug 448051: Add function names through the extension manager. r=robstrong
2008-08-15 16:23:48 +01:00
Régis Caspar
ce960a7bcb
Bug 414628 – right clicking on links in addons manager acts as a left click. r=rstrong
2008-08-14 21:22:40 +02:00
Dave Townsend
433e26280f
Bug 436719: Read updater.ini from app dir, not gre. r=bsmedberg, r=robstrong
2008-08-14 17:08:03 +01:00
romaxa
7df1a08f25
Bug 439619 – Extension manager "Install..." fails if appendFilter iface not implemented. r=rstrong
2008-08-14 12:31:54 +02:00
Dave Townsend
fdf19e9628
Bug 427379: Redundant factory object in nsExtensionManager.js. r=rflint
2008-08-14 10:43:43 +01:00
RIVAUD Julien (_FrnchFrgg_)
6b8d344fb7
Bug 420595 - Change the acceptButton icon to a "save" one when there is no choice. r=sdwilsh
...
Bug 420595 - "you have chosen to open" dialog uses wrong icon
When we present the basic choice for actions in the download helper
window, the accept button has the only effect of saving; thus we
should change the icon from "OK" to "Save".
2008-08-13 08:53:09 +02:00
Rob Campbell
4c5341b4ae
Bug 316382 – Bad information text "Firefox may check periodically for new updates". r=robstrong, ui-r=madhava
2008-08-13 08:38:46 +02:00
Dave Townsend
128264e22f
Bug 428078: test_bug356370.js asserts in debug builds. r=robstrong
2008-08-12 14:54:09 +01:00
Dão Gottwald
190db00476
Bug 449317 – Use the new search textbox binding in the Add-ons manager. r=mossop
2008-08-07 23:16:01 +02:00
Dão Gottwald
0055cc6179
Bug 405892 – Finish polish of the download manager search field. r=sdwilsh
2008-08-05 23:33:41 +02:00
Edward Lee
75104b0fa0
Bug 448583 - remove isNil function from DownloadUtils.jsm. r=sdwilsh
2008-08-01 15:10:10 -07:00
Robert Strong
82aa07c5f2
Bug 447928 - HKCU protocol / file handlers won't be updated after update or during an in place upgrade. r=jmathies
2008-07-27 18:58:27 -07:00
Robert Strong
1b3f948078
Bug 445276 - uninstall\helper.EXE does not contain a value for Original file name. r=jmathies
2008-07-27 18:46:47 -07:00
Anoop Saldanha (Poona) ext:(%2C%20Shawn%20Wilsher%20%3Csdwilsh%40shawnwilsher.com%3E)
f55d3652d7
Bug 437422 - Automate litmus test for testing search and clear list.
...
r=sdwilsh
2008-07-27 16:59:40 -04:00
Anoop Saldanha (Poona)
da7bdd4cf1
Bug 445021 - Add more functions in DM's utils.js for chrome tests.
...
This adds a number of common functions to the utils.js file used by the download
manager chrome tests.
r=sdwilsh
2008-07-27 14:40:15 -04:00
"Brad Lassey"
a6b45b982b
Bug 441636 - Add support for DBus Handler Apps r=biesi
2008-07-25 12:36:07 -04:00
Dave Townsend
fd7d3cf745
Bug 401229: Reduce Extension Manager flushing during startup. r=robstrong
2008-07-25 12:23:25 -04:00
Marco Zehe
4496243bc8
bug 446535 - Main->Downloads->"Save to" file field misses accessible label, r=mano
2008-07-24 17:08:05 +02:00
Robert Kaiser
fae4cf5107
bug 444992 - NATIVE_DIST definition used in packager.mk for SIGN_CMD is crap, r=ted
2008-07-21 19:53:22 +02:00
Robert Strong
281dc72268
Bug 444664 - Unable to install due to misreporting of OS version (requires Microsoft Windows 2000 or newer). r=jmathies
2008-07-20 13:20:34 -07:00
Sylvain Pasche
a986d8a19c
Bug 445005 - "Would you like to save..." label now shown on unknownContentType popup
...
This also adds a test to ensure that the unkownContentType dialog displays the
right information with given files.
r=gavin, r=sdwilsh
2008-07-17 12:29:15 -04:00
Dave Townsend
8085fe1b73
Bug 427743: Expose file version of plugins. r+sr=jst
2008-07-15 11:50:42 +01:00
neil@parkwaycc.co.uk
43f5144869
Bug 443410 – filefield author doesn't know how to write efficient CSS. r=gavin
2008-07-12 11:21:50 +02:00
Ehsan Akhgari
f7de2171cb
Bug 431887 – Search icon on "Get add-ons" window doesn't change if I hover it with mouse. r=dao
2008-07-12 09:15:16 +02:00
Robert Kaiser
7267233b08
bug 440932 - toolkit dlmgr should be buildable by suite, supplemantal patch for including config.mk early enough, r=ted
2008-07-06 22:37:07 +02:00
Robert Kaiser
89f6228191
bug 442503 - Use MOZILLA_DIR for the Mozilla source dir in makensis.mk, r=ted
2008-07-06 22:34:45 +02:00
Robert Kaiser
5954a9c126
bug 442484 - packager.mk doesn't work correctly with non-default topsrcdir, r=ted
2008-07-06 22:30:32 +02:00
Dave Townsend
3f6b3bfe52
Bug 443367: Remove timeout and network access from unit test. r=robstrong
2008-07-05 23:44:03 +01:00
Dave Townsend
df2572e233
Bug 436207: Display error when install fails due to missing install.rdf. r+sr=dveditz
2008-07-03 17:36:10 +01:00
Shawn Wilsher
2aa5f76c7b
Bug 438653 - move remaining browser tests to xpcshell/chrome tests
...
This moves the two remaining browser tests in toolkit/mozapps/downloads/tests to
an xpcshell test and a chrome test. The reason for this change is to remove the
dependency of the browser from download manager tests since it is a toolkit
component.
This version unregisters the factory that we register to override the prompt
service in test_bug_412360.xul so we no longer leak.
r=gavin
--HG--
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_406857.js => toolkit/components/downloads/test/unit/test_bug_406857.js
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_412360.js => toolkit/mozapps/downloads/tests/chrome/test_bug_412360.xul
2008-06-16 12:58:28 -04:00
Shawn Wilsher
495bd4d3a4
Bug 441936 - accel + K should focus find field
...
This makes accel + K focus the search/find field in the download manager for all
toolkit consumers that use the built in download manager.
r=mconnor
2008-06-27 12:07:19 -04:00
Shawn Wilsher
7aa9c26bc9
Bug 441716 - test_retention_is_0_closes.xul is flakey on linux
...
The test now listens for a "domwindowclosed" notification from the window
watch service instead of using a timer which is unreliable. Upon receiving the
notification, it dispatches an event to the main thread to perform the proper
checks to allow time for any other events listening to that topic to process.
This also adds a utils.js file that download manager chrome tests can use. So
far, only one function has been added that will execute a function on the main
thread; executeSoon.
r=gavin
2008-06-27 11:59:14 -04:00
Justin Wood
bb9d930183
Bug 440932 - toolkit dlmgr should be buildable by suite; r=ted, sr=NeilAway
2008-06-25 21:12:25 -04:00
Dave Townsend
5eff354d7f
Bug 423621: Grammar error in add-on installation dialog. r=robstrong
2008-06-25 10:27:18 +01:00
Robert Strong
96df40e285
Follow up for Bug 395891 to fix compiling with the Win2K Server 2003 SP1 SDK
2008-06-24 10:45:24 -07:00
Robert Strong
48481a0f40
Bug 437349 - updater.exe lacks elevation manifest and fails to start when installer detection is disabled r=jmathies r=ted.mielczarek
2008-06-23 12:06:37 -07:00
Kai Engert
a6269cffd6
Backout bug 428009
2008-06-18 14:30:29 +02:00
Kai Engert
3a52f934b8
Merge commit for bug 428009
2008-06-18 11:57:37 +02:00
Kai Engert
60cb32844d
Bug 428009, hook up ssltunnel to mochitest
...
Patch contributed by Honza Bambas
r=jwalden, r=kaie
2008-06-18 11:44:19 +02:00
Shawn Wilsher
bc8e10dcd1
Backed out changeset 998cc827bfb1 due to leaks found with the added tests.
2008-06-16 15:00:06 -04:00
Shawn Wilsher
b20109dead
Bug 438653
...
This moves the two remaining browser tests in toolkit/mozapps/downloads/tests to
an xpcshell test and a chrome test. The reason for this change is to remove the
dependency of the browser from download manager tests since it is a toolkit
component.
r=gavin
--HG--
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_406857.js => toolkit/components/downloads/test/unit/test_bug_406857.js
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_412360.js => toolkit/mozapps/downloads/tests/chrome/test_bug_412360.xul
2008-06-16 12:58:28 -04:00
Jason Harvey
be9a11dedf
Bug 429360: extensions.js not using defined constant. r=dtownsend
2008-06-16 11:25:23 +01:00
Nickolay Ponomarev
645dbd7cb4
Bug 434243 - test_bug430120.js asserts in debug builds, makes xpcshell tests fail, r=dtownsend
...
add the missing clean-up code (mainly the httpserver.stop() call)
Tests-only change.
2008-06-15 21:11:51 +04:00
Shawn Wilsher
9965f93d2f
Bug 438998
...
This changes the anonymous functions in DownloadProgressListener.js to named
functions so that tools like dtrace and JS debuggers actually know what is
being called so they can do something useful.
r=Mossop
2008-06-13 11:44:30 -04:00
Shawn Wilsher
6511ccbaa7
Bug 438993
...
This makes the anonymous functions in DownloadUtils.jsm into non-anonymous ones
so things like dtrace and JS debuggers know where they are actually at instead
of having no idea.
r=Mossop
2008-06-13 11:44:13 -04:00
Shawn Wilsher ext:(%2C%20Edward%20Lee%20%3Cedward.lee%40engineering.uiuc.edu%3E)
0773365035
Bug 437302
...
Tests that don't depend on the browser should be chrome tests
r=Mardak
--HG--
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_411172_mac.js => toolkit/mozapps/downloads/tests/chrome/test_backspace_key_removes.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_basic_functionality.js => toolkit/mozapps/downloads/tests/chrome/test_basic_functionality.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_429247.js => toolkit/mozapps/downloads/tests/chrome/test_bug_429247.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_cleanup_search.js => toolkit/mozapps/downloads/tests/chrome/test_cleanup_search.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_411172.js => toolkit/mozapps/downloads/tests/chrome/test_delete_key_removes.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_416303.js => toolkit/mozapps/downloads/tests/chrome/test_esc_key_closes_clears.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_multi_select.js => toolkit/mozapps/downloads/tests/chrome/test_multi_select.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_multiword_search.js => toolkit/mozapps/downloads/tests/chrome/test_multiword_search.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_410289.js => toolkit/mozapps/downloads/tests/chrome/test_pause_button_state.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_394039.js => toolkit/mozapps/downloads/tests/chrome/test_removeDownload_updates_ui.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_413093.js => toolkit/mozapps/downloads/tests/chrome/test_retention_is_0_closes.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_search_clearlist.js => toolkit/mozapps/downloads/tests/chrome/test_search_clearlist.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_select_all.js => toolkit/mozapps/downloads/tests/chrome/test_select_all.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_413985.js => toolkit/mozapps/downloads/tests/chrome/test_space_key_pauses_resumes.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_397935.js => toolkit/mozapps/downloads/tests/chrome/test_ui_stays_open_on_alert_clickback.xul
2008-06-11 11:06:39 -04:00
Dão Gottwald
788833b26d
Bug 437646
...
make use of :nth-child in the download list, remove stripeifyList()
r=sdwilsh
2008-06-11 10:11:14 -04:00
Edward Lee
4943c4e435
Bug 419691 - Get multiword search testcase working on windows. r=sdwilsh
2008-06-07 16:29:38 -07:00
Nochum Sossonko
91304d0cf2
Bug 429247
...
Double-clicking on empty white space in the Download Manager activates the currently selected item
r=sdwilsh
2008-06-04 11:05:09 -04:00
gavin@gavinsharp.com
cb7790f2d7
Bug 433615: Firefox should send version numbers to PFS not just build ids, patch by Dave Townsend <dtownsend@mozilla.com>, r=me, a=beltzner
2008-05-28 11:49:32 -07:00
dtownsend@oxymoronical.com
841fef4864
Bug 433371: Upgrading from Ubuntu Firefox 3.0b5 to Mozilla Firefox 3.0 breaks add-on installation.
2008-05-23 01:49:59 -07:00
dtownsend@oxymoronical.com
5ed7f79950
Bug 425116: Notification bars in addons manager use the wrong icon. p=dão, r=mossop, a=schrep
2008-05-09 11:10:17 -07:00
reed@reedloden.com
eb00de5087
Bug 418877 - "Error/Warning/Information/Question icons" [p=ispence@gmail.com (Ian Spence) / reed@reedloden.com (Reed Loden) r=gavin a1.9=schrep]
2008-05-08 19:01:11 -07:00
edward.lee@engineering.uiuc.edu
33ab985b80
Bug 431188 - Clear list active / inactive state not working properly. r=sdwilsh, a1.9=beltzner
2008-05-06 16:25:36 -07:00
kairo@kairo.at
a8b1834668
bug 431453 - Make browser-chrome mochitests pass on SeaMonkey: make some platform tests Firefox-only or non-SeaMonkey (as applicable), r=smontagu for docshell, r=dwitte for cookie, r=gavin for dlmgr, a1.9=damons for platform tests; make SeaMonkey sanitizer tests pass, sr=Neil
2008-05-02 06:13:19 -07:00
mozilla@weilbacher.org
a25be30598
[OS/2] Bug 421631: make shlibsign create the correct output file on OS/2 during packaging, r=ted.mielczarek, a1.9+=damons
2008-04-28 12:14:12 -07:00
dtownsend@oxymoronical.com
2e78a8c528
Bug 430120: Update blocklist URL to include same info as update URL. r=robstrong, a=beltzner
2008-04-25 10:10:02 -07:00
edward.lee@engineering.uiuc.edu
88e1f673ec
Bug 430486 - Clear List button doesn't disable when it should. r=sdwilsh, r=mconnor, ui-r=mconnor, a1.9=mconnor. Fixes Bug 430597 - New clearListButton does not accomodate larger fonts
2008-04-24 22:59:31 -07:00
edward.lee@engineering.uiuc.edu
bc05f2d225
Bug 400495 - Add "Clear List" button to download manager. r=mconnor, ui-r=beltzner, ui-r=mconnor, b-ff3=beltzner, a1.9=mconnor
2008-04-22 20:57:05 -07:00
dtownsend@oxymoronical.com
278282f2fd
Bug 430052: ssltunnel is finding its way out into the real world. r+a=ted
2008-04-21 07:32:47 -07:00
edward.lee@engineering.uiuc.edu
1574b4d209
Fix testcase for bug 429614 to check platform (cmd-a vs ctrl-a)
2008-04-19 01:47:09 -07:00
edward.lee@engineering.uiuc.edu
be272ae0e4
Bug 429614 - add select all keyboard shortcut and context menu item to download manager. p=beltzner, r=sdwilsh, r=Mardak, ui-r=mconnor, a1.9=mconnor
2008-04-19 00:36:39 -07:00
mozilla.mano@sent.com
a41e0911c9
Bug 420405 - Download triggered by <iframe src=...exe> fails if containing page has refreshed. r+a=mconnor.
2008-04-18 11:08:00 -07:00
dtownsend@oxymoronical.com
9506efade9
Fix test bustage by reordering reference clearing. Unit tests attempt to start new searches from result callbacks.
2008-04-17 06:18:46 -07:00
dtownsend@oxymoronical.com
21004a915a
Bug 429220: Recommended addon search is holding the add-ons manager alive too long. r=robstrong, a=beltzner
2008-04-17 01:27:18 -07:00
edward.lee@engineering.uiuc.edu
224482cf75
Bug 429144 - If downloaded file is removed, but saved dir still exists, then "Open Containing Folder" menu item should be disabled. r=sdwilsh, a1.9=beltzner
2008-04-15 22:28:59 -07:00
rob_strong@exchangecode.com
d0d74280fd
Bug 407008 - Remove personal data option doesn't remove empty Mozilla/Firefox directories in appdata. r=bsmedberg, approval1.9=beltzner
2008-04-14 17:09:59 -07:00
edward.lee@engineering.uiuc.edu
4c5b079d80
Bug 426983 - Make the download option Clear List always available. r=sdwilsh, a1.9=beltzner
2008-04-12 12:42:03 -07:00
dtownsend@oxymoronical.com
6af397de71
Bug 428341: Wrong error message displayed when installing an extension that isn't compatible with the app. r=robstring, a=beltzner
2008-04-11 02:44:41 -07:00
rob_strong@exchangecode.com
2774be6422
Bug 392137 - Retention: take over user defaults during install on Win32. r=bsmedberg+sspitzer, approval1.9=beltzner
2008-04-10 14:02:42 -07:00
dtownsend@oxymoronical.com
8406de217a
Bug 410637: Mac UB XULRunner SDK packages have empty bin directory. r=bsmedberg, a=beltzner
2008-04-10 07:50:48 -07:00
dtownsend@oxymoronical.com
8e7b8aaf5b
bug 427353: Can't show recommended add-ons and use search functions in Korean addon manager. r=robstrong, a=beltzner
2008-04-09 12:47:49 -07:00
edward.lee@engineering.uiuc.edu
be7f2c274f
Update testcase for bug 406857 using bug 425753 notification
2008-04-09 10:34:32 -07:00
edward.lee@engineering.uiuc.edu
ddc6189578
Bug 228842 - Allow multiple selections in Download Manager. r=sdwilsh, a1.9=beltzner
2008-04-08 22:33:39 -07:00
philringnalda@gmail.com
319e59846e
Bug 423099 - make install should fail on OS X, r=ted, a=beltzner
2008-04-08 22:26:00 -07:00
edward.lee@engineering.uiuc.edu
f1b5a0bf87
Re-disable test for windows
2008-04-05 22:47:30 -07:00
edward.lee@engineering.uiuc.edu
f32db9996f
Bug 425753 - Send notification when download manager finishes building the list. r=sdwilsh, a1.9=beltzner
2008-04-05 21:26:18 -07:00
gavin@gavinsharp.com
f69be0be15
Bug 423182: changes the default MOZ_ZIP_FORMAT for BeOS from .tar.gz to .zip, patch by mattmadia@gmail.com, r=bsmedberg, a=beltzner
2008-04-04 13:33:12 -07:00
reed@reedloden.com
fab0989aab
Bug 424995 - "remove countdown timer from software update UI" [p=dao@mozilla.com (Dão Gottwald) r=mconnor a=blocking-firefox3+]
2008-04-04 02:06:04 -07:00
reed@reedloden.com
be1780b07a
Bug 405553 - "make it so when updater.exe throws up the UAC prompt it is branded as "Firefox Updater" / "<brandShortName> Updater"" (Change module.ver) [p=benjamin@smedbergs.us (Benjamin Smedberg [bsmedberg]) r+a1.9=beltzner]
2008-04-04 01:52:33 -07:00
reed@reedloden.com
aa19a372c7
Bug 424547 - "Fix strings so they are more descriptive from bug 416683" [p=jmathies@mozilla.com (Jim Mathies) r=sdwilsh ui-r+a1.9=beltzner]
2008-04-04 00:08:24 -07:00
dtownsend@oxymoronical.com
d2a49d8aa6
Fix typo from bug 424137
2008-04-03 16:42:43 -07:00
dtownsend@oxymoronical.com
159ea5d321
Bug 424137: PFS does not restart FF, therefore plug-ins do not render after install. r=gavin.sharp, ui-r+a=beltzner
2008-04-03 13:17:18 -07:00
sdwilsh@shawnwilsher.com
f6ab64ca11
Bug 397935 - Download Manager ("Downloads") window doesn't stay open when clicking on download-complete alert notification with auto-close pref ("close when done"). r=Mardak, sr=mconnor
2008-04-02 20:05:22 -07:00
dolske@mozilla.com
1b346b4adc
Bug 299372 - Content-Disposition headers no longer looked at for Save Link As filename. original-patch=dmose, r=mconnor, r=biesi, a=blocking-ff3+
2008-04-02 20:02:08 -07:00
rob_strong@exchangecode.com
554ae4fccc
Bug 409333 - Corrupted string of being installed component shown during installation. r=bsmedberg, blocking-firefox3=beltzner
2008-04-02 12:06:27 -07:00
dtownsend@oxymoronical.com
80ad6b10e4
Bug 356370: "installLocation has no properties" during install/update of extensions. r=robstrong
2008-04-01 02:26:47 -07:00
dtownsend@oxymoronical.com
a6d4a64c42
Bug 425657: Addon manifest parsing fails when multibyte characters are present. r=robstrong
2008-04-01 02:21:30 -07:00
dtownsend@oxymoronical.com
caa8054df7
Bug 414443: New addons UI cancel icon doesn't always change back to magnifying glass icon. r=robstrong
2008-04-01 02:19:05 -07:00
reed@reedloden.com
566d7ba06c
Bug 423183 - "Adds special formatting to replace TARGET_OS/TARGET_CPU in package-name.mk for BeOS" [p=mattmadia@gmail.com (mmadia) r=bsmedberg a1.9=beltzner]
2008-04-01 01:24:41 -07:00
surkov.alexander@gmail.com
157423810a
Bug 414717 - New Extensions Manager UI has accessibility issues, r=MarcoZ, mano, blocking-firefox3=mconnor
2008-03-28 23:37:30 -07:00
dtownsend@oxymoronical.com
502adbafea
Bug 421396: Extension installation fails with "item is null" in nsExtensionManager.js. r=robstrong
2008-03-27 13:06:41 -07:00
dtownsend@oxymoronical.com
191b5b716c
Bug 422994: Blocklist UI string clean-up needed, late-l10n. r=robstrong, ui-r,a=beltzner
2008-03-27 11:24:55 -07:00
edward.lee@engineering.uiuc.edu
403a848b2a
Land testcase for bug 397935. r=sdwilsh
2008-03-27 11:22:06 -07:00
dtownsend@oxymoronical.com
fcc08d49f4
Bug 424107: Extension updates installed from app mismatches window are lost. r=robstrong
2008-03-27 02:37:45 -07:00
dbaron@dbaron.org
0ba7646d32
Make the download manager tests remove their temporary files, and rename the prefix they use to work around the Mac unit test machine having filled up all of dmuitest.file through dmuitest-9999.file in its temp dir. rs=sdwilsh a=tests+orange
2008-03-21 20:57:47 -07:00
edward.lee@engineering.uiuc.edu
4e8a61dfba
More bustage fix for bug 416683. r=sdwilsh
2008-03-21 19:03:01 -07:00
edward.lee@engineering.uiuc.edu
421fa9ed67
Bustage fix for bug 416683
2008-03-21 18:55:51 -07:00
edward.lee@engineering.uiuc.edu
06f1bb8e8f
Bug 416683 - binary downloads are deleted on completion when "Launch applications and unsafe files" is disabled. p=jmathies, r=Mardak, r=robarnold, sr=bsmedberg, a1.9b5=beltzner, b-ff3=beltzner
2008-03-21 17:23:45 -07:00
rob_strong@exchangecode.com
8f8dd0025d
Followup to Bug 392150 - Clean the old updates directory on uninstall / in-place upgrade. r=sspitzer, approval1.9b5=dsicore
2008-03-21 14:35:39 -07:00
rob_strong@exchangecode.com
49a0d92b47
Bug 392150 - Clean the old updates directory on uninstall / in-place upgrade. r=sspitzer, approval1.9b5=mconnor
2008-03-21 13:25:15 -07:00
rob_strong@exchangecode.com
24caa5b5d6
Bug 423997 - App name missing from default program description. r=sspitzer, approval1.9b5=beltzner
2008-03-21 12:56:08 -07:00
dtownsend@oxymoronical.com
f9a6906674
Bug 424262: Ratings stars show a compressed composite of entire image block. r=gavin.sharp, a1.9b5=beltzner
2008-03-21 09:09:44 -07:00
Callek@gmail.com
16d9682e40
Bug 420356, Ship blocklist.xml with Firefox (SeaMonkey tunit failure fix). r=gavin
2008-03-19 23:31:20 -07:00
reed@reedloden.com
5c36caeb58
Bug 411214 - "New MIME type set with "Do this automatically ..." fails to locate helper app" [p=jmathies@mozilla.com (Jim Mathies) r=sdwilsh a1.9=beltzner]
2008-03-19 23:09:02 -07:00
dtownsend@oxymoronical.com
56ae809725
Bug 420356: Ship blocklist.xml with Firefox. r=gavin.sharp
2008-03-19 15:35:03 -07:00
rob_strong@exchangecode.com
37f5ceb6d6
Bug 408314 - uninstaller leaves behind empty install directory. r=sspitzer, a1.9=beltzner
2008-03-19 14:27:39 -07:00
rob_strong@exchangecode.com
97d9c1e16a
Bug 380015 - Crash [@ nsFrame::BoxReflow] on startup when Fx 2.0 libraries not removed from install directory. r=bsmedberg, blocking1.9=dsicore
2008-03-18 17:15:10 -07:00
dtownsend@oxymoronical.com
2bebda4e8f
Bug 423137: Switch to use 0-5 for add-on ratings. r=robstrong
2008-03-18 12:44:59 -07:00
gavin@gavinsharp.com
79b17cdf53
Bug 423366: remove unused code, and non-obvious dependency on fontbuilder.js from preferences.xml, r=mconnor/masayuki, a=beltzner
2008-03-18 11:32:23 -07:00
edward.lee@engineering.uiuc.edu
248ae6dccf
Bug 420482 - Big discrepancy in ETA between Downloads Manager & Downloads status bar panel. r=sdwilsh, b-ff3=beltzner
2008-03-18 11:01:39 -07:00
edward.lee@engineering.uiuc.edu
2f260f9c63
Bug 414850 - "Clear List" in download manager should only remove visible downloads. r=sdwilsh, a1.9=beltzner
2008-03-18 10:59:27 -07:00
edward.lee@engineering.uiuc.edu
d60abf1895
Bug 403412 - Download Manager window title fails to clear/update upon download completion. r=sdwilsh, a1.9=beltzner
2008-03-18 10:57:26 -07:00
dtownsend@oxymoronical.com
2f48918fdb
Bug 419582: Unblocklisted plugin should be set to enable on startup. r+sr=jst
2008-03-18 03:38:15 -07:00
dtownsend@oxymoronical.com
47b15aecbc
Bug 423218: Restart option does not appear for installs from the local filesystem. r=robstrong
2008-03-17 16:08:38 -07:00
timeless@mozdev.org
49ca68e041
Bug 422714 Warning: function does not always return a value r=dtownsend a=dsicore
2008-03-16 15:07:42 -07:00
dtownsend@oxymoronical.com
1653d2fbec
Bug 396129: Add incompatible update start and done states to nsIAddonUpdateListener. r=robstrong, a=beltzner
2008-03-14 16:34:32 -07:00
reed@reedloden.com
f5a33b3cf8
Bug 421255 - "fix misc mingw cross-compile issues" [p=cls@seawood.org (Chris Seawood [cls]) r=bsmedberg a1.9=beltzner]
2008-03-14 09:22:25 -07:00
reed@reedloden.com
81da6fcc0b
Bug 418131 - "Need a way to detect GTK+ version so we don't break users on major update" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=bsmedberg sr=dveditz a=blocking-firefox3+]
2008-03-14 08:42:34 -07:00
mozilla@weilbacher.org
4e725eb6fb
[OS/2] Bug 421626: Fix packaging and signing on OS/2, r=ted.mielczarek
2008-03-13 17:39:33 -07:00
dolske@mozilla.com
aab42d0740
Backing out bug 420595 due to causing bug 422585. r=sdwilsh.
2008-03-13 15:58:15 -07:00
masayuki@d-toybox.com
75cfe2466f
Bug 390901 CJK - font-name is not recognised correctly in preferences p=me+jdagett(mac part)+kerlt(fontconfig part) r=jdagett+me+stuart+mconnor b1.9=stuart
2008-03-13 03:32:50 -07:00
mattwillis@gmail.com
2ac0c39bd4
Bug 422161 - Fix JS strict errors in *.jsm modules. r and rs=gavin, a1.9+=damons
2008-03-12 14:56:59 -07:00
bugzilla@standard8.plus.com
5a7ff987d3
Bug 419357 nsIExtensionManager::getInstallLocation can sometimes returns null (not expected/documented). r=dtownsend, comment-only patch approval not required
2008-03-12 14:44:58 -07:00
reed@reedloden.com
dbd95b1964
Bug 305782 - "Please allow to use system bzip2 library" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner]
2008-03-12 04:13:09 -07:00
dtownsend@oxymoronical.com
e3d8869e0c
Bug 415175 - Updating to an extension where the updated xpi requires a compatibility update fails. r=robstrong.
2008-03-11 16:35:21 -07:00
dougt@meer.net
aa9e07537c
backing out.
2008-03-11 15:12:52 -07:00
edward.lee@engineering.uiuc.edu
5cc36da189
Bug 413093 - With "Remember what I've download" disabled/unchecked (browser.download.manager.retention set to 0), the Download Manager window remains open until clicked/focused. p=sdwilsh, r=Mardak, b-ff3=beltzner
2008-03-11 14:34:19 -07:00
dougt@meer.net
7dcf1e0ab8
Bug: 420928 default entry on win32+wince should be mainWCRTStartup r=bsmedberg, a=damons
2008-03-11 14:31:34 -07:00
reed@reedloden.com
6aac76c268
Bug 420595 - ""you have chosen to open" dialog uses wrong icon" (Change the accept button icon to a save one when the only choice is "save") [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r=sdwilsh a1.9=damons]
2008-03-11 01:11:08 -07:00
edward.lee@engineering.uiuc.edu
27004fc15c
Bug 412360 - Download Manager remains empty, downloads don't start, with this 3.0b2 downloads.sqlite. r=sdwilsh, r=biesi, sr=biesi, b-ff3=beltzner
2008-03-08 17:02:06 -08:00
dtownsend@oxymoronical.com
b3f7f87ad5
Localisation fix for bug 408115, late-late-l10n. r=mano, a=shaver
2008-03-08 14:31:01 -08:00
dtownsend@oxymoronical.com
364f6a78bf
Bustage fix for bug 408115 on windows and mac.
2008-03-08 05:48:18 -08:00
reed@reedloden.com
d64bd4491f
Back out Mike Hommey's patch from bug 305782 due to build bustage.
2008-03-08 04:33:28 -08:00
reed@reedloden.com
20f3f11b2c
Bug 421313 - "change "Author Unknown" to "Author not verified" in add-on installer dialog" [p=beltzner@mozilla.com (Mike Beltzner) r=Mossop a1.9=beltzner]
2008-03-08 02:14:18 -08:00
reed@reedloden.com
2a6fde4795
Back out not completely reviewed changes from bug 326228.
2008-03-08 02:06:10 -08:00
reed@reedloden.com
d6296c455b
Bug 326228 - "No error message when download manager tried to store file in folder with insufficent access rights" [p=steveisok1@yahoo.com (Steve) ui-r=madhava r=sdwilsh a1.9=beltzner a=blocking-firefox3+]
2008-03-08 02:04:05 -08:00
reed@reedloden.com
d7da80123d
Bug 305782 - "Please allow to use system bzip2 library" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner]
2008-03-08 01:53:28 -08:00
dtownsend@oxymoronical.com
5d6b77f364
Bug 408115: Add post-restart notification of new add-on installs. r=gavin.sharp, r=robstrong, a=beltzner
2008-03-07 16:16:38 -08:00
dtownsend@oxymoronical.com
8a2d05da5f
Bug 417606: See all search results always number 10. r=gavin.sharp, r=robstrong
2008-03-07 03:16:48 -08:00
dtownsend@oxymoronical.com
2ff3ee6ab5
Bug 414795: Progress text should read "connecting" rather than "installing". r=robstrong, a=beltzner
2008-03-07 03:10:06 -08:00
dtownsend@oxymoronical.com
4b4874cfe6
Bug 415255: AMO Manager: Clearing search results should refocus cursor in search textbox. r=robstrong, a=beltzner
2008-03-07 03:06:42 -08:00
dtownsend@oxymoronical.com
f3635c2f44
Bug 415259: Update the install status in the get add-ons results if installation is cancelled. r=robstrong.
2008-03-06 18:07:55 -08:00
dtownsend@oxymoronical.com
748ccd881e
Bug 417424: AMO Manager: Multiple requests for recommended list on first opening. r=robstrong
2008-03-06 18:05:22 -08:00
dtownsend@oxymoronical.com
8275c3f5e8
Bug 406184: PlugIns installed in the user profile directory are not loaded. r=robstrong
2008-03-06 18:02:49 -08:00
dtownsend@oxymoronical.com
01659ad484
Bug 361911: Unable to install updates on startup after dismissing notifications. r=robstrong
2008-03-06 17:59:42 -08:00
dtownsend@oxymoronical.com
ce6c936bea
Bug 412449: Add standard install locations for OSX. r=bsmedberg, a=beltzner
2008-03-06 17:58:18 -08:00
dtownsend@oxymoronical.com
7bd95d0403
Bug 414481: Get Add-ons Tab: make EULA text selectable. r=robstrong, a=beltzner
2008-03-06 17:56:20 -08:00
dtownsend@oxymoronical.com
baa5941553
Bug 315609: Display something other than a blank window when no extensions are installed. r=robstrong, a=beltzner
2008-03-06 17:54:48 -08:00
dtownsend@oxymoronical.com
9c2a15621a
Bug 410637: Mac UB XULRunner SDK packages have empty bin directory. p=matthew@allpeers.com, r=bsmedberg, a=beltzner
2008-03-05 13:30:28 -08:00
reed@reedloden.com
003ad09a44
Back out Ventron's patch from bug 418131 due to build failures on debug machines.
2008-03-05 03:36:37 -08:00
reed@reedloden.com
8af233fc81
Bug 418131 - "Need a way to detect GTK+ version so we don't break users on major update" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=bsmedberg sr=dveditz a=blocking-firefox3+]
2008-03-05 02:30:30 -08:00
dtownsend@oxymoronical.com
f26217a9b2
Bug 414472: Remove puzzle piece from search bar. r=gavin.sharp.
2008-03-04 13:00:49 -08:00
dtownsend@oxymoronical.com
36a79678c5
Bug 406118: Extension blocklist is broken. r=bsmedberg, a1.9b4=beltzner
2008-02-29 11:06:29 -08:00
reed@reedloden.com
755c56eb02
Bug 414569 - "AMO Integration: Right-click on extension/theme results in an empty context menu" [p=dtownsend@mozilla.com (Dave Townsend [Mossop]) r=gavin ui-r+a1.9=beltzner]
2008-02-26 20:12:53 -08:00
edward.lee@engineering.uiuc.edu
de4eadb545
Disable bug 419403 test on windows. r=sdwilsh
2008-02-26 11:19:39 -08:00
edward.lee@engineering.uiuc.edu
15c83f4737
Bustage fix for bug 419403 - do more timeouts
2008-02-26 10:42:47 -08:00
edward.lee@engineering.uiuc.edu
7b954899d4
Bug 419403 - Pimp My Download Manager Search! (multi word, match any text). r=sdwilsh, a1.9=beltzner
2008-02-26 09:52:17 -08:00
dtownsend@oxymoronical.com
f42b2dfdd0
Bug 417583: Find updates button needs disabling/hiding in some contexts. r=gavin.sharp
2008-02-25 14:26:38 -08:00
edward.lee@engineering.uiuc.edu
f99e988e7b
Bug 406857 - Don't clear referrer when restarting downloads. r=sdwilsh, a1.9=beltzner
2008-02-22 00:35:59 -08:00
reed@reedloden.com
b8ff452b35
Bug 416416 - "change extensions.update.url to not live behind https://addons.mozilla.org/ " [p=reed r=Mossop a1.9=beltzner a=blocking-firefox3+]
2008-02-21 23:08:15 -08:00
edward.lee@engineering.uiuc.edu
1bbeb5f5de
Backing out bug 406857 to wait for red to go away.
2008-02-21 22:05:18 -08:00
edward.lee@engineering.uiuc.edu
57197d31b5
Bug 406857 - Don't clear referrer when restarting downloads. r=sdwilsh, a1.9=beltzner
2008-02-21 21:32:17 -08:00
roc+@cs.cmu.edu
24381328f1
Backing out fix for bug 406857 due to win2k3 test failure
2008-02-21 18:04:14 -08:00
edward.lee@engineering.uiuc.edu
1e7d063a59
Bug 406857 - Don't clear referrer when restarting downloads. r=sdwilsh, a1.9=beltzner
2008-02-21 16:17:19 -08:00
edward.lee@engineering.uiuc.edu
adb4a9fc8f
Bug 416303 - Show default list, clear search, focus list when hitting escape from the search box. r=sdwilsh, a1.9=beltzner
2008-02-21 12:49:56 -08:00
dbaron@dbaron.org
cd8717f447
Call cancel() if we can't show the helper app dialog, so we break cycles, avoid leaks, and don't continue doing the download. b=417949 sr=bzbarsky r=gavin.sharp a=schrep
2008-02-20 08:30:21 -08:00
jag@tty.nl
057bc17743
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
2008-02-18 00:50:04 -08:00
reed@reedloden.com
693bb85596
Bug 416731 - "When an update has been downloaded, dialog text refers to a "Later" button, should be "Not Now"" [p=dao@mozilla.com (Dão Gottwald) r=gavin a1.9=schrep]
2008-02-13 02:31:37 -08:00
dtownsend@oxymoronical.com
1c0a236931
Bug 414633: Learn More link target area is as wide as Add-ons dialog window. r=robstrong, a=schrep
2008-02-13 01:29:07 -08:00
sdwilsh@shawnwilsher.com
9e75050e9c
Bug 402452 - Some download manager preferences should be assumed, not required. r=Mardak, r=mfinkle, a=schrep
2008-02-08 14:22:35 -08:00
dtownsend@oxymoronical.com
e269e3ad6a
Bug 415534: Get Add-ons pane searchbox has "emptyText" attribute, should be "emptytext". p=dão, r=robstrong, a=schrep
2008-02-08 04:57:47 -08:00
dtownsend@oxymoronical.com
4637aa6df9
Bug 414597: AMO-provided icons aren't always 32x32. r=robstring, a=schrep
2008-02-08 04:47:30 -08:00
dtownsend@oxymoronical.com
ba66fb7f69
Bug 412824: UI misalignment after checking for addon updates. r=robstrong, a=schrep
2008-02-08 04:45:35 -08:00
edward.lee@engineering.uiuc.edu
cb6f4df180
Bug 414486 - Lazily load stringbundle and lazily load strings for DownloadUtils. r=sdwilsh, a1.9=schrep
2008-02-07 00:11:53 -08:00
reed@reedloden.com
ea927e60f2
Bug 392890 - "Provide a text label for the Search edit in Download Manager" [p=dao@mozilla.com (Dão Gottwald) r=Mardak a=blocking-firefox3+]
2008-02-06 21:29:30 -08:00
reed@reedloden.com
ca4a8cdfc7
Bug 414530 - "toolkit/mozapps/update/src/updater/Makefile broken" [p=honzab@allpeers.com (Honza Bambas) r=luser/ted a1.9=schrep]
2008-02-06 13:55:03 -08:00
reed@reedloden.com
fab334f830
Bug 415238 - "Providing Details about Updates does not work" [p=dtownsend@mozilla.com (Dave Townsend [Mossop]) r=rob_strong a1.9b3=beltzner]
2008-02-01 17:22:44 -08:00
reed@reedloden.com
9cda999f28
Bug 414602 - "See All Recommended Add-ons throws Errors in AMO pane" [p=dtownsend@mozilla.com (Dave Townsend [Mossop]) r=rob_strong a1.9b3=beltzner]
2008-02-01 17:21:41 -08: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
reed@reedloden.com
8b495c89e5
Bug 391598 - "make upgrade/update process smoother and avoid confusing/modal dialogs" (rename the "Later" button, remove the modal dialog) [p=dao@mozilla.com (Dão Gottwald) r=mconnor a=blocking-firefox3+]
2008-01-29 20:42:33 -08:00
dtownsend@oxymoronical.com
808b7dc614
Bug 414609: Display appropriate message when there are no compatible search results (and other string cleanups). r=robstrong, a=beltzner
2008-01-29 16:03:09 -08:00
dtownsend@oxymoronical.com
737b105761
Bug 404024: Add integration pane follow up fix. p=Ronny Perinke <ronny.perinke@gmx.de>, r=mossop
2008-01-29 16:01:26 -08:00
dtownsend@oxymoronical.com
48d7f46863
Bug 414325: Use DownloadUtils for extension/theme manager downloads. r=robstrong, a=damons
2008-01-29 14:02:44 -08:00
gavin@gavinsharp.com
cc514c1931
Bug 404572: don't show multiple quit dialogs if you cancel the quit on the first one, patch by HÃ¥kan Waara <hwaara@gmail.com> and Graeme McCutcheon <graememcc_firefox@graeme-online.co.uk>, r=me
2008-01-29 13:16:02 -08:00
dtownsend@oxymoronical.com
6fdb78acbd
Bug 408118: Auto-enable themes on install. r=robstrong
2008-01-28 12:13:14 -08:00
sdwilsh@shawnwilsher.com
155e62dc44
Test for Bug 413985
2008-01-28 09:42:51 -08:00
sdwilsh@shawnwilsher.com
03bc762353
Bug 411521 - EventUtils.synthesize* doesn't allow you to specify a window. r=Enn
2008-01-28 09:12:17 -08:00
dtownsend@oxymoronical.com
fa7cd5130c
Bug 404024: Add AMO integration pane. r=robstrong
2008-01-28 09:11:48 -08:00
dtownsend@oxymoronical.com
c431993bba
Bug 408116: Move restart button to notification bar. r=robstrong, ui-r=madhava
2008-01-28 06:22:37 -08:00
edward.lee@engineering.uiuc.edu
10b22b8430
Bustage fix. Bug 405720 - Strange message with download manager for file with unknown filesize. rs=sdwilsh
2008-01-26 23:53:31 -08:00
reed@reedloden.com
4ef5b3dec1
Bug 413493 - "Incorrect naming of label and accesskey" [p=valastiak@mozilla.sk (Vlado Valastiak [wladow]) r=sdwilsh a1.9=beltzner]
2008-01-26 21:05:18 -08:00
edward.lee@engineering.uiuc.edu
a8d1064b2f
Bug 414157 - Fix javascript strict warning undeclared variable status in DownloadUtils.jsm. r=sdwilsh, a1.9=beltzner
2008-01-26 21:04:14 -08:00
sdwilsh@shawnwilsher.com
3e117c89f2
Bug 413985 - Space key for pause/resume doesn't work (never did). Patch by Simon Bünzli <zeniko@gmail.com>. r=sdwilsh, a=beltzner
2008-01-26 19:28:32 -08:00
edward.lee@engineering.uiuc.edu
963a471a42
Bug 409314 - Default download manager size should be golden (485x300). r=sdwilsh, a1.9=schrep
2008-01-26 13:04:49 -08:00
edward.lee@engineering.uiuc.edu
8e7c2034ba
Bug 405720 - Strange message with download manager for file with unknown filesize. r=sdwilsh, a1.9=schrep, b-ff3=mconnor
2008-01-26 13:02:32 -08:00
edward.lee@engineering.uiuc.edu
f41f595ac1
Bug 414105 - PluralForm messages show up in Error Console when downloading. r=sdwilsh, a1.9=schrep
2008-01-26 13:00:22 -08:00
florian@queze.net
f264c6bbc5
Bug 410938 - Make 'choose app to open with' changeable. r=mconnor, ui-r=beltzner, a=blocking1.9+
2008-01-25 23:23:39 -08:00
dtownsend@oxymoronical.com
c077af0a29
Bug 366973: crash reporter should send list of installed extensions. r=robstrong, a=beltzner
2008-01-25 01:30:41 -08:00
edward.lee@engineering.uiuc.edu
68abc4ac8f
Bug 394516 - Figure out a remaining-time rounding scheme for minutes -> hours/days. r=sdwilsh, r=l10n@mozilla.com (Pike), b-ff3=beltzner
2008-01-22 18:18:24 -08:00
edward.lee@engineering.uiuc.edu
9d19fe677e
Bug 394516 - Figure out a remaining-time rounding scheme for minutes -> hours/days. r=sdwilsh, b-ff3=beltzner
2008-01-22 18:15:08 -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
sdwilsh@shawnwilsher.com
81853605dd
Bug 410289 - Do not allow the pausing of downloads that cannot actually be resumed. r=Mardak
2008-01-21 19:43:02 -08:00
dtownsend@oxymoronical.com
b0c222e498
Bug 401105: Indicate which theme is in use in update URL variable. r=robstrong a=schrep
2008-01-18 10:20:04 -08:00
dtownsend@oxymoronical.com
7a437f0ca3
Bug 411479: Use same install method for themes and extensions dropped into manager. r=robstrong, a=schrep
2008-01-18 10:18:42 -08:00
dtownsend@oxymoronical.com
b724b68f82
Bug 408869: Make the extension installation dialog easier to understand. r=mano, a=schrep.
2008-01-18 02:51:07 -08:00
benjamin@smedbergs.us
1792c31fd0
Fix unit tests from bug 311008 - the directory service keys will not be present when running under xpcshell, r=mossop
2008-01-15 08:28:37 -08:00
caillon@redhat.com
19c9ae0879
Bug 311008 Add standard install locations on filesystem for extensions r=mossop sr=bsmedberg a=beltzner
2008-01-15 07:13:59 -08:00
dtownsend@oxymoronical.com
eef047b68f
Bug 404726: Addon compatibility check gives many alerts (toolkit and security portions). r=gavin.sharp, r=kengert
2008-01-15 07:06:34 -08:00
sdwilsh@shawnwilsher.com
96913d2ccb
Test for Bug 394039
2008-01-10 20:58:51 -08:00
sdwilsh@shawnwilsher.com
3aa8755e99
Bug 411172 tests
2008-01-10 20:22:36 -08:00
dtownsend@oxymoronical.com
1a62d0f542
Bug 407901: Cannot minimize add-ons manager opened from update available notification. r=gavin.sharp, a=mconnor
2008-01-10 11:53:50 -08:00
sdwilsh@shawnwilsher.com
3863f8edb6
Disable failing test (the test is wrong, not the code)
2008-01-09 20:26:23 -08:00
sdwilsh@shawnwilsher.com
332485ce4f
Bug 411172 - del key does not remove files from the download manager anymore. This is just a test.
2008-01-09 19:28:35 -08:00
sdwilsh@shawnwilsher.com
80a61807c8
Bug 411172 - del key does not remove files from the download manager anymore. Patch by Elmar Ludwig <elmar.ludwig@uos.de>. r=sdwilsh
2008-01-09 19:27:47 -08:00
rflint@ryanflint.com
6c26223972
Close DM window when test completes. No bug, test-only change
2008-01-08 23:55:55 -08:00
reed@reedloden.com
5b58eea6e1
Bug 391598 - "make upgrade/update process smoother and avoid confusing/modal dialogs" [p=dao@mozilla.com (Dão Gottwald) r=sspitzer ui-r=beltzner a=blocking-firefox3+]
2008-01-08 23:37:06 -08:00
rflint@ryanflint.com
8542afa78a
Revert unnecessary changes from bug 410894. r=sdwilsh, a=brendan
2008-01-08 21:43:36 -08:00
rflint@ryanflint.com
52ae2518a5
Fix tests for bug 410894 and reenable them. r=sdwilsh
2008-01-08 21:38:16 -08:00
rflint@ryanflint.com
2d870ca636
Disable this test due to failures on windows
2008-01-08 18:17:38 -08:00
rflint@ryanflint.com
5bd596e097
Test for bug 410894. Patch by Shawn Wilsher <comrade693+bmo@gmail.com>, r=gavin
2008-01-08 17:14:54 -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
sdwilsh@shawnwilsher.com
7bd97ab9a3
Bug 392293 - The disabled state of the mini-buttons in DM is not handled correctly. r=Mardak, r=Mano
2008-01-06 16:14:00 -08:00
rflint@ryanflint.com
ec4627dd64
Bug 410894 - download manager is empty. r=dtownsend, a=serious_regression_that's_surely_blocking_with_trivial_fix
2008-01-05 02:24:41 -08:00
benjamin@smedbergs.us
3301ceac51
Bug 410485 - Windows updater broken from bug 396052, r=luser
2008-01-02 10:05:01 -08:00
edward.lee@engineering.uiuc.edu
d6177d4d02
Bug 410100 - Cannot open file from download manager after searching. r=sdwilsh, a1.9=mconnor
2007-12-31 18:28:20 -08:00
philringnalda@gmail.com
ab3f9c69f1
Bug 407635 - Update browser/toolkit copyright dates to 2008, r=gavin, a=blocker
2007-12-31 13:03:06 -08:00
benjamin@smedbergs.us
348b951ad0
Bug 396052 - Firefox fails to start when run from a directory with non-native characters, r=luser sr=neil
2007-12-31 07:15:43 -08:00
reed@reedloden.com
6190613fb1
Bug 393922 - "Remove nsIDownloadProgressListener::onStatusChange and nsIDownloadProgressListener::onLocationChange" [p=graememcc_firefox@graeme-online.co.uk (graememcc) r=sdwilsh a1.9=beltzner]
2007-12-28 19:18:22 -08:00
edward.lee@engineering.uiuc.edu
16d4dc2204
Bug 409326 - Complement eTLD+1 status with a full host tooltip. r=sdwilsh, a1.9=beltzner
2007-12-26 15:37:13 -08:00
edward.lee@engineering.uiuc.edu
30e67a7e23
Bug 408745 - Download Manager clobbers the UI thread and is slow to respond when updating its list. r=sdwilsh, a1.9=mconnor
2007-12-21 19:45:54 -08:00
edward.lee@engineering.uiuc.edu
8eee38bfa7
Bug 409317 - Download date/time should show the full date and time as a tooltip. r=sdwilsh, a1.9=beltzner
2007-12-21 15:18:05 -08:00
edward.lee@engineering.uiuc.edu
3b72663d3c
Bug 409105 - Just finished download shows start time instead of completed time. r=sdwilsh, a1.9=beltzner
2007-12-21 15:12:34 -08:00
edward.lee@engineering.uiuc.edu
2fee5756f1
Bug 409311 - I see beach ball instead of download manager. r=sdwilsh, a1.9=beltzner
2007-12-21 14:58:07 -08:00
edward.lee@engineering.uiuc.edu
fb44454286
Bug 408696 - Don't show leading 0 for download dates. r=sdwilsh, a1.9=beltzner
2007-12-21 14:55:56 -08:00
reed@reedloden.com
f14a83ba20
Bug 400764 - "Don't depend on Firefox specifics for notifications for popups and missing plugins" [p=twanno@lycos.nl (Teune van Steeg) r=gavin a1.9=schrep]
2007-12-19 03:26:36 -08:00
edward.lee@engineering.uiuc.edu
3d3f54cc6b
Backout bug 408696 to fix ui bustage. a=jesse
2007-12-18 22:49:41 -08:00
edward.lee@engineering.uiuc.edu
f221c8b170
Bug 408565 - Menu items "Open Containing Folder" / "Show in Finder" shouldn't be grayed out for in-progress/paused downloads. r=sdwilsh, a1.9=beltzner
2007-12-18 11:56:09 -08:00
edward.lee@engineering.uiuc.edu
1f823d75ad
Bug 405886 - Remove the "Open File" button at the right of every download row. r=sdwilsh, b-ff3=mconnor
2007-12-18 00:51:57 -08:00
edward.lee@engineering.uiuc.edu
dc2e05f1f6
Bug 408350 - Enter/return on downloads should do the same as double click. r=sdwilsh, a1.9=mconnor
2007-12-18 00:49:36 -08:00
edward.lee@engineering.uiuc.edu
fba824a156
Bug 408351 - Double click download should do default action (first item in menu). r=sdwilsh, a1.9=schrep
2007-12-18 00:47:48 -08:00
edward.lee@engineering.uiuc.edu
5fc1b7453b
Bug 405893 - Search should match TLDs as well as download file names. r=sdwilsh, b-ff3=mconnor
2007-12-17 22:05:39 -08:00
edward.lee@engineering.uiuc.edu
06bbbc69cd
Bug 405888 - Remove the "Information" button at the right of every download row. r=sdwilsh, a1.9=mconnor
2007-12-17 11:10:46 -08:00
edward.lee@engineering.uiuc.edu
4e5ecef2a6
Bug 408696 - Don't show leading 0 for download dates. r=mconnor, a1.9=mconnor
2007-12-17 11:08:11 -08:00
edward.lee@engineering.uiuc.edu
ec18667a32
Bug 408500 - Refactor displayHost logic into getDisplayHost. r=sdwilsh, r=dwitte, a1.9=mconnor
2007-12-15 20:21:48 -08:00
edward.lee@engineering.uiuc.edu
3eb0ad3842
Bug 392097 - only showing 7 days of download history, until I search, then I see more items. r=sdwilsh, b-ff3=beltzner
2007-12-15 17:35:38 -08:00
edward.lee@engineering.uiuc.edu
aec015afe9
Bug 403674 - Implement "Go to Source Location" for the context-menu items. r=sdwilsh, b-ff3=mconnor, p=om.brahmana@gmail.com (Brahmana)
2007-12-15 17:11:27 -08:00
edward.lee@engineering.uiuc.edu
adc27d3c76
Bug 407655 - Reorganize download context menus. r=sdwilsh, a1.9=beltzner
2007-12-14 10:26:06 -08:00
edward.lee@engineering.uiuc.edu
3c93d07aee
Bug 406230 - Vertically align download icons in the center. r=sdwilsh, a1.9=beltzner
2007-12-14 10:24:01 -08:00
edward.lee@engineering.uiuc.edu
c1ca67b823
Bug 406923 - Just started downloads don't know about their referrers until reopened. r=sdwilsh, a1.9=dsicore
2007-12-14 02:08:45 -08:00
edward.lee@engineering.uiuc.edu
6bacb2f190
Bug 407784 - "Copy Source Location" -> "Copy Download Link". r=sdwilsh, a1.9=schrep
2007-12-14 02:05:39 -08:00
edward.lee@engineering.uiuc.edu
5201d9071c
Bug 407771 - Remove retry button for blocked/dirty downloads. r=sdwilsh, a1.9=schrep
2007-12-14 02:03:36 -08:00
edward.lee@engineering.uiuc.edu
69b017a4a8
Bug 405884 - List date/time of download for each download shown. r=sdwilsh, b-ff3=mconnor
2007-12-14 02:00:16 -08:00
dtownsend@oxymoronical.com
11d728c227
Bug 303194: Pressing delete key in extension manager should uninstall extension. p=Simon Bünzli <zeniko@gmail.com>, r=dtownsend, a=schrep.
2007-12-13 03:00:53 -08:00
aaronleventhal@moonset.net
fe7f4d5bdb
Bug 398910. Remove support for namespaced ARIA properties since they are no longer official (we are pre-1.0). r=surkov, r=ginn, r=bienvenu, r=mano, r=mconnor, r+sr=neil
2007-12-11 18:10:26 -08:00
dtownsend@oxymoronical.com
19823efd13
Bug 406718: add logging to file support to assist troubleshooting, r=robstrong, a=schrep
2007-12-11 16:56:09 -08:00
dtownsend@oxymoronical.com
1040b917e5
Typo fix to kick off unit testers. No bug.
2007-12-06 05:47:48 -08:00
dtownsend@oxymoronical.com
cbe649c3cb
Additional fix for bug 404375. r=robstring, a=mconnor
2007-12-04 07:56:58 -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
dtownsend@oxymoronical.com
808660ee4a
Bug 406032: Block update info urls that are not http/https. r=robstrong, a=schrep
2007-12-03 04:24:41 -08:00
dtownsend@oxymoronical.com
4964adb831
Bug 404375: Recover from 'needs restart' message. r=robstrong, a=schrep
2007-12-03 04:20:57 -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
mozilla.mano@sent.com
65c0868979
Bug 405696 - Cmd+F in download manager doesn't work on Mac. Bug 405698 - Cmd+F should select search field contents. r=mconnor.
2007-12-02 12:12:43 -08:00
philringnalda@gmail.com
075a2aa2dd
Bug 400151 - Thunderbird nightly update build id is cropped, r=sspitzer, a=beltzner
2007-12-01 21:18:54 -08:00
reed@reedloden.com
12c596dbee
Bug 393303 - "Create a blocked string for dirty downloads (virus scan failed)." [p=comrade693+bmo@gmail.com (Shawn Wilsher [sdwilsh]) r=gavin a=blocking-firefox3+]
2007-11-30 22:49:07 -08:00
reed@reedloden.com
57e492fc6f
Back out sdwilsh's patch for bug 393303 as a last ditch effort to fix the perf regression.
2007-11-30 19:17:32 -08:00
reed@reedloden.com
cdf0528474
Bug 393303 - "Create a blocked string for dirty downloads (virus scan failed)" [p=comrade693+bmo@gmail.com (Shawn Wilsher [sdwilsh]) r=gavin a=blocking-firefox3+]
2007-11-30 12:24:10 -08:00
rob_strong@exchangecode.com
6418bd1612
Bug 398036 - Add file in use install support. r=sspitzer, blocking-firefox3=mconnor
2007-11-30 11:02:09 -08:00
edward.lee@engineering.uiuc.edu
13f58b61a9
Bug 403728 - Better display non-eTLDable download URIs (file: data: jar:). r=sdwilsh, b-ff3=mconnor
2007-11-30 10:28:13 -08:00
myk@mozilla.org
08a12837af
bug 331259: make the helper apps dialog create the urn:mimetypes:root resource if it doesn't already exist so checking the 'do this automatically for files like this from now on' checkbox saves that pref to the helper apps datasource and thus has an effect on future downloads of same file type; r=sdwilsh,myk
2007-11-28 12:24:16 -08:00
Olli.Pettay@helsinki.fi
8656f1286d
Bug 405044, clean up updates.xml, r=gavin, a=beltzner
2007-11-27 12:01:16 -08:00
gavin@gavinsharp.com
eeb2515efb
Bug 405264: remove unused file, r=mano, a=schrep
2007-11-26 16:57:35 -08:00
reed@reedloden.com
66c879c135
Bug 405078 - "When an update is ready "Apply Downloaded Update Now" menu does nothing" [p=dao@mozilla.com (Dão Gottwald) r=mconnor a=blocking-firefox3+]
2007-11-23 22:14:08 -08:00
reed@reedloden.com
bba0b0c8c2
Bug 404647 - "CTRL+F shortcut should focus the search box in the download manager" [p=cdolivei.bugzilla@gmail.com (cesar) r=sdwilsh a1.9=schrep]
2007-11-22 01:22:25 -08:00
philringnalda@gmail.com
9979a737d8
Bug 386578 - same accesskey for Install (local file) and Install Updates, r=pike,gavin, a=schrep
2007-11-21 19:03:26 -08:00
reed@reedloden.com
33dce78fd4
Bug 403621 - "fix various ArrayEnumerator implementations" [p=dao@mozilla.com (Dão Gottwald) r=Mano a1.9=schrep]
2007-11-21 13:15:39 -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
reed@reedloden.com
1604854da6
Bug 323041 - "Software update dialog steals focus / wait for idle before prompting" [p=dao@mozilla.com (Dão Gottwald) r=sspitzer a=blocking-firefox3+]
2007-11-20 02:08:55 -08:00
jwalden@mit.edu
a6ca15d5e1
Bug 403180 - Executing test_378216.js hits an assertion due to not shutting down an HTTP server before finishing. r=Mossop, a=test-only change
2007-11-17 10:22:13 -08:00
dtownsend@oxymoronical.com
4160214e4c
Bug 399932: Add some variable substitution to updateInfoUrl. r=robstrong a=mconnor
2007-11-17 04:52:03 -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
2b96715fab
Bug 330139 - "Change 'Remove' in download manager to 'Remove From List'" [p=supernova_00@yahoo.com (Kurt [supernova_00]) r=sdwilsh ui-r=madhava a1.9=schrep]
2007-11-13 12:12:38 -08:00
reed@reedloden.com
062c51a88c
Add missing 'Ci.' in front of 'nsIUpdateItem.TYPE_ANY' to fix test bustage.
2007-11-12 23:25:26 -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
reed@reedloden.com
619264c693
Bug 401093 - "Do not force restart when installing unknown add-on types" [p=trev.moz@adblockplus.org (Wladimir Palant) r=rob_strong a1.9=schrep]
2007-11-12 22:40:51 -08:00
edward.lee@engineering.uiuc.edu
57967c9862
Bug 400493 - Track download finish time in Download UI. r=sdwilsh, a1.9=mconnor
2007-11-11 15:58:50 -08:00
edward.lee@engineering.uiuc.edu
0b17136954
Bug 400617 - Include eTLD + 1 for failed, canceled, blocked downloads. r=sdwilsh, a1.9=schrep
2007-11-11 15:56:14 -08:00
edward.lee@engineering.uiuc.edu
d8f072036b
Bug 223895 - Completed downloads should include size and TLD instead of "Done". r=sdwilsh, r=dwitte, b-ff3=beltzner, a1.9=beltzner
2007-11-11 15:52:49 -08:00
edward.lee@engineering.uiuc.edu
f429b36064
Bug 400616 - Alias Ci.nsIDownloadManager to nsIDM, clean spaces, fix headings. r=sdwilsh, a1.9=mconnor
2007-11-11 15:48:43 -08:00
wr@rosenauer.org
e9c86d323a
Part of Bug 312010 - remove non-working patch, r=bsmedberg, a19=mtschrep
2007-11-09 12:37:58 -08:00
rob_strong@exchangecode.com
5f2c936eed
Bug 402999 - Installer defaults to official install directory for beta releases. r=sspitzer, a1.9=mtschrep
2007-11-09 12:22:16 -08:00
rob_strong@exchangecode.com
6b140b3a81
Bug 401608 - updater.exe will crash on windows if you only specify 2 args. r=sspitzer, a1.9=mtschrep
2007-11-09 11:47:27 -08:00
reed@reedloden.com
fc81a734de
Bug 391625 - "Update plugins list on plugins-list-updated" [p=Mossop r=rob_strong a=blocking-firefox3+]
2007-11-08 18:25:21 -08:00
reed@reedloden.com
e2929cc66a
Bug 393285 - "Add OS and ABI for restricting the blocklist checks" (unit tests) [p=Mossop r=rob_strong]
2007-11-07 00:59:02 -08:00
reed@reedloden.com
c1201dc923
Bug 393285 - "Add OS and ABI for restricting the blocklist checks" (classinfo fixes) [p=Mossop r=rob_strong a=blocking-firefox3+]
2007-11-07 00:57:19 -08:00
reed@reedloden.com
5f858aabf8
Bug 393285 - "Add OS and ABI for restricting the blocklist checks" [p=Mossop r=rob_strong a=blocking-firefox3+]
2007-11-07 00:56:29 -08:00
reed@reedloden.com
469956c3da
Add missing semicolon to removemp.js. No bug.
2007-11-06 11:44:51 -08:00
edward.lee@engineering.uiuc.edu
62356fa6d6
Bug 396701 - clicking on .exe file shows wrong download dialog. r=gavin, sr=biesi, b-ff3=beltzner, a=blockingM9
2007-11-01 14:18:55 -07:00
reed@reedloden.com
bffa1403e6
Bug 401215 - "Background banding for the download manager" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=sdwilsh aM9=beltzner]
2007-10-29 11:31:27 -07:00
edward.lee@engineering.uiuc.edu
b315d4af15
Bug 399781 - Remove headings in Download Manager UI. r=sdwilsh, b-ff3=beltzner, a1.9=mconnor, aM9=mconnor
2007-10-27 13:46:50 -07:00
edward.lee@engineering.uiuc.edu
f26d95fd12
Bug 391863 - "clean up" functionality missing from download manager. r=sdwilsh, b-ff3=beltzner, a1.9=mconnor, aM9=mconnor
2007-10-27 13:42:48 -07:00
edward.lee@engineering.uiuc.edu
edf9e625de
Bug 400530 - Refactor beltzner to getReferrerOrSource(). r=sdwilsh, a1.9=mconnor, aM9=mconnor
2007-10-27 13:37:44 -07: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
dbaron@dbaron.org
313a1b1525
Fix incorrectly namespaced spacer elements. b=321402 r=mconnor a=blocking1.9+/M9
2007-10-26 11:07:09 -07:00
rob_strong@exchangecode.com
894056f37d
Bug 396695 - add-ons go into 'needs to restart' loop commonly after a firefox update (minimal patch). r=sspitzer, r=dveditz, approvalM9=beltzner, blocking-firefox3=mconnor
2007-10-24 14:31:33 -07:00
rob_strong@exchangecode.com
e863da5d7c
l10n correctness fix for Bug 399665 - NPOB for en-US
2007-10-24 13:12:37 -07:00
rob_strong@exchangecode.com
d93cda2514
Bug 399665 - Support replacing BrandShortName and BrandFullName in the installer. r=sspitzer, approvalM9=mconnor, approval1.9=mconnor
2007-10-24 00:02:57 -07:00
rob_strong@exchangecode.com
bedb74896d
Bug 398434 - Provide option to remove profiles during uninstall. r=sspitzer, blocking-firefox3=beltzner
2007-10-20 15:56:49 -07:00
edward.lee@engineering.uiuc.edu
6de8978950
Bug 398551 - Cannot download tar.gz or tar.bz2 files from the "Open with" dialog. r=gavin.sharp, b-ff3=beltzner, a=b-ff3 M9
2007-10-20 14:09:40 -07:00