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