Commits
User selector
Commit History
Commits on Sep 21, 2021
Drop makeRefPtr() and use RefPtr { } directly instead
Show description for fef3d76committed
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 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on Mar 29, 2021
Add a way for internal clients to hit-test for selectable text in user agent shadow roots
Show description for 18bce28committed
Commits on Aug 28, 2020
Remove almost all the remaining uses of live ranges
Show description for 03ef0cacommitted
Commits on Aug 22, 2020
Move node geometry functions from Range to RenderObject
Show description for 9c11a7ecommitted
Commits on Aug 3, 2020
Remove some member functions of Range and many calls to createLiveRange
Show description for 5bc9273committed
Commits on Aug 1, 2020
Remove Range::create and many more uses of live ranges
Show description for c6cccadcommitted
Commits on Jul 30, 2020
Further reduction in the use of live ranges, particularly in headers
Show description for 5d95fb7committed
Commits on Mar 9, 2020
Begin moving off of live ranges for WebKit internals
Show description for 5e63b61committed
Commits on Feb 26, 2020
Make sure a client cannot cause a whole DOM tree to get leaked by simply holding on to a WKBundleNodeHandle
Show description for 97d77b5committedUnreviewed, rolling out r257471.
Show description for 672ccc1committedUnreviewed, rolling out r257389.
Show description for fafae4acommittedUnreviewed, fix debug asserts on the bots after r257389.
Show description for afeb422committedMake sure a client cannot cause a whole DOM tree to get leaked by simply holding on to a WKBundleNodeHandle
Show description for f6e75e4committed
Commits on Aug 27, 2019
Refactor to use VM& instead of VM* at as many places as possible.
Show description for b236c61committed
Mark Lam
Commits on Aug 7, 2019
Allow clients to toggle a text input field between being viewable and having characters hidden while maintaining
Show description for 8e87759authored andcommitted
Commits on Jul 29, 2019
ShareableBitmap::createGraphicsContext() should return nullptr when CGBitmapContextCreateWithData returns nil
Show description for 82da6abcommitted
Commits on Mar 19, 2019
Build cleanly with GCC 9
Show description for 743bc7dcommitted
Commits on Dec 22, 2018
Use Ref<> as much as possible
Show description for d4c5ff5committed
Commits on Dec 20, 2018
wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from
Show description for 462a669committed
Commits on Nov 14, 2018
Use a light scrollbar for transparent web views in dark mode.
Show description for f64f580committed
Commits on Nov 8, 2018
Add experimental support for a `supported-color-schemes` CSS property.
Show description for 863d1a6committed
Commits on Oct 16, 2018
Add <meta name="supported-color-schemes"> to control what color schemes the page supports
Show description for 8fb0106committed
Commits on Oct 8, 2018
Remove WKBundleFileHandleRef
Show description for bc8dfe1committed
Commits on Oct 5, 2018
Expose whether WKWebProcessPlugInNodeHandle is a select element to clients
Show description for 2b58b9aauthored andcommitted
Commits on Aug 31, 2018
Replace OptionSet |= and -= operators with add() and remove() functions
Show description for c0dee1bcommitted
Commits on Aug 22, 2018
Unreviewed, rolling out r235204.
Show description for f92c1abcommitted
David FentonUnreviewed, rolling out r235176.
Show description for 44ea138committed
David FentonUse unified build for WebProcess
Show description for d51fc63committed
Commits on Aug 6, 2018
Use enum classes and OptionSets for PaintPhase and PaintBehavior
Show description for e58ad97committed
Commits on Jul 6, 2018
Rename and flip the meaning of defaultAppearance to be useDarkAppearance.
Show description for 0c2b9d6committed
Commits on Jun 23, 2018
Corner of two scroll bars is white with dark mode enabled.
Show description for 552e94dcommitted
Commits on May 9, 2018
[Cocoa] Some fields are not identified as [WKWebProcessPlugInNodeHandle isTextField]
Show description for 9334958authored andcommitted