| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
| |
This is all the manual work for Bug 483155, minus the added functionality to disable SVG and MathML which can be done at any time and are out of scope.
Tag UXP Issue #1344
|
|
|
|
|
|
| |
Manual changes
Tag UXP Issue #1344
|
|
|
|
|
|
|
|
|
|
| |
avoid malloc.
- Removes nsHtml5ReleasableAttributeName
- Adds nsHtml5AttributeEntry.h
- Makes nsHtml5HtmlAttributes no longer gentered.
Tag UXP Issue #1344
|
|
|
|
|
|
|
|
| |
non-interned element name.
Fix build - Remove no longer used ReleaseableElement
Tag UXP Issue #1344
|
|
|
|
|
|
| |
HTML parser.
An innerHTML setter profile shows about 10% of the time being spent under nsHtml5HtmlAttributes::clear, mostly deleting nsStrings.
|
|
|
|
| |
GCC 7 supports the clang option -Wimplicit-fallthrough.
|
|
|