GWicke has submitted this change and it was merged. Change subject: Frame -> Scope and option removal ......................................................................
Frame -> Scope and option removal * Renamed Frame to Scope * Added some comments and notes * Pass around the scope on pipeline creation * Create a root scope in the Parsoid object * Replace pipeline / transformer options with scope reference: mainly need to know whether scope > 0. Change-Id: I800599eca9f7166407efa9e08b5d7131a796343c --- M cpp/src/AsyncTokenTransformManager.hpp M cpp/src/CMakeLists.txt D cpp/src/Frame.hpp M cpp/src/InputExpansionPipeline.hpp M cpp/src/OutputPipeline.hpp M cpp/src/Parsoid.cpp M cpp/src/Parsoid.hpp A cpp/src/Scope.cpp A cpp/src/Scope.hpp M cpp/src/SyncTokenTransformManager.hpp M cpp/src/TokenHandler.hpp M cpp/src/TokenTransformManager.hpp 12 files changed, 142 insertions(+), 82 deletions(-) Approvals: GWicke: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/27648 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I800599eca9f7166407efa9e08b5d7131a796343c Gerrit-PatchSet: 5 Gerrit-Project: mediawiki/extensions/Parsoid Gerrit-Branch: master Gerrit-Owner: GWicke <[email protected]> Gerrit-Reviewer: GWicke <[email protected]> Gerrit-Reviewer: Subramanya Sastry <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
