| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|