Open Bug 1197758 Opened 9 years ago Updated 2 years ago

Remove preprocessing from browser/components/sessionstore/

Categories

(Firefox :: Session Restore, defect)

38 Branch
defect

Tracking

()

People

(Reporter: Gijs, Unassigned)

References

(Blocks 1 open bug)

Details

browser/components/sessionstore/content/aboutSessionRestore.xhtml:# This Source Code Form is subject to the terms of the Mozilla Public
browser/components/sessionstore/content/aboutSessionRestore.xhtml:# License, v. 2.0. If a copy of the MPL was not distributed with this
browser/components/sessionstore/content/aboutSessionRestore.xhtml:# file, You can obtain one at http://mozilla.org/MPL/2.0/.
browser/components/sessionstore/content/aboutSessionRestore.xhtml:#ifdef XP_UNIX
browser/components/sessionstore/content/aboutSessionRestore.xhtml:#else
browser/components/sessionstore/content/aboutSessionRestore.xhtml:#endif

The license header doesn't need to be preprocessed out - it's already in an XHTML comment.

The ifdef XP_UNIX can be removed, and we can either use CSS or JS to hide the relevant bits.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.