Bug 1341637 - Stylo: Add support for "font-family: -moz-fixed" r?Manishearth draft
authorNazım Can Altınova <canaltinova@gmail.com>
Sat, 11 Mar 2017 23:39:25 +0300
changeset 497169 3c59775a7a26c49dcd71ac7cf4e2ca3cb367efc6
parent 496621 9b0f116a58d6adb6934f50bcf220cc3ca4343d60
child 548809 7d1cedf5e6dcedee5c430b2ddf68261793125b92
push id48809
push userbmo:canaltinova@gmail.com
push dateSat, 11 Mar 2017 21:54:22 +0000
reviewersManishearth
bugs1341637
milestone55.0a1
Bug 1341637 - Stylo: Add support for "font-family: -moz-fixed" r?Manishearth MozReview-Commit-ID: DerVFgPk0jw
dom/base/nsGkAtomList.h
--- a/dom/base/nsGkAtomList.h
+++ b/dom/base/nsGkAtomList.h
@@ -2209,16 +2209,17 @@ GK_ATOM(IMETxnName, "IME")
 GK_ATOM(DeleteTxnName, "Deleting")
 
 // Font families
 GK_ATOM(serif, "serif")
 GK_ATOM(sans_serif, "sans-serif")
 GK_ATOM(cursive, "cursive")
 GK_ATOM(fantasy, "fantasy")
 GK_ATOM(monospace, "monospace")
+GK_ATOM(mozfixed, "-moz-fixed")
 
 // IPC stuff
 GK_ATOM(Remote, "remote")
 GK_ATOM(RemoteId, "_remote_id")
 GK_ATOM(RemoteType, "remoteType")
 GK_ATOM(DisplayPort, "_displayport")
 GK_ATOM(DisplayPortMargins, "_displayportmargins")
 GK_ATOM(DisplayPortBase, "_displayportbase")