Page MenuHomePhabricator

When inlines would disable a file shield in a diff, still apply the shield if all the comments are collapsed
ClosedPublic

Authored by epriestley on Apr 17 2020, 5:32 PM.
Tags
None
Referenced Files
F15437434: D21136.diff
Tue, Mar 25, 7:24 PM
F15411689: D21136.id50333.diff
Wed, Mar 19, 9:32 AM
F15411688: D21136.id50332.diff
Wed, Mar 19, 9:32 AM
F15411687: D21136.id.diff
Wed, Mar 19, 9:32 AM
F15411686: D21136.diff
Wed, Mar 19, 9:32 AM
F15401398: D21136.id50332.diff
Mon, Mar 17, 5:27 PM
F15394100: D21136.id50333.diff
Sat, Mar 15, 11:20 PM
F15394099: D21136.id50332.diff
Sat, Mar 15, 11:20 PM
Subscribers
None

Details

Summary

Ref T13515. We "shield" some changesets, including generated code and intradiffs with no intermediate changes.

These files don't get shielded if they have inline comments.

But, if the viewer has collapsed all the comments, we can shield the file again.

Test Plan
  • Created a change affecting files A and B, with three diffs:
    • Touch A and B.
    • Touch B only.
    • Touch nothing.
  • Added an inline to A and collapsed it.
  • Viewed Diff 1 vs Diff 2:
    • Saw A collapse with a note about inlines.
    • Saw B changes, normally.
  • Viewed Diff 2 vs Diff 3:
    • Saw A collapse with a note about inlines.
    • Saw B collapse normally.
  • Uncollapsed the inline, viewed 1v2 and 2v3, saw A expand in both cases.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Apr 17 2020, 5:52 PM
This revision was automatically updated to reflect the committed changes.