gecko-dev/editor/txmgr
Nika Layzell 0316dc51b9 Bug 1790614 - Part 2: Use {ASSERT,ENSURE}_NS_{SUCCEEEDED,FAILED} in gtests, r=ahal,necko-reviewers
These macros will produce better outputs when they fail than these existing
patterns using `ENSURE_TRUE(NS_SUCCEEDED(...))` or similar, so this is a bulk
rewrite of existing tests to use them.

It should also help with discoverability when people base their tests off of
other existing tests.

Differential Revision: https://phabricator.services.mozilla.com/D157214
2022-09-15 14:51:50 +00:00
..
tests Bug 1790614 - Part 2: Use {ASSERT,ENSURE}_NS_{SUCCEEEDED,FAILED} in gtests, r=ahal,necko-reviewers 2022-09-15 14:51:50 +00:00
moz.build Bug 1767876 - part 3: Get rid of nsITransactionListener interface r=m_kato 2022-05-09 12:13:11 +00:00
nsITransaction.idl
nsITransactionManager.idl Bug 1767876 - part 3: Get rid of nsITransactionListener interface r=m_kato 2022-05-09 12:13:11 +00:00
nsTransactionManagerCID.h
TransactionItem.cpp Bug 1767876 - part 3: Get rid of nsITransactionListener interface r=m_kato 2022-05-09 12:13:11 +00:00
TransactionItem.h
TransactionManager.cpp Bug 1767876 - part 3: Get rid of nsITransactionListener interface r=m_kato 2022-05-09 12:13:11 +00:00
TransactionManager.h Bug 1767876 - part 3: Get rid of nsITransactionListener interface r=m_kato 2022-05-09 12:13:11 +00:00
TransactionStack.cpp
TransactionStack.h