Page MenuHomePhabricator

Filter nonvisible inlines out of changeset inline result set
ClosedPublic

Authored by epriestley on Apr 21 2015, 12:51 PM.
Tags
None
Referenced Files
F13106406: D12488.diff
Sat, Apr 27, 7:59 PM
Unknown Object (File)
Thu, Apr 25, 12:03 AM
Unknown Object (File)
Thu, Apr 11, 8:20 AM
Unknown Object (File)
Thu, Apr 11, 5:10 AM
Unknown Object (File)
Wed, Apr 10, 11:00 AM
Unknown Object (File)
Sun, Mar 31, 11:42 PM
Unknown Object (File)
Mar 24 2024, 7:31 AM
Unknown Object (File)
Mar 7 2024, 11:38 PM
Subscribers

Details

Summary

Ref T7447. After compiling inlines which will appear on the changeset, remove inlines which

Later stages remove these anyway, so it doesn't change anything to keep them around, but we can filter them out here cheaply.

This will also let us drive the Differential timeline view with the same logic a few diffs from now, to improve how it renders inlines. Generalize things a little bit.

Test Plan
  • Made a comment on the left of diff 1.
  • Made diff 2.
  • Viewed diff 2 vs diff 1.
  • Verified old-left comment was filtered out by the new loop.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Filter nonvisible inlines out of changeset inline result set.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Apr 21 2015, 5:28 PM
This revision was automatically updated to reflect the committed changes.