Ghislain 'Aus' Lacroix
b3e02ed902
Bug 982006 - Make GetDownloadDirectory return error for both SD card missing and SD card busy. r=bz
2014-03-31 12:10:44 -07:00
Ghislain 'Aus' Lacroix
c9fe8d726d
Bug 960749 - Improve error messages when < and > are used in filenames. r=bsmedberg
...
* Unify OS_FILE_ILLEGAL_CHARACTERS
* Provide KNOWN_PATH_SEPARATORS in addition to FILE_PATH_SEPARATOR.
* Update nsExternalAppHandler to use KNOWN_PATH_SEPARATORS instead of
FILE_PATH_SEPARATOR when removing path separators.
* Fix DownloadsIPC.jsm when compiling with MOZ_DEBUG (would throw on undefined download.id).
* Add test for stripping out illegal characters when downloading.
2014-03-20 14:05:40 -07:00
Kyle Huey
510a49016d
Bug 967364: Rename already_AddRefed::get to take. r=bsmedberg
2014-03-15 12:00:15 -07:00
Reuben Morais
160aedb8c1
Bug 946239 - Divert download channels to the parent process. r=bz
2014-03-11 19:41:48 -03:00
Ghislain 'Aus' Lacroix
e3ebef5505
Bug 949991 - [Download Manager] Nothing happens if you try to download a file while the device is connected as USB. r=bz
2014-03-06 12:42:07 -08:00
Simon Montagu
ca771c8c4b
Use the new ReplaceChars with char16_t array. Bug 979556, r=bsmedberg
2014-03-05 21:04:36 +02:00
Ryan VanderMeulen
917a319f58
Merge m-c to inbound.
2014-02-25 15:28:35 -05:00
Gavin Sharp
a5d92f7ead
Remove now-unused constant that was made unused by revision eaa3e3765678 (no bug)
...
--HG--
extra : rebase_source : 630ec23a494638d2eee1e5d96872d6c1317fda66
2014-02-09 18:52:21 -08:00
Ralph Giles
5080040b8e
Bug 964559 - Remove MOZ_OGG. r=doublec,ted
...
We are unable to maintain all the --disable-foo build-time options
for the media code. Just support ogg unconditionally.
2014-02-20 18:01:00 -08:00
Ghislain 'Aus' Lacroix
0b88276744
Bug 945323 - [Download API] Downloaded path isn't honoring download attribute. r=bz
2014-02-13 14:43:58 -08:00
Ehsan Akhgari
b870bb3fe9
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
2014-02-10 17:57:01 -05:00
Carsten "Tomcat" Book
58429da813
merge fx-team to mozilla-central
2014-02-06 12:51:21 +01:00
Eugen Sawin
d83c3eb927
Bug 968212 - Add MIDI file extension to MIME type mapping. r=snorp
2014-02-05 16:09:08 +01:00
Monica Chew
85de3a65ab
Bug 928536: Integrate signature verification info into application reputation call in download manager (r=paolo)
2014-01-27 13:39:00 -08:00
Terrence Cole
f017da90d9
Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 3; r=sfink
...
--HG--
extra : rebase_source : ace7b0fa6ba93acbf0ec8ecaeb68ffa287a33665
2014-01-16 09:48:58 -08:00
Tom Schuster
e64b35e141
Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence
2014-01-09 18:39:36 +01:00
Phil Ringnalda
68432f3df0
Backed out 3 changesets (bug 928536) for build bustage
...
CLOSED TREE
Backed out changeset 750054102e68 (bug 928536)
Backed out changeset baa309383864 (bug 928536)
Backed out changeset 1ff2aed7f76f (bug 928536)
2014-02-05 08:29:17 -08:00
Monica Chew
ab239b2b34
Bug 928536: Integrate signature verification info into application reputation call in download manager (r=paolo)
2014-01-27 13:39:00 -08:00
Ehsan Akhgari
ebd358dfd7
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
...
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRUnichar char16_t
2014-01-04 10:02:17 -05:00
Trevor Saunders
907dfc4528
bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj
2013-12-12 20:50:01 -05:00
Ethan Tseng
14dacfa7d8
Bug 947132 - [RTSP] Replace system message by activity for rtsp loading. r=fabrice
2013-12-07 15:24:02 +08:00
Birunthan Mohanathas
759ab69b0a
Bug 713082 - Part 2: Rename Util.h to ArrayUtils.h. r=Waldo
...
--HG--
rename : mfbt/Util.h => mfbt/ArrayUtils.h
2013-12-08 21:52:54 -05:00
Monica Chew
d7e15c47ae
Bug 919076 - Minimum set of changes to enable group and world readable files depending on umask. r=paolo
2013-11-27 11:34:09 -08:00
Ethan Tseng
1734f172a9
Bug 884702 - Support Rtsp protocol in url bar. r=bz
2013-11-20 17:58:22 +08:00
Fabrice Desré
8e0ca3be55
Bug 936342 - Make downloads end up in the default storage area on b2g r=dhylands,paolo
2013-11-12 13:17:24 -08:00
Matthew Gregan
f8472d2705
Bug 935349 - Remove disabled DASH code. r=doublec
2013-11-07 17:08:30 +13:00
Simon Montagu
74c3067fe1
Add new bidi control characters defined in Unicode 6.3. Bug 922530, r=jfkthame
2013-10-02 16:07:02 +03:00
Josh Aas
1fd100ede4
Bug 925083: Remove support/code for nsIAppleFileDecoder. r=mcmanus
2013-10-11 02:32:47 -05:00
Eric Chou
5da8be45bb
Bug 919853 - Add mimetype and extension mapping of vCard, r=bz, r=arcturus
2013-09-26 14:25:50 +08:00
Paolo Amadini
31af587fbf
Bug 899102 - nsExternalHelperAppService should notify when cancellation is complete. r=enn
2013-09-17 18:02:21 +02:00
Tom Schuster
a54b64414e
Bug 910436 - Electrolysis: Pass PBrowser to the PExternalHelperAppParent so that we can get a window for the download box. r=jdm
2013-09-12 15:24:10 -04:00
Tom Schuster
d9fcb90f3c
backout changeset 966df39694c2 for crashing xpcshell on a CLOSED TREE.
2013-09-12 17:20:09 -04:00
Tom Schuster
234dadd0b5
Bug 915822 - Make GetTabChildFrom a class method on TabChild. r=smaug
2013-09-12 15:24:11 -04:00
Tom Schuster
a46934c7a4
Bug 910436 - Electrolysis: Pass PBrowser to the PExternalHelperAppParent so that we can get a window for the download box. r=jdm
2013-09-12 15:24:10 -04:00
Doug Turner
805876c713
Bug 906072 - Remove Maemo port. r=romaxa, r=ted, r=johns
2013-08-25 16:56:53 -07:00
Robert Longson
2222360fd1
Bug 303581 - Ensure image/svg+xml mime type is always handled internally. r=jst
2013-08-24 09:36:03 +01:00
Ms2ger
944d17423c
Revert this CLOSED TREE to changeset 4d3e221584a0.
2013-08-24 13:31:48 +02:00
Robert Longson
768647512c
Bug 303581 - Ensure image/svg+xml mime type is always handled internally. r=jst
2013-08-24 09:36:03 +01:00
Xidorn Quan
36a4ed6f81
Bug 420355 - Delete residual .part file when canceling a download from Save As dialog. r=biesi
2013-08-20 08:16:49 -04:00
Andrew Quartey
e4f9aac912
Bug 878144 - Remove nsExternalHelperAppService::FixFilePermissions. r=paolo
2013-08-14 16:26:07 -04:00
Joshua Cranmer
97cdff02d6
Bug 884061 - Part 3w: Use NS_DECL_THREADSAFE_ISUPPORTS in uriloader/, r=bz
...
--HG--
extra : rebase_source : cad6dd305dc36ca1b4fab141625b1c466980d5f4
2013-07-18 21:24:15 -05:00
Shih-Chiang Chien
cc1f66e57f
Bug 882526 - Remove Gecko support for WBMP. r=joe, r=roc
2013-07-22 22:31:24 -04:00
Birunthan Mohanathas
72915bbb6b
Bug 891334 - Add default MIME type definition for .pdf as 'application/pdf'. r=jdm
2013-07-17 14:34:22 -04:00
Ryan VanderMeulen
3fb3e95c39
Bug 874080 - Add an early return to nsExternalHelperAppService::GetTypeFromExtension when called with an empty extension parameter. r=paolo
2013-07-02 15:49:06 -04:00
Monica Chew
81ddc80be7
Bug 880947 - Make CreateTransfer re-entrant, remove InitializeDownload. r=paolo
2013-06-11 09:07:44 -07:00
Vladan Djeric
0f6111f61d
Bug 881578 - Add JSM to hardcoded extensions/mime type list. r=ehsan
2013-06-10 21:38:52 -04:00
Monica Chew
4f87c915c3
Move execution from nsExternalAppHandler to nsDownload (b=858234, r=paolo)
2013-05-27 18:33:39 -07:00
Ryan VanderMeulen
da93681728
Backed out changeset 019382e24635 (bug 858234) for Linux mochitest-5 leaks.
2013-05-31 16:06:10 -04:00
Monica Chew
33f5532014
Move execution from nsExternalAppHandler to nsDownload (b=858234, r=paolo)
2013-05-27 18:33:39 -07:00
Felipe Gomes
ed5d5b9067
Bug 854299 - Part 1. Split nsExternalAppHandler::SaveToDisk in two parts to make second part async. r=bz sr=roc
2013-04-01 03:07:13 -03:00