Bug 86972
Summary: | [EFL] Network Information bandwidth interface always returns 10, but spec says to return Infinity when bandwidth is unknown | ||
---|---|---|---|
Product: | WebKit | Reporter: | Maciej Stachowiak <mjs> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | abarth, ap, gyuyoung.kim, mcatanzaro |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Maciej Stachowiak
From NetworkInfoClientEfl:
unsigned int NetworkInfoClientEfl::bandwidth() const
{
notImplemented();
return 10; // MB/s
}
But the spec says to return Infinity if the bandwidth is unknown:
http://dvcs.w3.org/hg/dap/raw-file/tip/network-api/index.html#widl-Connection-bandwidth
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Gyuyoung Kim
(In reply to comment #0)
> From NetworkInfoClientEfl:
>
> unsigned int NetworkInfoClientEfl::bandwidth() const
> {
> notImplemented();
> return 10; // MB/s
> }
>
> But the spec says to return Infinity if the bandwidth is unknown:
>
> http://dvcs.w3.org/hg/dap/raw-file/tip/network-api/index.html#widl-Connection-bandwidth
Existing implementation is dummy. I'm preparing concrete implementation based on efl. However, there was some crash issue my patch. So I'm solving it with efl guys. This bug will be fixed when I submit concrete patch.
Gyuyoung Kim
Hello Maciej,
I just file Bug 87067 in order to submit concrete implementation for EFL port. This bug will be fixed together with Bug 87067.
Michael Catanzaro
Closing this bug because the EFL port has been removed from trunk.
If you feel this bug applies to a different upstream WebKit port and was closed in error, please either update the title and reopen the bug, or leave a comment to request this.