summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/EditorUtils.h
Commit message (Collapse)AuthorAgeLines
* Bug 1316302 - Part 3: Create EditActionResult class for making the methods ↵Gaming4JC2020-06-27-0/+113
| | | | | | | | | | | | | which return nsresult, handled and canceled with out params In a lot of places, edit action handlers and their helper methods return nsresult and aHandled and aCanceled with out params. However, the out params cause the code complicated since: * it's not unclear if the method will overwrite aHandled and aCanceled value. * callers need to create temporary variable event if some of them are not necessary. This patch rewrites the helper methods of HTMLEditRules::WillDeleteSelection() with it. Tag #1563
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+315