Page MenuHomePhabricator

Roughly modularize document rendering in Files
ClosedPublic

Authored by epriestley on Mar 19 2018, 4:42 PM.
Tags
None
Referenced Files
F13194389: D19237.diff
Sun, May 12, 9:32 PM
Unknown Object (File)
Tue, May 7, 12:07 PM
Unknown Object (File)
Sun, May 5, 5:58 PM
Unknown Object (File)
Mon, Apr 29, 5:59 PM
Unknown Object (File)
Mon, Apr 29, 5:59 PM
Unknown Object (File)
Mon, Apr 29, 5:59 PM
Unknown Object (File)
Thu, Apr 25, 6:32 PM
Unknown Object (File)
Apr 19 2024, 7:33 PM
Subscribers
None
Tokens
"Like" token, awarded by mydeveloperday.

Details

Summary

Ref T13105. This change begins modularizing document rendering. I'm starting in Files since it's the use case with the smallest amount of complexity.

Currently, we hard-coding the inline rendering for images, audio, and video. Instead, use the modular engine pattern to make rendering flexible and extensible.

There aren't any options for switching modes yet and none of the renderers do anything fancy. This API is also probably very unstable.

Test Plan

Viewwed images, audio, video, and other files. Saw reasonable renderings, with "nothing can render this" for any other file type.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable