summaryrefslogtreecommitdiffstats
path: root/parser/html/nsHtml5SpeculativeLoad.h
Commit message (Collapse)AuthorAgeLines
* Issue #618 - Don't preload nomodule scripts when modules are enabled (uplift)Gaming4JC2020-09-05-4/+13
|
* Issue #618 - (async, preload) Correctly pass info about async/defer to parser.Moonchild2020-08-30-1/+12
| | | | | | This makes sure we don't block body-referred sub-resources by head-referenced defer and async scripts. This is important for all script loads, not just modules, but is added here because it was run into while implementing modules.
* Introduce a new non-heap-allocated type for holding nsStringBuffer* in the ↵win7-72019-07-05-47/+59
| | | | | | HTML parser. An innerHTML setter profile shows about 10% of the time being spent under nsHtml5HtmlAttributes::clear, mostly deleting nsStrings.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+263