Closed
Bug 888948
Opened 12 years ago
Closed 12 years ago
Use correct syntax for windows 8 detection
Categories
(Toolkit :: Themes, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jaws, Assigned: Paenglab)
References
Details
Attachments
(1 file)
1.65 KB,
patch
|
jaws
:
review+
|
Details | Diff | Splinter Review |
The patch for bug 855998 used incorrect syntax for checking for the windows 8 in the media queries. See https://hg.mozilla.org/integration/mozilla-inbound/diff/87b5a0591aff/layout/style/test/test_media_queries.html for the correct syntax.
Assignee | ||
Comment 1•12 years ago
|
||
Use -moz-os-version: windows-win8 instead of -moz-windows-version: win8.
Attachment #769711 -
Flags: review?(jaws)
Reporter | ||
Updated•12 years ago
|
Attachment #769711 -
Flags: review?(jaws) → review+
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 2•12 years ago
|
||
Removing checkin-needed because of backout of bug 855998.
Keywords: checkin-needed
Assignee | ||
Comment 3•12 years ago
|
||
I close this bug as worksforme. The patch is no more needed as the updated checked in patch in bug 855998 had this fix already.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•