Commits
User selector
Commit History
Commits on Sep 21, 2021
Remove XSS Auditor: Part 2 (Remove engine support)
Show description for 17441b2committedDrop remaining uses of makeRefPtr() in WebCore/
Show description for 102a6d5committed
Commits on Sep 10, 2021
Use std::not_fn instead of lambda in URLParser
Show description for a7366d3authored andcommitted
Commits on Sep 9, 2021
Improve performance by using StringView, not "const StringView&"
Show description for c064dfccommitted
Commits on Sep 8, 2021
Add a fast path for atomizing strings when parsing HTML
Show description for 86c9335committed
Commits on Aug 13, 2021
Fix bounds checks for WhitespaceCache string lengths
Show description for 76ba148committed
Commits on Aug 9, 2021
Unreviewed, remove WTFLogAlways
Show description for 7698c71committedCache recently atomized all-whitespace strings for use by the HTML parser
Show description for 1a0c3ebcommittedIncrease inline size of HTMLToken::Attribute::value
Show description for cef7501committed
Commits on Aug 5, 2021
Document::isLayoutTimerActive should read isLayoutPending
Show description for 15286c3committed
Commits on Jul 27, 2021
Unreviewed, speculative revert of r280193
Show description for 8c35105committed
Commits on Jul 22, 2021
Rename AtomicHTMLToken to AtomHTMLToken
Show description for c2a63accommittedMicro-optimize innerHTML
Show description for 609bedecommitted
Commits on Jun 29, 2021
Encoding specified in the 'charset' attribute should have precedence over 'content' attribute
Show description for 87f72d4authored andcommitted
Commits on Jun 11, 2021
Use HTMLDimension to parse different HTML attribute length values
Show description for 158094acommitted
Commits on Jun 10, 2021
Aspect ratio from width and height attribute is not compatible to string with invalid ends
Show description for e87caf6committed
Commits on Jun 2, 2021
Remove <wtf/Optional.h>
Show description for 786e703committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on May 24, 2021
Remove StringBuilder::appendLiteral
Show description for 4d78e56committed
Commits on May 20, 2021
HTML parser should yield more aggressively
Show description for 5a142aacommitted
Commits on Apr 27, 2021
Associate a picture element with an img only if the img is a direct child.
Show description for 362f753committed
Commits on Apr 15, 2021
Preloaded async scripts should use the same priority as the normally loaded ones
Show description for 85a1a82committed
Commits on Apr 2, 2021
[WTF] Introduce RobinHoodHashTable
Show description for 4fb6881committed
Commits on Feb 10, 2021
Reduce the overhead of HTMLDocumentParser in innerHTML setter
Show description for 585adf3committed
Commits on Dec 17, 2020
Make MixedContentChecker stateless
Show description for c935161authored andcommitted
Commits on Nov 17, 2020
Source/WebCore:
Show description for e274f79committed
Sam Weinig
Commits on Oct 19, 2020
Replace execStateFrom*() functions with globalObject() overloads
Show description for 4762d6ecommitted
Commits on Aug 31, 2020
Many settings in RuntimeEnabledSettings should autogenerated Settings: Part 1
Show description for 204e1becommitted
Sam WeinigUnreviewed, reverting r266350.
Show description for 6125f2fcommitted
Hector LopezConvert runtime flag to setting for lazy image loading
Show description for 3c09485authored andcommitted
Commits on Jul 31, 2020
It would be nice if the predicate taking functions in ParsingUtilities.h didn't require specifying the character type
Show description for 7d5e1a6committed
Sam Weinig
Commits on Jul 3, 2020
Remove support for ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE
Show description for 44c45c6committed
Sam Weinig
Commits on Jun 30, 2020
Convert AppCache manifest parser over to using StringParsingBuffer
Show description for 3d2c445committed
Sam Weinig
Commits on Jun 27, 2020
Convert SVG related parsers over to using StringParsingBuffer
Show description for c9473fccommitted
Sam Weinig