gecko-dev/dom/file
ssengupta a9e4714041 Bug 1633880 - P2 - RemoteLazyInputStreamStorage::Get() now returns mozilla::Result<RefPtr<RemoteLazyInputStreamStorage>, nsresult> r=baku
Differential Revision: https://phabricator.services.mozilla.com/D80541
2020-07-03 12:59:19 +00:00
..
ipc Bug 1633880 - P2 - RemoteLazyInputStreamStorage::Get() now returns mozilla::Result<RefPtr<RemoteLazyInputStreamStorage>, nsresult> r=baku 2020-07-03 12:59:19 +00:00
tests Bug 1502403 - FileReader should dispatch loadstart asynchronously, r=smaug,ssengupta 2020-06-09 14:41:14 +00:00
uri Backed out 9 changesets (bug 1619953) for causing leaks. CLOSED TREE 2020-07-02 17:58:57 +03:00
BaseBlobImpl.cpp Bug 1586761 - P4 - Use new methods in dom/file and dom/events; r=baku 2020-03-25 14:14:37 +00:00
BaseBlobImpl.h Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
Blob.cpp Bug 1586761 - P4 - Use new methods in dom/file and dom/events; r=baku 2020-03-25 14:14:37 +00:00
Blob.h Bug 1030481 - Remove nsIMutable, r=smaug 2020-01-07 15:02:00 +00:00
BlobImpl.cpp Bug 1619518 - part 4 - FileBlobImpl inherits BlobImpl directly, r=ssengupta,smaug 2020-03-05 05:48:58 +00:00
BlobImpl.h Bug 1619518 - part 4 - FileBlobImpl inherits BlobImpl directly, r=ssengupta,smaug 2020-03-05 05:48:58 +00:00
BlobSet.cpp
BlobSet.h
EmptyBlobImpl.cpp Bug 1030481 - Remove nsIMutable, r=smaug 2020-01-07 15:02:00 +00:00
EmptyBlobImpl.h Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
File.cpp Bug 1586761 - P4 - Use new methods in dom/file and dom/events; r=baku 2020-03-25 14:14:37 +00:00
File.h Bug 1619518 - part 2 - Better File.lastModified attribute handling, r=ssengupta,ttung,dom-workers-and-storage-reviewers,smaug 2020-03-04 23:10:22 +00:00
FileBlobImpl.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
FileBlobImpl.h Bug 1619518 - part 4 - FileBlobImpl inherits BlobImpl directly, r=ssengupta,smaug 2020-03-05 05:48:58 +00:00
FileCreatorHelper.cpp
FileCreatorHelper.h
FileList.cpp
FileList.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/file. r=smaug 2020-02-20 16:11:24 +00:00
FileReader.cpp Bug 1648010 - Fix uses of NS_LITERAL_STRING with C string literals. r=geckoview-reviewers,agi,froydnj 2020-07-01 08:34:12 +00:00
FileReader.h Bug 1502403 - FileReader should dispatch loadstart asynchronously, r=smaug,ssengupta 2020-06-09 14:41:14 +00:00
FileReaderSync.cpp Bug 1623083 - No recursion in FileReaderSync::SyncRead, r=sg 2020-03-18 09:46:38 +00:00
FileReaderSync.h Bug 1623083 - No recursion in FileReaderSync::SyncRead, r=sg 2020-03-18 09:46:38 +00:00
MemoryBlobImpl.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
MemoryBlobImpl.h Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
MultipartBlobImpl.cpp Bug 1586761 - P4 - Use new methods in dom/file and dom/events; r=baku 2020-03-25 14:14:37 +00:00
MultipartBlobImpl.h Bug 1586761 - P4 - Use new methods in dom/file and dom/events; r=baku 2020-03-25 14:14:37 +00:00
MutableBlobStorage.cpp Bug 1585284 - Use BlobImpl in MutableBlobStorage instead of Blob, r=smaug 2019-10-21 05:33:33 +00:00
MutableBlobStorage.h Bug 1585284 - Use BlobImpl in MutableBlobStorage instead of Blob, r=smaug 2019-10-21 05:33:33 +00:00
MutableBlobStreamListener.cpp Bug 1585284 - Use BlobImpl in MutableBlobStorage instead of Blob, r=smaug 2019-10-21 05:33:33 +00:00
MutableBlobStreamListener.h Bug 1585284 - Use BlobImpl in MutableBlobStorage instead of Blob, r=smaug 2019-10-21 05:33:33 +00:00
StreamBlobImpl.cpp Bug 1620010 - Clean up BlobImplType string propagation, r=ssengupta 2020-03-06 12:08:48 +00:00
StreamBlobImpl.h Bug 1620010 - Clean up BlobImplType string propagation, r=ssengupta 2020-03-06 12:08:48 +00:00
StringBlobImpl.cpp Bug 1620010 - Clean up BlobImplType string propagation, r=ssengupta 2020-03-06 12:08:48 +00:00
StringBlobImpl.h Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
TemporaryFileBlobImpl.cpp Bug 1648141 - IPCBlobInputStream to RemoteLazyInputStream - part 5 - thread, r=smaug 2020-06-29 13:39:01 +00:00
TemporaryFileBlobImpl.h Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
moz.build Bug 1585284 - Use BlobImpl in MutableBlobStorage instead of Blob, r=smaug 2019-10-21 05:33:33 +00:00