Page MenuHomePhabricator

[NotebookViewer extension] Move Content::getParserOutput method that don't belong in Content to ContentHandler
Open, LowPublic

Description

We moved Content methods ::getParserOutput and ::fillParserOutput to ContentHandler on core Patch

So we also need to do it with NotebookContent content that extend it in NotebookViewer extension.
The idea is to override method fillParserOutput in NotebookContentHandler and move implementation of NotebookContent::fillParserOutput there.

Event Timeline

Aklapper renamed this task from Move Content::getParserOutput method that don't belong in Content to ContentHandler to [NotebookViewer extension] Move Content::getParserOutput method that don't belong in Content to ContentHandler.Oct 9 2023, 1:30 PM
Aklapper triaged this task as Low priority.