mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 13:58:49 +00:00
2f20100059
This adds helper functions to get specific types of content editors (if possible) through the nsIEditor interface, as opposed to doing manual casting and the ad hoc `GetHTMLEditor()` function. Helper functions are spread out over multiple headers due to the circular dependency issues that would be triggered otherwise.