netwerk/base/nsIFileStreams.idl
895c848eca7c5baeacfaf0a666a391b4761dd99d
created 2022-10-12 01:56 +0000
pushed 2022-10-12 09:45 +0000
Jan Varga Jan Varga - Bug 1791723 - Rename FileStream to FileRandomAccessStream; r=necko-reviewers,dom-storage-reviewers,dragana,jesup
df40645f791d0cb16c25d254c6bea3f077370472
created 2022-09-23 05:36 +0000
pushed 2022-09-23 09:30 +0000
Jan Varga Jan Varga - Bug 1791721 - Create a dedicated interface for read write (input output) streams; r=xpcom-reviewers,necko-reviewers,nika,valentin
1d172cf70c685d77ea5a121dee21241baf8b552c
created 2022-09-09 18:22 +0000
pushed 2022-09-09 21:28 +0000
Nika Layzell Nika Layzell - Bug 1348272 - Mark nsIInputStream and nsIOutputStream as builtinclass, r=xpcom-reviewers,necko-reviewers,barret,valentin
a13c2192bc016a7e4f8458b9b946047736b7f5bc
created 2022-09-09 19:21 +0300
pushed 2022-09-09 21:28 +0000
Marian-Vasile Laza Marian-Vasile Laza - Backed out changeset 10ea141649b6 (bug 1348272) for causing mochitest failures on test_domparsing.xhtml. CLOSED TREE
10ea141649b69c4582bf772a669cae922bec4b6a
created 2022-09-09 13:29 +0000
pushed 2022-09-09 21:28 +0000
Nika Layzell Nika Layzell - Bug 1348272 - Mark nsIInputStream and nsIOutputStream as builtinclass, r=xpcom-reviewers,necko-reviewers,barret,valentin
a791379137ac154cd5113d5aa7e208fe5e618f18
created 2020-06-29 11:02 +0000
pushed 2020-06-30 02:09 +0000
Andrea Marchesini Andrea Marchesini - Bug 1648141 - IPCBlobInputStream to RemoteLazyInputStream - part 6 - remoteLazyInputStream, r=smaug,necko-reviewers,dragana
21c88acfbb4dc0e7c3f1cb670bc33982c8ad9fbd
created 2020-06-29 13:59 +0300
pushed 2020-06-30 02:09 +0000
Razvan Maries Razvan Maries - Backed out 8 changesets (bug 1648141) for build bustages on RemoteLazyInputStreamThread.cpp. CLOSED TREE
11dfce46ec1485bfecb2a9c72ea3820e434ee6a9
created 2020-06-29 10:28 +0000
pushed 2020-06-30 02:09 +0000
Andrea Marchesini Andrea Marchesini - Bug 1648141 - IPCBlobInputStream to RemoteLazyInputStream - part 6 - remoteLazyInputStream, r=smaug,necko-reviewers,dragana
c07fc14c5821f15874e781fe57b4908b770a478c
created 2018-05-03 17:03 +0200
pushed 2018-05-03 21:52 +0000
Andrea Marchesini Andrea Marchesini - Bug 1458821 - Rename nsIAsyncFileMetadata.asyncWait to asyncFileMetadataWait, r=smaug
158c54c25ed12700d4524ca8bf2177c9e8d16532
created 2017-10-05 07:41 +0200
pushed 2017-10-06 19:55 +0000
Andrea Marchesini Andrea Marchesini - Bug 1403706 - Remove race conditions in temporary blob - part 4 - Remove DELETE_ON_CLOSE nsIFileInputStream, r=smaug
6777be860609e4149d9ffa73b8dc6f1beadfbd5d
created 2017-09-13 15:29 +0200
pushed 2017-09-14 21:59 +0000
Andrea Marchesini Andrea Marchesini - Bug 1398556 - IPCBlobInputStream should call OnInputStreamReady() on the current thread if ::AsyncWait() is called without passing nsIEventTarget, r=smaug
68008e66e9df81581c20f6d036f86eeaeea2eee4
created 2017-09-13 16:57 +0200
pushed 2017-09-13 21:59 +0000
Sebastian Hengst Sebastian Hengst - Backed out changeset 0140b9418003 (bug 1398556) for asserting at dom/file/ipc/IPCBlobInputStream.cpp:555. r=backout on a CLOSED TREE
0140b94180037fb8a02bdbb19760dc9f566c83e9
created 2017-09-13 15:29 +0200
pushed 2017-09-13 21:59 +0000
Andrea Marchesini Andrea Marchesini - Bug 1398556 - IPCBlobInputStream should call OnInputStreamReady() on the current thread if ::AsyncWait() is called without passing nsIEventTarget, r=smaug
85b18b5a5e439fbf31eeb40f94b22a278836ef82
created 2017-09-08 16:06 +0200
pushed 2017-09-08 20:36 +0000
Andrea Marchesini Andrea Marchesini - Bug 1397627 - nsIAsyncFileMetadata interface, r=asuth
78926e4f66c2187759eeaf5d933c4a5956bd0ce2
created 2017-02-22 09:41 +0100
pushed 2017-02-22 13:33 +0000
Andrea Marchesini Andrea Marchesini - Bug 1339710 - Remove nsIPartialFileInputStream, r=smaug
94e98e7e32276f5e55c452d93e09e8a82101b601
created 2017-02-22 16:19 +0800
pushed 2017-02-22 13:33 +0000
Iris Hsiao Iris Hsiao - Backed out 5 changesets (bug 1339710) for GTest failures in TestSlicedInputStream.StartBiggerThan
c685dca493f56fdb5c4c63405fb3b501b0365518
created 2017-02-22 07:56 +0100
pushed 2017-02-22 13:33 +0000
Andrea Marchesini Andrea Marchesini - Bug 1339710 - Remove nsIPartialFileInputStream, r=smaug
9c24c16f58e17b58d7cbdce3c69a76faec5c571b
created 2016-10-25 21:18 +0200
pushed 2016-10-26 14:54 +0000
Jan Varga Jan Varga - Bug 1311466 - Part 4: Add a C++ only getFileDescriptor() method to nsIFileMetadata interface. All file stream implementations (nsFileInputStream, nsPartialFileInputStream, nsFileOutputStream, nsAtomicFileOutputStream, nsSafeFileOutputStream and nsFileStream) support nsIFileMetadata interface so the new method is available on all these streams. The returned file descriptor can be used for memory mapping of the underlying file. The new method exposes stream's internal member variable, so it should be used carefully; r=froydnj
e3f5398fee0a1108328b2f6a14a7bac486155ffa
created 2015-12-21 17:50 +0100
pushed 2015-12-22 10:47 +0000
Gian-Carlo Pascutto Gian-Carlo Pascutto - Bug 1211090 - Add fallocate support to nsIOutputFileStream and use it. r=froydnj
4ec37503ea6a752baf92e053ede5f0ff7750ff36
created 2015-01-20 03:58 -0500| base
pushed 2015-01-21 13:22 +0000
James Kitchener James Kitchener - Bug 1100184 - Flatten netwerk/base/{public,src}/ directories. r=mcmanus, r=poiru
less more (0) tip