Bug 149382

Summary: Get rid of custom bindings for HTMLLinkElement.sizes setter
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: BindingsAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, darin, ggaren, kling, rniwa, sam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch sam: review+

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>