Page MenuHomePhabricator

Remove all `device = true` from page construction
ClosedPublic

Authored by epriestley on Jun 23 2014, 5:26 PM.
Tags
None
Referenced Files
F19093626: D9690.id23248.diff
Wed, Dec 3, 9:58 PM
F19093625: D9690.id23251.diff
Wed, Dec 3, 9:58 PM
F19093624: D9690.id23284.diff
Wed, Dec 3, 9:58 PM
F18944196: D9690.largetrue.diff
Tue, Nov 11, 3:31 PM
F18933546: D9690.diff
Mon, Nov 10, 11:46 AM
F18813714: D9690.largetrue.diff
Oct 20 2025, 6:45 PM
F18772887: D9690.largetrue.diff
Oct 9 2025, 5:30 AM
F18482284: D9690.largetrue.diff
Sep 3 2025, 3:13 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).