Backed out changeset 8c5b73e6b782 (bug 1024447) for bustage on a CLOSED TREE

This commit is contained in:
Carsten "Tomcat" Book 2014-06-18 12:43:41 +02:00
parent ab4716832e
commit 90f74aea8e
6 changed files with 289 additions and 299 deletions

View File

@ -1013,7 +1013,6 @@ public final class AttributeName
public static final AttributeName FILL_RULE = new AttributeName(ALL_NO_NS, SAME_LOCAL("fill-rule"), ALL_NO_PREFIX, NCNAME_HTML | NCNAME_FOREIGN | NCNAME_LANG);
public static final AttributeName FONTSTYLE = new AttributeName(ALL_NO_NS, SAME_LOCAL("fontstyle"), ALL_NO_PREFIX, NCNAME_HTML | NCNAME_FOREIGN | NCNAME_LANG);
public static final AttributeName FONT_SIZE = new AttributeName(ALL_NO_NS, SAME_LOCAL("font-size"), ALL_NO_PREFIX, NCNAME_HTML | NCNAME_FOREIGN | NCNAME_LANG);
public static final AttributeName KEYSYSTEM = new AttributeName(ALL_NO_NS, SAME_LOCAL("keysystem"), ALL_NO_PREFIX, NCNAME_HTML | NCNAME_FOREIGN | NCNAME_LANG);
public static final AttributeName KEYPOINTS = new AttributeName(ALL_NO_NS, SVG_DIFFERENT("keypoints", "keyPoints"), ALL_NO_PREFIX, NCNAME_HTML | NCNAME_FOREIGN | NCNAME_LANG);
public static final AttributeName HIDEFOCUS = new AttributeName(ALL_NO_NS, SAME_LOCAL("hidefocus"), ALL_NO_PREFIX, NCNAME_HTML | NCNAME_FOREIGN | NCNAME_LANG);
public static final AttributeName ONMESSAGE = new AttributeName(ALL_NO_NS, SAME_LOCAL("onmessage"), ALL_NO_PREFIX, NCNAME_HTML | NCNAME_FOREIGN | NCNAME_LANG);
@ -1597,7 +1596,6 @@ public final class AttributeName
FILL_RULE,
FONTSTYLE,
FONT_SIZE,
KEYSYSTEM,
KEYPOINTS,
HIDEFOCUS,
ONMESSAGE,
@ -2182,7 +2180,6 @@ public final class AttributeName
310252031,
310358241,
310373094,
310833159,
311015256,
313357609,
313683893,

View File

@ -168,6 +168,7 @@ HTML5_ATOM(order, "order")
HTML5_ATOM(other, "other")
HTML5_ATOM(oncut, "oncut")
HTML5_ATOM(nargs, "nargs")
HTML5_ATOM(keysystem, "keysystem")
HTML5_ATOM(media, "media")
HTML5_ATOM(label, "label")
HTML5_ATOM(local, "local")
@ -364,7 +365,6 @@ HTML5_ATOM(filterRes, "filterRes")
HTML5_ATOM(fill_rule, "fill-rule")
HTML5_ATOM(fontstyle, "fontstyle")
HTML5_ATOM(font_size, "font-size")
HTML5_ATOM(keysystem, "keysystem")
HTML5_ATOM(keypoints, "keypoints")
HTML5_ATOM(keyPoints, "keyPoints")
HTML5_ATOM(hidefocus, "hidefocus")

File diff suppressed because one or more lines are too long

View File

@ -388,7 +388,6 @@ class nsHtml5AttributeName
static nsHtml5AttributeName* ATTR_FILL_RULE;
static nsHtml5AttributeName* ATTR_FONTSTYLE;
static nsHtml5AttributeName* ATTR_FONT_SIZE;
static nsHtml5AttributeName* ATTR_KEYSYSTEM;
static nsHtml5AttributeName* ATTR_KEYPOINTS;
static nsHtml5AttributeName* ATTR_HIDEFOCUS;
static nsHtml5AttributeName* ATTR_ONMESSAGE;

View File

@ -44,7 +44,6 @@
#include "nsHtml5Parser.h"
#include "nsHtml5Atoms.h"
#include "nsHtml5TreeOperation.h"
#include "nsHtml5PendingNotification.h"
#include "nsHtml5StateSnapshot.h"
#include "nsHtml5StackNode.h"
#include "nsHtml5TreeOpExecutor.h"

View File

@ -45,7 +45,6 @@
#include "nsHtml5Parser.h"
#include "nsHtml5Atoms.h"
#include "nsHtml5TreeOperation.h"
#include "nsHtml5PendingNotification.h"
#include "nsHtml5StateSnapshot.h"
#include "nsHtml5StackNode.h"
#include "nsHtml5TreeOpExecutor.h"