[Webkit-unassigned] [Bug 80683] New: [EFL] Can't run layout test without SHARED_CORE=ON

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 9 00:25:27 PST 2012


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

           Summary: [EFL] Can't run layout test without SHARED_CORE=ON
           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: gyuyoung.kim at samsung.com
                CC: kubo at profusion.mobi, demarchi at webkit.org,
                    gyuyoung.kim at webkit.org


EFL DRT is only able to run layout test with enabling SHARED_CORE option. I'm suspecting that this problem is because EFL DRT uses WebCore, WTF classes directly.

For example, there are some codes in DumpRenderTree/efl.

  WebCore::KURL baseURL(WebCore::KURL(), String::fromUTF8(ewk_frame_uri_get(browser->mainFrame())));
  WebCore::CaseInsensitive;
  WebCore::FindOptions
  WTF::codePointCompare
  ...


If this is true, I think we need to change above codes with primitive data or public APIs. If anyone know other reasons or solutions related to this problem, please let me know.

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