Changeset 58289 in webkit


Ignore:
Timestamp:
Apr 26, 2010 10:01:44 PM (14 years ago)
Author:
abarth@webkit.org
Message:

2010-04-26 Adam Barth <abarth@webkit.org>

Reviewed by Eric Seidel.

Add ObjC and GObject to run-bindings-test
https://bugs.webkit.org/show_bug.cgi?id=38168

Added expected results.

  • bindings/scripts/test/GObject/WebKitDOMTestObj.cpp: Added. (WebKit::kit): (webkit_dom_test_obj_void_method): (webkit_dom_test_obj_void_method_with_args): (webkit_dom_test_obj_int_method): (webkit_dom_test_obj_int_method_with_args): (webkit_dom_test_obj_obj_method): (webkit_dom_test_obj_obj_method_with_args): (webkit_dom_test_obj_method_with_exception): (webkit_dom_test_obj_method_with_optional_arg): (webkit_dom_test_obj_method_with_non_optional_arg_and_optional_arg): (webkit_dom_test_obj_method_with_non_optional_arg_and_two_optional_args): (webkit_dom_test_obj_get_read_only_int_attr): (webkit_dom_test_obj_get_read_only_string_attr): (webkit_dom_test_obj_get_read_only_test_obj_attr): (webkit_dom_test_obj_get_int_attr): (webkit_dom_test_obj_set_int_attr): (webkit_dom_test_obj_get_string_attr): (webkit_dom_test_obj_set_string_attr): (webkit_dom_test_obj_get_test_obj_attr): (webkit_dom_test_obj_set_test_obj_attr): (webkit_dom_test_obj_get_attr_with_exception): (webkit_dom_test_obj_set_attr_with_exception): (webkit_dom_test_obj_get_attr_with_setter_exception): (webkit_dom_test_obj_set_attr_with_setter_exception): (webkit_dom_test_obj_get_attr_with_getter_exception): (webkit_dom_test_obj_set_attr_with_getter_exception): (WebKit::wrapTestObj): (WebKit::core): (webkit_dom_test_obj_finalize): (webkit_dom_test_obj_set_property): (webkit_dom_test_obj_get_property): (webkit_dom_test_obj_class_init): (webkit_dom_test_obj_init):
  • bindings/scripts/test/GObject/WebKitDOMTestObj.h: Added.
  • bindings/scripts/test/GObject/WebKitDOMTestObjPrivate.h: Added.
  • bindings/scripts/test/ObjC/DOMTestObj.h: Added.
  • bindings/scripts/test/ObjC/DOMTestObj.mm: Added. (-[DOMTestObj dealloc]): (-[DOMTestObj finalize]): (-[DOMTestObj readOnlyIntAttr]): (-[DOMTestObj readOnlyStringAttr]): (-[DOMTestObj readOnlyTestObjAttr]): (-[DOMTestObj intAttr]): (-[DOMTestObj setIntAttr:]): (-[DOMTestObj stringAttr]): (-[DOMTestObj setStringAttr:]): (-[DOMTestObj testObjAttr]): (-[DOMTestObj setTestObjAttr:]): (-[DOMTestObj attrWithException]): (-[DOMTestObj setAttrWithException:]): (-[DOMTestObj attrWithSetterException]): (-[DOMTestObj setAttrWithSetterException:]): (-[DOMTestObj attrWithGetterException]): (-[DOMTestObj setAttrWithGetterException:]): (-[DOMTestObj customAttr]): (-[DOMTestObj setCustomAttr:]): (-[DOMTestObj voidMethod]): (-[DOMTestObj voidMethodWithArgs:strArg:objArg:]): (-[DOMTestObj intMethod]): (-[DOMTestObj intMethodWithArgs:strArg:objArg:]): (-[DOMTestObj objMethod]): (-[DOMTestObj objMethodWithArgs:strArg:objArg:]): (-[DOMTestObj methodWithException]): (-[DOMTestObj customMethod]): (-[DOMTestObj customMethodWithArgs:strArg:objArg:]): (-[DOMTestObj methodWithOptionalArg:]): (-[DOMTestObj methodWithNonOptionalArgAndOptionalArg:opt:]): (-[DOMTestObj methodWithNonOptionalArgAndTwoOptionalArgs:opt1:opt2:]): (core): (kit):
  • bindings/scripts/test/ObjC/DOMTestObjInternal.h: Added.

2010-04-26 Adam Barth <abarth@webkit.org>

Reviewed by Eric Seidel.

Add ObjC and GObject to run-bindings-test
https://bugs.webkit.org/show_bug.cgi?id=38168

  • Scripts/run-bindings-tests:
Location:
trunk
Files:
8 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r58288 r58289  
     12010-04-26  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Add ObjC and GObject to run-bindings-test
     6        https://bugs.webkit.org/show_bug.cgi?id=38168
     7
     8        Added expected results.
     9
     10        * bindings/scripts/test/GObject/WebKitDOMTestObj.cpp: Added.
     11        (WebKit::kit):
     12        (webkit_dom_test_obj_void_method):
     13        (webkit_dom_test_obj_void_method_with_args):
     14        (webkit_dom_test_obj_int_method):
     15        (webkit_dom_test_obj_int_method_with_args):
     16        (webkit_dom_test_obj_obj_method):
     17        (webkit_dom_test_obj_obj_method_with_args):
     18        (webkit_dom_test_obj_method_with_exception):
     19        (webkit_dom_test_obj_method_with_optional_arg):
     20        (webkit_dom_test_obj_method_with_non_optional_arg_and_optional_arg):
     21        (webkit_dom_test_obj_method_with_non_optional_arg_and_two_optional_args):
     22        (webkit_dom_test_obj_get_read_only_int_attr):
     23        (webkit_dom_test_obj_get_read_only_string_attr):
     24        (webkit_dom_test_obj_get_read_only_test_obj_attr):
     25        (webkit_dom_test_obj_get_int_attr):
     26        (webkit_dom_test_obj_set_int_attr):
     27        (webkit_dom_test_obj_get_string_attr):
     28        (webkit_dom_test_obj_set_string_attr):
     29        (webkit_dom_test_obj_get_test_obj_attr):
     30        (webkit_dom_test_obj_set_test_obj_attr):
     31        (webkit_dom_test_obj_get_attr_with_exception):
     32        (webkit_dom_test_obj_set_attr_with_exception):
     33        (webkit_dom_test_obj_get_attr_with_setter_exception):
     34        (webkit_dom_test_obj_set_attr_with_setter_exception):
     35        (webkit_dom_test_obj_get_attr_with_getter_exception):
     36        (webkit_dom_test_obj_set_attr_with_getter_exception):
     37        (WebKit::wrapTestObj):
     38        (WebKit::core):
     39        (webkit_dom_test_obj_finalize):
     40        (webkit_dom_test_obj_set_property):
     41        (webkit_dom_test_obj_get_property):
     42        (webkit_dom_test_obj_class_init):
     43        (webkit_dom_test_obj_init):
     44        * bindings/scripts/test/GObject/WebKitDOMTestObj.h: Added.
     45        * bindings/scripts/test/GObject/WebKitDOMTestObjPrivate.h: Added.
     46        * bindings/scripts/test/ObjC/DOMTestObj.h: Added.
     47        * bindings/scripts/test/ObjC/DOMTestObj.mm: Added.
     48        (-[DOMTestObj dealloc]):
     49        (-[DOMTestObj finalize]):
     50        (-[DOMTestObj readOnlyIntAttr]):
     51        (-[DOMTestObj readOnlyStringAttr]):
     52        (-[DOMTestObj readOnlyTestObjAttr]):
     53        (-[DOMTestObj intAttr]):
     54        (-[DOMTestObj setIntAttr:]):
     55        (-[DOMTestObj stringAttr]):
     56        (-[DOMTestObj setStringAttr:]):
     57        (-[DOMTestObj testObjAttr]):
     58        (-[DOMTestObj setTestObjAttr:]):
     59        (-[DOMTestObj attrWithException]):
     60        (-[DOMTestObj setAttrWithException:]):
     61        (-[DOMTestObj attrWithSetterException]):
     62        (-[DOMTestObj setAttrWithSetterException:]):
     63        (-[DOMTestObj attrWithGetterException]):
     64        (-[DOMTestObj setAttrWithGetterException:]):
     65        (-[DOMTestObj customAttr]):
     66        (-[DOMTestObj setCustomAttr:]):
     67        (-[DOMTestObj voidMethod]):
     68        (-[DOMTestObj voidMethodWithArgs:strArg:objArg:]):
     69        (-[DOMTestObj intMethod]):
     70        (-[DOMTestObj intMethodWithArgs:strArg:objArg:]):
     71        (-[DOMTestObj objMethod]):
     72        (-[DOMTestObj objMethodWithArgs:strArg:objArg:]):
     73        (-[DOMTestObj methodWithException]):
     74        (-[DOMTestObj customMethod]):
     75        (-[DOMTestObj customMethodWithArgs:strArg:objArg:]):
     76        (-[DOMTestObj methodWithOptionalArg:]):
     77        (-[DOMTestObj methodWithNonOptionalArgAndOptionalArg:opt:]):
     78        (-[DOMTestObj methodWithNonOptionalArgAndTwoOptionalArgs:opt1:opt2:]):
     79        (core):
     80        (kit):
     81        * bindings/scripts/test/ObjC/DOMTestObjInternal.h: Added.
     82
    1832010-04-26  Adam Barth  <abarth@webkit.org>
    284
  • trunk/WebKitTools/ChangeLog

    r58288 r58289  
     12010-04-26  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Add ObjC and GObject to run-bindings-test
     6        https://bugs.webkit.org/show_bug.cgi?id=38168
     7
     8        * Scripts/run-bindings-tests:
     9
    1102010-04-26  Adam Barth  <abarth@webkit.org>
    211
  • trunk/WebKitTools/Scripts/run-bindings-tests

    r58288 r58289  
    115115        'JS',
    116116        'V8',
    117         # FIXME: Add ObjC
     117        'ObjC',
     118        'GObject',
    118119    ]
    119120
Note: See TracChangeset for help on using the changeset viewer.