Speakers | |
---|---|
Nikolaus Schaller | |
Schedule | |
Day | Sunday |
Room | AW1.117 |
Start time | 11:30 |
End time | 12:00 |
Duration | 00:30 |
Info | |
Event type | Podium |
Track | GNUstep |
Language | English |
Simple Webkit is a reimplementation of major parts of the WebKit Obj-C API (WebView, WebFrame etc.).
Internally it uses pure Obj-C. This keeps requirements towards the compiler low (there isn't Obj-C++ support for all embedded architectures). Another simplification is that it is completely based on the rendering engine of NSAttributedString and NSTextView instead of having its own. This keeps the code and binaries small for a full (X)HTML 4 compatible WebView (approx. 1 MByte). The presentation describes the internal architecture and the status of CSS and JavaScript integration.