[Webkit-unassigned] [Bug 23027] Switch to more portable PlatformGraphicsContext types in WebKit.dll API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 30 10:44:17 PST 2008


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


darin at apple.com changed:

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




------- Comment #2 from darin at apple.com  2008-12-30 10:44 PDT -------
(From update of attachment 26307)
I think there's a misunderstanding here. The whole point of this API is that
it's something you can use without using WebCore-specific types. If you can use
those types, then you can use the WebCore functions directly.

Also, this API is used by Safari, so changing it will break compatibility of
nightly builds with the existing Safari.

I think the whole concept here is flawed. If we change this API we need a way
to keep existing clients compatible. And the use you're putting this API to
could probably be satisfied another way -- if the client has access to
WebCore's platform directory and those headers it can use it directly and
doesn't need this WebKitGraphics.h wrapper.


-- 
Configure bugmail: https://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