Commits
User selector
Commit History
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 21, 2021
Enable mid-layout render tree dump with floating boxes
Show description for 99f888fcommitted
Commits on Apr 18, 2021
Add support for inline-{start/end} values to float & clear properties
Show description for bd51590authored andcommitted
Commits on Apr 8, 2021
OfflineAudioContext objects are leaking
Show description for 73b4046committed
Commits on Feb 21, 2021
Fix the build when TREE_DEBUGGING is enabled in release builds
Show description for 418ca8ecommitted
Commits on Jan 27, 2021
REGRESSION (r268947) Some table elements become blank when scroll-bar is toggled
Show description for 0b942bacommitted
Commits on Jan 26, 2021
Make showRenderTree() dump FloatingObjects
Show description for 2caaf2ccommitted
Commits on Dec 9, 2019
Streamline PODIntervalTree code and remove ValueToString
Show description for d281452committed
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on May 15, 2019
Do not create a shape object outside of the layout context
Show description for 24e0f38committed
Commits on Feb 19, 2019
Continue reducing use of String::format, now focusing on hex: "%p", "%x", etc.
Show description for bd98801committed
Commits on Jan 29, 2019
Remove unnecessary `using namespace WTF`s (or at least restrict their scope).
Show description for 4125512committed
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 26, 2018
Streamline ListHashSet use in floating object code
Show description for 0a318baauthored andcommitted
Commits on Nov 23, 2018
Introduce user-defined literal for LayoutUnit
Show description for 7463dd9committed
Commits on Aug 24, 2018
Allow creating WeakPtrs to const objects
Show description for e585161committed
Commits on Aug 23, 2018
Unreviewed, rolling out r235129.
Show description for 2f07979committed
David Fenton
Commits on Aug 21, 2018
Allow creating WeakPtrs to const objects
Show description for 5a30d79committed
Commits on May 21, 2018
Modernize RenderStyleConstants.h - Part 1
Show description for 6c94cc9authored andcommitted
Commits on Dec 11, 2017
FloatingObjects/FloatingObject classes should hold weak references to renderers
Show description for 5600a30committed
Commits on Oct 19, 2017
Use "= default" to denote default constructor or destructor
Show description for 3882108committed
Commits on Oct 17, 2017
Change WebCore sources to work with unified source builds
Show description for e822200committed
Commits on Sep 20, 2017
FloatingObject should not hold a raw pointer to RootInlineBox.
Show description for e1236f0committed
Commits on Mar 17, 2017
Initial letter does not paginate properly.
Show description for 07afd5dcommitted
David Hyatt
Commits on Jan 10, 2017
ASSERTION FAILED: newLogicalTop >= logicalTop in WebCore::RenderBlockFlow::getClearDelta
Show description for 4f079b0committed
Commits on Dec 24, 2016
RenderBlockFlow::moveFloatsTo does not move floats.
Show description for da6636acommitted
Commits on Oct 18, 2016
Remove CSS_SHAPES feature definition. This should always be on.
Show description for 015f360committed
Commits on Mar 4, 2016
Followup to:
Show description for c8f7a9ccommittedRemove "virtual" from all lines that have both "virtual" and "override".
Show description for d5dc4b7committed
Commits on Jan 31, 2016
Use std::make_unique<> when creating an unique_ptr object.
Show description for f109a6dcommitted
Commits on Jan 2, 2016
Replace WTF::move with WTFMove
Show description for 0e4fd6fcommitted