Bug 79082 - Enable the IDL attribute checker in Chromium
Summary: Enable the IDL attribute checker in Chromium
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks: 79081
  Show dependency treegraph
 
Reported: 2012-02-21 00:03 PST by Kentaro Hara
Modified: 2012-02-21 00:59 PST (History)
3 users (show)

See Also:


Attachments
Patch (16.02 KB, patch)
2012-02-21 00:20 PST, Kentaro Hara
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.