Title: [108400] trunk/Tools
Revision
108400
Author
[email protected]
Date
2012-02-21 14:29:36 -0800 (Tue, 21 Feb 2012)

Log Message

Enable the IDL attribute checker in run-bindings-tests
https://bugs.webkit.org/show_bug.cgi?id=79091

Reviewed by Adam Barth.

We have enabled the IDL attribute checker in Chromium in r108322.
This patch enables the IDL attribute checker in run-bindings-tests.

No tests. I manually checked that [Custommm], [CallWith=],
[CallWith=ScriptExecutionContext|Foo] in TestObj.idl cause
run-bindings-tests failures.

* Scripts/webkitpy/bindings/main.py:
(BindingsTests.generate_supplemental_dependency):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (108399 => 108400)


--- trunk/Tools/ChangeLog	2012-02-21 22:26:41 UTC (rev 108399)
+++ trunk/Tools/ChangeLog	2012-02-21 22:29:36 UTC (rev 108400)
@@ -1,3 +1,20 @@
+2012-02-21  Kentaro Hara  <[email protected]>
+
+        Enable the IDL attribute checker in run-bindings-tests
+        https://bugs.webkit.org/show_bug.cgi?id=79091
+
+        Reviewed by Adam Barth.
+
+        We have enabled the IDL attribute checker in Chromium in r108322.
+        This patch enables the IDL attribute checker in run-bindings-tests.
+
+        No tests. I manually checked that [Custommm], [CallWith=],
+        [CallWith=ScriptExecutionContext|Foo] in TestObj.idl cause
+        run-bindings-tests failures.
+
+        * Scripts/webkitpy/bindings/main.py:
+        (BindingsTests.generate_supplemental_dependency):
+
 2012-02-21  Rafael Weinstein  <[email protected]>
 
         Add rafaelw as a committer.

Modified: trunk/Tools/Scripts/webkitpy/bindings/main.py (108399 => 108400)


--- trunk/Tools/Scripts/webkitpy/bindings/main.py	2012-02-21 22:26:41 UTC (rev 108399)
+++ trunk/Tools/Scripts/webkitpy/bindings/main.py	2012-02-21 22:29:36 UTC (rev 108400)
@@ -76,7 +76,8 @@
                'WebCore/bindings/scripts/resolve-supplemental.pl',
                '--idlFilesList', idl_files_list[1],
                '--defines', '',
-               '--supplementalDependencyFile', supplemental_dependency_file]
+               '--supplementalDependencyFile', supplemental_dependency_file,
+               '--idlAttributesFile', 'WebCore/bindings/scripts/IDLAttributes.txt']
 
         exit_code = 0
         try:
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to