Commits
User selector
Commit History
Commits on Sep 22, 2021
Reduce use of makeRef() and use Ref { } instead
Show description for 4f53761committed
Commits on Sep 3, 2021
FontFaceSet.check() needs to react to style changes
Show description for e17bf57committed
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 Aug 26, 2021
REGRESSION(r256659): We try to remove fonts from the CSSFontFace which were never added
Show description for 83b62ffcommitted
Commits on Aug 24, 2021
Null check scriptExecutionContext
Show description for 5ceea53authored andcommitted
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 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 12, 2021
ASSERTION FAILED: m_clients.contains(&client) in CSSFontFace::removeClient via CSSSegmentedFontFace::~CSSSegmentedFontFace()
Show description for f6a070acommitted
Commits on Apr 22, 2021
Implement FontFace in Workers for OffscreenCanvas
Show description for 792fde6committed
Chris Lord
Commits on Apr 20, 2021
Don't use the full CSS parser for CSSFontFaceSet
Show description for ac8115dcommitted
Chris Lord
Commits on Apr 15, 2021
Empty value is added in codePointsFromString in CSSFontFaceSet::matchingFacesExcludingPreinstalledFonts
Show description for 5c7b3ddcommitted
Commits on Mar 2, 2021
Remove document accessor on CSSFontSelector
Show description for b0ca38ecommitted
Chris Lord
Commits on Jan 29, 2021
Minor cleanup in CSSFontFaceSetClient
Show description for 818562ccommitted
Commits on Feb 15, 2020
new FontFace() should not throw when failing to parse arguments
Show description for 66b013fauthored andcommitted
Commits on Jan 31, 2020
Ensure non-initial values for CSS Font properties
Show description for 8a944e3authored andcommitted
Commits on Jan 8, 2020
Fix specification violation in Font Loading API
Show description for b74c39bcommitted
Commits on Oct 31, 2019
Rename StyleBuilder to Style::BuilderGenerated
Show description for 492252fcommitted
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Jun 17, 2019
Rename AtomicString to AtomString
Show description for 4da2beccommitted
Commits on Apr 3, 2019
Documents can be destroyed before their CSSFontFaceSet is destroyed
Show description for 17151e7committed
Commits on Mar 19, 2019
Build cleanly with GCC 9
Show description for 743bc7dcommitted
Commits on Nov 15, 2018
Remove fonts from CSSFontFaceSet safely
Show description for 44e0851committed
Commits on Jul 18, 2018
[Web Animations] Interpolation between font-styles with a keyword value should be discrete
Show description for 6826ec4committed
Commits on Jul 3, 2018
[Cocoa] Google Fonts doesn't work if the user has the requested font locally-installed
Show description for fd5d763committed
Commits on Dec 20, 2017
Refactor user-installed font setting for clarity
Show description for 1570de8committed
Commits on Dec 7, 2017
[Cocoa] Add SPI to disallow user-installed fonts
Show description for 366ded3committed
Commits on Dec 1, 2017
Free FontFaceSets may include fonts that were never actually added to them
Show description for 0fa0c11committed
Commits on Nov 2, 2017
Let is<T>() accept RefPtrs
Show description for 0dbe647committed
Jiewen Tan
Commits on Oct 18, 2017
Use LazyNeverDestroyed instead of DEFINE_GLOBAL for WebKitFontFamilyNames
Show description for 78c989fauthored andcommitted
Commits on Oct 5, 2017
Implement font-display loading behaviors
Show description for dd9a069committed
Commits on Jul 25, 2017
ExceptionCode enumeration should use modern exception names
Show description for 5f34bdecommitted
Commits on Jul 24, 2017
Make ExceptionCode a proper enumeration
Show description for 8adeaebcommitted
Commits on Jul 5, 2017
Low memory notification shouldn't cause style recalc
Show description for 323c82fcommitted