Closed
Bug 751955
Opened 13 years ago
Closed 13 years ago
Lion fullscreen check should be more versatile
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
Firefox 15
People
(Reporter: zpao, Assigned: zpao)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.10 KB,
patch
|
dao
:
review+
|
Details | Diff | Splinter Review |
The check that we have in FullScreen.useLionFullScreen is limited to only checking if the user is on Lion. With Mountain Lion coming, that check needs to be expanded.
I think using parseFloat (or even parseInt) on Services.sysinfo.getProperty("version") should be good enough.
10.6.x -> 10.x (Snow Leopard)
10.7.y -> 11.y (Lion)
10.8.z -> 12.z (Mountain Lion)
Assignee | ||
Comment 1•13 years ago
|
||
Updated•13 years ago
|
Attachment #621105 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 15
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
You need to log in
before you can comment on or make changes to this bug.
Description
•