[Webkit-unassigned] [Bug 34527] Improve/maintain Haiku port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 3 08:31:39 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=34527


Stephan Aßmus <superstippi at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #48037|                            |review?
               Flag|                            |




--- Comment #12 from Stephan Aßmus <superstippi at gmx.de>  2010-02-03 08:31:38 PST ---
Created an attachment (id=48037)
 --> (https://bugs.webkit.org/attachment.cgi?id=48037)
HaikuLauncher minimal browser shell

This patch adds an implementation for the Haiku browser shell. There was no
previous implementation checked into the repository, except for the
WebCoreSupport classes. There are minimal changes there, but the important
detail of the HaikuLauncher code is that it uses an offscreen bitmap/view
combination to perform drawing, and that any events which happen in the window
thread are forwarded to a new class WebProcess, which is an event handler in
the main thread. Thus, all calls into WebKit happen on the main thread. Except
for keyboard input, the HaikuLauncher is functional. Some sites result in
"about:blank" to be loaded halfway through loading the site (but without
actually showing an about:blank page). After such an event, the shell becomes
unusable and will soon crash when calling some pure virtual method.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list