Commits
User selector
Commit History
Commits on Sep 23, 2021
[LFC][IFC] Move Layout::Run under InlineDisplay and rename it to Box
Show description for fb3bed1committed[LFC][IFC] Move LineGeometry under InlineDisplay namespace
Show description for 41ba459committed
Commits on Sep 21, 2021
Unreviewed, reverting r282768.
Show description for bf51538committed
Eric Hutchison
Commits on Sep 20, 2021
box-shadow and text-shadow do not yield float values while interpolating
Show description for 97d90d9committed
Commits on Sep 2, 2021
[LFC][IFC] Do not generate integration runs out of IFC's display runs
Show description for 087aa29committed
Commits on Aug 31, 2021
[LFC][Integration] Make naming more consistent across Layout::Run and Integration::Run structs
Show description for 1e97b65committed
Commits on Aug 30, 2021
[LFC][IFC] Remove unused variables after r281744
Show description for 2cac58fcommitted[LFC][IFC] Move hyphen handling from the integration run to IFC's display run
Show description for 5787076committed
Commits on Aug 29, 2021
[LFC][IFC] Make line runs relative to the formatting root border box.
Show description for 92da10ecommitted
Commits on Aug 20, 2021
[LFC][IFC] LineBox provides redundant geometry information
Show description for 591dc1fcommitted
Commits on Aug 15, 2021
[LFC Display] Make Display::ImageBox a CachedImageClient to get image repaint working
Show description for fdaeefdcommitted[LFC Display] Introduce type-safe rect types for the display tree
Show description for 9f87289committed[LFC Display] Add a Display::Box flag for HasTransfrom
Show description for dbd8284committed
Commits on Jun 2, 2021
Remove <wtf/Optional.h>
Show description for 786e703committed
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 29, 2021
Clients of optional should use has_value instead of relying on hasValue macro
Show description for ddf6645committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on May 26, 2021
Virtualize GraphicsContext
Show description for 1733b8bcommitted
Commits on Apr 18, 2021
Add support for inline-{start/end} values to float & clear properties
Show description for bd51590authored andcommitted
Commits on Feb 12, 2021
enum LengthType -> enum class LengthType
Show description for 374b32ccommitted
Commits on Jan 27, 2021
Revive the build when MALLOC_HEAP_BREAKDOWN is enabled
Show description for 23c57b9committed
Commits on Jan 4, 2021
[LFC Display] Hook up very basic repaint in the display tree
Show description for cbba827committed[LFC Display] Give display boxes a parent pointer
Show description for 1520668committed[LFC Display] Give display boxes a back reference to the tree
Show description for 5f52312committed
Commits on Jan 3, 2021
[LFC Display] Rename Box::Flags to Box::TypeFlags
Show description for 256233ecommitted
Commits on Dec 30, 2020
[LFC Display] Clean up display tree dumping
Show description for 13de65acommitted
Commits on Dec 7, 2020
Non-unified build fixes, early December 2020 edition
Show description for 5946b31committed[LFC Display] Keep track of the painted bounds of StackingItems
Show description for 570f34ecommitted
Commits on Dec 6, 2020
[LFC Display] Move border radii to BoxRareGeometry
Show description for 0d0dab9committed
Commits on Dec 5, 2020
[LFC Display] Store the display tree as a tree of stacking items
Show description for b5a56aacommitted
Commits on Nov 29, 2020
Non-unified build fixes, late November 2020 edition, take three
Show description for c01014bcommitted[LFC Display] Add basic transforms support.
Show description for 2cc43b8committed[LFC Display] Add basic opacity support.
Show description for c814d00committed
Commits on Nov 28, 2020
[LFC Display] Implement basic overflow:hidden clipping
Show description for b081216committed[LFC Display] Fix box locations for positioned elements
Show description for c25a5e3committed