Carsten "Tomcat" Book
bc14e341d4
Backed out changeset 4370dbfde05c (bug 1361443)
2017-05-04 16:39:22 +02:00
Andrea Marchesini
91b93c209a
Bug 1361443 - FileReader should support ReadSegments() not returning the whole size, r=smaug
2017-05-04 14:45:34 +02:00
Andrea Marchesini
b46eb0b57b
Bug 1353629 - PBlob refactoring - part 8 - FileReader should use nsIAsyncInputStream if available, r=smaug
...
Currently FileReader API uses a nsITransport. This is not needed if the
inputStream is a nsIAsyncInputStream already, and IPCBlobInputStream is always
a nsIAsyncInputStream.
Note that, we must create a bufferedStream in order to use ReadSegments in case
the remote inputStream, received by IPCBlobInputStream, is a FileInputStream.
This was not needed with nsITransport.
2017-04-24 12:09:40 +02:00
Andrea Marchesini
94107c0c25
Bug 1344466 - Fix error propagation in FileReader when reading from the inputStream, r=qdot
2017-03-07 08:44:54 +01:00
Andrea Marchesini
9bb3d5ba8d
Bug 1332602 - Propagate JS errors in FileReader, r=smaug
2017-01-24 12:12:15 +01:00
Andrea Marchesini
049e0eb7e8
Bug 1332602 - ArrayBufferObject::create should throw RangeError if the input is bigger than INT32_MAX, r=evilpie
2017-01-20 18:23:33 +01:00
Andrea Marchesini
f20633554c
Bug 1332592 - FileReader should dispatch onerror+onloadend when OOM occurs, r=smaug
2017-01-20 13:45:35 +01:00
Andrea Marchesini
c510de7377
Bug 1332587 - FileReader cannot allocate more than INT32_MAX for an ArrayBuffer, r=smaug
2017-01-20 12:33:18 +01:00
Andrea Marchesini
34627b8ffc
Bug 1331340 - FileReader should not continue when allocation fails, r=bkelly
2017-01-16 17:35:40 +01:00
Andrea Marchesini
0a5ade1332
Bug 1330273 - Add some security checks about the use of the string buffer in FileReader, r=bkelly
2017-01-12 17:45:52 +01:00
Andrea Marchesini
5bf4bde134
Bug 1294533 - FileReader should start reading data only after allocating the buffer, r=bkelly
2017-01-05 17:07:54 +01:00
Andrea Marchesini
26aca41802
Bug 1322979 - Migrating from NS_ASSERTION to MOZ_ASSERT in dom/file, r=qdot
2016-12-13 02:25:37 +01:00
Andrea Marchesini
dad92686f3
Bug 1321530 - FileReader.abort() should not throw, r=smaug
2016-12-02 13:16:59 +00:00
Andrea Marchesini
03a560cb36
Bug 1321525 - FileReader.readAs* should throw if called nested, r=smaug
2016-12-01 18:57:36 +01:00
Sebastian Hengst
ac1f0ecad6
Backed out changeset 8c4dcbaa44b9 (bug 1321525) for failing test_fileapi.html and test_fileReader.html. r=backout on a CLOSED TREE
2016-12-01 17:19:12 +01:00
Andrea Marchesini
73ea91c582
Bug 1321525 - FileReader.readAs* should throw if called nested, r=smaug
2016-12-01 15:57:02 +01:00
Andrea Marchesini
37766315d4
Bug 1321261 - create dom/file for File APIs, r=qdot
2016-12-01 15:12:42 +01:00
Sebastian Hengst
903cc3ec3c
Backed out changeset d3ef6f3e9193 (bug 1321261) for build bustage (calling missing file BlobParent.h from dom/ipc/TabParent.cpp). r=backout on a CLOSED TREE
2016-12-01 12:27:28 +01:00
Andrea Marchesini
4982909415
Bug 1321261 - create dom/file for File APIs, r=qdot
2016-12-01 11:43:18 +01:00
Sebastian Hengst
abf5b533a9
Backed out changeset 806c3d121dd4 (bug 1321261) for timing out in test_fileapi.html, test_mozfiledataurl.html and test_nonascii_blob_url.html on Linux x64 asan and debug. r=backout
2016-12-01 11:05:56 +01:00
Andrea Marchesini
1837b28622
Bug 1321261 - create dom/file for File APIs, r=qdot
2016-12-01 09:21:54 +01:00