[Webkit-unassigned] [Bug 136812] New: Web Inspector: Docking support is not available in EFL port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 14 22:42:41 PDT 2014


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

           Summary: Web Inspector: Docking support is not available in EFL
                    port
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alokraj.iiit at gmail.com
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com,
                    graouts at webkit.org


Docking Support is not implemented for EFL port.
File:WebInspectorProxyEFL.cpp

void WebInspectorProxy::platformAttach()
{
    notImplemented();
}

void WebInspectorProxy::platformSetAttachedWindowHeight(unsigned)
{
    notImplemented();
}

unsigned WebInspectorProxy::platformInspectedWindowHeight()
{
    notImplemented();
    return 0;
}

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