Bug 157237

Summary: Streamline and remove unused bindings generation code
Product: WebKit Reporter: Darin Adler <darin>
Component: BindingsAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: alecflett, beidson, cdumez, cgarcia, commit-queue, dino, esprehn+autocc, graouts, gyuyoung.kim, jsbell, kondapallykalyan
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Darin Adler
Reported 2016-04-30 15:26:31 PDT
Streamline and remove unused bindings generation code
Attachments
Patch (65.31 KB, patch)
2016-04-30 15:39 PDT, Darin Adler
no flags
Darin Adler
Comment 1 2016-04-30 15:39:50 PDT
Chris Dumez
Comment 2 2016-04-30 19:23:25 PDT
Comment on attachment 277833 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=277833&action=review > Source/WebCore/Modules/notifications/NotificationCenter.idl:-39 > - int checkPermission(); We should probably drop int / unsigned int from %numericTypeHash in CodeGenerator.pm too. We should also forbid them in the IDL Parser.
Darin Adler
Comment 3 2016-04-30 20:29:48 PDT
(In reply to comment #2) > We should probably drop int / unsigned int from %numericTypeHash in > CodeGenerator.pm too. We should also forbid them in the IDL Parser. Yes, once they are all gone. There are some in internal Apple projects, which is why I didn’t do that in this patch.
WebKit Commit Bot
Comment 4 2016-04-30 21:17:23 PDT
Comment on attachment 277833 [details] Patch Clearing flags on attachment: 277833 Committed r200299: <http://trac.webkit.org/changeset/200299>
WebKit Commit Bot
Comment 5 2016-04-30 21:17:29 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.