Skip to content

Projects Worth Doing

Sam Weinig edited this page Nov 7, 2024 · 4 revisions

List of projects worth doing

Tools

  • Convert DumpRenderTree to ARC
  • Convert WebKitTestRunner to ARC
  • Convert TestWebKitAPI to ARC

Scripts

  • Re-write WebIDL bindings generator in a modern scripting language

Website

Tests

  • Find and remove tests that duplicate testing already done in imported WPT tests

Code Cleanup

  • Make WebIDL types use Ref<> (rather than RefPtr<>) for interfaces in dictionaries
  • Make WebIDL types use Ref<> (rather than RefPtr<>) for interfaces in unions