Commits
User selector
Commit History
Commits on Jan 18, 2020
Make pasteboard markup sanitization more robust
Show description for 09e7c05committed
Commits on Aug 12, 2019
Replace multiparameter overloads of append() in StringBuilder as a first step toward standardizinging on the flexibleAppend() implementation
Show description for 4a9938fcommitted
Sam Weinig
Commits on Jun 17, 2019
Rename AtomicString to AtomString
Show description for 4da2beccommitted
Commits on Apr 3, 2019
HTML Parser: Remove conditional parsing of <noembed> content
Show description for f4911ebcommitted
Commits on Jan 29, 2019
Remove unnecessary `using namespace WTF`s (or at least restrict their scope).
Show description for 4125512committed
Commits on Oct 17, 2017
Change WebCore sources to work with unified source builds
Show description for e822200committed
Commits on Aug 30, 2017
Assertion failure when opening a file with a missing tag closing bracket
Show description for 8da5858authored andcommitted
Commits on Nov 30, 2016
Streamline and speed up tokenizer and segmented string classes
Show description for 1b415bfcommittedUnreviewed, rolling out r209058 and r209074.
Show description for 60a2445committed
Commits on Nov 29, 2016
Streamline and speed up tokenizer and segmented string classes
Show description for 60add63committed
Commits on Jan 12, 2015
Modernize and streamline HTMLTokenizer
Show description for 00aa320committed
Commits on Jan 9, 2015
Unreviewed, rolling out r178154, r178163, and r178164.
Show description for 42b96b9committedModernize and streamline HTMLTokenizer
Show description for 3cd44c3committed
Commits on Jan 6, 2015
Modernize and streamline HTMLToken and AtomicHTMLToken
Show description for 5def055committed
Commits on Mar 14, 2014
Rename DEFINE_STATIC_LOCAL to DEPRECATED_DEFINE_STATIC_LOCAL
Show description for 08f1ec2committed
Commits on Feb 3, 2014
Stop using Unicode.h
Show description for a42b58acommitted
Commits on Jan 18, 2014
Remove the remaining threaded parser code
Show description for 7231272committed
Anders Carlsson
Commits on Nov 5, 2013
[webcore/html] remove extra header includes from cpp files.
Show description for eca14f4authored andcommitted
Commits on May 13, 2013
Stop including UnusedParam.h
Show description for 750031acommitted
Anders Carlsson
Commits on Feb 13, 2013
Fix HTMLToken::Attribute member naming and update callsites to use Vector-based String functions
Show description for 699e952committed
Commits on Feb 12, 2013
Remove HTMLTokenTypes header (and split out AtomicHTMLToken.h from HTMLToken.h)
Show description for 14e4881committedFold HTMLTokenizerState back into HTMLTokenizer now that MarkupTokenizerBase is RFG
Show description for 7c85987committed
Commits on Feb 11, 2013
Fold MarkupTokenizerBase into HTMLTokenizer now that it is the only subclass
Show description for a81db1bcommittedMake WebVTTTokenizer stop inheriting from MarkupTokenizerBase
Show description for 49036e2committedRemove AttributeBase now that NEW_XML is gone
Show description for 387d94ccommitted
Commits on Jan 22, 2013
AtomicMarkupTokenBase must die
Show description for 3740f6acommitted
Adam Barth
Commits on Jan 11, 2013
We should be able to checkpoint and restore the HTMLTokenizer across threads
Show description for 61860cccommitted
Commits on Jan 8, 2013
HTMLTreeBuilder should not depend on Frame
Show description for cdf0cb6committed
Adam Barth
Commits on Dec 20, 2012
Remove slighly confusing "} if" pattern
Show description for 3804635committed
Commits on Nov 9, 2012
Renamed ...InlineMethods.h files to ...Inlines.h.
Show description for 66ac20fcommitted
Mark Lam
Commits on Oct 23, 2012
HTML Parser should produce 8 bit strings for doctype, comment and tagName tokens
Show description for 24046a4committed
Commits on Oct 15, 2012
Update RenderText to use String instead of UChar* for text
Show description for 652c70ecommitted
Commits on Sep 7, 2012
HTMLTokenizer should use the latest EfficientStrings hotness
Show description for 9436c1acommitted
Adam Barth
Commits on Aug 17, 2012
HTML Parser should produce 8bit substrings for inline style and script elements
Show description for e899cddcommitted
Commits on Jul 25, 2012
Remove anonymous namespace and make functions static.
Show description for b4c22d3committed
Kwang Yul Seo