mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
Bug 1355479 - Flatten attribute storage in the HTML parser to AutoTArray to avoid malloc.
HTML Regen. Tag UXP Issue #1344
This commit is contained in:
parent
a330217f3f
commit
84ba7ad062
18 changed files with 66 additions and 71 deletions
|
|
@ -48,6 +48,9 @@ HTML5_ATOM(address, "address")
|
|||
HTML5_ATOM(div, "div")
|
||||
HTML5_ATOM(a, "a")
|
||||
HTML5_ATOM(nobr, "nobr")
|
||||
HTML5_ATOM(name, "name")
|
||||
HTML5_ATOM(prompt, "prompt")
|
||||
HTML5_ATOM(action, "action")
|
||||
HTML5_ATOM(input, "input")
|
||||
HTML5_ATOM(option, "option")
|
||||
HTML5_ATOM(ruby, "ruby")
|
||||
|
|
@ -249,7 +252,6 @@ HTML5_ATOM(linebreak, "linebreak")
|
|||
HTML5_ATOM(label, "label")
|
||||
HTML5_ATOM(linethickness, "linethickness")
|
||||
HTML5_ATOM(mode, "mode")
|
||||
HTML5_ATOM(name, "name")
|
||||
HTML5_ATOM(noresize, "noresize")
|
||||
HTML5_ATOM(onbeforeunload, "onbeforeunload")
|
||||
HTML5_ATOM(onrepeat, "onrepeat")
|
||||
|
|
@ -355,7 +357,6 @@ HTML5_ATOM(pathLength, "pathLength")
|
|||
HTML5_ATOM(path, "path")
|
||||
HTML5_ATOM(altimg, "altimg")
|
||||
HTML5_ATOM(actiontype, "actiontype")
|
||||
HTML5_ATOM(action, "action")
|
||||
HTML5_ATOM(active, "active")
|
||||
HTML5_ATOM(additive, "additive")
|
||||
HTML5_ATOM(begin, "begin")
|
||||
|
|
@ -423,7 +424,6 @@ HTML5_ATOM(frameborder, "frameborder")
|
|||
HTML5_ATOM(frame, "frame")
|
||||
HTML5_ATOM(framespacing, "framespacing")
|
||||
HTML5_ATOM(from, "from")
|
||||
HTML5_ATOM(prompt, "prompt")
|
||||
HTML5_ATOM(primitiveunits, "primitiveunits")
|
||||
HTML5_ATOM(primitiveUnits, "primitiveUnits")
|
||||
HTML5_ATOM(symmetric, "symmetric")
|
||||
|
|
@ -713,6 +713,7 @@ HTML5_ATOM(verythinmathspace, "verythinmathspace")
|
|||
HTML5_ATOM(verythickmathspace, "verythickmathspace")
|
||||
HTML5_ATOM(veryverythinmathspace, "veryverythinmathspace")
|
||||
HTML5_ATOM(veryverythickmathspace, "veryverythickmathspace")
|
||||
HTML5_ATOM(isindex, "isindex")
|
||||
HTML5_ATOM(and_, "and")
|
||||
HTML5_ATOM(arg, "arg")
|
||||
HTML5_ATOM(abs, "abs")
|
||||
|
|
@ -1066,7 +1067,6 @@ HTML5_ATOM(fecolormatrix, "fecolormatrix")
|
|||
HTML5_ATOM(feColorMatrix, "feColorMatrix")
|
||||
HTML5_ATOM(feconvolvematrix, "feconvolvematrix")
|
||||
HTML5_ATOM(feConvolveMatrix, "feConvolveMatrix")
|
||||
HTML5_ATOM(isindex, "isindex")
|
||||
HTML5_ATOM(matrix, "matrix")
|
||||
HTML5_ATOM(apply, "apply")
|
||||
HTML5_ATOM(femorphology, "femorphology")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue