Bug 149382 - Get rid of custom bindings for HTMLLinkElement.sizes setter
Summary: Get rid of custom bindings for HTMLLinkElement.sizes setter
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-19 19:46 PDT by Chris Dumez
Modified: 2015-09-20 20:50 PDT (History)
6 users (show)

See Also:


Attachments
Patch (36.22 KB, patch)
2015-09-19 20:16 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (40.48 KB, patch)
2015-09-19 20:54 PDT, Chris Dumez
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2015-09-19 19:46:45 PDT
Get rid of custom bindings for HTMLLinkElement.sizes setter by leveraging the new [PutForwards=xxx] Web IDL extended attribute support:
https://html.spec.whatwg.org/#htmllinkelement
Comment 1 Chris Dumez 2015-09-19 20:16:19 PDT
Created attachment 261599 [details]
Patch
Comment 2 Chris Dumez 2015-09-19 20:54:59 PDT
Created attachment 261601 [details]
Patch
Comment 3 Chris Dumez 2015-09-20 09:44:12 PDT
Committed r190030: <http://trac.webkit.org/changeset/190030>
Comment 4 Chris Dumez 2015-09-20 20:50:32 PDT
Follow-up GTK build fix: <https://trac.webkit.org/r190040>