mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-11 14:28:42 +00:00
c05dfef653
added nsEditProperty beginning of implementation for SetTextProperties. Currently, it only works if the selection is entirely within a single text node. Currently only supports bold and italic (mapped to ctrl-b and ctrl-i for testing purposes.) changed a bunch of interfaces to make things easier, like CreateElement now returns (as an out-param) the element created.