-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Projects Worth Doing
Sam Weinig edited this page Nov 7, 2024
·
4 revisions
List of projects worth doing
- Convert DumpRenderTree to ARC
- Convert WebKitTestRunner to ARC
- Convert TestWebKitAPI to ARC
- Re-write WebIDL bindings generator in a modern scripting language
- Extend https://www.webkit.org/css-status/ to include more information about supported/unsupported features
- Extend https://www.webkit.org/css-status/ to include MDN links
- Find and remove tests that duplicate testing already done in imported WPT tests
- Make WebIDL types use Ref<> (rather than RefPtr<>) for interfaces in dictionaries
- Make WebIDL types use Ref<> (rather than RefPtr<>) for interfaces in unions