Commits
User selector
Commit History
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 25, 2021
[css-flexbox] Table layout disregards overriding width
Show description for b50a4d9authored andcommitted
Commits on Apr 6, 2021
Fix max-content on tables with percentage cell widths.
Show description for d62b95bcommitted
Commits on Feb 12, 2021
enum LengthType -> enum class LengthType
Show description for 374b32ccommitted
Commits on Dec 19, 2020
width: max-content with box-sizing: border-box should leave space for padding (Twitter date hover overflow)
Show description for 69b1235committed
Commits on Aug 11, 2020
[AutoTableLayout] REGRESSION(r263855) Paypal email is rendered right aligned on Safari
Show description for ace8340committed
Commits on Jul 2, 2020
Overlapping content on earny.co
Show description for e769d9bcommitted
Commits on May 21, 2020
Source/WebCore:
Show description for 50cc987committed
Commits on Nov 18, 2018
Remove superfluous LayoutUnit initializations
Show description for 7335cd3committed
Commits on Jun 25, 2018
AutoTableLayout wastes 52KB of Vector capacity on nytimes.com
Show description for 861eb4dcommitted
Commits on Oct 19, 2017
Use "= default" to denote default constructor or destructor
Show description for 3882108committed
Commits on May 20, 2016
`width: 1%` on nested table cell causes its table to hog horizontal space
Show description for 2c79e3bcommitted
Commits on May 17, 2016
Use RenderChildIterator more for traversing a renderer's children
Show description for 4df5e50committed
Commits on Jan 28, 2016
Unexpected content wrapping at http://email.osh.com/H/2/v100000152474feb8ec7c1a1f4bbe5c7c0/HTML
Show description for bc69eeecommitted
Commits on Oct 27, 2015
Subpixel layout: Convert RenderTable* and AutoTableLayout to use LayoutUnit.
Show description for 13cc7a2committed
Commits on Jun 12, 2015
Unreviewed, rolling out r185512.
Show description for 9cd6331committedUse modern for-loops in WebCore/rendering - 1
Show description for 266d170authored andcommitted
Commits on May 10, 2015
Rename Length::isPercent() and Length::isPercentNotCalculated().
Show description for 77796e3authored andcommitted
Commits on Oct 13, 2014
Use is<>() / downcast<>() for Table render objects
Show description for 3956dfacommitted
Commits on Apr 8, 2014
Fix assertions triggered by CSS calc changes in r166860
Show description for 5e67d2acommitted
Commits on Apr 7, 2014
Source/WebCore: Rework CSS calc logic, fixing some reference count mistakes in Length
Show description for 07726d2committed
Commits on Jan 28, 2014
WebCore: Enable -Wimplicit-fallthrough and add FALLTHROUGH annotation where needed
Show description for 52dddb0committed
Commits on Dec 11, 2013
top and bottom black background line not getting displayed
Show description for 3ec1cd3authored andcommitted
Commits on Nov 10, 2013
Remove all 'std' using directives from WebCore
Show description for 6eee87bcommitted
Anders Carlsson
Commits on Oct 29, 2013
RenderElement::style() should return a reference.
Show description for b70aa30committed
Andreas Kling
Commits on Sep 23, 2013
Remove RenderObjectChildList
Show description for ed450cecommittedUnreviewed, rolling out r156254.
Show description for c3fbbe9committedRemove RenderObjectChildList
Show description for 14f0da3committed
Commits on Aug 25, 2013
RenderObject::document() should return a reference.
Show description for dfdac21committed
Andreas Kling
Commits on Mar 22, 2013
Floor cell widths in AutoTableLayout::recalcColumn
Show description for 7aee452committed
Commits on Feb 22, 2013
Increase the max preferred width of tables to 1000000
Show description for 148e238committedAdd computeInstrinsicLogicalWidths functions to TableLayout subclasses
Show description for 841a871committed
Commits on Feb 21, 2013
AutoTableLayout applies min-width redundantly with RenderTable
Show description for aa859a9committed
Commits on Jan 17, 2013
Table layout does not need to explicitly call computePreferredLogicalWidths
Show description for ad08dafcommitted