[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 17:51:09 PST 2008
https://bugs.webkit.org/show_bug.cgi?id=23027
------- Comment #5 from bfulgham at gmail.com 2008-12-30 17:51 PDT -------
(In reply to comment #4)
> For this specific example, I suggest you consider treating these headers as
> Safari-only features and not bother to try to make non-CoreGraphics versions of
> them. There's no general requirement to have these WebKitGraphics.h functions
> for general purpose WebKit clients.
I'm not sure I understand what you mean here -- these routines most definitely
are used by clients like WinLauncher.
To not follow the existing WebKit.dll API implies the creation of a whole
parallel API structure for clients that happen to be using the non-CG version
of WebKit.dll. I desperately want to avoid this!
Now, if you are suggesting that header files that make use of CoreGraphics
types be duplicated I could probably live with that, but I don't really want to
have to duplicate the various implementation files that make use of the graphic
primitives declared in these headers.
I'm not sure which you are suggesting: (a) the 'duplicate everything'
approach, or (b) 'duplicate just some headers'.
--
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