WebCore 2.0
A modernization rewrite of WebCore based on the experience of utilizing WebCore 1 and WebCore 2 alphas in production environments for many years.
- A complete rewrite of WebCore from the ground up.
- Features multiple extension interfaces to extend registered view handlers and provide a uniform callback mechanism for extensions.
- Standard usage makes use of no superglobals or "thread locals", instead relying on a context object collaboratively populated by extensions.
- WebCore's former "dialect" system is now dispatch.
The entirety of the WebCore distributed web
package is 665 source lines of code!