Hello everyone,
I spent most of the week working on the texture mapper drawing code. I spent a lot of time tweaking the options (each change requires a complete build of Web+, so this added up to a lot of time…), and today I got the texture mapper to display something in a BWindow. Things are far from usable yet, however. The screen is not always refreshed, so the pages often show all white until you scroll or resize the window to force it to refresh. Scrollbars aren’t visible anymore (in this mode they are supposed to be handled by the “client”, that is, we will have to draw native scrollbars instead of using WebKit faked ones) ; scrolling doesn’t really work (only the part of the page that was initially visible is properly rendered) ; and things are very crashy.
This is a companion discussion topic for the original entry at https://www.haiku-os.org/blog/pulkomandy/2014-05-16_webkit_weekly_report_32/