A patch to remove nsIEditor.numberOfUntoItems and nsIEditor.numberOfRedoItems are now landed:
https://bugzilla.mozilla.org/show_bug.cgi?id=1448780

As far as I've investigated, nobody (including comm-central and bluegriffon) uses these XPCOM methods since those methods exactly equal to nsIEditor.transactionManager.numberOfUntoItems and nsIEditor.transactionManager.numberOfRedoItems.

So, we don't need to keep maintaining these shortcut methods anymore.

--
Masayuki Nakano <masay...@d-toybox.com>
Software Engineer, Mozilla
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to