Bug 79082

Summary: Enable the IDL attribute checker in Chromium
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore JavaScriptAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, darin, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 79081    
Attachments:
Description Flags
Patch none

Description Kentaro Hara 2012-02-21 00:03:18 PST
We are implementing the IDL attribute checker, which checks if IDL attributes not implemented in code generates are not used in IDL files. (Refer to bug 79081 for more details). In this bug, we enable the IDL attribute checker in Chromium.
Comment 1 Kentaro Hara 2012-02-21 00:20:01 PST
Created attachment 127929 [details]
Patch
Comment 2 Adam Barth 2012-02-21 00:25:49 PST
Comment on attachment 127929 [details]
Patch

We should wire this up for run-bindings-tests too at some point.
Comment 3 Kentaro Hara 2012-02-21 00:29:02 PST
(In reply to comment #2)
> (From update of attachment 127929 [details])
> We should wire this up for run-bindings-tests too at some point.

Good point. I'll do it after enabling it in all build systems.
Comment 4 WebKit Review Bot 2012-02-21 00:59:51 PST
Comment on attachment 127929 [details]
Patch

Clearing flags on attachment: 127929

Committed r108322: <http://trac.webkit.org/changeset/108322>
Comment 5 WebKit Review Bot 2012-02-21 00:59:56 PST
All reviewed patches have been landed.  Closing bug.