[Webkit-unassigned] [Bug 103860] New: [WK2][EFL] Add ewk API for creating a view with legacy behavior
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Dec 2 23:24:42 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=103860
Summary: [WK2][EFL] Add ewk API for creating a view with legacy
behavior
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit EFL
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ktf.kim at samsung.com
CC: demarchi at webkit.org
Depends on: 103679
The EFL WebKit2 MiniBrowser uses WK2 API for creating a view with legacy behavior (bug 103679).
But, it seems not a good way because it's the only WK2 API that is used by the MiniBrowser,
and it needs a type conversion between incompatible types that makes the below build warning:
Tools/MiniBrowser/efl/main.c:1064:28: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
How about add a ewk API for creating a view with legacy behavior?
--
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