[Webkit-unassigned] [Bug 42834] Clients for optional features should be passed to Page constructor via structure of pointers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 23 02:29:27 PDT 2010


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





--- Comment #6 from hans at chromium.org  2010-07-23 02:29:27 PST ---
 Bug 42635(In reply to comment #4)
> Created an attachment (id=62353)
 --> (https://bugs.webkit.org/attachment.cgi?id=62353) [details]
> Patch

I think this seems like a good approach. 

This certainly feels like it makes things simpler:
> -        Page(ChromeClient*, ContextMenuClient*, EditorClient*, DragClient*, InspectorClient*, PluginHalterClient*, GeolocationControllerClient*, DeviceOrientationClient*, BackForwardControllerClient*);
> +        Page(ChromeClient*, EditorClient*, PluginHalterClient*, BackForwardControllerClient*, const OptionalClients&);

-- 
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