Page MenuHomePhabricator

Remove all `device = true` from page construction
ClosedPublic

Authored by epriestley on Jun 23 2014, 5:26 PM.
Tags
None
Referenced Files
F15534969: D9690.id23284.diff
Thu, Apr 24, 2:51 AM
F15523378: D9690.diff
Mon, Apr 21, 1:02 AM
F15466839: D9690.id.diff
Thu, Apr 3, 10:19 AM
F15454760: D9690.id23251.largetrue.diff
Sat, Mar 29, 8:12 PM
F15445014: D9690.id.diff
Thu, Mar 27, 12:18 PM
F15436481: D9690.id23284.diff
Mar 25 2025, 2:31 PM
F15432881: D9690.id.diff
Mar 24 2025, 8:06 PM
F15417339: D9690.id.diff
Mar 20 2025, 4:41 PM

Details

Summary

Fixes T5446. Depends on D9687.

Test Plan

Mostly regexp'd this. Lint doesn't complain.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Remove all `device = true` from page construction.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.

For this, which shows just changed lines:

$ git diff HEAD^ -U0 | grep -v '^diff' | grep -v '^index' | grep -v '^---' | grep -v '^+++' | grep -v '^@@' | sort | uniq -c

This is the output:

 15 +      ));
  1 -            'device' => true,
  1 -          'device' => true,
  2 -        'device'    => true,
 11 -        'device'  => true,
  2 -        'device' => true
 15 -        'device' => true));
166 -        'device' => true,
  • Accidentally removed some false values.
chad edited edge metadata.
This revision is now accepted and ready to land.Jun 23 2014, 8:35 PM
epriestley updated this revision to Diff 23284.

Closed by commit rP46d9bebc8430 (authored by @epriestley).