summaryrefslogtreecommitdiff
path: root/dom/base/FileReader.cpp
Commit message (Collapse)AuthorAge
* Bug 1650214 - Cancel progress timer when shutting down FileReaderYaron Tausky2022-04-08
| | | | | | Not canceling the timer when run in a worker could lead to the timer firing after the primary worker runnable finished running, leading to an assertion failure in cycle collector code.
* Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-09-23
| | | | | | Since these are just interpreted comments, there's 0 impact on actual code. This removes all lines that match /* vim: set(.*)tw=80: */ with S&R -- there are a few others scattered around which will be removed manually in a second part.
* Avoid unnecessary string creation.wolfbeast2018-02-07
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02