mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 10:22:42 +01:00
b592630d72
Summary: Three changes here. - Add `setActionList()`, and use that to set the action list. - Add `setPropertyList()`, and use that to set the property list. These will let us add some apropriate CSS so we can fix the border issue, and get rid of a bunch of goofy `.x + .y` selectors. - Replace `addContent()` with `appendChild()`. This is just a consistency thing; `AphrontView` already provides `appendChild()`, and `addContent()` did the same thing. Test Plan: - Viewed "All Config". - Viewed a countdown. - Viewed a revision (add comment, change list, table of contents, comment, local commits, open revisions affecting these files, update history). - Viewed Diffusion (browse, change, history, repository, lint). - Viewed Drydock (resource, lease). - Viewed Files. - Viewed Herald. - Viewed Legalpad. - Viewed macro (edit, edit audio, view). - Viewed Maniphest. - Viewed Applications. - Viewed Paste. - Viewed People. - Viewed Phulux. - Viewed Pholio. - Viewed Phame (blog, post). - Viewed Phortune (account, product). - Viewed Ponder (questions, answers, comments). - Viewed Releeph. - Viewed Projects. - Viewed Slowvote. NOTE: Images in Files aren't on a black background anymore -- I assume that's on purpose? NOTE: Some jankiness in Phortune, I'll clean that up when I get back to it. Not related to this diff. Reviewers: chad Reviewed By: chad CC: aran Differential Revision: https://secure.phabricator.com/D7174 |
||
---|---|---|
.. | ||
DifferentialAddCommentView.php | ||
DifferentialChangesetDetailView.php | ||
DifferentialChangesetFileTreeSideNavBuilder.php | ||
DifferentialChangesetListView.php | ||
DifferentialDiffTableOfContentsView.php | ||
DifferentialInlineCommentEditView.php | ||
DifferentialInlineCommentView.php | ||
DifferentialLocalCommitsView.php | ||
DifferentialPrimaryPaneView.php | ||
DifferentialResultsTableView.php | ||
DifferentialRevisionCommentListView.php | ||
DifferentialRevisionCommentView.php | ||
DifferentialRevisionDetailView.php | ||
DifferentialRevisionListView.php | ||
DifferentialRevisionStatsView.php | ||
DifferentialRevisionUpdateHistoryView.php |