Commits
User selector
Commit History
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on Sep 25, 2020
Bug 216702 - Implement the CSS math-style property
Show description for 6760a22authored andcommitted
Commits on Jun 17, 2019
Rename AtomicString to AtomString
Show description for 4da2beccommitted
Commits on Dec 20, 2018
wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from
Show description for 462a669committed
Commits on Mar 17, 2018
Put the DOM in IsoHeaps
Show description for 6e5d6fbcommitted
Filip Pizlo
Commits on Nov 27, 2016
[WTF] Import std::optional reference implementation as WTF::Optional
Show description for dd0db06committed
Commits on Aug 24, 2016
More consistent header inclusions in the MathML module
Show description for 6c704e4committed
Commits on Aug 23, 2016
Introduce a MathMLRowElement class for mrow-like elements
Show description for bf4cfefcommitted
Commits on Aug 2, 2016
Use Optional members to store parsed MathML attributes.
Show description for b5a22a0authored andcommitted
Commits on Jul 25, 2016
Move parsing of display, displaystyle and mathvariant attributes into MathML element classes
Show description for 90a0960committed
Commits on Jul 11, 2016
Add support for mathvariants that cannot be emulated via CSS.
Show description for a7ad765committed
Commits on Jul 8, 2016
Implement an internal style property for displaystyle.
Show description for 66cadedcommitted
Commits on Apr 25, 2016
Inline RenderStyle into RenderElement
Show description for 26cd850committed
Commits on Apr 24, 2016
RenderStyle should not be reference counted
Show description for 0544478committed
Commits on Jan 2, 2016
Replace WTF::move with WTFMove
Show description for 0e4fd6fcommitted
Commits on Apr 23, 2015
Create RenderRubyText for <rt> only when the parent renderer is a RenderRuby.
Show description for 690e9b2committed
Commits on Dec 25, 2014
Convert more creator functions to return Ref instead of PassRefPtr.
Show description for 2477ab9committed
Andreas Kling
Commits on Dec 14, 2014
Replace PassRef with Ref/Ref&& across the board.
Show description for af85b89committed
Andreas Kling
Commits on Nov 20, 2014
Remove "document has no sibling rules" optimization.
Show description for c507380committed
Andreas Kling
Commits on Jul 3, 2014
Add WTF::move()
Show description for 48a7ae3committed
Commits on Dec 31, 2013
Element's renderer factory should return RenderPtrs.
Show description for fe86b6acommitted
Andreas Kling
Commits on Oct 27, 2013
Renderers should receive their style at construction.
Show description for 8d7dc4ccommitted
Andreas Kling
Commits on Oct 16, 2013
Take RenderObjects out of the arena.
Show description for 7a4134bcommitted
Andreas Kling
Commits on Oct 14, 2013
Pass Document directly to anonymous renderer constructors.
Show description for da6b09dcommitted
Andreas Kling
Commits on Oct 4, 2013
Node: removedFrom() and insertedInto() should use references.
Show description for 03df149committed
Andreas Kling
Commits on Sep 25, 2013
Tie the life of DocumentStyleSheetCollection and Document together
Show description for 9a36193committed
Commits on Sep 20, 2013
Make createRenderer() return RenderElement
Show description for c299fbacommitted
Commits on Sep 16, 2013
CTTE: Element::createRenderer() should take references
Show description for 76c43eccommitted
Sam Weinig
Commits on Sep 15, 2013
[CTTE] Node subclasses should take a Document by reference in their constructor (Part 7)
Show description for e5ac7b4committed
Sam Weinig
Commits on Aug 30, 2013
Node::document() should return a reference.
Show description for 92f8d05committed
Andreas Kling
Commits on Sep 24, 2012
Split stylesheet related code out from Document
Show description for fb5c71fcommitted
Commits on May 23, 2012
Use ContainerNode instead of Node where possible
Show description for 559c7fccommitted
Commits on Apr 17, 2012
insertedIntoDocument and insertedIntoTree should be unitifed.
Show description for 28f78a0authored andcommitted
Commits on Jan 18, 2011
Source/WebCore: 2011-01-18 Antti Koivisto <antti@apple.com>
Show description for 8e434cccommitted
Commits on Jan 8, 2011
Move WebCore into Source
Show description for 2f22395committed
Adam Barth
Loading