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