Bug 136812 - Web Inspector: Docking support is not available in EFL port
Summary: Web Inspector: Docking support is not available in EFL port
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-09-14 22:42 PDT by Alok Raj
Modified: 2016-12-13 15:35 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>