[Webkit-unassigned] [Bug 103899] New: Vibration API: IDL type doesn't match implementation type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 3 08:29:52 PST 2012


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

           Summary: Vibration API: IDL type doesn't match implementation
                    type
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: adam.bergkvist at ericsson.com
        Depends on: 103642


According to WebIDL, "unsigned long" corresponds to "unsigned" in the platform. If long precision is wanted, the IDL should use "unsigned long long". The right type mapping is necessary when the bindings are correctly generated (will be introduced in http://webkit.org/b/103642).

The patch in b103642 uses a workaround in CodeGeneratorJS.pm (tagged with this bug id) to not break the current behavior of the Vibration API. Please remove that workaround when this bug is fixed.

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