Commits
User selector
Commit History
Commits on Sep 21, 2021
Remove XSS Auditor: Part 2 (Remove engine support)
Show description for 17441b2committed
Commits on Aug 9, 2021
Increase inline size of HTMLToken::Attribute::value
Show description for cef7501committed
Commits on Jul 27, 2021
Unreviewed, speculative revert of r280193
Show description for 8c35105committed
Commits on Jul 22, 2021
Micro-optimize innerHTML
Show description for 609bedecommitted
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Oct 31, 2016
Use #pragma once in WebCore
Show description for fb52ed4authored andcommitted
Commits on Oct 25, 2016
REGRESSION (r178265): XSS Auditor fails to block document.write() of incomplete tag
Show description for 58fe33ccommitted
Commits on Apr 19, 2016
Mark more classes as WTF_MAKE_FAST_ALLOCATED
Show description for bfdba78committed
Commits on Jan 2, 2016
Replace WTF::move with WTFMove
Show description for 0e4fd6fcommitted
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
[Win] Unreviewed build fix after r177952.
Show description for 246f44bcommittedModernize and streamline HTMLToken and AtomicHTMLToken
Show description for 5def055committed
Commits on Jan 1, 2015
We often misspell identifier as "identifer"
Show description for 45a5439committed
Commits on Jul 3, 2014
Add WTF::move()
Show description for 48a7ae3committed
Commits on Mar 22, 2014
Remove String::deprecatedCharacters
Show description for 853cc3bcommitted
Commits on Mar 16, 2014
Remove OwnPtr.h, PassOwnPtr.h header inclusions in Source/WebCore/html/parser/ code
Show description for 5aabac0committed
Commits on Feb 17, 2014
Remove view source code
Show description for 2473ccacommitted
Anders Carlsson
Commits on Jan 18, 2014
Modernize HTML parser code
Show description for e708314committed
Anders Carlsson
Commits on Sep 17, 2013
Stop explicitly using PassOwnPtr in WebCore/html
Show description for 74b99b4committed
Anders Carlsson
Commits on May 29, 2013
Remove the size of DataVector in HTMLToken
Show description for 42fc041committed
Commits on Apr 22, 2013
Remove the memory instrumentation code
Show description for 928913dcommitted
Commits on Mar 2, 2013
Remove two unnecessary mallocs from the main-thread-parser code path
Show description for 6a5e633committed
Commits on Feb 20, 2013
Fix crash in preloading scanning base tags with no href attribute for background parser
Show description for 289138fcommitted
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 14e4881committed
Commits on Feb 11, 2013
Fold MarkupTokenBase into HTMLToken now that it has no other subclasses
Show description for b1e53a3committed
Commits on Jan 23, 2013
HTMLCompactToken needs to include the forceQuirks bool from HTMLToken
Show description for 1aba400committedRemove DocType support from MarkupTokenBase now that NEW_XML is gone
Show description for 77c9ee7committedFix assertions in make8BitFrom16BitSource() with threaded parser
Show description for d4f2065committed
Commits on Jan 22, 2013
AtomicMarkupTokenBase must die
Show description for 3740f6acommitted
Adam Barth
Commits on Jan 17, 2013
Introduce a method to build the tree from a CompactHTMLToken
Show description for 7cc34a3committed
Commits on Jan 12, 2013
Move HTMLTokenTypes to its own file
Show description for 7389dcecommitted