HomePhabricator

Consolidate changeset rendering logic

Description

Consolidate changeset rendering logic

Summary:
Ref T5179. Currently, all the changeset rendering logic is in the "populate" behavior, and a lot of it comes in via configuration and is hard to get at.

Instead, surface an object which can control it, and which other behaviors can access more easily.

In particular, this allows us to add a "Load/Reload" item to the view options menu, which would previously have been very challenging.

Load/Reload isn't useful on its own, but is a step away from "Show whitespace as...", "Highlight as...", "Show tabtops as...", "View Unified", "View Side-By-Side", etc.

Test Plan:

  • Viewed Differential.
  • Viewed Diffusion.
  • Viewed large changesets, clicked "Load".
  • Used "Load" and "Reload" from view options menu.
  • Loaded all changes in a large diff, verified "Load" and TOC clicks take precedence over other content loads.
  • Played with content stability stuff.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T5179

Differential Revision: https://secure.phabricator.com/D9286

Details

Provenance
epriestleyAuthored on
epriestleyPushed on Jun 4 2014, 1:02 AM
Reviewer
btrahan
Differential Revision
D9286: Consolidate changeset rendering logic
Parents
rP4b9765b89672: Implement PhabricatorProjectInterface in Paste
Branches
Unknown
Tags
Unknown
Tasks
T5179: Unearth Differential rendering technical debt

Event Timeline