mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 22:32:51 +00:00
![Masayuki Nakano](/assets/img/avatar_default.png)
Currently, calling nsITableEditor.insertTableCell() does not cause dispatching "input" event since it does not create AutoPlaceholderBatch. Additionally, different from InsertTableRowsWithTransaction() and InsertTableColumnsWithTransaction(), it does not create AutoTopLevelEditSubActionNotifier. Because of those APIs should work similarly, we should make it creates both auto class instances. Differential Revision: https://phabricator.services.mozilla.com/D12248 --HG-- extra : moz-landing-system : lando