..
CocoaFileUtils.h
Bug 571193. Move Mac OS X to UNIX filesystem code shared with Linux. Also fixes bug 506812, bug 528447, bug 530188. r=benwa sr=bsmedberg
2010-07-21 23:25:24 -04:00
CocoaFileUtils.mm
Bug 571193. Move Mac OS X to UNIX filesystem code shared with Linux. Also fixes bug 506812, bug 528447, bug 530188. r=benwa sr=bsmedberg
2010-07-21 23:25:24 -04:00
Makefile.in
Bug 562897 - Add required implementation to open files on Maemo 6. r=dougt
2010-07-30 12:46:20 -07:00
SpecialSystemDirectory.cpp
Bug 561464 - Add support for XPCOM on Android, patch mostly by vlad, r=bsmedberg
2010-06-01 12:02:42 -07:00
SpecialSystemDirectory.h
Stop using FlatCarbon headers on Mac OS X. b=482277 r=bsmedberg
2009-03-19 10:41:13 -07:00
nsAppDirectoryServiceDefs.h
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
2009-01-21 22:55:08 -08:00
nsAppFileLocationProvider.cpp
Allow Gecko to find JavaPlugin2. b=510035 r=smichaud
2009-09-08 17:22:49 -04:00
nsAppFileLocationProvider.h
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
2009-01-21 22:55:08 -08:00
nsBinaryStream.cpp
Bug 568691 part A - register static and binary components using data tables rather than programmatic nsIComponentRegistrar methods. This part contains the important needs-review bits of the change: part B contains the mechanical changes to each module in order to actually get a working build. Part C will contain changes necessary to register JS components from .manifest files
2010-06-10 14:11:11 -04:00
nsBinaryStream.h
Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me
2007-04-23 07:21:53 -07:00
nsDirectoryService.cpp
Address review comments from bug 568691 comment 13/14/17:
2010-06-21 12:46:26 -04:00
nsDirectoryService.h
Bug 568691 part A - register static and binary components using data tables rather than programmatic nsIComponentRegistrar methods. This part contains the important needs-review bits of the change: part B contains the mechanical changes to each module in order to actually get a working build. Part C will contain changes necessary to register JS components from .manifest files
2010-06-10 14:11:11 -04:00
nsDirectoryServiceAtomList.h
Address review comments from bug 568691 comment 13/14/17:
2010-06-21 12:46:26 -04:00
nsDirectoryServiceDefs.h
Address review comments from bug 568691 comment 13/14/17:
2010-06-21 12:46:26 -04:00
nsDirectoryServiceUtils.h
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 00:08:04 -07:00
nsEscape.cpp
Bug 562528 - comparison between signed and unsigned integer expressions in nsEscapeHTML2, r=bsmedberg
2010-04-28 17:58:00 -07:00
nsEscape.h
Remove the v1 string ABI compatibility hacks. Replace references of nsTAString_CharT with nsTSubstring_CharT which is the new base class. r=dbaron
2008-09-19 11:07:22 -04:00
nsFastLoadFile.cpp
Bug 537158: Make fastload more robust r=brendan
2009-12-29 14:04:38 -08:00
nsFastLoadFile.h
Bug 537158: Make fastload more robust r=brendan
2009-12-29 14:04:38 -08:00
nsFastLoadService.cpp
Bug 568691 part A - register static and binary components using data tables rather than programmatic nsIComponentRegistrar methods. This part contains the important needs-review bits of the change: part B contains the mechanical changes to each module in order to actually get a working build. Part C will contain changes necessary to register JS components from .manifest files
2010-06-10 14:11:11 -04:00
nsFastLoadService.h
Bug 568691 part A - register static and binary components using data tables rather than programmatic nsIComponentRegistrar methods. This part contains the important needs-review bits of the change: part B contains the mechanical changes to each module in order to actually get a working build. Part C will contain changes necessary to register JS components from .manifest files
2010-06-10 14:11:11 -04:00
nsIAsyncInputStream.idl
…
nsIAsyncOutputStream.idl
…
nsIBaseStream.idl
…
nsIBinaryInputStream.idl
…
nsIBinaryOutputStream.idl
…
nsIConverterInputStream.idl
…
nsIConverterOutputStream.idl
…
nsIDirectoryEnumerator.idl
Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg
2010-07-02 10:27:06 -04:00
nsIDirectoryService.idl
Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg
2010-07-02 10:27:06 -04:00
nsIFastLoadFileControl.idl
Bug 530505: Rev IID on various interfaces for Gecko 1.9.3 r=bsmedberg
2010-01-23 11:34:08 -05:00
nsIFastLoadService.idl
Bug 412796: Optimize fastload system (mmap fileIO) r=brendan
2009-10-08 10:30:21 -07:00
nsIFile.idl
Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg
2010-07-02 10:27:06 -04:00
nsIIOUtil.idl
Bug 482310. Add a JS api to asynchronously copy data to an output stream. r+sr=bsmedberg.
2009-05-07 15:21:54 -04:00
nsIInputStream.idl
bug 576420 - Fix nsIInputStream::Available documentation. r=bz
2010-07-08 23:32:59 -07:00
nsIInputStreamTee.idl
Bug 513074 - remove sync writes from current cache, r=biesi,michal.novotny sr=bzbarsky
2010-02-23 10:13:18 -08:00
nsILineInputStream.idl
…
nsILocalFile.idl
Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg
2010-07-02 10:27:06 -04:00
nsILocalFileMac.idl
Bug 571193. Move Mac OS X to UNIX filesystem code shared with Linux. Also fixes bug 506812, bug 528447, bug 530188. r=benwa sr=bsmedberg
2010-07-21 23:25:24 -04:00
nsILocalFileOS2.idl
…
nsILocalFileWin.idl
Bug 403014 - Windows "Don't Index" bit set on download files. (r=sdwilsh,dougt)
2009-04-20 20:06:03 -05:00
nsIMultiplexInputStream.idl
Kick the stupid Windows test box.
2007-12-03 19:40:06 -08:00
nsIOUtil.cpp
Bug 482310. Add a JS api to asynchronously copy data to an output stream. r+sr=bsmedberg.
2009-05-07 15:21:54 -04:00
nsIOUtil.h
Bug 482310. Add a JS api to asynchronously copy data to an output stream. r+sr=bsmedberg.
2009-05-07 15:21:54 -04:00
nsIObjectInputStream.idl
…
nsIObjectOutputStream.idl
…
nsIOutputStream.idl
Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg
2010-07-02 10:27:06 -04:00
nsIPipe.idl
Bug 506041 Part 2: Correct misspellings in source code
2010-05-13 14:19:50 +02:00
nsISafeOutputStream.idl
Bug 508605 - NetUtil.asyncCopy does not handle nsISafeOutputStreams correctly
2009-08-06 13:34:46 -07:00
nsIScriptableInputStream.idl
Bug 590654 - Let JavaScript read embedded nulls from input streams
2010-08-27 12:42:51 -07:00
nsISeekableStream.idl
Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg
2010-07-02 10:27:06 -04:00
nsISimpleUnicharStreamFactory.idl
…
nsIStorageStream.idl
…
nsIStreamBufferAccess.idl
Fix some type usage in nsIStreamBufferAccess.idl. b=478687 r=wtc r=bsmedberg
2009-03-24 10:47:02 -07:00
nsIStringStream.idl
Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg
2010-07-02 10:27:06 -04:00
nsIUnicharInputStream.idl
…
nsIUnicharLineInputStream.idl
…
nsIUnicharOutputStream.idl
…
nsInputStreamTee.cpp
Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg
2010-07-05 11:42:18 +02:00
nsLinebreakConverter.cpp
…
nsLinebreakConverter.h
…
nsLocalFile.h
Bug 571193. Move Mac OS X to UNIX filesystem code shared with Linux. Also fixes bug 506812, bug 528447, bug 530188. r=benwa sr=bsmedberg
2010-07-21 23:25:24 -04:00
nsLocalFileCommon.cpp
Bug 551658 - [@ nsIFile::createUnique] crashes with long parent directory names. r=bsmedberg
2010-05-02 10:28:26 +02:00
nsLocalFileOS2.cpp
Bug 576606 - [OS/2] Fix registration follow-up to bug568691 r=dragtext
2010-07-18 11:22:01 +02:00
nsLocalFileOS2.h
Bug 576606 - [OS/2] Fix registration follow-up to bug568691 r=dragtext
2010-07-18 11:22:01 +02:00
nsLocalFileUnicode.h
…
nsLocalFileUnix.cpp
Bug 562897 - Add required implementation to open files on Maemo 6. r=dougt
2010-07-30 12:46:20 -07:00
nsLocalFileUnix.h
Bug 571193. Move Mac OS X to UNIX filesystem code shared with Linux. Also fixes bug 506812, bug 528447, bug 530188. r=benwa sr=bsmedberg
2010-07-21 23:25:24 -04:00
nsLocalFileWin.cpp
Bug 568691 part A - register static and binary components using data tables rather than programmatic nsIComponentRegistrar methods. This part contains the important needs-review bits of the change: part B contains the mechanical changes to each module in order to actually get a working build. Part C will contain changes necessary to register JS components from .manifest files
2010-06-10 14:11:11 -04:00
nsLocalFileWin.h
Bug 568691 part A - register static and binary components using data tables rather than programmatic nsIComponentRegistrar methods. This part contains the important needs-review bits of the change: part B contains the mechanical changes to each module in order to actually get a working build. Part C will contain changes necessary to register JS components from .manifest files
2010-06-10 14:11:11 -04:00
nsMultiplexInputStream.cpp
Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg
2010-07-05 11:42:18 +02:00
nsMultiplexInputStream.h
Bug 568691 part A - register static and binary components using data tables rather than programmatic nsIComponentRegistrar methods. This part contains the important needs-review bits of the change: part B contains the mechanical changes to each module in order to actually get a working build. Part C will contain changes necessary to register JS components from .manifest files
2010-06-10 14:11:11 -04:00
nsNativeCharsetUtils.cpp
Bug 561464 - Add support for XPCOM on Android, patch mostly by vlad, r=bsmedberg
2010-06-01 12:02:42 -07:00
nsNativeCharsetUtils.h
Bug 561464 - Add support for XPCOM on Android, patch mostly by vlad, r=bsmedberg
2010-06-01 12:02:42 -07:00
nsPipe.h
Bug 568691 part A - register static and binary components using data tables rather than programmatic nsIComponentRegistrar methods. This part contains the important needs-review bits of the change: part B contains the mechanical changes to each module in order to actually get a working build. Part C will contain changes necessary to register JS components from .manifest files
2010-06-10 14:11:11 -04:00
nsPipe3.cpp
Bug 568691 part A - register static and binary components using data tables rather than programmatic nsIComponentRegistrar methods. This part contains the important needs-review bits of the change: part B contains the mechanical changes to each module in order to actually get a working build. Part C will contain changes necessary to register JS components from .manifest files
2010-06-10 14:11:11 -04:00
nsScriptableInputStream.cpp
Bug 590654 - Let JavaScript read embedded nulls from input streams
2010-08-27 12:42:51 -07:00
nsScriptableInputStream.h
Bug 568691 part A - register static and binary components using data tables rather than programmatic nsIComponentRegistrar methods. This part contains the important needs-review bits of the change: part B contains the mechanical changes to each module in order to actually get a working build. Part C will contain changes necessary to register JS components from .manifest files
2010-06-10 14:11:11 -04:00
nsSegmentedBuffer.cpp
Bug 457046 - Decide what to do with <TestPipes.cpp> |#if 0|'ed code; Bv1; r=benjamin
2008-10-08 02:27:05 +02:00
nsSegmentedBuffer.h
…
nsStorageStream.cpp
381812 make it possible to get storage input streams for empty streams r=bsmedberg
2007-08-17 13:27:50 -07:00
nsStorageStream.h
…
nsStreamUtils.cpp
Bug 504170 nsAStreamCopier::Process can use sourceCondition, sinkCondition uninitialized if someone cancels the copy early
2009-08-12 11:49:52 +02:00
nsStreamUtils.h
Bug 470716. Make the close-on-completion behavior of nsAsyncStreamCopier configurable. r+sr=bzbarsky.
2009-03-30 15:10:13 -04:00
nsStringStream.cpp
Bug 568691 - Add CID data back to classinfo because it's required for fastload to work correctly.
2010-06-22 12:59:57 -04:00
nsStringStream.h
…
nsUnicharInputStream.cpp
Reject properties files with encoding errors. Bug 397093, r+sr=bsmedberg, a1.9=damons
2008-03-13 12:01:53 -07:00
nsUnicharInputStream.h
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
2009-01-21 22:55:08 -08:00
nsWildCard.cpp
Bug 506041 Part 2: Correct misspellings in source code
2010-05-13 14:19:50 +02:00
nsWildCard.h
Bug 487192: Move both copies of nsWildCard into xpcom. r/sr=bsmedberg
2009-05-13 20:22:54 -07:00