Commit Graph

343 Commits

Author SHA1 Message Date
Kailas
f99ea6739e Bug 595888 - Show file size when attempting to download a file. r=sdwilsh, r=dolske, ui-r=faaborg 2011-08-15 12:53:03 -07:00
Malini Das
e306b1b5aa Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- chrome. r=jmaher, a=test-only 2011-08-12 12:21:36 -04:00
Paolo Amadini
8343d7173f Bug 653261 - Add a function to format the date and time displayed in the Download Manager. r=sdwilsh sr=mconnor 2011-07-27 13:08:24 +02:00
Han Chang
3af25db115 Bug 640629 - Move timer declaration instances to prevent premature garbage collection from occuring and wiping out the timer instances before they get a chance to fire. r=jdm,gavin 2011-07-05 21:40:00 -04:00
Ehsan Akhgari
0787743cf4 Merge the last green changeset on mozilla-inbound to mozilla-central 2011-07-15 08:13:08 -04:00
Ms2ger
36c532ffa2 Bug 670235 - Remove nsIDOMWindowInternal; r=sicking 2011-07-15 12:31:34 +02:00
Mike Hommey
bae24b5649 Bug 671533 - Fix test_DownloadUtils.js with locales with a different decimal separator. r=edilee 2011-07-15 10:15:28 +02:00
Daniel Holbert
5493695d98 Backout f2390732b6a4 (Bug 668154) for apparently turning debug mochitest-oth & mochitest-4 perma-orange 2011-07-11 17:49:03 -07:00
Geoff Lankow
2ebe71ef6e Bug 668154 - Use the same mock file picker for all mochitests and xpcshell tests r=jmaher 2011-07-11 12:24:13 -07:00
Geoff Lankow
784ef07a99 Bug 536503 - Fix for test; r=gavin 2011-06-14 13:47:23 +12:00
Dão Gottwald
9875ff106c Backed out changeset dc3780dd8a43 (bug 311007). Going to change onLocationChange instead of adding onLocationChange2. 2011-06-14 00:02:28 +02:00
Geoff Lankow
e0eb9adbb1 Bug 536503 - Last downloaded-to directory should be remembered on a site-by-site basis. r=gavin 2011-06-10 11:19:16 +12:00
Oonishi Atsushi
a32cac7d4c Bug 311007 - Add onLocationChange2 which distinguishes between same-document and different-document location changes to web progress listeners. r=smaug, sr=bzbarsky 2011-06-04 05:31:07 +09:00
Geoff Lankow
a291f7c6a0 Bug 536503 - Fix for test 2011-06-14 13:47:23 +12:00
Ehsan Akhgari
47e21692fc Back out Dao's push because of build bustage 2011-06-14 00:17:10 -04:00
Geoff Lankow
96440a1169 Bug 536503 - Fix for test 2011-06-14 13:47:23 +12:00
Neil Rashbrook
d7722b313c Fix DOS line endings rs=sdwilsh
DONTBUILD
2011-05-26 20:29:31 +01:00
Joel Maher
6993636556 Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only 2011-05-20 11:54:01 -04:00
Ed Morley
99856dd6e9 Bug 652445 - Remove WinCE code (incl Faststart & nsSplashScreenWin) from toolkit; r=dtownsend 2011-04-29 12:38:26 +02:00
Dão Gottwald
4ac8291c1d Bug 487059 - clearUserPref shouldn't throw if a pref doesn't have a default or user value. r+sr=bsedberg 2011-04-17 21:53:25 +02:00
Shawn Wilsher
4172b2fb34 Bug 584316 - Fix DownloadManager usage of deprecated Storage binding APIs
r=Mardak
2011-03-31 10:19:31 -07:00
Mitchell Field
20ae534ead Bug 595513 - Fix bustage. 2011-03-08 23:56:08 +11:00
Anas Husseini
db3e957f96 Bug 462064 - Download manager shows decimal digit for bytes when file below 100 bytes. r=edilee,sdwilsh a=mossop 2011-02-08 18:33:18 +01:00
Dão Gottwald
a205009db7 Bug 615515 - Set the whole item as the dragged element. r=enn 2010-12-07 12:59:15 +01:00
Philipp von Weitershausen
09bc85832e Bug 597852 - Internationalize decimal separator in Download Manager. r=Mardak a=beltzner 2010-10-08 17:57:04 +02:00
Joel Maher
b61eda4b1d Bug 586754 Xpcshell tests should use relativesrcdir instead of $MODULE (android prepartion) r=mitchell.field a=NPOTB 2010-08-26 14:47:28 -07:00
Clint Talbert
1afdc1b8df Backed out changeset 49beef9387a0 due to Xpcshell orange a=backout
--HG--
extra : rebase_source : 01307f705ab07b7784401d69a53921b200544978
2010-08-25 14:03:44 -07:00
Joel Maher
51fff79f07 Bug 586754 Change xpcshell to use $relativesrcdir instead of $module for android support a=NPOTB r=mitchell.field 2010-08-25 11:47:39 -07:00
Joel Maher
ce269022ab Bug 574189 - Fix chrome tests to work from an extension for android and e10s support a=NPOTB r=ctalbert 2010-08-24 10:29:34 -07:00
Jonas Sicking
cbc0676504 Backout bugs 586754, 574189, 584611 due to orange. a=backout 2010-08-20 11:08:43 -07:00
Joel Maher
6763342e81 Bug 586754 xpcshell tests should use relativesrcdir instead of $MODULE r=:Mitch a=NPOTB 2010-08-20 09:32:58 -07:00
Joel Maher
978a4a1ad2 Bug 574189 - Fix chrome tests so they can run from a .jar bundle (e10s, android) r=ctalbert a=NPOTB 2010-08-20 09:28:13 -07:00
Felipe Gomes
7f1b4c8e24 Bug 582315 - Fix DownloadTaskbarProgress checks which will fix intermittent orange, r+a=sdwilsh 2010-08-04 15:51:00 -07:00
Peter Van der Beken
ca73bb6e12 Fix for bug 571159 (Leak nsGlobalWindow with unknown-content-type dialog). r=sdwilsh. a2.0=blocking. 2010-07-30 16:48:57 -07:00
Felipe Gomes
2f25b339e8 Bug 582315. Intermittent orange in test_taskbarprogress_downloadstates.xul 2010-07-28 16:43:52 -07:00
Benjamin Smedberg
a2833452f8 Merge mozilla-central to the bug 568691 branch.
--HG--
rename : gfx/public/nsITheme.h => gfx/src/nsITheme.h
2010-06-30 14:23:23 -04:00
Benjamin Smedberg
c16cf0f0c5 Fix a bunch of test failures caused by typos or other issues from bug 568691. 2010-06-27 14:03:05 -04:00
Benjamin Smedberg
762def30bb Merge mozilla-central into the static-xpcom-registration branch. 2010-06-23 17:26:25 -04:00
Benjamin Smedberg
5cab25b52b Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes.
--HG--
rename : toolkit/components/filepicker/src/nsFilePicker.js.in => toolkit/components/filepicker/src/nsFilePicker.js
2010-06-22 12:59:15 -04:00
Felipe Gomes
b45a433e99 Bug 544356 followup: Use getDMUI(). r=Neil
"Bug 544356 - Exit when only the download manager window is open and there are no downloads."
2010-06-21 15:39:00 -04:00
Peter Van der Beken
c8ce8d2439 Backout 8a6de68c0feb (Fix for bug 571159 (Leak nsGlobalWindow with unknown-content-type dialog)) to fix orange.
--HG--
extra : rebase_source : b405b0ac1c54dd3af3141d8762b26e91e2e63a02
2010-06-28 17:39:56 +02:00
Peter Van der Beken
6df7918b7b Fix for bug 571159 (Leak nsGlobalWindow with unknown-content-type dialog). r=sdwilsh.
--HG--
extra : rebase_source : a7d4861d434a8f6b57b9566ac7bdbf9c3025f51e
2010-06-28 12:59:10 +02:00
Justin Wood
1bd3f99c22 (No Bug) Make test not modify the windowtype until certain we are actually running the test. Fixes some SeaMonkey orange. rs=Mossop
--HG--
extra : rebase_source : bf6fcf86c2ae0ca2e1c621837a795818d983196a
2010-06-28 00:27:20 -04:00
Gavin Sharp
7b02227e37 Bug 570155: Make the helperApp dialog use the getFileDisplayname helper consistently (fixes a broken #ifdef exposed by bug 569373), and refactor some ifdefs to avoid code duplication, r=Neil
--HG--
extra : rebase_source : d13c45e747021f868ec608db62233fae54868441
2010-06-07 10:31:58 -04:00
Gavin Sharp
11699e815e Bug 569542: fix appPicker.js's getFileDisplayName function, and make all copies of this method identical, r=Neil
--HG--
extra : rebase_source : 23f0da39af75427aaeb02ba32a1a88af3f339230
2010-06-07 10:29:25 -04:00
Neil Rashbrook
45444ab071 Bustage fix for test_DownloadUtils.js now able to QI about:blank to nsINestedURI 2010-06-13 00:56:49 +01:00
Chiaki Ishikawa
b62dc7d109 Bug 559833 - "Should fix incorrect indentation of nsHelperAppDlg.js" [r=paolo]
(transplanted from ceeb7737c4bb57ac4aacb1cc17b8d8c8856de011)

--HG--
extra : transplant_source : %CE%EBw7%C4%BBW%ACJ%AC%B1%CC%17%B8%D8%C8%85m%E0%11
2010-05-25 09:01:00 -04:00
Felipe Gomes
027eb6c1e4 Bug 524811 - "add glowing Firefox icon in the taskbar when downloads are completed" [r=sdwilsh ui-r=beltzner]
--HG--
extra : rebase_source : 53eb7821e75160557ed7d34e66e1fbcefa7bddd3
2010-05-01 09:55:00 -04:00
Gavin Sharp
e4b2f012b9 Bug 565339: don't use non-nsIURL URIs to create moz-icon URIs, r=Neil 2010-05-12 18:32:49 -04:00
Michael Kohler
9397418412 Bug 506041 Part 2: Correct misspellings in source code
r=timeless
2010-05-13 14:19:50 +02:00