[Webkit-unassigned] [Bug 31825] [Android] Android is missing implementation of SSL Key generator functions.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 24 10:16:00 PST 2009


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





--- Comment #4 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2009-11-24 10:16:00 PST ---
> Bah!  ChromiumBridge was bad enough.  Sad that this model has infected android
> too.  Why wouldn't these be a Client interface hung off of Page?  Or why do
> these need to be implemented in WebKit at all instead of a library which
> WebCore could directly link to?

Andrei is trying to move the Android port to match the same model as Chromium
so that we can share the WebKit API.  In that world, the methods contained by
ChromiumBridge correspond to WebKitClient method.  It seems to me of little
value to introduce an intermediate Client interface hung off of Page for this. 
The value of ChromiumBridge (or PlatformBridge) is that it provides a grouping
for these methods.  I don't understand you want more layers here.

Andrei and I discussed renaming ChromiumBridge to PlatformBridge.  I would
personally prefer to see that change happen first.

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