Bug 163861 - [WebIDL] Add IDLType based toJS conversion
Summary: [WebIDL] Add IDLType based toJS conversion
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-22 19:40 PDT by Sam Weinig
Modified: 2016-10-23 22:04 PDT (History)
0 users

See Also:


Attachments
Patch (128.21 KB, patch)
2016-10-22 20:01 PDT, Sam Weinig
no flags Details | Formatted Diff | Diff
Patch (130.58 KB, patch)
2016-10-22 22:23 PDT, Sam Weinig
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2016-10-22 19:40:24 PDT
[WebIDL] Add IDLType based toJS conversion
Comment 1 Sam Weinig 2016-10-22 20:01:32 PDT
Created attachment 292528 [details]
Patch
Comment 2 Sam Weinig 2016-10-22 22:23:56 PDT
Created attachment 292538 [details]
Patch
Comment 3 Darin Adler 2016-10-23 15:38:37 PDT
Comment on attachment 292538 [details]
Patch

This is great. I really could have used it in the patch I am working on to make CheckSecurityForNode turn values into null as part of the conversion process.
Comment 4 Sam Weinig 2016-10-23 22:04:52 PDT
Committed r207737: <http://trac.webkit.org/changeset/207737>