summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/PlaceholderTransaction.cpp
Commit message (Collapse)AuthorAgeLines
* Bug 1372829 - Part 1: Make mozilla::PlaceholderTransaction inherit ↵Matt A. Tobin2020-04-17-1/+0
| | | | | | mozilla::SupportsWeakPtr instead of nsSupportsWeakReference Tag #1375
* Bug 1337698 - Use UniquePtr instead of nsAutoPtr in editorMatt A. Tobin2020-04-17-15/+8
| | | | | | | | * PlaceholderTransaction should use UniquePtr * HTMLEditor should use UniquePtr * TypeInState should use UniquePtr Tag #1375
* Edit transactions should store their editor instance with strong referencewolfbeast2018-02-07-0/+14
| | | | Edit transactions should store their editor instance with a strong reference, and they should be released when the editor is destroyed.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+270