[Webkit-unassigned] [Bug 86972] New: 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
Sun May 20 15:05:35 PDT 2012


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

           Summary: Network Information bandwidth interface always returns
                    10, but spec says to return Infinity when bandwidth is
                    unknown
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mjs at apple.com


>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

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