Changeset 148486 in webkit


Ignore:
Timestamp:
Apr 15, 2013 7:15:00 PM (11 years ago)
Author:
mjs@apple.com
Message:

Remove V8 attribtues from IDLAttributes.txt
https://bugs.webkit.org/show_bug.cgi?id=114651

Reviewed by Sam Weinig.

No tests because no behavior change is expected.

  • bindings/scripts/IDLAttributes.txt: Remove V8 attribtues.
  • html/track/TextTrackList.idl: Remove a stray V8-specific attribute

(so I guess this change is not useless)

Location:
trunk/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r148484 r148486  
     12013-04-15  Maciej Stachowiak  <mjs@apple.com>
     2
     3        Remove V8 attribtues from IDLAttributes.txt
     4        https://bugs.webkit.org/show_bug.cgi?id=114651
     5
     6        Reviewed by Sam Weinig.
     7
     8        No tests because no behavior change is expected.
     9
     10        * bindings/scripts/IDLAttributes.txt: Remove V8 attribtues.
     11        * html/track/TextTrackList.idl: Remove a stray V8-specific attribute
     12        (so I guess this change is not useless)
     13
    1142013-04-15  James Craig  <james@cookiecrook.com>
    215
  • trunk/Source/WebCore/bindings/scripts/IDLAttributes.txt

    r148257 r148486  
    115115TypedArray=*
    116116URL
    117 V8CacheAttributeForGC
    118 V8Custom
    119 V8CustomConstructor
    120 V8CustomGetter
    121 V8CustomIndexedGetter
    122 V8CustomIsReachable
    123 V8CustomSetter
    124 V8CustomToJSObject
    125 V8DependentLifetime
    126 V8DoNotCheckSignature
    127 V8EnabledAtRuntime=*
    128 V8EnabledPerContext=*
    129 V8GenerateIsReachable=ImplDocument|ImplElementRoot|ImplOwnerRoot|ImplOwnerNodeRoot
    130 V8NoWrapperCache
    131 V8MeasureAs=*
    132 V8PerWorldBindings
    133 V8ReadOnly
    134 V8Unforgeable
    135 V8WrapAsFunction
    136 V8DeliverCustomElementCallbacks
  • trunk/Source/WebCore/html/track/TextTrackList.idl

    r148480 r148486  
    2929    EventTarget,
    3030    JSCustomMarkFunction,
    31     JSCustomIsReachable,
    32     V8GenerateIsReachable=ImplOwnerRoot
     31    JSCustomIsReachable
    3332] interface TextTrackList {
    3433    readonly attribute unsigned long length;
Note: See TracChangeset for help on using the changeset viewer.