[Webkit-unassigned] [Bug 44354] New: Cairo and EFL port shouldn't depend on glib.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 20 14:13:49 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=44354
Summary: Cairo and EFL port shouldn't depend on glib.
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: antognolli at profusion.mobi
CC: hyatt at apple.com, mrobinson at webkit.org
Since the commit http://trac.webkit.org/changeset/65530 these ports now depend on glib. That's because of the specialised reference pointers GRefPtr (that is used for glib stuff) that were added for cairo.
Is it possible to do the same kind of specialised pointer but using just RefPtr? I couldn't find any place in WebCore code that does this. If it's not, could we just avoid using this, or maybe just ifdef the code? I can send a patch for this if necessary.
--
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