Bug 133849 - Add double in JSValueTraits for array conversion.
Summary: Add double in JSValueTraits for array conversion.
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 133847 133850
  Show dependency treegraph
 
Reported: 2014-06-13 06:25 PDT by Michal Debski
Modified: 2020-05-21 16:48 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.50 KB, patch)
2014-06-23 03:19 PDT, Michal Debski
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Debski 2014-06-13 06:25:31 PDT
Conversion for double type was missing in JSValueTraits. double arrays could not be created. JSValueTraits<double> added. Double is required in latest HTML5 Gamepad API.
http://www.w3.org/TR/gamepad/
Comment 1 Michal Debski 2014-06-23 03:19:01 PDT
Created attachment 233590 [details]
Patch
Comment 2 ChangSeok Oh 2020-05-21 16:48:00 PDT
I think this issue has been addressed. The patch is no longer valid.