Commits
User selector
Commit History
Commits on Sep 23, 2021
[Cocoa] Hook up palettes to CoreText
Show description for 21fba53committed
Commits on Sep 22, 2021
Add FontCreationContext
Show description for 8f71282committed
Commits on Sep 1, 2021
document.fonts.size needs to update style so it doesn't return stale values
Show description for 1649bcccommitted
Commits on Jun 4, 2021
Use references in font loading code instead of pointers which can never be null
Show description for b5fa46acommitted
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 22, 2021
Implement FontFace in Workers for OffscreenCanvas
Show description for 792fde6committed
Chris Lord
Commits on Apr 12, 2021
Refactor font loading to make it possible for Worker to implement it
Show description for ed8d107committed
Chris Lord
Commits on Apr 7, 2021
Wasted vector capacity under CSSFontFace::setUnicodeRange()
Show description for f5a0cadcommitted
Commits on Mar 2, 2021
Remove document accessor on CSSFontSelector
Show description for b0ca38ecommitted
Chris Lord
Commits on Mar 1, 2021
CSSFontFace should not need its m_fontSelector data member
Show description for a79eac5committed
Chris Lord
Commits on Feb 18, 2021
Unreviewed, reverting r272849.
Show description for d48ce67committed
Commits on Feb 15, 2021
CSSFontFace should not need its m_fontSelector data member
Show description for 229bb22committed
Chris Lord
Commits on Feb 11, 2021
Remove FontSelector dependence in CSSFontFace when creating a new FontFace wrapper
Show description for c89aaaecommitted
Chris LordRemove another use of FontSelector from within CSSFontFace
Show description for cababa9committed
Commits on Jan 29, 2021
Remove some uses of FontSelector from within CSSFontFace
Show description for b435e75committed
Commits on Nov 17, 2020
Source/WebCore:
Show description for e274f79committed
Sam Weinig
Commits on Oct 3, 2020
[GPU Process] Support drawing text in 2D canvas with font features
Show description for 08512b3committed
Commits on Oct 2, 2020
Unreviewed, reverting r267864.
Show description for efca08dcommitted[GPU Process] Support drawing text in 2D canvas with font features
Show description for bafcffacommitted
Commits on Sep 23, 2020
Remove ENABLE_SVG_FONTS macro
Show description for b244bc0committed
Commits on Feb 29, 2020
Garbage collection prevents FontFace.loaded promise from getting resolved
Show description for 609f319committed
Commits on Feb 28, 2020
Retain cycle between CSSFontSelector -> CSSFontFaceSet -> CSSFontFace -> CSSFontSelector
Show description for fa6b23acommitted
Commits on Feb 15, 2020
new FontFace() should not throw when failing to parse arguments
Show description for 66b013fauthored andcommitted
Commits on Jan 8, 2020
Add support for encoding WebCore::Font over IPC for DisplayList::DrawGlyphs
Show description for d129d47committed
Commits on Jan 3, 2020
Experiment: create lots of different malloc zones for easier accounting of memory use
Show description for bc771eccommitted
Commits on Nov 22, 2019
Remove font-variant @font-face descriptor
Show description for af1a8eecommitted
Commits on Nov 13, 2019
Convert CSSPrimitiveValue::UnitType to an enum class, and cleanup
Show description for 9f19ebccommitted
Commits on Oct 31, 2019
Rename StyleBuilder to Style::BuilderGenerated
Show description for 492252fcommitted
Commits on Oct 22, 2019
[Cocoa] Move ui-serif, ui-monospaced, and ui-rounded out from behind SPI
Show description for 51699e6committed
Commits on Oct 10, 2019
FontFaceSet's ready promise is not always resolved
Show description for 6fecb00committed
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Jul 12, 2019
New York font erroneously gets synthetic bold
Show description for 47e2830committed
Commits on May 29, 2019
WeakPtr breaks vtables when upcasting to base classes
Show description for 0987cf5committedUnreviewed, rolling out r245857.
Show description for 532dfcccommittedWeakPtr breaks vtables when upcasting to base classes
Show description for b0606a8committed