forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1484126 - part 1: Create CellData struct which implements nsITabl…
…eEditor::GetCellDataAt() r=m_kato nsITableEditor::GetCellDataAt() is an XPCOM method but used internally a lot. Additionally, it scatters a lot of variables (including unused) since it takes a lot of out arguments to return. Therefore, this should be implemented as struct and users should refer each member as result. This does not replaces the callers yet since it's too risky if the caller is not tested by automated test. Following patches will replace the method call and each variable step by step. Differential Revision: https://phabricator.services.mozilla.com/D8338 --HG-- extra : moz-landing-system : lando
- Loading branch information
1 parent
e7eda01
commit 08c4b07
Showing
4 changed files
with
445 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.