..
ipc
Bug 1408333 Get rid of nsIIPCBackgroundChildCreateCallback - part 5 - IPCBlob, r=asuth
2017-10-24 12:02:40 +02:00
tests
Bug 1305230 - Using createUnique when creating test files in fileapi_chromeScript.js, r=me
2017-10-17 13:21:39 +02:00
BaseBlobImpl.cpp
Bug 1404845 - Renaming BlobImpl::GetInternalStream to BlobImpl::CreateInputStream, r=smaug
2017-10-02 13:53:12 +02:00
BaseBlobImpl.h
Bug 1404845 - Renaming BlobImpl::GetInternalStream to BlobImpl::CreateInputStream, r=smaug
2017-10-02 13:53:12 +02:00
Blob.cpp
Bug 1409325 - Update FileReader WebIDL File, r=smaug
2017-10-17 13:41:01 +02:00
Blob.h
Bug 1409325 - Update FileReader WebIDL File, r=smaug
2017-10-17 13:41:01 +02:00
BlobImpl.cpp
Bug 1339871 - Splitting dom/file/File.{h,cpp}, r=smaug
2017-02-16 18:26:38 +01:00
BlobImpl.h
Bug 1404845 - Renaming BlobImpl::GetInternalStream to BlobImpl::CreateInputStream, r=smaug
2017-10-02 13:53:12 +02: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 1404845 - Renaming BlobImpl::GetInternalStream to BlobImpl::CreateInputStream, r=smaug
2017-10-02 13:53:12 +02:00
EmptyBlobImpl.h
Bug 1404845 - Renaming BlobImpl::GetInternalStream to BlobImpl::CreateInputStream, r=smaug
2017-10-02 13:53:12 +02: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 1403771 - SlicedInputStream takes ownership of the underlying stream and it propagates the Close() call, r=smaug
2017-10-05 07:38:48 +02:00
FileBlobImpl.h
Bug 1403706 - Remove race conditions in temporary blob - part 5 - Introducing TemporaryFileBlobImpl, r=smaug
2017-10-05 07:41:42 +02: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 1409394 - Avoid extra buffer copy in FileReader, r=smaug
2017-10-17 20:38:03 +02:00
FileReader.h
Bug 1409325 - Update FileReader WebIDL File, r=smaug
2017-10-17 13:41:01 +02:00
MemoryBlobImpl.cpp
Bug 1404845 - Renaming BlobImpl::GetInternalStream to BlobImpl::CreateInputStream, r=smaug
2017-10-02 13:53:12 +02:00
MemoryBlobImpl.h
Bug 1404845 - Renaming BlobImpl::GetInternalStream to BlobImpl::CreateInputStream, r=smaug
2017-10-02 13:53:12 +02:00
MultipartBlobImpl.cpp
Bug 1404845 - Renaming BlobImpl::GetInternalStream to BlobImpl::CreateInputStream, r=smaug
2017-10-02 13:53:12 +02:00
MultipartBlobImpl.h
Bug 1404845 - Renaming BlobImpl::GetInternalStream to BlobImpl::CreateInputStream, r=smaug
2017-10-02 13:53:12 +02:00
MutableBlobStorage.cpp
Bug 1411257 - No MOZ_CRASH if BackgroundChild::GetOrCreateForCurrentThread() fails - part 3 - MutableBlobStorage, r=asuth
2017-10-25 08:45:52 +02:00
MutableBlobStorage.h
Bug 1411257 - No MOZ_CRASH if BackgroundChild::GetOrCreateForCurrentThread() fails - part 3 - MutableBlobStorage, r=asuth
2017-10-25 08:45:52 +02:00
MutableBlobStreamListener.cpp
Bug 1412125, part 2 - Fix dom/ mode lines. r=qdot
2017-10-26 15:08:41 -07: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 1403771 - SlicedInputStream takes ownership of the underlying stream and it propagates the Close() call, r=smaug
2017-10-05 07:38:48 +02:00
StreamBlobImpl.h
Bug 1403771 - SlicedInputStream takes ownership of the underlying stream and it propagates the Close() call, r=smaug
2017-10-05 07:38:48 +02:00
StringBlobImpl.cpp
Bug 1404845 - Renaming BlobImpl::GetInternalStream to BlobImpl::CreateInputStream, r=smaug
2017-10-02 13:53:12 +02:00
StringBlobImpl.h
Bug 1404845 - Renaming BlobImpl::GetInternalStream to BlobImpl::CreateInputStream, r=smaug
2017-10-02 13:53:12 +02:00
TemporaryFileBlobImpl.cpp
Bug 1403706 - Remove race conditions in temporary blob - part 5 - Introducing TemporaryFileBlobImpl, r=smaug
2017-10-05 07:41:42 +02:00
TemporaryFileBlobImpl.h
Bug 1403706 - Remove race conditions in temporary blob - part 5 - Introducing TemporaryFileBlobImpl, r=smaug
2017-10-05 07:41:42 +02:00
moz.build
Bug 1403706 - Remove race conditions in temporary blob - part 7 - Remove TemporaryBlobImpl, r=smaug
2017-10-05 07:41:43 +02:00
nsHostObjectProtocolHandler.cpp
Bug 1404198: Part 2i - Switch to NS_NewTimer* in dom. r=njn
2017-10-15 23:15:40 -07:00
nsHostObjectProtocolHandler.h
Bug 1358114 - Use IPCBlob in BlobURL, r=smaug
2017-04-24 12:16:49 +02:00
nsHostObjectURI.cpp
Bug 1409598 - Change nsIXPCScriptable::className and nsIClassInfo::{contractID,classDescription} from string to AUTF8String. r=froydnj.
2017-10-18 13:17:26 +11: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