Moonchild
|
5934c74a3f
|
[html parser] Check for integer overflow when computing new buffer sizes.
|
2021-02-25 09:26:39 +08:00 |
|
Matt A. Tobin
|
fe13c5bffc
|
Bug 1375701 - Atomize class attribute value in the parser in the innerHTML case
Tag #1375
|
2020-04-18 07:04:45 +08:00 |
|
win7-7
|
1be77e0f3f
|
Introduce a new non-heap-allocated type for holding nsStringBuffer* in the HTML parser.
An innerHTML setter profile shows about 10% of the time being spent under nsHtml5HtmlAttributes::clear, mostly deleting nsStrings.
|
2019-07-08 20:28:54 +08:00 |
|
win7-7
|
10e41a57b5
|
use memcmp for nsIAtom Equals to improve performance parser/html
issue MoonchildProductions#1113 Use memcmp and not slower string Equals in nsHtml5Portability::localEqualsBuffer
|
2019-05-31 07:19:11 +08:00 |
|
roytam1
|
dcd9973243
|
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
|
2018-01-19 03:59:58 +08:00 |
|