[Webkit-unassigned] [Bug 86972] [EFL] Network Information bandwidth interface always returns 10, but spec says to return Infinity when bandwidth is unknown

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 21 18:14:36 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=86972





--- Comment #1 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2012-05-21 18:13:33 PST ---
(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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list