Changeset 107278 in webkit


Ignore:
Timestamp:
Feb 9, 2012 12:49:34 PM (12 years ago)
Author:
jsbell@chromium.org
Message:

[Chromium] IndexedDB: IDBVersionChangeRequest V8 wrapper not generated as ActiveDOMObject
https://bugs.webkit.org/show_bug.cgi?id=78167

Source/WebCore:

Add ActiveDOMObject annotation to IDBVersionChangeRequest.idl; it is not
automagically inherited from IDBRequest.idl.

Reviewed by Adam Barth.

Test: storage/indexeddb/versionchangerequest-activedomobject.html

  • storage/IDBVersionChangeRequest.idl:

LayoutTests:

Reviewed by Adam Barth.

  • storage/indexeddb/versionchangerequest-activedomobject-expected.txt: Added.
  • storage/indexeddb/versionchangerequest-activedomobject.html: Added.
Location:
trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r107268 r107278  
     12012-02-09  Joshua Bell  <jsbell@chromium.org>
     2
     3        [Chromium] IndexedDB: IDBVersionChangeRequest V8 wrapper not generated as ActiveDOMObject
     4        https://bugs.webkit.org/show_bug.cgi?id=78167
     5
     6        Reviewed by Adam Barth.
     7
     8        * storage/indexeddb/versionchangerequest-activedomobject-expected.txt: Added.
     9        * storage/indexeddb/versionchangerequest-activedomobject.html: Added.
     10
    1112012-02-09  Julien Chaffraix  <jchaffraix@webkit.org>
    212
  • trunk/Source/WebCore/ChangeLog

    r107277 r107278  
     12012-02-09  Joshua Bell  <jsbell@chromium.org>
     2
     3        [Chromium] IndexedDB: IDBVersionChangeRequest V8 wrapper not generated as ActiveDOMObject
     4        https://bugs.webkit.org/show_bug.cgi?id=78167
     5
     6        Add ActiveDOMObject annotation to IDBVersionChangeRequest.idl; it is not
     7        automagically inherited from IDBRequest.idl.
     8
     9        Reviewed by Adam Barth.
     10
     11        Test: storage/indexeddb/versionchangerequest-activedomobject.html
     12
     13        * storage/IDBVersionChangeRequest.idl:
     14
    1152012-02-09  Anders Carlsson  <andersca@apple.com>
    216
  • trunk/Source/WebCore/storage/IDBVersionChangeRequest.idl

    r89269 r107278  
    2828    interface [
    2929        Conditional=INDEXED_DATABASE,
     30        ActiveDOMObject,
    3031        EventTarget
    3132    ] IDBVersionChangeRequest : IDBRequest {
Note: See TracChangeset for help on using the changeset viewer.