Changeset 19993 in webkit


Ignore:
Timestamp:
Mar 6, 2007 6:22:20 PM (17 years ago)
Author:
kmccullo
Message:

LayoutTests:

Reviewed by Darin.

<http://bugs.webkit.org/show_bug.cgi?id=12686>
REGRESSION: Bloglines.com Feeds tab cannot expand folders in TOT

  • Now all class constructors implement implementsHasInstance.
  • fast/dom/dom-instanceof-expected.txt: Added.
  • fast/dom/dom-instanceof.html: Added.

WebCore:

Reviewed by Darin.

<http://bugs.webkit.org/show_bug.cgi?id=12686>
REGRESSION: Bloglines.com Feeds tab cannot expand folders in TOT

  • Now all class constructors implement implementsHasInstance.
  • bindings/scripts/CodeGeneratorJS.pm:
Location:
trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r19991 r19993  
     12007-03-06  Kevin McCullough  <kmccullough@apple.com>
     2
     3        Reviewed by Darin.
     4
     5        <http://bugs.webkit.org/show_bug.cgi?id=12686>
     6        REGRESSION: Bloglines.com Feeds tab cannot expand folders in TOT
     7        - Now all class constructors implement implementsHasInstance.
     8
     9        * fast/dom/dom-instanceof-expected.txt: Added.
     10        * fast/dom/dom-instanceof.html: Added.
     11
    1122007-03-06  Justin Garcia  <justin.garcia@apple.com>
    213
  • trunk/WebCore/ChangeLog

    r19992 r19993  
     12007-03-06  Kevin McCullough  <kmccullough@apple.com>
     2
     3        Reviewed by Darin.
     4
     5        <http://bugs.webkit.org/show_bug.cgi?id=12686>
     6        REGRESSION: Bloglines.com Feeds tab cannot expand folders in TOT
     7        - Now all class constructors implement implementsHasInstance.
     8
     9        * bindings/scripts/CodeGeneratorJS.pm:
     10
    1112007-03-07  Nikolas Zimmermann  <zimmermann@kde.org>
    212
  • trunk/WebCore/bindings/scripts/CodeGeneratorJS.pm

    r19855 r19993  
    16491649    virtual const ClassInfo* classInfo() const { return &info; }
    16501650    static const ClassInfo info;
     1651
     1652    virtual bool implementsHasInstance() const { return true; }
    16511653EOF
    16521654
Note: See TracChangeset for help on using the changeset viewer.