gecko-dev/editor/txmgr
Masayuki Nakano 47acd7e8de Bug 1632021 - part 2: Add `nsITransaction::GetAsEditTransactionBase()` r=m_kato
In a lot of places in libeditor, we do nothing if given transaction is not
our edit transaction classes' instance.  Therefore, it's better to have
casting virtual method in `nsITransaction` for performance because QI cost
may not be cheap.

Differential Revision: https://phabricator.services.mozilla.com/D71908
2020-04-23 07:02:16 +00:00
..
tests Bug 1632021 - part 2: Add `nsITransaction::GetAsEditTransactionBase()` r=m_kato 2020-04-23 07:02:16 +00:00
TransactionItem.cpp Bug 1619914 - part 2: Mark transaction class methods and their caller methods as `MOZ_CAN_RUN_SCRIPT r=m_kato 2020-04-03 08:32:01 +00:00
TransactionItem.h Bug 1619914 - part 2: Mark transaction class methods and their caller methods as `MOZ_CAN_RUN_SCRIPT r=m_kato 2020-04-03 08:32:01 +00:00
TransactionManager.cpp Bug 1619914 - part 2: Mark transaction class methods and their caller methods as `MOZ_CAN_RUN_SCRIPT r=m_kato 2020-04-03 08:32:01 +00:00
TransactionManager.h Bug 1619914 - part 2: Mark transaction class methods and their caller methods as `MOZ_CAN_RUN_SCRIPT r=m_kato 2020-04-03 08:32:01 +00:00
TransactionStack.cpp Bug 1620504 - part 13: Clean up warnings in editor/txmgr r=m_kato 2020-03-10 13:59:36 +00:00
TransactionStack.h Bug 1620504 - part 13: Clean up warnings in editor/txmgr r=m_kato 2020-03-10 13:59:36 +00:00
moz.build
nsITransaction.idl Bug 1632021 - part 2: Add `nsITransaction::GetAsEditTransactionBase()` r=m_kato 2020-04-23 07:02:16 +00:00
nsITransactionListener.idl
nsITransactionManager.idl Bug 1619914 - part 2: Mark transaction class methods and their caller methods as `MOZ_CAN_RUN_SCRIPT r=m_kato 2020-04-03 08:32:01 +00:00
nsTransactionManagerCID.h Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00