Commits
User selector
Commit History
Commits on Aug 21, 2021
[Cocoa] Single characters don't get shaped in the fast text codepath
Show description for 03cbc4bcommitted
Commits on Jun 2, 2021
Rename RootInlineBox to LegacyRootInlineBox
Show description for afaa48fcommitted
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 Apr 27, 2021
[MathML] Assertion failure in RenderTreeNeedsLayoutChecker
Show description for 1d86954committed
commit-queue@webkit.org
Commits on Apr 2, 2021
Subpixel layout: Switch inlines' baseline positioning from int to LayoutUnit.
Show description for 85b17d7authored andcommitted
Commits on Feb 12, 2021
drawGlyphs() should take a Glyph* and an Advance* instead of a GlyphBuffer
Show description for 3e2f60fcommitted
Commits on Sep 25, 2020
Bug 216702 - Implement the CSS math-style property
Show description for 6760a22authored andcommitted
Commits on Aug 9, 2020
Use references instead of pointers for GlyphBuffer::add()'s Font argument
Show description for 9d7fba9committed
Commits on Jul 19, 2020
Rename Color::transparent to Color::transparentBlack to more clearly state what it is
Show description for 38be9ebcommitted
Sam Weinig
Commits on Jul 18, 2020
Remove final vestigates of SimpleColor
Show description for 7af1934committed
Sam Weinig
Commits on Jun 1, 2020
Extended Color: Replace Color constructors taking numeric values with type specific factory functions
Show description for d4a4859committed
Sam Weinig
Commits on Apr 9, 2020
Remove unnecessary explicit parsing for mo@maxsize value "infinity"
Show description for 21d6639authored andcommitted
Commits on Aug 31, 2019
Fix interpretation of fraction shifts
Show description for 9c39406authored andcommitted
Commits on Jul 22, 2019
Remove some unneeded code in MathOperator
Show description for 26fe89aauthored andcommitted
Commits on Jul 19, 2019
Remove some unneeded code in MathOperator
Show description for 2d22e16authored andcommitted
Commits on Jul 15, 2019
MathML WPT test for RadicalDegreeBottomRaisePercent fails
Show description for 3f48538authored andcommitted
Commits on May 21, 2019
Make lossy LayoutUnit constructors explicit
Show description for 93dca27committed
Commits on Apr 24, 2019
With async scrolling enabled, this MathML test asserts
Show description for 079d23aauthored andcommitted
Commits on Jan 29, 2019
[MathML] Move enum class ScriptType to MathMLScriptsElement.
Show description for fff0addcommitted
Commits on Dec 20, 2018
Use Optional::valueOr() instead of Optional::value_or()
Show description for 5369d4dcommittedwtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from
Show description for 462a669committed
Commits on Nov 23, 2018
Introduce user-defined literal for LayoutUnit
Show description for 7463dd9committed
Commits on Nov 18, 2018
Remove superfluous LayoutUnit initializations
Show description for 7335cd3committed
Commits on Aug 13, 2018
Use a 1-byte enum class for TextDirection
Show description for 2ac4ea3authored andcommitted
Commits on Aug 6, 2018
Use enum classes and OptionSets for PaintPhase and PaintBehavior
Show description for e58ad97committed
Commits on Jun 22, 2018
[WPE][ThreadedRendering] WPE crashes rendering some pieces of text when using ThreadedRendering
Show description for ff4d7fccommitted
Commits on May 25, 2018
Modernize RenderStyleConstants.h - Part 2
Show description for 4e21418authored andcommitted
Commits on Apr 27, 2018
Implement rendering support for the color-filter CSS property
Show description for b28fa15committed
Commits on Feb 15, 2018
[RenderTreeBuilder] Move RenderMathMLFenced::addChild() to RenderTreeBuilder
Show description for fa5e3a3committed
Commits on Jan 29, 2018
Overflow of formulas is hidden for display mathematics
Show description for 891983bauthored andcommitted
Commits on Jan 13, 2018
MathML Lengths should take zoom level into account
Show description for dfc449cauthored andcommitted
Commits on Jan 9, 2018
[RenderTreeBuilder] Move MathML addChild logic to RenderTreeBuilder
Show description for cbbf93dcommitted
Commits on Dec 23, 2017
Add comments and improve code styles for RenderMathMLUnderOver::stretchHorizontalOperatorsAndLayoutChildren() and related functions
Show description for a360a40authored andcommitted
Commits on Dec 20, 2017
Split layout of RenderMathMLRow into smaller steps
Show description for 6357c28authored andcommitted