gecko-dev/dom/file
Subhamoy Sengupta 559d2b59e6 Bug 1624588 - dom/file/ipc sources now also build when not unified r=baku
Differential Revision: https://phabricator.services.mozilla.com/D68142

--HG--
extra : moz-landing-system : lando
2020-03-25 15:28:37 +00:00
..
ipc Bug 1624588 - dom/file/ipc sources now also build when not unified r=baku 2020-03-25 15:28:37 +00:00
tests Bug 1620556 - Automatic code fixes for Prettier 1.19.1 upgrade. r=Standard8,remote-protocol-reviewers,marionette-reviewers,webcompat-reviewers,perftest-reviewers,sparky,whimboo,denschub 2020-03-13 23:38:52 +00:00
uri Backed out 4 changesets (bug 1622042) for causing AddonInstallException: Could not install add-on: c:\users\task_1584560140\appdata\local\temp\tmpbg9_h7.zip: ERROR_FILE_ACCESS: There was an error accessing the filesystem. CLOSED TREE 2020-03-18 22:49:23 +02:00
BaseBlobImpl.cpp Bug 1619518 - part 4 - FileBlobImpl inherits BlobImpl directly, r=ssengupta,smaug 2020-03-05 05:48:58 +00:00
BaseBlobImpl.h Bug 1620010 - Clean up BlobImplType string propagation, r=ssengupta 2020-03-06 12:08:48 +00:00
Blob.cpp Bug 1618744. Use the correct name for the 'EndingType' enum. r=baku 2020-02-28 08:23:01 +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 1620010 - Clean up BlobImplType string propagation, r=ssengupta 2020-03-06 12:08:48 +00:00
File.cpp 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
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 1619518 - part 4 - FileBlobImpl inherits BlobImpl directly, r=ssengupta,smaug 2020-03-05 05:48:58 +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 Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
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 1485319 - P1 - Call to nsTSubstring::GetMutableData removed r=baku 2020-03-03 21:02:19 +00:00
FileReader.h Bug 1599843 - FileReader::OnLoadEnd is infallible. r=baku 2019-11-27 18:45:52 +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 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
MemoryBlobImpl.h Bug 1620010 - Clean up BlobImplType string propagation, r=ssengupta 2020-03-06 12:08:48 +00:00
moz.build Bug 1585284 - Use BlobImpl in MutableBlobStorage instead of Blob, r=smaug 2019-10-21 05:33:33 +00:00
MultipartBlobImpl.cpp 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
MultipartBlobImpl.h Bug 1620010 - Clean up BlobImplType string propagation, r=ssengupta 2020-03-06 12:08:48 +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 1620010 - Clean up BlobImplType string propagation, r=ssengupta 2020-03-06 12:08:48 +00:00
TemporaryFileBlobImpl.cpp Bug 1619518 - part 4 - FileBlobImpl inherits BlobImpl directly, r=ssengupta,smaug 2020-03-05 05:48:58 +00:00
TemporaryFileBlobImpl.h Bug 1620010 - Clean up BlobImplType string propagation, r=ssengupta 2020-03-06 12:08:48 +00:00