..
ipc
Bug 1359490 - add an event loop spinning abstraction function; r=gerald
2017-05-15 09:34:19 -04:00
tests
Bug 1237868 - Don't set URI_IS_LOCAL_RESOURCE on media streams. r=baku
2017-04-01 15:11:53 -04:00
BaseBlobImpl.cpp
Bug 1339871 - Splitting dom/file/File.{h,cpp}, r=smaug
2017-02-16 18:26:38 +01:00
BaseBlobImpl.h
Bug 1339871 - Splitting dom/file/File.{h,cpp}, r=smaug
2017-02-16 18:26:38 +01:00
Blob.cpp
Bug 1358410 - Gt rid of CX parameter in BlobSet::AppendString(), r=qdot
2017-04-25 22:30:23 +02:00
Blob.h
Bug 1339871 - Splitting dom/file/File.{h,cpp}, r=smaug
2017-02-16 18:26:38 +01:00
BlobImpl.cpp
Bug 1339871 - Splitting dom/file/File.{h,cpp}, r=smaug
2017-02-16 18:26:38 +01:00
BlobImpl.h
Bug 1339871 - Splitting dom/file/File.{h,cpp}, r=smaug
2017-02-16 18:26:38 +01:00
BlobSet.cpp
Bug 1358410 - Gt rid of CX parameter in BlobSet::AppendString(), r=qdot
2017-04-25 22:30:23 +02:00
BlobSet.h
Bug 1358410 - Gt rid of CX parameter in BlobSet::AppendString(), r=qdot
2017-04-25 22:30:23 +02:00
EmptyBlobImpl.cpp
Bug 1339871 - Splitting dom/file/File.{h,cpp}, r=smaug
2017-02-16 18:26:38 +01:00
EmptyBlobImpl.h
Bug 1339871 - Splitting dom/file/File.{h,cpp}, r=smaug
2017-02-16 18:26:38 +01:00
File.cpp
Bug 1358410 - Gt rid of CX parameter in BlobSet::AppendString(), r=qdot
2017-04-25 22:30:23 +02:00
File.h
Bug 1339871 - Splitting dom/file/File.{h,cpp}, r=smaug
2017-02-16 18:26:38 +01:00
FileBlobImpl.cpp
Bug 1341327
- Add assertions to be sure that FileBlobImpls are created on the parent process only, r=smaug
2017-02-23 03:23:51 +01:00
FileBlobImpl.h
Bug 1335539 - Get rid of nsIDOMWindowUtils.wrapDOMFile, r=smaug, r=Gijs
2017-03-03 09:42:54 +01:00
FileCreatorHelper.cpp
Bug 1344957 - Enabling File.createFromNsIFile and File.createFromFileName only for testing and file-content-process, r=ehsan, r=bobowen
2017-03-21 11:11:06 +01:00
FileCreatorHelper.h
Bug 1335539 - Get rid of nsIDOMWindowUtils.wrapDOMFile, r=smaug, r=Gijs
2017-03-03 09:42:54 +01:00
FileList.cpp
Bug 1321261 - create dom/file for File APIs, r=qdot
2016-12-01 15:12:42 +01:00
FileList.h
Bug 1322980 - FileList::FromSupports is not used, r=qdot
2016-12-13 02:26:15 +01:00
FileReader.cpp
Bug 1360807 - FileReaderSync must work with sync inputStream - part 4 - Base64EncodeInputStream needs a sync inputStream, r=smaug
2017-05-09 11:04:49 +02:00
FileReader.h
Bug 1353629 - PBlob refactoring - part 8 - FileReader should use nsIAsyncInputStream if available, r=smaug
2017-04-24 12:09:40 +02:00
MemoryBlobImpl.cpp
Bug 1340921 - Introduce PMemoryStream for having PBlob and Multi-e10s happy - part 5 - Make MemoryBlobImpl::DataOwner cloneable, r=mrbkap
2017-03-29 10:40:39 +02:00
MemoryBlobImpl.h
Bug 1340921 - Introduce PMemoryStream for having PBlob and Multi-e10s happy - part 5 - Make MemoryBlobImpl::DataOwner cloneable, r=mrbkap
2017-03-29 10:40:39 +02:00
MultipartBlobImpl.cpp
Bug 1358410 - Gt rid of CX parameter in BlobSet::AppendString(), r=qdot
2017-04-25 22:30:23 +02:00
MultipartBlobImpl.h
Bug 1358410 - Gt rid of CX parameter in BlobSet::AppendString(), r=qdot
2017-04-25 22:30:23 +02:00
MutableBlobStorage.cpp
Bug 1362944 - Part 1: Accept nsIEventTarget in the CTOR of MutableBlobStorage to support runnable labeling. r=baku
2017-05-09 18:29:46 +08:00
MutableBlobStorage.h
Bug 1362944 - Part 1: Accept nsIEventTarget in the CTOR of MutableBlobStorage to support runnable labeling. r=baku
2017-05-09 18:29:46 +08:00
MutableBlobStreamListener.cpp
Bug 1362944 - Part 1: Accept nsIEventTarget in the CTOR of MutableBlobStorage to support runnable labeling. r=baku
2017-05-09 18:29:46 +08:00
MutableBlobStreamListener.h
Bug 1362944 - Part 1: Accept nsIEventTarget in the CTOR of MutableBlobStorage to support runnable labeling. r=baku
2017-05-09 18:29:46 +08:00
StreamBlobImpl.cpp
Bug 1360340 - IPCBlob must contain isDirectory boolean in order to support Drag&Drop of directories, r=smaug
2017-05-02 16:38:19 +02:00
StreamBlobImpl.h
Bug 1360340 - IPCBlob must contain isDirectory boolean in order to support Drag&Drop of directories, r=smaug
2017-05-02 16:38:19 +02:00
StringBlobImpl.cpp
Bug 1339871 - Splitting dom/file/File.{h,cpp}, r=smaug
2017-02-16 18:26:38 +01:00
StringBlobImpl.h
Bug 1339871 - Splitting dom/file/File.{h,cpp}, r=smaug
2017-02-16 18:26:38 +01:00
TemporaryBlobImpl.cpp
Bug 1339871 - Splitting dom/file/File.{h,cpp}, r=smaug
2017-02-16 18:26:38 +01:00
TemporaryBlobImpl.h
Bug 1339871 - Splitting dom/file/File.{h,cpp}, r=smaug
2017-02-16 18:26:38 +01:00
moz.build
Bug 1237868 - Don't set URI_IS_LOCAL_RESOURCE on media streams. r=baku
2017-04-01 15:11:53 -04:00
nsHostObjectProtocolHandler.cpp
backout of f9abb9c83452 (bug 1319111) for crashes, r=bz
2017-05-13 13:55:11 +02:00
nsHostObjectProtocolHandler.h
Bug 1358114 - Use IPCBlob in BlobURL, r=smaug
2017-04-24 12:16:49 +02:00
nsHostObjectURI.cpp
Bug 1321261 - create dom/file for File APIs, r=qdot
2016-12-01 15:12:42 +01:00
nsHostObjectURI.h
Bug 1321261 - create dom/file for File APIs, r=qdot
2016-12-01 15:12:42 +01:00
nsIDOMBlob.idl
Bug 1321261 - create dom/file for File APIs, r=qdot
2016-12-01 15:12:42 +01:00
nsIDOMFileList.idl
Bug 1321261 - create dom/file for File APIs, r=qdot
2016-12-01 15:12:42 +01:00