[Webkit-unassigned] [Bug 17115] [GTK] Provide asynchonous response mechanism

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 4 23:53:46 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17115


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alp at atoker.com




------- Comment #7 from mrowe at apple.com  2008-02-04 23:53 PDT -------
A few things that came up when discussing this patch with Alp:
* The definition + use of webkit_web_decision_finalize appears to be
unnecessary.
* webkit_web_decision_new should not be part of the API as it would only be
used by WebKit.
* "typedef struct _WebKitWebDecision WebKitWebDecision" and friends should live
on webkitdefines.h alongside other similar typedefs.

Alp also raised the issue of how well a enum-based approach would map to some
language bindings.  One possible alternative could be to have a WebDecision
class with subclasses for each of the types of decisions that would be
requested (eg, WebPolicyDecision) which exposes methods which should be called 
when the decision has been made.


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



More information about the webkit-unassigned mailing list