Bug 136812
| Summary: | Web Inspector: Docking support is not available in EFL port | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alok Raj <alokraj.iiit> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | brandonstewart, graouts, inspector-bugzilla-changes, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Alok Raj
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;
}
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/18333956>
Brandon
The EFL port has been deprecated.
https://bugs.webkit.org/show_bug.cgi?id=168386