summaryrefslogtreecommitdiffstats
path: root/netwerk/base/nsIncrementalStreamLoader.h
Commit message (Collapse)AuthorAgeLines
* [netwerk] Make nsIncrementalStreamLoader's GetNumBytesRead threadsafe.Moonchild2020-10-24-2/+3
| | | | | | | This prevents a potential race and simplifies the code a bit by keeping the bytes read separate instead of using mData, which is modified from another thread from OnDataAvailable. Relaxed atomics are fine for these, since they don't guard any memory.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+54