Lines Matching full:improved

100     (any preceding sibling) and `:nth-of-type` selectors are improved.
326 …would be incorrectly skipped, instead of normalized to a space. Additionally, improved space norma…
545 …* Bugfix [Fuzz]: Improved the speed of parsing when crafted HTML contains hundreds of active forma…
888 …current buffer, those parameters may be incorrectly dropped. (Improved CharacterReader mark/reset …
1045 * Improved performance of Node.addChildren (was quadratic)
1054 …* Improved Node traversal, including less object creation, and partial and filtering traversor sup…
1080 * Improved parse time for pages with exceptionally deeply nested tags.
1092 * Improved selector validation for :contains(...) with unbalanced quotes.
1095 …* Improved the speed of index based CSS selectors and other methods that use elementSiblingIndex, …
1132 …* Improved startup time, particularly on Android, by reducing garbage generation and CPU execution…
1183 …* Improved support for extended HTML entities, including supplemental characters and multiple char…
1198 * Improved performance of class selectors by reducing memory allocation and garbage collection.
1201 …* Improved performance of HTML output by reducing the creation of temporary attribute list iterato…
1396 …* Improved the equals() and hashcode() methods in Node, to consider all their child content, for D…
1399 * Improved performance in Selector when searching multiple roots.
1407 * Improved the performance of Element.text() by 3.2x
1409 * Improved the performance of Element.html() by 1.7x
1411 * Improved file read time by 2x, giving around a 10% speed improvement to file parses.
1471 * Improved HTTP character set detection.
1547 * Improved parse time, now 2.3x faster than previous release, with lower memory consumption.
1702 * Improved "abs:" absolute URL handling in Elements.attr("abs:href") and Node.hasAttr("abs:href").
1815 * Improved malformed table parsing by implementing ignorable end tags.
1856 * Improved implicit table element handling (particularly around thead, tbody, and tfoot).
1858 * Improved HTML output format for empty elements and auto-detected self closing tags
1896 * Improved implicit close tag heuristic detection when parsing malformed HTML
1945 * Improved Elements.attr(String) to find first matching element
1961 * Improved document normalisation.
1962 * Improved HTML string output format (pretty-print)