Bug 136812

Summary: Web Inspector: Docking support is not available in EFL port
Product: WebKit Reporter: Alok Raj <alokraj.iiit>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: graouts, inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Alok Raj 2014-09-14 22:42:43 PDT
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;
}
Comment 1 Radar WebKit Bug Importer 2014-09-14 22:43:23 PDT
<rdar://problem/18333956>