This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
gecko-dev
Watch
1
Star
0
Fork
0
You've already forked gecko-dev
mirror of
https://github.com/mozilla/gecko-dev.git
synced
2025-01-15 22:44:13 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
gecko-dev
/
xpcom
/
io
History
beng%bengoodger.com
65ef342f8e
334747, 339893 - desktop application feed readers do not display their app name properly or launch with the specified feed on OSX due to lack of support for a function to get the application bundle name, and a method to invoke an application bundle on OS X with a URL. Add an attribute to nsILocalFileMac called bundleDisplayName to show the application's name, and a method to nsIShellService called openApplicationWithURL which launches an application with a URL parameter appropriately across platforms (nsIProcess on windows and linux, LaunchServices on OS X). Update the client code to use bundleDisplayName, and also the <filefield> binding in preferences to use it too. r=mark sr=darin
2006-06-27 22:38:55 +00:00
..
.cvsignore
…
macDirectoryCopy.c
…
macDirectoryCopy.h
…
Makefile.in
…
nsAppDirectoryServiceDefs.h
moves Firefox-specific microsummary directory definitions to nsBrowserDirectoryProvider
2006-06-12 18:58:37 +00:00
nsAppFileLocationProvider.cpp
Fixing build bustage. WINCE only. r=dougt
2006-06-17 00:14:35 +00:00
nsAppFileLocationProvider.h
…
nsBinaryStream.cpp
Bug 284219: add EnsureStringLength() helper function to nsReadableUtils.h to
2006-06-22 19:07:30 +00:00
nsBinaryStream.h
…
nsDirectoryService.cpp
…
nsDirectoryService.h
…
nsDirectoryServiceDefs.h
…
nsDirectoryServiceUtils.h
…
nsEscape.cpp
…
nsEscape.h
…
nsFastLoadFile.cpp
…
nsFastLoadFile.h
Correct the change to the fast-load version. r/sr=bz
2006-06-15 03:06:30 +00:00
nsFastLoadPtr.h
…
nsFastLoadService.cpp
…
nsFastLoadService.h
…
nsIAsyncInputStream.idl
…
nsIAsyncOutputStream.idl
…
nsIBaseStream.idl
…
nsIBinaryInputStream.idl
…
nsIBinaryOutputStream.idl
…
nsIConverterInputStream.idl
…
nsIConverterOutputStream.idl
…
nsIDirectoryEnumerator.idl
…
nsIDirectoryService.idl
…
nsIFastLoadFileControl.idl
…
nsIFastLoadService.idl
…
nsIFile.idl
…
nsIInputStream.idl
…
nsIInputStreamTee.idl
…
nsILineInputStream.idl
…
nsILocalFile.idl
…
nsILocalFileMac.idl
334747, 339893 - desktop application feed readers do not display their app name properly or launch with the specified feed on OSX due to lack of support for a function to get the application bundle name, and a method to invoke an application bundle on OS X with a URL. Add an attribute to nsILocalFileMac called bundleDisplayName to show the application's name, and a method to nsIShellService called openApplicationWithURL which launches an application with a URL parameter appropriately across platforms (nsIProcess on windows and linux, LaunchServices on OS X). Update the client code to use bundleDisplayName, and also the <filefield> binding in preferences to use it too. r=mark sr=darin
2006-06-27 22:38:55 +00:00
nsILocalFileOS2.idl
[OS/2] Bug 301367: Tag Files with Source URL, p=Rich Walsh, r=me, sr=darin
2006-06-26 20:40:08 +00:00
nsILocalFileWin.idl
…
nsIMultiplexInputStream.idl
…
nsInputStreamTee.cpp
…
nsIObjectInputStream.idl
…
nsIObjectOutputStream.idl
…
nsIObservableInputStream.idl
…
nsIObservableOutputStream.idl
…
nsIOutputStream.idl
…
nsIPipe.idl
…
nsIScriptableInputStream.idl
…
nsISeekableStream.idl
…
nsIStorageStream.idl
…
nsIStreamBufferAccess.idl
…
nsIStringStream.idl
…
nsIUnicharInputStream.idl
…
nsIUnicharLineInputStream.idl
…
nsIUnicharOutputStream.idl
…
nsLinebreakConverter.cpp
…
nsLinebreakConverter.h
…
nsLocalFile.h
…
nsLocalFileCommon.cpp
…
nsLocalFileMac.cpp
…
nsLocalFileMac.h
…
nsLocalFileOS2.cpp
[OS/2] Bug 301367: Tag Files with Source URL, p=Rich Walsh, r=me, sr=darin
2006-06-26 20:40:08 +00:00
nsLocalFileOS2.h
…
nsLocalFileOSX.cpp
334747, 339893 - desktop application feed readers do not display their app name properly or launch with the specified feed on OSX due to lack of support for a function to get the application bundle name, and a method to invoke an application bundle on OS X with a URL. Add an attribute to nsILocalFileMac called bundleDisplayName to show the application's name, and a method to nsIShellService called openApplicationWithURL which launches an application with a URL parameter appropriately across platforms (nsIProcess on windows and linux, LaunchServices on OS X). Update the client code to use bundleDisplayName, and also the <filefield> binding in preferences to use it too. r=mark sr=darin
2006-06-27 22:38:55 +00:00
nsLocalFileOSX.h
…
nsLocalFileUnicode.h
…
nsLocalFileUnix.cpp
…
nsLocalFileUnix.h
…
nsLocalFileWin.cpp
Enable Reveal and Launch for WINCE. r=me, b=342172
2006-06-23 21:38:38 +00:00
nsLocalFileWin.h
…
nsMultiplexInputStream.cpp
…
nsMultiplexInputStream.h
…
nsNativeCharsetUtils.cpp
Bug 284219: add EnsureStringLength() helper function to nsReadableUtils.h to
2006-06-22 19:07:30 +00:00
nsNativeCharsetUtils.h
…
nsPipe3.cpp
…
nsPipe.h
…
nsScriptableInputStream.cpp
…
nsScriptableInputStream.h
…
nsSegmentedBuffer.cpp
…
nsSegmentedBuffer.h
…
nsStorageStream.cpp
…
nsStorageStream.h
…
nsStreamUtils.cpp
…
nsStreamUtils.h
…
nsStringIO.h
…
nsStringStream.cpp
…
nsStringStream.h
…
nsUnicharInputStream.cpp
…
nsWinAPIs.cpp
…
nsWinAPIs.h
…
SpecialSystemDirectory.cpp
…
SpecialSystemDirectory.h
…