gecko-dev/uriloader/exthandler
Boris Zbarsky 72ada2a91d Bug 835267. Make sure to save our suggested filename before we append a .part to it so that we don't suggest filenames with .part in them. r=gavin.
Another option would be to save it before we createUnique too, and just assume that this name is only used if the user really wants it so it's OK to overwrite files with it.
2013-02-15 22:38:39 -05:00
..
android Bug 834072: Fix build warnings in uriloader/exthandler/android. r=kats 2013-01-24 15:32:37 -08:00
gonk Bug 774599 - Crash when content of unknown MIME type is encountered [r=jlebar] 2012-09-16 09:15:24 -07:00
mac Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg 2012-09-01 22:35:17 -04:00
os2 Bug 792581 - part 18: Replace LL_L2D macro with double cast. r=ehsan 2012-10-12 13:29:11 -04:00
tests Bug 834054: Mark 'uriloader' subdirectories as FAIL_ON_WARNINGS. r=mayhemer 2013-01-24 15:32:39 -08:00
unix bug 798595 - remove useless prmem.h includes r=ehsan 2012-10-04 02:14:06 -04:00
win Bug 797316 - Fix -Werror=conversion-null errors in Windows-only code (uriloader part) r=jlebar 2012-10-04 10:31:06 +02:00
ExternalHelperAppChild.cpp Bug 784912 - nsIStreamListener.onDataAvailable should handle 64-bit offset. r=honza 2012-09-06 11:41:02 +09:00
ExternalHelperAppChild.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
ExternalHelperAppParent.cpp Bug 828958 - audit uses of DeserializeURI r=bent 2013-01-30 14:09:31 -08:00
ExternalHelperAppParent.h Bug 784912 - nsIStreamListener.onDataAvailable should handle 64-bit offset. r=honza 2012-09-06 11:41:02 +09:00
Makefile.in Bug 834054: Mark 'uriloader' subdirectories as FAIL_ON_WARNINGS. r=mayhemer 2013-01-24 15:32:39 -08:00
PExternalHelperApp.ipdl Bug 784912 - nsIStreamListener.onDataAvailable should handle 64-bit offset. r=honza 2012-09-06 11:41:02 +09:00
ipdl.mk Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCExternalHandlerService.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsContentHandlerApp.cpp Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg 2012-09-01 22:35:17 -04:00
nsContentHandlerApp.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsDBusHandlerApp.cpp Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg 2012-09-01 22:35:17 -04:00
nsDBusHandlerApp.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsExternalHelperAppService.cpp Bug 835267. Make sure to save our suggested filename before we append a .part to it so that we don't suggest filenames with .part in them. r=gavin. 2013-02-15 22:38:39 -05:00
nsExternalHelperAppService.h Bug 835267. Make sure to save our suggested filename before we append a .part to it so that we don't suggest filenames with .part in them. r=gavin. 2013-02-15 22:38:39 -05:00
nsExternalProtocolHandler.cpp Bug 536324 part 2 - Change implementers of nsIChannel. r=sworkman 2012-10-22 10:51:07 -07:00
nsExternalProtocolHandler.h Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (uriloader parts); r=bzbarsky 2012-06-12 23:53:09 -04:00
nsHandlerService.js Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-31 09:13:28 -07:00
nsHandlerService.manifest 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. 2010-06-22 12:59:15 -04:00
nsIContentDispatchChooser.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIExternalHelperAppService.idl Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsIExternalProtocolService.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIExternalSharingAppService.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIExternalURLHandlerService.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIHandlerService.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIHelperAppLauncherDialog.idl Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg 2012-06-06 14:08:30 +12:00
nsLocalHandlerApp.cpp Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg 2012-09-01 22:35:17 -04:00
nsLocalHandlerApp.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsMIMEInfoImpl.cpp Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg 2012-09-01 22:35:17 -04:00
nsMIMEInfoImpl.h Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg 2012-06-06 14:08:30 +12:00
nsWebHandlerApp.js Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-31 09:13:28 -07:00
nsWebHandlerApp.manifest 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. 2010-06-22 12:59:15 -04:00