Changeset 147857 in webkit


Ignore:
Timestamp:
Apr 6, 2013, 3:42:32 PM (12 years ago)
Author:
weinig@apple.com
Message:

Removed v8 bindings hooks from IDL files
https://bugs.webkit.org/show_bug.cgi?id=114091

Patch by Geoffrey Garen <ggaren@apple.com> on 2013-04-06
Reviewed by Anders Carlsson and Sam Weinig.

Source/JavaScriptCore:

  • heap/HeapStatistics.h:

Source/WebCore:

  • Modules/encryptedmedia/MediaKeySession.idl:
  • Modules/filesystem/DOMWindowFileSystem.idl:
  • Modules/filesystem/WorkerContextFileSystem.idl:
  • Modules/gamepad/NavigatorGamepad.idl:
  • Modules/geolocation/NavigatorGeolocation.idl:
  • Modules/indexeddb/DOMWindowIndexedDatabase.idl:
  • Modules/indexeddb/WorkerContextIndexedDatabase.idl:
  • Modules/mediastream/DOMWindowMediaStream.idl:
  • Modules/mediastream/NavigatorMediaStream.idl:
  • Modules/notifications/DOMWindowNotifications.idl:
  • Modules/notifications/NotificationCenter.idl:
  • Modules/notifications/WorkerContextNotifications.idl:
  • Modules/quota/DOMWindowQuota.idl:
  • Modules/speech/DOMWindowSpeech.idl:
  • Modules/webaudio/AudioBufferSourceNode.idl:
  • Modules/webaudio/AudioContext.idl:
  • Modules/webaudio/AudioParam.idl:
  • Modules/webaudio/DOMWindowWebAudio.idl:
  • Modules/webdatabase/DOMWindowWebDatabase.idl:
  • Modules/webdatabase/WorkerContextWebDatabase.idl:
  • Modules/websockets/DOMWindowWebSocket.idl:
  • Modules/websockets/WorkerContextWebSocket.idl:
  • bindings/js/JSDOMBinding.cpp:
  • bindings/js/ScriptController.h:

(ScriptController):

  • bindings/scripts/test/TestNode.idl:
  • bindings/scripts/test/TestObj.idl:
  • css/CSSFontFaceLoadEvent.idl:
  • css/CSSHostRule.idl:
  • css/CSSRule.idl:
  • css/CSSRuleList.idl:
  • css/CSSStyleDeclaration.idl:
  • css/CSSStyleSheet.idl:
  • css/CSSValue.idl:
  • css/FontLoader.idl:
  • css/StyleSheet.idl:
  • css/WebKitCSSRegionRule.idl:
  • dom/Clipboard.idl:
  • dom/CustomElementConstructor.idl:
  • dom/CustomEvent.idl:
  • dom/DOMNamedFlowCollection.idl:
  • dom/DOMStringMap.idl:
  • dom/DataTransferItemList.idl:
  • dom/Document.idl:
  • dom/DocumentFragment.idl:
  • dom/Element.idl:
  • dom/Event.idl:
  • dom/EventTarget.idl:
  • dom/MessageChannel.idl:
  • dom/MouseEvent.idl:
  • dom/MutationRecord.idl:
  • dom/NamedNodeMap.idl:
  • dom/Node.idl:
  • dom/NodeList.idl:
  • dom/RequestAnimationFrameCallback.idl:
  • dom/ShadowRoot.idl:
  • dom/Text.idl:
  • history/HistoryItem.cpp:

(WebCore::HistoryItem::encodeBackForwardTreeNode):
(WebCore::HistoryItem::decodeBackForwardTree):

  • html/DOMSettableTokenList.idl:
  • html/DOMTokenList.idl:
  • html/HTMLAllCollection.idl:
  • html/HTMLAppletElement.idl:
  • html/HTMLCollection.idl:
  • html/HTMLDialogElement.idl:
  • html/HTMLDivElement.idl:
  • html/HTMLDocument.idl:
  • html/HTMLElement.idl:
  • html/HTMLEmbedElement.idl:
  • html/HTMLFormControlsCollection.idl:
  • html/HTMLFormElement.idl:
  • html/HTMLImageElement.idl:
  • html/HTMLInputElement.idl:
  • html/HTMLMediaElement.idl:
  • html/HTMLObjectElement.idl:
  • html/HTMLOptionsCollection.idl:
  • html/HTMLSelectElement.idl:
  • html/HTMLSpanElement.idl:
  • html/HTMLStyleElement.idl:
  • html/HTMLTemplateElement.idl:
  • html/HTMLTrackElement.idl:
  • html/HTMLUnknownElement.idl:
  • html/MediaKeyError.idl:
  • html/MediaKeyEvent.idl:
  • html/MicroDataItemValue.idl:
  • html/canvas/CanvasRenderingContext2D.idl:
  • html/canvas/DOMPath.idl:
  • html/shadow/HTMLContentElement.idl:
  • html/shadow/HTMLShadowElement.idl:
  • html/track/TextTrack.idl:
  • inspector/InjectedScriptHost.idl:
  • inspector/InspectorIndexedDBAgent.cpp:

(WebCore::InspectorIndexedDBAgent::requestDatabaseNames):
(WebCore::InspectorIndexedDBAgent::requestDatabase):
(WebCore::InspectorIndexedDBAgent::requestData):
(WebCore::InspectorIndexedDBAgent::clearObjectStore):
(WebCore):

  • loader/EmptyClients.h:

(EmptyFrameLoaderClient):

  • loader/FrameLoaderClient.h:

(FrameLoaderClient):

  • page/Console.idl:
  • page/DOMWindow.idl:
  • page/DOMWindowPagePopup.idl:
  • page/History.idl:
  • page/Location.idl:
  • platform/graphics/skia/PatternSkia.cpp:

(WebCore::Pattern::platformDestroy):
(WebCore::Pattern::platformPattern):

  • testing/Internals.cpp:

(WebCore::Internals::serializeObject):
(WebCore::Internals::deserializeBuffer):

Source/WTF:

  • wtf/ArrayBuffer.h:

(WTF):
(WTF::ArrayBufferContents::ArrayBufferContents):
(WTF::ArrayBufferContents::transfer):
(ArrayBufferContents):
(ArrayBuffer):
(WTF::ArrayBufferContents::~ArrayBufferContents):

  • wtf/Platform.h:
Location:
trunk/Source
Files:
108 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r147856 r147857  
     12013-04-06  Geoffrey Garen  <ggaren@apple.com>
     2
     3        Removed v8 bindings hooks from IDL files
     4        https://bugs.webkit.org/show_bug.cgi?id=114091
     5
     6        Reviewed by Anders Carlsson and Sam Weinig.
     7
     8        * heap/HeapStatistics.h:
     9
    1102013-04-03  Roger Fong  <roger_fong@apple.com>
    211
  • trunk/Source/JavaScriptCore/heap/HeapStatistics.h

    r133959 r147857  
    2727#define HeapStatistics_h
    2828
     29#include "JSExportMacros.h"
    2930#include <wtf/Deque.h>
    3031
  • trunk/Source/WTF/ChangeLog

    r147799 r147857  
     12013-04-06  Geoffrey Garen  <ggaren@apple.com>
     2
     3        Removed v8 bindings hooks from IDL files
     4        https://bugs.webkit.org/show_bug.cgi?id=114091
     5
     6        Reviewed by Anders Carlsson and Sam Weinig.
     7
     8        * wtf/ArrayBuffer.h:
     9        (WTF):
     10        (WTF::ArrayBufferContents::ArrayBufferContents):
     11        (WTF::ArrayBufferContents::transfer):
     12        (ArrayBufferContents):
     13        (ArrayBuffer):
     14        (WTF::ArrayBufferContents::~ArrayBufferContents):
     15        * wtf/Platform.h:
     16
    1172013-04-05  Jesus Sanchez-Palencia  <jesus.palencia@openbossa.org>
    218
  • trunk/Source/WTF/wtf/ArrayBuffer.h

    r126196 r147857  
    3737class ArrayBufferView;
    3838
    39 #if defined(WTF_USE_V8)
    40 // The current implementation assumes that the instance of this class is a
    41 // singleton living for the entire process's lifetime.
    42 class ArrayBufferDeallocationObserver {
    43 public:
    44     virtual void ArrayBufferDeallocated(unsigned sizeInBytes) = 0;
    45 };
    46 #endif
    47 
    48 
    4939class ArrayBufferContents {
    5040    WTF_MAKE_NONCOPYABLE(ArrayBufferContents);
     
    5343        : m_data(0)
    5444        , m_sizeInBytes(0)
    55 #if defined(WTF_USE_V8)
    56         , m_deallocationObserver(0)
    57 #endif
    5845    { }
    5946
     
    6754        : m_data(data)
    6855        , m_sizeInBytes(sizeInBytes)
    69 #if defined(WTF_USE_V8)
    70         , m_deallocationObserver(0)
    71 #endif
    7256    { }
    7357
     
    8771        m_data = 0;
    8872        m_sizeInBytes = 0;
    89 #if defined(WTF_USE_V8)
    90         // Notify the current V8 isolate that the buffer is gone.
    91         if (m_deallocationObserver)
    92             m_deallocationObserver->ArrayBufferDeallocated(other.m_sizeInBytes);
    93         ASSERT(!other.m_deallocationObserver);
    94         m_deallocationObserver = 0;
    95 #endif
    9673    }
    9774
    9875    void* m_data;
    9976    unsigned m_sizeInBytes;
    100 
    101 #if defined(WTF_USE_V8)
    102     ArrayBufferDeallocationObserver* m_deallocationObserver;
    103 #endif
    10477};
    10578
     
    12699    WTF_EXPORT_PRIVATE bool transfer(ArrayBufferContents&, Vector<RefPtr<ArrayBufferView> >& neuteredViews);
    127100    bool isNeutered() { return !m_contents.m_data; }
    128 
    129 #if defined(WTF_USE_V8)
    130     void setDeallocationObserver(ArrayBufferDeallocationObserver* deallocationObserver)
    131     {
    132         m_contents.m_deallocationObserver = deallocationObserver;
    133     }
    134 #endif
    135101
    136102    ~ArrayBuffer() { }
     
    273239ArrayBufferContents::~ArrayBufferContents()
    274240{
    275 #if defined (WTF_USE_V8)
    276     if (m_deallocationObserver)
    277         m_deallocationObserver->ArrayBufferDeallocated(m_sizeInBytes);
    278 #endif
    279241    WTF::fastFree(m_data);
    280242}
  • trunk/Source/WTF/wtf/Platform.h

    r147755 r147857  
    10111011#endif
    10121012
    1013 /* Not using V8 implies using JSC and vice versa */
    1014 #if !USE(V8)
    1015 #define WTF_USE_JSC 1
    1016 #endif
    1017 
    10181013#if !defined(WTF_USE_ZLIB) && !PLATFORM(QT)
    10191014#define WTF_USE_ZLIB 1
  • trunk/Source/WebCore/ChangeLog

    r147855 r147857  
     12013-04-06  Geoffrey Garen  <ggaren@apple.com>
     2
     3        Removed v8 bindings hooks from IDL files
     4        https://bugs.webkit.org/show_bug.cgi?id=114091
     5
     6        Reviewed by Anders Carlsson and Sam Weinig.
     7
     8        * Modules/encryptedmedia/MediaKeySession.idl:
     9        * Modules/filesystem/DOMWindowFileSystem.idl:
     10        * Modules/filesystem/WorkerContextFileSystem.idl:
     11        * Modules/gamepad/NavigatorGamepad.idl:
     12        * Modules/geolocation/NavigatorGeolocation.idl:
     13        * Modules/indexeddb/DOMWindowIndexedDatabase.idl:
     14        * Modules/indexeddb/WorkerContextIndexedDatabase.idl:
     15        * Modules/mediastream/DOMWindowMediaStream.idl:
     16        * Modules/mediastream/NavigatorMediaStream.idl:
     17        * Modules/notifications/DOMWindowNotifications.idl:
     18        * Modules/notifications/NotificationCenter.idl:
     19        * Modules/notifications/WorkerContextNotifications.idl:
     20        * Modules/quota/DOMWindowQuota.idl:
     21        * Modules/speech/DOMWindowSpeech.idl:
     22        * Modules/webaudio/AudioBufferSourceNode.idl:
     23        * Modules/webaudio/AudioContext.idl:
     24        * Modules/webaudio/AudioParam.idl:
     25        * Modules/webaudio/DOMWindowWebAudio.idl:
     26        * Modules/webdatabase/DOMWindowWebDatabase.idl:
     27        * Modules/webdatabase/WorkerContextWebDatabase.idl:
     28        * Modules/websockets/DOMWindowWebSocket.idl:
     29        * Modules/websockets/WorkerContextWebSocket.idl:
     30        * bindings/js/JSDOMBinding.cpp:
     31        * bindings/js/ScriptController.h:
     32        (ScriptController):
     33        * bindings/scripts/test/TestNode.idl:
     34        * bindings/scripts/test/TestObj.idl:
     35        * css/CSSFontFaceLoadEvent.idl:
     36        * css/CSSHostRule.idl:
     37        * css/CSSRule.idl:
     38        * css/CSSRuleList.idl:
     39        * css/CSSStyleDeclaration.idl:
     40        * css/CSSStyleSheet.idl:
     41        * css/CSSValue.idl:
     42        * css/FontLoader.idl:
     43        * css/StyleSheet.idl:
     44        * css/WebKitCSSRegionRule.idl:
     45        * dom/Clipboard.idl:
     46        * dom/CustomElementConstructor.idl:
     47        * dom/CustomEvent.idl:
     48        * dom/DOMNamedFlowCollection.idl:
     49        * dom/DOMStringMap.idl:
     50        * dom/DataTransferItemList.idl:
     51        * dom/Document.idl:
     52        * dom/DocumentFragment.idl:
     53        * dom/Element.idl:
     54        * dom/Event.idl:
     55        * dom/EventTarget.idl:
     56        * dom/MessageChannel.idl:
     57        * dom/MouseEvent.idl:
     58        * dom/MutationRecord.idl:
     59        * dom/NamedNodeMap.idl:
     60        * dom/Node.idl:
     61        * dom/NodeList.idl:
     62        * dom/RequestAnimationFrameCallback.idl:
     63        * dom/ShadowRoot.idl:
     64        * dom/Text.idl:
     65        * history/HistoryItem.cpp:
     66        (WebCore::HistoryItem::encodeBackForwardTreeNode):
     67        (WebCore::HistoryItem::decodeBackForwardTree):
     68        * html/DOMSettableTokenList.idl:
     69        * html/DOMTokenList.idl:
     70        * html/HTMLAllCollection.idl:
     71        * html/HTMLAppletElement.idl:
     72        * html/HTMLCollection.idl:
     73        * html/HTMLDialogElement.idl:
     74        * html/HTMLDivElement.idl:
     75        * html/HTMLDocument.idl:
     76        * html/HTMLElement.idl:
     77        * html/HTMLEmbedElement.idl:
     78        * html/HTMLFormControlsCollection.idl:
     79        * html/HTMLFormElement.idl:
     80        * html/HTMLImageElement.idl:
     81        * html/HTMLInputElement.idl:
     82        * html/HTMLMediaElement.idl:
     83        * html/HTMLObjectElement.idl:
     84        * html/HTMLOptionsCollection.idl:
     85        * html/HTMLSelectElement.idl:
     86        * html/HTMLSpanElement.idl:
     87        * html/HTMLStyleElement.idl:
     88        * html/HTMLTemplateElement.idl:
     89        * html/HTMLTrackElement.idl:
     90        * html/HTMLUnknownElement.idl:
     91        * html/MediaKeyError.idl:
     92        * html/MediaKeyEvent.idl:
     93        * html/MicroDataItemValue.idl:
     94        * html/canvas/CanvasRenderingContext2D.idl:
     95        * html/canvas/DOMPath.idl:
     96        * html/shadow/HTMLContentElement.idl:
     97        * html/shadow/HTMLShadowElement.idl:
     98        * html/track/TextTrack.idl:
     99        * inspector/InjectedScriptHost.idl:
     100        * inspector/InspectorIndexedDBAgent.cpp:
     101        (WebCore::InspectorIndexedDBAgent::requestDatabaseNames):
     102        (WebCore::InspectorIndexedDBAgent::requestDatabase):
     103        (WebCore::InspectorIndexedDBAgent::requestData):
     104        (WebCore::InspectorIndexedDBAgent::clearObjectStore):
     105        (WebCore):
     106        * loader/EmptyClients.h:
     107        (EmptyFrameLoaderClient):
     108        * loader/FrameLoaderClient.h:
     109        (FrameLoaderClient):
     110        * page/Console.idl:
     111        * page/DOMWindow.idl:
     112        * page/DOMWindowPagePopup.idl:
     113        * page/History.idl:
     114        * page/Location.idl:
     115        * platform/graphics/skia/PatternSkia.cpp:
     116        (WebCore::Pattern::platformDestroy):
     117        (WebCore::Pattern::platformPattern):
     118        * testing/Internals.cpp:
     119        (WebCore::Internals::serializeObject):
     120        (WebCore::Internals::deserializeBuffer):
     121
    11222013-04-06  Zan Dobersek  <zdobersek@igalia.com>
    2123
  • trunk/Source/WebCore/Modules/encryptedmedia/MediaKeySession.idl

    r142918 r147857  
    4242   
    4343    // EventListeners
    44     attribute [V8EnabledAtRuntime=encryptedMedia] EventListener onwebkitkeyadded;
    45     attribute [V8EnabledAtRuntime=encryptedMedia] EventListener onwebkitkeyerror;
    46     attribute [V8EnabledAtRuntime=encryptedMedia] EventListener onwebkitkeymessage;
     44    attribute EventListener onwebkitkeyadded;
     45    attribute EventListener onwebkitkeyerror;
     46    attribute EventListener onwebkitkeymessage;
    4747
    4848    // EventTarget interface
  • trunk/Source/WebCore/Modules/filesystem/DOMWindowFileSystem.idl

    r131172 r147857  
    3232    const unsigned short PERSISTENT = 1;
    3333
    34     [V8EnabledAtRuntime=FileSystem] void webkitRequestFileSystem(in unsigned short type, in long long size,
     34    void webkitRequestFileSystem(in unsigned short type, in long long size,
    3535            in [Callback] FileSystemCallback successCallback, in [Callback, Optional] ErrorCallback errorCallback);
    36     [V8EnabledAtRuntime=FileSystem] void webkitResolveLocalFileSystemURL(in DOMString url,
     36    void webkitResolveLocalFileSystemURL(in DOMString url,
    3737            in [Callback] EntryCallback successCallback, in [Callback, Optional] ErrorCallback errorCallback);
    3838};
  • trunk/Source/WebCore/Modules/filesystem/WorkerContextFileSystem.idl

    r131172 r147857  
    3232    const unsigned short PERSISTENT = 1;
    3333
    34     [V8EnabledAtRuntime=FileSystem] void webkitRequestFileSystem(in unsigned short type, in long long size, in [Callback, Optional] FileSystemCallback successCallback, in [Callback, Optional] ErrorCallback errorCallback);
    35     [V8EnabledAtRuntime=FileSystem] DOMFileSystemSync webkitRequestFileSystemSync(in unsigned short type, in long long size) raises (FileException);
    36     [V8EnabledAtRuntime=FileSystem] void webkitResolveLocalFileSystemURL(in DOMString url, in [Callback] EntryCallback successCallback, in [Callback, Optional] ErrorCallback errorCallback);
    37     [V8EnabledAtRuntime=FileSystem] EntrySync webkitResolveLocalFileSystemSyncURL(in DOMString url) raises (FileException);
     34    void webkitRequestFileSystem(in unsigned short type, in long long size, in [Callback, Optional] FileSystemCallback successCallback, in [Callback, Optional] ErrorCallback errorCallback);
     35    DOMFileSystemSync webkitRequestFileSystemSync(in unsigned short type, in long long size) raises (FileException);
     36    void webkitResolveLocalFileSystemURL(in DOMString url, in [Callback] EntryCallback successCallback, in [Callback, Optional] ErrorCallback errorCallback);
     37    EntrySync webkitResolveLocalFileSystemSyncURL(in DOMString url) raises (FileException);
    3838
    39     [V8EnabledAtRuntime=FileSystem] attribute FileErrorConstructor FileError;
    40     [V8EnabledAtRuntime=FileSystem] attribute FileExceptionConstructor FileException;
     39    attribute FileErrorConstructor FileError;
     40    attribute FileExceptionConstructor FileException;
    4141};
    4242
  • trunk/Source/WebCore/Modules/gamepad/NavigatorGamepad.idl

    r131172 r147857  
    2222    Supplemental=Navigator
    2323] interface NavigatorGamepad {
    24     [V8EnabledAtRuntime] GamepadList webkitGetGamepads();
     24    GamepadList webkitGetGamepads();
    2525};
    2626
  • trunk/Source/WebCore/Modules/geolocation/NavigatorGeolocation.idl

    r131172 r147857  
    2222    Supplemental=Navigator
    2323] interface NavigatorGeolocation {
    24     [V8EnabledAtRuntime] readonly attribute Geolocation geolocation;
     24    readonly attribute Geolocation geolocation;
    2525};
    2626
  • trunk/Source/WebCore/Modules/indexeddb/DOMWindowIndexedDatabase.idl

    r135424 r147857  
    2929    Supplemental=DOMWindow
    3030] interface DOMWindowIndexedDatabase {
    31     [ImplementedAs=indexedDB,V8MeasureAs=PrefixedIndexedDB] readonly attribute IDBFactory webkitIndexedDB;
     31    [ImplementedAs=indexedDB] readonly attribute IDBFactory webkitIndexedDB;
    3232
    3333    attribute IDBCursorConstructor webkitIDBCursor;
     
    4040    attribute IDBTransactionConstructor webkitIDBTransaction;
    4141
    42     [V8MeasureAs=UnprefixedIndexedDB] readonly attribute IDBFactory indexedDB;
     42    readonly attribute IDBFactory indexedDB;
    4343
    4444    attribute IDBCursorConstructor IDBCursor;
  • trunk/Source/WebCore/Modules/indexeddb/WorkerContextIndexedDatabase.idl

    r135424 r147857  
    2929    Supplemental=WorkerContext
    3030] interface WorkerContextIndexedDatabase {
    31     [ImplementedAs=indexedDB,V8EnabledAtRuntime] readonly attribute IDBFactory webkitIndexedDB;
     31    [ImplementedAs=indexedDB] readonly attribute IDBFactory webkitIndexedDB;
    3232
    3333    attribute IDBCursorConstructor webkitIDBCursor;
     
    4040    attribute IDBTransactionConstructor webkitIDBTransaction;
    4141
    42     [V8EnabledAtRuntime] readonly attribute IDBFactory indexedDB;
     42    readonly attribute IDBFactory indexedDB;
    4343
    4444    attribute IDBCursorConstructor IDBCursor;
  • trunk/Source/WebCore/Modules/mediastream/DOMWindowMediaStream.idl

    r134084 r147857  
    2929    Supplemental=DOMWindow
    3030] interface DOMWindowMediaStream {
    31     [V8EnabledAtRuntime] attribute MediaStreamConstructor webkitMediaStream;
    32     [V8EnabledAtRuntime] attribute RTCPeerConnectionConstructor webkitRTCPeerConnection;
     31    attribute MediaStreamConstructor webkitMediaStream;
     32    attribute RTCPeerConnectionConstructor webkitRTCPeerConnection;
    3333    attribute RTCSessionDescriptionConstructor RTCSessionDescription;
    3434    attribute RTCIceCandidateConstructor RTCIceCandidate;
  • trunk/Source/WebCore/Modules/mediastream/NavigatorMediaStream.idl

    r131172 r147857  
    2222    Supplemental=Navigator
    2323] interface NavigatorMediaStream {
    24     [V8EnabledAtRuntime] void webkitGetUserMedia(in Dictionary options,
     24    void webkitGetUserMedia(in Dictionary options,
    2525                                                 in [Callback] NavigatorUserMediaSuccessCallback successCallback,
    2626                                                 in [Callback, Optional] NavigatorUserMediaErrorCallback errorCallback)
  • trunk/Source/WebCore/Modules/notifications/DOMWindowNotifications.idl

    r131172 r147857  
    3030] interface DOMWindowNotifications {
    3131#if defined(ENABLE_LEGACY_NOTIFICATIONS) && ENABLE_LEGACY_NOTIFICATIONS
    32     [V8EnabledAtRuntime, V8MeasureAs=LegacyNotifications] readonly attribute NotificationCenter webkitNotifications;
     32    readonly attribute NotificationCenter webkitNotifications;
    3333#endif
    3434#if defined(ENABLE_NOTIFICATIONS) && ENABLE_NOTIFICATIONS
  • trunk/Source/WebCore/Modules/notifications/NotificationCenter.idl

    r144376 r147857  
    3636] interface NotificationCenter {
    3737#if !defined(ENABLE_TEXT_NOTIFICATIONS_ONLY) || !ENABLE_TEXT_NOTIFICATIONS_ONLY
    38    [V8EnabledPerContext=htmlNotifications, V8MeasureAs=LegacyHTMLNotifications] Notification createHTMLNotification(in DOMString url) raises(DOMException);
     38   Notification createHTMLNotification(in DOMString url) raises(DOMException);
    3939#endif
    40    [V8MeasureAs=LegacyTextNotifications] Notification createNotification(in DOMString iconUrl, in DOMString title, in DOMString body) raises(DOMException);
     40   Notification createNotification(in DOMString iconUrl, in DOMString title, in DOMString body) raises(DOMException);
    4141
    4242   int checkPermission();
  • trunk/Source/WebCore/Modules/notifications/WorkerContextNotifications.idl

    r131172 r147857  
    3030] interface WorkerContextNotifications {
    3131#if defined(ENABLE_LEGACY_NOTIFICATIONS) && ENABLE_LEGACY_NOTIFICATIONS
    32     [V8EnabledAtRuntime] readonly attribute NotificationCenter webkitNotifications;
     32    readonly attribute NotificationCenter webkitNotifications;
    3333#endif
    3434};
  • trunk/Source/WebCore/Modules/quota/DOMWindowQuota.idl

    r145782 r147857  
    2828    Supplemental=DOMWindow
    2929] interface DOMWindowQuota {
    30     readonly attribute [V8MeasureAs=StorageInfo] StorageInfo webkitStorageInfo;
     30    readonly attribute StorageInfo webkitStorageInfo;
    3131};
    3232
  • trunk/Source/WebCore/Modules/speech/DOMWindowSpeech.idl

    r131172 r147857  
    2828    Supplemental=DOMWindow
    2929] interface DOMWindowSpeech {
    30     [V8EnabledAtRuntime] attribute SpeechRecognitionConstructor webkitSpeechRecognition;
    31     [V8EnabledAtRuntime] attribute SpeechRecognitionErrorConstructor webkitSpeechRecognitionError;
    32     [V8EnabledAtRuntime] attribute SpeechRecognitionEventConstructor webkitSpeechRecognitionEvent;
    33     [V8EnabledAtRuntime] attribute SpeechGrammarConstructor webkitSpeechGrammar;
    34     [V8EnabledAtRuntime] attribute SpeechGrammarListConstructor webkitSpeechGrammarList;
     30    attribute SpeechRecognitionConstructor webkitSpeechRecognition;
     31    attribute SpeechRecognitionErrorConstructor webkitSpeechRecognitionError;
     32    attribute SpeechRecognitionEventConstructor webkitSpeechRecognitionEvent;
     33    attribute SpeechGrammarConstructor webkitSpeechGrammar;
     34    attribute SpeechGrammarListConstructor webkitSpeechGrammarList;
    3535};
  • trunk/Source/WebCore/Modules/webaudio/AudioBufferSourceNode.idl

    r146486 r147857  
    4646    attribute double loopEnd;
    4747
    48     [V8MeasureAs=WebAudioStart] void start(in double when);
    49     [V8MeasureAs=WebAudioStart, ImplementedAs=startGrain] void start(in double when, in double grainOffset);
    50     [V8MeasureAs=WebAudioStart, ImplementedAs=startGrain] void start(in double when, in double grainOffset, in double grainDuration);
     48    void start(in double when);
     49    [ImplementedAs=startGrain] void start(in double when, in double grainOffset);
     50    [ImplementedAs=startGrain] void start(in double when, in double grainOffset, in double grainDuration);
    5151    void stop(in double when);
    5252
     
    5454    attribute boolean looping; // This is an alias for the .loop attribute for backwards compatibility.
    5555
    56     [V8MeasureAs=LegacyWebAudio] void noteOn(in double when);
    57     [V8MeasureAs=LegacyWebAudio] void noteGrainOn(in double when, in double grainOffset, in double grainDuration);
     56    void noteOn(in double when);
     57    void noteGrainOn(in double when, in double grainOffset, in double grainDuration);
    5858    void noteOff(in double when);
    5959#endif
  • trunk/Source/WebCore/Modules/webaudio/AudioContext.idl

    r145922 r147857  
    9696
    9797#if defined(ENABLE_LEGACY_WEB_AUDIO) && ENABLE_LEGACY_WEB_AUDIO
    98     [V8MeasureAs=LegacyWebAudio, ImplementedAs=createGain] GainNode createGainNode();
    99     [V8MeasureAs=LegacyWebAudio, ImplementedAs=createDelay] DelayNode createDelayNode(in [Optional] double maxDelayTime)
     98    [ImplementedAs=createGain] GainNode createGainNode();
     99    [ImplementedAs=createDelay] DelayNode createDelayNode(in [Optional] double maxDelayTime)
    100100        raises(DOMException);
    101101
    102     [V8MeasureAs=LegacyWebAudio, ImplementedAs=createScriptProcessor] ScriptProcessorNode createJavaScriptNode(in unsigned long bufferSize, in [Optional] unsigned long numberOfInputChannels, in [Optional] unsigned long numberOfOutputChannels)
     102    [ImplementedAs=createScriptProcessor] ScriptProcessorNode createJavaScriptNode(in unsigned long bufferSize, in [Optional] unsigned long numberOfInputChannels, in [Optional] unsigned long numberOfOutputChannels)
    103103        raises(DOMException);
    104104#endif
  • trunk/Source/WebCore/Modules/webaudio/AudioParam.idl

    r132274 r147857  
    5656
    5757#if defined(ENABLE_LEGACY_WEB_AUDIO) && ENABLE_LEGACY_WEB_AUDIO
    58     [V8MeasureAs=LegacyWebAudio, ImplementedAs=setTargetAtTime] void setTargetValueAtTime(in float targetValue, in float time, in float timeConstant);
     58    [ImplementedAs=setTargetAtTime] void setTargetValueAtTime(in float targetValue, in float time, in float timeConstant);
    5959#endif
    6060
  • trunk/Source/WebCore/Modules/webaudio/DOMWindowWebAudio.idl

    r137516 r147857  
    3030] interface DOMWindowWebAudio {
    3131#if !defined(LANGUAGE_CPP) || !LANGUAGE_CPP
    32     [JSCustomGetter, V8EnabledAtRuntime] attribute AudioContextConstructor webkitAudioContext;
    33     [V8EnabledAtRuntime] attribute OfflineAudioContextConstructor webkitOfflineAudioContext;
     32    [JSCustomGetter] attribute AudioContextConstructor webkitAudioContext;
     33    attribute OfflineAudioContextConstructor webkitOfflineAudioContext;
    3434    attribute PannerNodeConstructor webkitAudioPannerNode;
    3535    attribute AudioProcessingEventConstructor AudioProcessingEvent;
     
    3737#endif
    3838};
    39 
  • trunk/Source/WebCore/Modules/webdatabase/DOMWindowWebDatabase.idl

    r131172 r147857  
    2929    Supplemental=DOMWindow
    3030] interface DOMWindowWebDatabase {
    31     [V8EnabledAtRuntime, V8MeasureAs=OpenWebDatabase] Database openDatabase(in DOMString name, in DOMString version, in DOMString displayName, in unsigned long estimatedSize, in [Callback, Optional] DatabaseCallback creationCallback)
     31    Database openDatabase(in DOMString name, in DOMString version, in DOMString displayName, in unsigned long estimatedSize, in [Callback, Optional] DatabaseCallback creationCallback)
    3232        raises(DOMException);
    3333#if !defined(LANGUAGE_CPP) || !LANGUAGE_CPP
  • trunk/Source/WebCore/Modules/webdatabase/WorkerContextWebDatabase.idl

    r131172 r147857  
    2929    Supplemental=WorkerContext
    3030] interface WorkerContextWebDatabase {
    31     [V8EnabledAtRuntime] Database openDatabase(in DOMString name, in DOMString version, in DOMString displayName, in unsigned long estimatedSize, in [Callback, Optional] DatabaseCallback creationCallback)
     31    Database openDatabase(in DOMString name, in DOMString version, in DOMString displayName, in unsigned long estimatedSize, in [Callback, Optional] DatabaseCallback creationCallback)
    3232        raises(DOMException);
    3333
    34     [V8EnabledAtRuntime] DatabaseSync openDatabaseSync(in DOMString name, in DOMString version, in DOMString displayName, in unsigned long estimatedSize, in [Callback, Optional] DatabaseCallback creationCallback)
     34    DatabaseSync openDatabaseSync(in DOMString name, in DOMString version, in DOMString displayName, in unsigned long estimatedSize, in [Callback, Optional] DatabaseCallback creationCallback)
    3535        raises(DOMException);
    3636};
  • trunk/Source/WebCore/Modules/websockets/DOMWindowWebSocket.idl

    r131172 r147857  
    3131#if !defined(LANGUAGE_CPP) || !LANGUAGE_CPP
    3232    attribute CloseEventConstructor CloseEvent;
    33     [JSCustomGetter, V8EnabledAtRuntime] attribute WebSocketConstructor WebSocket; // Usable with the new operator
     33    [JSCustomGetter] attribute WebSocketConstructor WebSocket; // Usable with the new operator
    3434#endif
    3535};
  • trunk/Source/WebCore/Modules/websockets/WorkerContextWebSocket.idl

    r131172 r147857  
    2929    Supplemental=WorkerContext
    3030] interface WorkerContextWebSocket {
    31     [JSCustomGetter,V8EnabledAtRuntime] attribute WebSocketConstructor WebSocket; // Usable with the new operator
     31    [JSCustomGetter] attribute WebSocketConstructor WebSocket; // Usable with the new operator
    3232};
    3333
  • trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj

    r147843 r147857  
    84278427                7C522D4A15B478B2009B7C95 /* InspectorOverlay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InspectorOverlay.h; sourceTree = "<group>"; };
    84288428                7C60128060078BB70E367A95 /* DNSResolveQueue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DNSResolveQueue.cpp; sourceTree = "<group>"; };
     8429                7C6136F61710C35200FF4A57 /* Hasher.pm */ = {isa = PBXFileReference; lastKnownFileType = text.script.perl; name = Hasher.pm; path = scripts/Hasher.pm; sourceTree = "<group>"; };
     8430                7C6136F71710C35200FF4A57 /* InFilesCompiler.pm */ = {isa = PBXFileReference; lastKnownFileType = text.script.perl; name = InFilesCompiler.pm; path = scripts/InFilesCompiler.pm; sourceTree = "<group>"; };
     8431                7C6136F81710C35200FF4A57 /* InFilesParser.pm */ = {isa = PBXFileReference; lastKnownFileType = text.script.perl; name = InFilesParser.pm; path = scripts/InFilesParser.pm; sourceTree = "<group>"; };
     8432                7C6136F91710C35200FF4A57 /* StaticString.pm */ = {isa = PBXFileReference; lastKnownFileType = text.script.perl; name = StaticString.pm; path = scripts/StaticString.pm; sourceTree = "<group>"; };
    84298433                7E12E90D15FA5D3A005E4126 /* CustomFilterMeshGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CustomFilterMeshGenerator.h; path = filters/CustomFilterMeshGenerator.h; sourceTree = "<group>"; };
    84308434                7E12E90E15FA5D3A005E4126 /* CustomFilterMeshGenerator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CustomFilterMeshGenerator.cpp; path = filters/CustomFilterMeshGenerator.cpp; sourceTree = "<group>"; };
     
    1863718641                                93F8B3050A300FE100F61AB8 /* CodeGenerator.pm */,
    1863818642                                93F8B3070A300FEA00F61AB8 /* generate-bindings.pl */,
     18643                                7C6136F61710C35200FF4A57 /* Hasher.pm */,
    1863918644                                A83B533814F399BB00720D9D /* IDLAttributes.txt */,
    1864018645                                14813BF309EDF88E00F757E1 /* IDLParser.pm */,
     18646                                7C6136F71710C35200FF4A57 /* InFilesCompiler.pm */,
     18647                                7C6136F81710C35200FF4A57 /* InFilesParser.pm */,
    1864118648                                A83B538014FBB2EC00720D9D /* preprocess-idls.pl */,
    1864218649                                C0F2A43F13869A280066C534 /* preprocessor.pm */,
     
    1864518652                                97EF7DFD107E55B700D7C49C /* ScriptControllerBase.cpp */,
    1864618653                                CE02F0C311E83ADD00C6684A /* ScriptControllerBase.h */,
     18654                                7C6136F91710C35200FF4A57 /* StaticString.pm */,
    1864718655                        );
    1864818656                        path = bindings;
  • trunk/Source/WebCore/bindings/js/ScriptController.h

    r143750 r147857  
    164164#endif
    165165
    166     // FIXME: Stub for parity with V8 implementation. http://webkit.org/b/100815
     166    // FIXME: Script run from an isolated world should bypass a page's CSP. http://webkit.org/b/100815
    167167    bool shouldBypassMainWorldContentSecurityPolicy() { return false; }
    168168
  • trunk/Source/WebCore/bindings/scripts/test/TestNode.idl

    r131172 r147857  
    2222    EventTarget,
    2323    Constructor,
    24     V8DependentLifetime
    2524] interface TestNode : Node {
    2625};
  • trunk/Source/WebCore/bindings/scripts/test/TestObj.idl

    r146785 r147857  
    5151    attribute unsigned long long       unsignedLongLongAttr;
    5252    attribute DOMString                stringAttr;
    53     [V8MeasureAs=TestFeature] attribute TestObj testObjAttr;
     53    attribute TestObj testObjAttr;
    5454
    5555    // WK_ucfirst, WK_lcfirst exceptional cases.
     
    7676    long    longMethod();
    7777    long    longMethodWithArgs(in long longArg, in DOMString strArg, in TestObj objArg);
    78     [V8MeasureAs=TestFeature] TestObj objMethod();
     78    TestObj objMethod();
    7979    TestObj objMethodWithArgs(in long longArg, in DOMString strArg, in TestObj objArg);
    8080
     
    9898    // 'Custom' extended attribute
    9999    [Custom] attribute long            customAttr;
    100     [Custom, V8MeasureAs=CustomTestFeature] void customMethod();
     100    [Custom] void customMethod();
    101101    [Custom] void customMethodWithArgs(in long longArg, in DOMString strArg, in TestObj objArg);
    102102
     
    142142    void    methodWithOptionalStringIsNullString(in [Optional=DefaultIsNullString] DOMString str);
    143143
    144 #if defined(TESTING_V8) || defined(TESTING_JS)
     144#if defined(TESTING_JS)
    145145    // 'Callback' extended attribute
    146146    void    methodWithCallbackArg(in [Callback] TestCallback callback);
     
    152152#endif
    153153
    154 #if defined(TESTING_V8)
    155     // 'EnforceRange' extended attribute
    156     void    methodWithEnforceRangeInt32(in [EnforceRange] long value);
    157     void    methodWithEnforceRangeUInt32(in [EnforceRange] unsigned long value);
    158     void    methodWithEnforceRangeInt64(in [EnforceRange] long long value);
    159     void    methodWithEnforceRangeUInt64(in [EnforceRange] unsigned long long value);
    160 
    161     attribute [EnforceRange] long enforcedRangeLongAttr;
    162     attribute [EnforceRange] unsigned long enforcedRangeUnsignedLongAttr;
    163     attribute [EnforceRange] long long enforcedRangeLongLongAttr;
    164     attribute [EnforceRange] unsigned long long enforcedRangeUnsignedLongLongAttr;
    165 #endif
    166 
    167154    // 'Conditional' extended attribute
    168155    [Conditional=Condition1] attribute long conditionalAttr1;
     
    181168    [Conditional=Condition1] const unsigned short CONDITIONAL_CONST = 0;
    182169
    183 #if defined(TESTING_V8) || defined(TESTING_JS)
     170#if defined(TESTING_JS)
    184171    [CachedAttribute] readonly attribute any cachedAttribute1;
    185172    [CachedAttribute] readonly attribute any cachedAttribute2;
     
    188175    attribute any anyAttribute;
    189176
    190 #if defined(TESTING_V8) || defined(TESTING_JS)
     177#if defined(TESTING_JS)
    191178    // Overloads
    192179    void    overloadedMethod(in TestObj? objArg, in [StrictTypeChecking] DOMString strArg);
     
    214201    void classMethodWithClamp(in [Clamp] unsigned short objArgsShort, in [Clamp] unsigned long objArgsLong);
    215202
    216 #if defined(TESTING_V8)
    217     // 'V8EnabledAtRuntime' methods and attributes.
    218     [V8EnabledAtRuntime] void enabledAtRuntimeMethod1(in long longArg);
    219     [V8EnabledAtRuntime=FeatureName] void enabledAtRuntimeMethod2(in long longArg);
    220     [V8EnabledAtRuntime] attribute long enabledAtRuntimeAttr1;
    221     [V8EnabledAtRuntime=FeatureName] attribute long enabledAtRuntimeAttr2;
    222     // 'V8EnabledPerContext' methods and attributes.
    223     [V8EnabledPerContext] void enabledPerContextMethod1(in long longArg);
    224     [V8EnabledPerContext=FeatureName] void enabledPerContextMethod2(in long longArg);
    225     [V8EnabledPerContext] attribute long enabledPerContextAttr1;
    226     [V8EnabledPerContext=FeatureName] attribute long enabledPerContextAttr2;
    227 #endif
    228 
    229 
    230 #if defined(TESTING_V8)
    231     attribute float[]                   floatArray;
    232     attribute double[]                  doubleArray;
    233 #endif
    234 
    235203#if defined(TESTING_JS)
    236204    void methodWithUnsignedLongSequence(in sequence<unsigned long> unsignedLongSequence);
    237 #endif
    238 #if defined(TESTING_V8) || defined(TESTING_JS)
    239205    DOMString[] stringArrayFunction(in DOMString[] values) raises(DOMException);
    240206    DOMStringList domStringListFunction(in DOMStringList values) raises(DOMException);
     
    297263    attribute long? nullableStringValue
    298264        getter raises(DOMException);
    299 
    300 #if defined(TESTING_V8)
    301     [V8PerWorldBindings] readonly attribute TestObj perWorldReadOnlyAttribute;
    302     [V8PerWorldBindings] attribute TestObj perWorldAttribute;
    303     [V8PerWorldBindings] void perWorldMethod();
    304     [V8PerWorldBindings] void overloadedPerWorldMethod(in long longArg);
    305     [V8PerWorldBindings] void overloadedPerWorldMethod(in DOMString strArg, in long longArg);
    306 #endif
    307265};
  • trunk/Source/WebCore/css/CSSFontFaceLoadEvent.idl

    r145787 r147857  
    3131[
    3232    Conditional=FONT_LOAD_EVENTS,
    33     V8EnabledAtRuntime=fontLoadEvents,
    3433    JSNoStaticTables,
    3534    ConstructorTemplate=Event
  • trunk/Source/WebCore/css/CSSHostRule.idl

    r140115 r147857  
    2222[
    2323    Conditional=SHADOW_DOM,
    24     V8EnabledAtRuntime=shadowDOM
    2524] interface CSSHostRule : CSSRule {
    2625    readonly attribute CSSRuleList cssRules;
  • trunk/Source/WebCore/css/CSSRule.idl

    r143863 r147857  
    2626    CustomToJSObject,
    2727    ObjCPolymorphic,
    28     V8DependentLifetime,
    29     V8SkipVTableValidation
    3028] interface CSSRule {
    3129
  • trunk/Source/WebCore/css/CSSRuleList.idl

    r141034 r147857  
    2828    JSCustomIsReachable,
    2929    IndexedGetter,
    30     V8DependentLifetime,
    31     V8SkipVTableValidation
    3230] interface CSSRuleList {
    3331    readonly attribute unsigned long    length;
  • trunk/Source/WebCore/css/CSSStyleDeclaration.idl

    r143863 r147857  
    2626    JSCustomGetOwnPropertySlotAndDescriptor,
    2727    CustomNamedSetter,
    28 #if defined(V8_BINDING) && V8_BINDING
    29     NamedGetter,
    30 #endif
    3128    IndexedGetter,
    3229    CustomEnumerateProperty,
    33     V8DependentLifetime,
    34     V8SkipVTableValidation
    3530] interface CSSStyleDeclaration {
    3631             [TreatReturnedNullStringAs=Null, TreatNullAs=NullString] attribute DOMString        cssText
  • trunk/Source/WebCore/css/CSSStyleSheet.idl

    r131172 r147857  
    2020
    2121// Introduced in DOM Level 2:
    22 [
    23     V8GenerateIsReachable=ImplOwnerNodeRoot
    24 ] interface CSSStyleSheet : StyleSheet {
     22interface CSSStyleSheet : StyleSheet {
    2523    readonly attribute CSSRule          ownerRule;
    2624    readonly attribute CSSRuleList      cssRules;
  • trunk/Source/WebCore/css/CSSValue.idl

    r141034 r147857  
    2424    JSCustomFinalize,
    2525    ObjCPolymorphic,
    26     V8DependentLifetime,
    2726    ImplementationLacksVTable
    2827] interface CSSValue {
  • trunk/Source/WebCore/css/FontLoader.idl

    r145787 r147857  
    3131[
    3232    Conditional=FONT_LOAD_EVENTS,
    33     V8EnabledAtRuntime=fontLoadEvents,
    3433    ActiveDOMObject,
    3534    EventTarget,
  • trunk/Source/WebCore/css/StyleSheet.idl

    r143863 r147857  
    2626    CustomToJSObject,
    2727    ObjCPolymorphic,
    28     V8GenerateIsReachable=ImplOwnerNodeRoot
    2928] interface StyleSheet {
    3029    [TreatReturnedNullStringAs=Null] readonly attribute DOMString        type;
  • trunk/Source/WebCore/css/WebKitCSSRegionRule.idl

    r137835 r147857  
    3030[
    3131    Conditional=CSS_REGIONS,
    32     V8EnabledAtRuntime=cssRegions,
    3332] interface WebKitCSSRegionRule : CSSRule {
    3433    readonly attribute CSSRuleList cssRules;
  • trunk/Source/WebCore/dom/Clipboard.idl

    r141034 r147857  
    2727 */
    2828
    29 [
    30     V8SkipVTableValidation
    31 ] interface Clipboard {
     29interface Clipboard {
    3230             [TreatReturnedNullStringAs=Undefined] attribute DOMString dropEffect;
    3331             [TreatReturnedNullStringAs=Undefined] attribute DOMString effectAllowed;
     
    4240        raises(DOMException);
    4341
    44     [Conditional=DATA_TRANSFER_ITEMS, V8EnabledAtRuntime=DataTransferItems] readonly attribute DataTransferItemList items;
     42    [Conditional=DATA_TRANSFER_ITEMS] readonly attribute DataTransferItemList items;
    4543};
    4644
  • trunk/Source/WebCore/dom/CustomElementConstructor.idl

    r143865 r147857  
    2525[
    2626    Conditional=CUSTOM_ELEMENTS,
    27     V8EnabledAtRuntime=customDOMElements,
    28     V8WrapAsFunction,
    2927    CustomCall
    3028] interface CustomElementConstructor {
  • trunk/Source/WebCore/dom/CustomEvent.idl

    r142935 r147857  
    2929    ConstructorTemplate=Event
    3030] interface CustomEvent : Event {
    31     [InitializedByEventConstructor, V8Custom] readonly attribute any detail;
     31    [InitializedByEventConstructor] readonly attribute any detail;
    3232
    3333    void initCustomEvent(in [Optional=DefaultIsUndefined] DOMString typeArg,
  • trunk/Source/WebCore/dom/DOMExceptions.in

    r136869 r147857  
    99XMLHttpRequestException
    1010XPathException
     11
  • trunk/Source/WebCore/dom/DOMNamedFlowCollection.idl

    r141034 r147857  
    3030[
    3131    Conditional=CSS_REGIONS,
    32     V8EnabledAtRuntime=cssRegions,
    3332    InterfaceName=WebKitNamedFlowCollection,
    3433    JSGenerateToJSObject,
  • trunk/Source/WebCore/dom/DOMStringMap.idl

    r141034 r147857  
    3030    CustomEnumerateProperty,
    3131    CustomNamedSetter,
    32     V8SkipVTableValidation
    3332] interface DOMStringMap {
    3433};
  • trunk/Source/WebCore/dom/DataTransferItemList.idl

    r141034 r147857  
    3333    IndexedGetter,
    3434    JSGenerateToNativeObject,
    35 #if defined(V8_BINDING) && V8_BINDING
    36     CustomDeleteProperty,
    37 #endif
    3835    ImplementationLacksVTable
    3936] interface DataTransferItemList {
  • trunk/Source/WebCore/dom/Document.idl

    r146785 r147857  
    3030    readonly attribute Element documentElement;
    3131
    32     [ReturnNewObject, V8DeliverCustomElementCallbacks, V8PerWorldBindings]
     32    [ReturnNewObject]
    3333    Element createElement(in [TreatNullAs=NullString,Optional=DefaultIsUndefined] DOMString tagName)
    3434        raises (DOMException);
    3535    DocumentFragment   createDocumentFragment();
    36     [ReturnNewObject, V8PerWorldBindings] Text createTextNode(in [Optional=DefaultIsUndefined] DOMString data);
     36    [ReturnNewObject] Text createTextNode(in [Optional=DefaultIsUndefined] DOMString data);
    3737    [ReturnNewObject] Comment createComment(in [Optional=DefaultIsUndefined] DOMString data);
    3838    [ReturnNewObject] CDATASection createCDATASection(in [Optional=DefaultIsUndefined] DOMString data)
     
    4545    [ReturnNewObject] EntityReference createEntityReference(in [Optional=DefaultIsUndefined] DOMString name)
    4646        raises(DOMException);
    47     [V8PerWorldBindings] NodeList          getElementsByTagName(in [Optional=DefaultIsUndefined] DOMString tagname);
     47    NodeList getElementsByTagName(in [Optional=DefaultIsUndefined] DOMString tagname);
    4848
    4949    // Introduced in DOM Level 2:
    5050
    51     [ObjCLegacyUnnamedParameters, ReturnNewObject, V8DeliverCustomElementCallbacks]
     51    [ObjCLegacyUnnamedParameters, ReturnNewObject]
    5252    Node importNode(in [Optional=DefaultIsUndefined] Node importedNode,
    5353                    in [Optional] boolean deep)
    5454        raises (DOMException);
    55     [ObjCLegacyUnnamedParameters, ReturnNewObject, V8DeliverCustomElementCallbacks]
     55    [ObjCLegacyUnnamedParameters, ReturnNewObject]
    5656    Element createElementNS(in [TreatNullAs=NullString,Optional=DefaultIsUndefined] DOMString namespaceURI,
    5757                            in [TreatNullAs=NullString,Optional=DefaultIsUndefined] DOMString qualifiedName)
     
    6262    [ObjCLegacyUnnamedParameters] NodeList getElementsByTagNameNS(in [TreatNullAs=NullString,Optional=DefaultIsUndefined] DOMString namespaceURI,
    6363                                                   in [Optional=DefaultIsUndefined] DOMString localName);
    64     [V8PerWorldBindings] Element            getElementById(in [Optional=DefaultIsUndefined] DOMString elementId);
     64    Element getElementById(in [Optional=DefaultIsUndefined] DOMString elementId);
    6565
    6666    // DOM Level 3 Core
     
    127127        raises(DOMException);
    128128    XPathNSResolver    createNSResolver(in Node nodeResolver);
    129     [ObjCLegacyUnnamedParameters, V8Custom] XPathResult evaluate(in [Optional=DefaultIsUndefined] DOMString expression,
     129    [ObjCLegacyUnnamedParameters] XPathResult evaluate(in [Optional=DefaultIsUndefined] DOMString expression,
    130130                                                  in [Optional=DefaultIsUndefined] Node contextNode,
    131131                                                  in [Optional=DefaultIsUndefined] XPathNSResolver resolver,
     
    135135
    136136    // Common extensions
    137     [V8DeliverCustomElementCallbacks]
    138137    boolean            execCommand(in [Optional=DefaultIsUndefined] DOMString command,
    139138                                   in [Optional=DefaultIsUndefined] boolean userInterface,
     
    180179    readonly attribute DOMString lastModified;
    181180
    182     [V8PerWorldBindings] NodeList getElementsByName(in [Optional=DefaultIsUndefined] DOMString elementName);
     181    NodeList getElementsByName(in [Optional=DefaultIsUndefined] DOMString elementName);
    183182
    184183#if defined(ENABLE_MICRODATA) && ENABLE_MICRODATA
     
    250249#if defined(ENABLE_FULLSCREEN_API) && ENABLE_FULLSCREEN_API
    251250    // Mozilla version
    252     [V8EnabledAtRuntime] readonly attribute boolean webkitIsFullScreen;
    253     [V8EnabledAtRuntime] readonly attribute boolean webkitFullScreenKeyboardInputAllowed;
    254     [V8EnabledAtRuntime] readonly attribute Element webkitCurrentFullScreenElement;
    255     [V8EnabledAtRuntime] void webkitCancelFullScreen();
     251    readonly attribute boolean webkitIsFullScreen;
     252    readonly attribute boolean webkitFullScreenKeyboardInputAllowed;
     253    readonly attribute Element webkitCurrentFullScreenElement;
     254    void webkitCancelFullScreen();
    256255
    257256    // W3C version
    258     [V8EnabledAtRuntime] readonly attribute boolean webkitFullscreenEnabled;
    259     [V8EnabledAtRuntime] readonly attribute Element webkitFullscreenElement;
    260     [V8EnabledAtRuntime] void webkitExitFullscreen();
     257    readonly attribute boolean webkitFullscreenEnabled;
     258    readonly attribute Element webkitFullscreenElement;
     259    void webkitExitFullscreen();
    261260#endif
    262261
     
    264263    [Conditional=POINTER_LOCK] readonly attribute Element webkitPointerLockElement;
    265264
    266     [Conditional=CSS_REGIONS, V8EnabledAtRuntime=cssRegions] DOMNamedFlowCollection webkitGetNamedFlows();
     265    [Conditional=CSS_REGIONS] DOMNamedFlowCollection webkitGetNamedFlows();
    267266
    268267#if defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT
    269     [Conditional=FONT_LOAD_EVENTS, V8EnabledAtRuntime=fontLoadEvents] readonly attribute FontLoader fontloader;
     268    [Conditional=FONT_LOAD_EVENTS] readonly attribute FontLoader fontloader;
    270269#endif
    271270
     
    337336    [NotEnumerable] attribute EventListener onselectstart;
    338337    [NotEnumerable] attribute EventListener onselectionchange;
    339     [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime=touch] attribute EventListener ontouchstart;
    340     [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime=touch] attribute EventListener ontouchmove;
    341     [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime=touch] attribute EventListener ontouchend;
    342     [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime=touch] attribute EventListener ontouchcancel;
     338    [NotEnumerable,Conditional=TOUCH_EVENTS] attribute EventListener ontouchstart;
     339    [NotEnumerable,Conditional=TOUCH_EVENTS] attribute EventListener ontouchmove;
     340    [NotEnumerable,Conditional=TOUCH_EVENTS] attribute EventListener ontouchend;
     341    [NotEnumerable,Conditional=TOUCH_EVENTS] attribute EventListener ontouchcancel;
    343342    [NotEnumerable, Conditional=FULLSCREEN_API] attribute EventListener onwebkitfullscreenchange;
    344343    [NotEnumerable, Conditional=FULLSCREEN_API] attribute EventListener onwebkitfullscreenerror;
    345344    [NotEnumerable, Conditional=POINTER_LOCK] attribute EventListener onwebkitpointerlockchange;
    346345    [NotEnumerable, Conditional=POINTER_LOCK] attribute EventListener onwebkitpointerlockerror;
    347     [NotEnumerable, Conditional=CSP_NEXT, V8EnabledAtRuntime=experimentalContentSecurityPolicyFeatures] attribute EventListener onsecuritypolicyviolation;
     346    [NotEnumerable, Conditional=CSP_NEXT] attribute EventListener onsecuritypolicyviolation;
    348347#endif
    349348
    350349#if defined(ENABLE_TOUCH_EVENTS) && ENABLE_TOUCH_EVENTS
    351     [ReturnNewObject, V8EnabledAtRuntime=touch] Touch createTouch(in [Optional=DefaultIsUndefined] DOMWindow window,
     350    [ReturnNewObject] Touch createTouch(in [Optional=DefaultIsUndefined] DOMWindow window,
    352351                                                     in [Optional=DefaultIsUndefined] EventTarget target,
    353352                                                     in [Optional=DefaultIsUndefined] long identifier,
     
    361360                                                     in [Optional=DefaultIsUndefined] float webkitForce)
    362361        raises (DOMException);
    363     [ReturnNewObject, V8EnabledAtRuntime=touch, Custom] TouchList createTouchList()
     362    [ReturnNewObject, Custom] TouchList createTouchList()
    364363        raises (DOMException);
    365364#endif
    366365
    367366#if defined(ENABLE_CUSTOM_ELEMENTS) && ENABLE_CUSTOM_ELEMENTS
    368     [V8EnabledAtRuntime=customDOMElements, Conditional=CUSTOM_ELEMENTS, ImplementedAs=registerElement, CallWith=ScriptState, V8DeliverCustomElementCallbacks]
     367    [Conditional=CUSTOM_ELEMENTS, ImplementedAs=registerElement, CallWith=ScriptState]
    369368    CustomElementConstructor webkitRegister(in DOMString name, in [Optional] Dictionary options) raises(DOMException);
    370     [ReturnNewObject, V8DeliverCustomElementCallbacks, V8PerWorldBindings]
     369    [ReturnNewObject]
    371370    Element createElement(in DOMString localName, in [TreatNullAs=NullString] DOMString typeExtension) raises (DOMException);
    372     [ReturnNewObject, V8DeliverCustomElementCallbacks]
     371    [ReturnNewObject]
    373372    Element createElementNS(in [TreatNullAs=NullString] DOMString namespaceURI, in DOMString qualifiedName,
    374373                            in [TreatNullAs=NullString] DOMString typeExtension) raises (DOMException);
     
    385384
    386385    // Security Policy API: http://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html#script-interfaces
    387     [Conditional=CSP_NEXT, V8EnabledAtRuntime=experimentalContentSecurityPolicyFeatures] readonly attribute DOMSecurityPolicy securityPolicy;
     386    [Conditional=CSP_NEXT] readonly attribute DOMSecurityPolicy securityPolicy;
    388387
    389388};
  • trunk/Source/WebCore/dom/DocumentFragment.idl

    r141034 r147857  
    1818 */
    1919
    20 [
    21     V8SkipVTableValidation
    22 ] interface DocumentFragment : Node {
     20interface DocumentFragment : Node {
    2321    // NodeSelector - Selector API
    2422    Element querySelector(in DOMString selectors)
  • trunk/Source/WebCore/dom/Element.idl

    r146785 r147857  
    2222    JSGenerateToNativeObject,
    2323    JSInlineGetOwnPropertySlot,
    24     V8CustomToJSObject,
    25     V8SkipVTableValidation
    2624] interface Element : Node {
    2725
    2826    // DOM Level 1 Core
    2927
    30     [TreatReturnedNullStringAs=Null, V8PerWorldBindings] readonly attribute DOMString tagName;
     28    [TreatReturnedNullStringAs=Null] readonly attribute DOMString tagName;
    3129
    3230    [TreatReturnedNullStringAs=Null] DOMString getAttribute(in [Optional=DefaultIsUndefined] DOMString name);
     
    4038    Attr removeAttributeNode(in [Optional=DefaultIsUndefined] Attr oldAttr)
    4139        raises(DOMException);
    42     [V8PerWorldBindings] NodeList getElementsByTagName(in [Optional=DefaultIsUndefined] DOMString name);
     40    NodeList getElementsByTagName(in [Optional=DefaultIsUndefined] DOMString name);
    4341
    4442#if !defined(LANGUAGE_OBJECTIVE_C)
    4543    // For ObjC this is defined on Node for legacy support.
    46     [V8PerWorldBindings] readonly attribute NamedNodeMap     attributes;
     44    readonly attribute NamedNodeMap     attributes;
    4745    boolean            hasAttributes();
    4846#endif
     
    6866                                          in [Optional=DefaultIsUndefined] DOMString localName);
    6967
    70     [V8PerWorldBindings] readonly attribute CSSStyleDeclaration style;
     68    readonly attribute CSSStyleDeclaration style;
    7169
    7270    // Common extensions
    7371
    74     [V8PerWorldBindings] readonly attribute long offsetLeft;
    75     [V8PerWorldBindings] readonly attribute long offsetTop;
    76     [V8PerWorldBindings] readonly attribute long offsetWidth;
    77     [V8PerWorldBindings] readonly attribute long offsetHeight;
    78     [ImplementedAs=bindingsOffsetParent, V8PerWorldBindings] readonly attribute Element offsetParent;
    79     [V8PerWorldBindings] readonly attribute long clientLeft;
    80     [V8PerWorldBindings] readonly attribute long clientTop;
    81     [V8PerWorldBindings] readonly attribute long clientWidth;
    82     [V8PerWorldBindings] readonly attribute long clientHeight;
    83              [V8PerWorldBindings] attribute long scrollLeft;
    84              [V8PerWorldBindings] attribute long scrollTop;
    85     [V8PerWorldBindings] readonly attribute long scrollWidth;
    86     [V8PerWorldBindings] readonly attribute long scrollHeight;
     72    readonly attribute long offsetLeft;
     73    readonly attribute long offsetTop;
     74    readonly attribute long offsetWidth;
     75    readonly attribute long offsetHeight;
     76    [ImplementedAs=bindingsOffsetParent] readonly attribute Element offsetParent;
     77    readonly attribute long clientLeft;
     78    readonly attribute long clientTop;
     79    readonly attribute long clientWidth;
     80    readonly attribute long clientHeight;
     81    attribute long scrollLeft;
     82    attribute long scrollTop;
     83    readonly attribute long scrollWidth;
     84    readonly attribute long scrollHeight;
    8785
    8886    void focus();
     
    9997    NodeList getElementsByClassName(in [Optional=DefaultIsUndefined] DOMString name);
    10098
    101     [Reflect=class, V8PerWorldBindings] attribute DOMString className;
    102     [V8PerWorldBindings] readonly attribute DOMTokenList classList;
     99    [Reflect=class] attribute DOMString className;
     100    readonly attribute DOMTokenList classList;
    103101
    104102#if defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT
    105     [V8PerWorldBindings] readonly attribute DOMStringMap dataset;
     103    readonly attribute DOMStringMap dataset;
    106104#endif
    107105
     
    117115
    118116    // ElementTraversal API
    119     [V8PerWorldBindings] readonly attribute Element firstElementChild;
    120     [V8PerWorldBindings] readonly attribute Element lastElementChild;
    121     [V8PerWorldBindings] readonly attribute Element previousElementSibling;
    122     [V8PerWorldBindings] readonly attribute Element nextElementSibling;
    123     [V8PerWorldBindings] readonly attribute unsigned long childElementCount;
     117    readonly attribute Element firstElementChild;
     118    readonly attribute Element lastElementChild;
     119    readonly attribute Element previousElementSibling;
     120    readonly attribute Element nextElementSibling;
     121    readonly attribute unsigned long childElementCount;
    124122
    125123    // ShadowAware API
    126124#if defined(ENABLE_SHADOW_DOM) && ENABLE_SHADOW_DOM && defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT
    127     [Reflect=pseudo, V8EnabledAtRuntime=shadowDOM, ImplementedAs=pseudo, V8PerWorldBindings] attribute DOMString webkitPseudo;
    128     [V8EnabledAtRuntime=shadowDOM, ImplementedAs=createShadowRoot] ShadowRoot webkitCreateShadowRoot() raises(DOMException);
    129     [V8EnabledAtRuntime=shadowDOM, ImplementedAs=shadowRoot, V8PerWorldBindings] readonly attribute ShadowRoot webkitShadowRoot;
    130     [V8EnabledAtRuntime=shadowDOM, ImplementedAs=insertionParentForBinding, V8PerWorldBindings] readonly attribute Node webkitInsertionParent;
     125    [Reflect=pseudo, ImplementedAs=pseudo] attribute DOMString webkitPseudo;
     126    [ImplementedAs=createShadowRoot] ShadowRoot webkitCreateShadowRoot() raises(DOMException);
     127    [ImplementedAs=shadowRoot] readonly attribute ShadowRoot webkitShadowRoot;
     128    [ImplementedAs=insertionParentForBinding] readonly attribute Node webkitInsertionParent;
    131129#endif
    132130
     
    143141#if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C
    144142    // Objective-C extensions
    145     [V8PerWorldBindings] readonly attribute DOMString innerText;
     143    readonly attribute DOMString innerText;
    146144#endif
    147145
     
    149147    // Mozilla version
    150148    const unsigned short ALLOW_KEYBOARD_INPUT = 1;
    151     [V8EnabledAtRuntime] void webkitRequestFullScreen(in [Optional=DefaultIsUndefined] unsigned short flags);
     149    void webkitRequestFullScreen(in [Optional=DefaultIsUndefined] unsigned short flags);
    152150
    153151    // W3C version
    154     [V8EnabledAtRuntime] void webkitRequestFullscreen();
     152    void webkitRequestFullscreen();
    155153#endif
    156154
     
    158156
    159157    // CSS Regions API
    160     [Conditional=CSS_REGIONS, V8EnabledAtRuntime=cssRegions, V8PerWorldBindings] readonly attribute DOMString webkitRegionOverset;
    161     [Conditional=CSS_REGIONS, V8EnabledAtRuntime=cssRegions] sequence<Range> webkitGetRegionFlowRanges();
     158    [Conditional=CSS_REGIONS] readonly attribute DOMString webkitRegionOverset;
     159    [Conditional=CSS_REGIONS] sequence<Range> webkitGetRegionFlowRanges();
    162160
    163161#if !defined(LANGUAGE_OBJECTIVE_C) || !LANGUAGE_OBJECTIVE_C
    164162    // Event handler DOM attributes
    165     [NotEnumerable, V8PerWorldBindings] attribute EventListener onabort;
    166     [NotEnumerable, V8PerWorldBindings] attribute EventListener onblur;
    167     [NotEnumerable, V8PerWorldBindings] attribute EventListener onchange;
    168     [NotEnumerable, V8PerWorldBindings] attribute EventListener onclick;
    169     [NotEnumerable, V8PerWorldBindings] attribute EventListener oncontextmenu;
    170     [NotEnumerable, V8PerWorldBindings] attribute EventListener ondblclick;
    171     [NotEnumerable, V8PerWorldBindings] attribute EventListener ondrag;
    172     [NotEnumerable, V8PerWorldBindings] attribute EventListener ondragend;
    173     [NotEnumerable, V8PerWorldBindings] attribute EventListener ondragenter;
    174     [NotEnumerable, V8PerWorldBindings] attribute EventListener ondragleave;
    175     [NotEnumerable, V8PerWorldBindings] attribute EventListener ondragover;
    176     [NotEnumerable, V8PerWorldBindings] attribute EventListener ondragstart;
    177     [NotEnumerable, V8PerWorldBindings] attribute EventListener ondrop;
    178     [NotEnumerable, V8PerWorldBindings] attribute EventListener onerror;
    179     [NotEnumerable, V8PerWorldBindings] attribute EventListener onfocus;
    180     [NotEnumerable, V8PerWorldBindings] attribute EventListener oninput;
    181     [NotEnumerable, V8PerWorldBindings] attribute EventListener oninvalid;
    182     [NotEnumerable, V8PerWorldBindings] attribute EventListener onkeydown;
    183     [NotEnumerable, V8PerWorldBindings] attribute EventListener onkeypress;
    184     [NotEnumerable, V8PerWorldBindings] attribute EventListener onkeyup;
    185     [NotEnumerable, V8PerWorldBindings] attribute EventListener onload;
    186     [NotEnumerable, V8PerWorldBindings] attribute EventListener onmousedown;
    187     [NotEnumerable, V8PerWorldBindings] attribute EventListener onmousemove;
    188     [NotEnumerable, V8PerWorldBindings] attribute EventListener onmouseout;
    189     [NotEnumerable, V8PerWorldBindings] attribute EventListener onmouseover;
    190     [NotEnumerable, V8PerWorldBindings] attribute EventListener onmouseup;
    191     [NotEnumerable, V8PerWorldBindings] attribute EventListener onmousewheel;
    192     [NotEnumerable, V8PerWorldBindings] attribute EventListener onscroll;
    193     [NotEnumerable, V8PerWorldBindings] attribute EventListener onselect;
    194     [NotEnumerable, V8PerWorldBindings] attribute EventListener onsubmit;
     163    [NotEnumerable] attribute EventListener onabort;
     164    [NotEnumerable] attribute EventListener onblur;
     165    [NotEnumerable] attribute EventListener onchange;
     166    [NotEnumerable] attribute EventListener onclick;
     167    [NotEnumerable] attribute EventListener oncontextmenu;
     168    [NotEnumerable] attribute EventListener ondblclick;
     169    [NotEnumerable] attribute EventListener ondrag;
     170    [NotEnumerable] attribute EventListener ondragend;
     171    [NotEnumerable] attribute EventListener ondragenter;
     172    [NotEnumerable] attribute EventListener ondragleave;
     173    [NotEnumerable] attribute EventListener ondragover;
     174    [NotEnumerable] attribute EventListener ondragstart;
     175    [NotEnumerable] attribute EventListener ondrop;
     176    [NotEnumerable] attribute EventListener onerror;
     177    [NotEnumerable] attribute EventListener onfocus;
     178    [NotEnumerable] attribute EventListener oninput;
     179    [NotEnumerable] attribute EventListener oninvalid;
     180    [NotEnumerable] attribute EventListener onkeydown;
     181    [NotEnumerable] attribute EventListener onkeypress;
     182    [NotEnumerable] attribute EventListener onkeyup;
     183    [NotEnumerable] attribute EventListener onload;
     184    [NotEnumerable] attribute EventListener onmousedown;
     185    [NotEnumerable] attribute EventListener onmousemove;
     186    [NotEnumerable] attribute EventListener onmouseout;
     187    [NotEnumerable] attribute EventListener onmouseover;
     188    [NotEnumerable] attribute EventListener onmouseup;
     189    [NotEnumerable] attribute EventListener onmousewheel;
     190    [NotEnumerable] attribute EventListener onscroll;
     191    [NotEnumerable] attribute EventListener onselect;
     192    [NotEnumerable] attribute EventListener onsubmit;
    195193
    196194    // attribute [NotEnumerable] EventListener oncanplay;
     
    218216
    219217    // WebKit extensions
    220     [NotEnumerable, V8PerWorldBindings] attribute EventListener onbeforecut;
    221     [NotEnumerable, V8PerWorldBindings] attribute EventListener oncut;
    222     [NotEnumerable, V8PerWorldBindings] attribute EventListener onbeforecopy;
    223     [NotEnumerable, V8PerWorldBindings] attribute EventListener oncopy;
    224     [NotEnumerable, V8PerWorldBindings] attribute EventListener onbeforepaste;
    225     [NotEnumerable, V8PerWorldBindings] attribute EventListener onpaste;
    226     [NotEnumerable, V8PerWorldBindings] attribute EventListener onreset;
    227     [NotEnumerable, V8PerWorldBindings] attribute EventListener onsearch;
    228     [NotEnumerable, V8PerWorldBindings] attribute EventListener onselectstart;
    229     [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime=touch, V8PerWorldBindings] attribute EventListener ontouchstart;
    230     [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime=touch, V8PerWorldBindings] attribute EventListener ontouchmove;
    231     [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime=touch, V8PerWorldBindings] attribute EventListener ontouchend;
    232     [NotEnumerable,Conditional=TOUCH_EVENTS,V8EnabledAtRuntime=touch, V8PerWorldBindings] attribute EventListener ontouchcancel;
    233     [NotEnumerable, Conditional=FULLSCREEN_API, V8PerWorldBindings] attribute EventListener onwebkitfullscreenchange;
    234     [NotEnumerable, Conditional=FULLSCREEN_API, V8PerWorldBindings] attribute EventListener onwebkitfullscreenerror;
     218    [NotEnumerable] attribute EventListener onbeforecut;
     219    [NotEnumerable] attribute EventListener oncut;
     220    [NotEnumerable] attribute EventListener onbeforecopy;
     221    [NotEnumerable] attribute EventListener oncopy;
     222    [NotEnumerable] attribute EventListener onbeforepaste;
     223    [NotEnumerable] attribute EventListener onpaste;
     224    [NotEnumerable] attribute EventListener onreset;
     225    [NotEnumerable] attribute EventListener onsearch;
     226    [NotEnumerable] attribute EventListener onselectstart;
     227    [NotEnumerable,Conditional=TOUCH_EVENTS] attribute EventListener ontouchstart;
     228    [NotEnumerable,Conditional=TOUCH_EVENTS] attribute EventListener ontouchmove;
     229    [NotEnumerable,Conditional=TOUCH_EVENTS] attribute EventListener ontouchend;
     230    [NotEnumerable,Conditional=TOUCH_EVENTS] attribute EventListener ontouchcancel;
     231    [NotEnumerable, Conditional=FULLSCREEN_API] attribute EventListener onwebkitfullscreenchange;
     232    [NotEnumerable, Conditional=FULLSCREEN_API] attribute EventListener onwebkitfullscreenerror;
    235233#endif
    236234};
  • trunk/Source/WebCore/dom/Event.idl

    r141034 r147857  
    2525    JSNoStaticTables,
    2626    ObjCPolymorphic,
    27     V8SkipVTableValidation
    2827] interface Event {
    2928
  • trunk/Source/WebCore/dom/EventNames.in

    r146305 r147857  
    5959CSSFontFaceLoadEvent conditional=FONT_LOAD_EVENTS
    6060SecurityPolicyViolationEvent conditional=CSP_NEXT
     61
  • trunk/Source/WebCore/dom/EventTarget.idl

    r141730 r147857  
    2626    CustomToJSObject,
    2727    JSCustomToNativeObject,
    28     V8NoWrapperCache,
    2928    EventTarget
    3029] interface EventTarget {
  • trunk/Source/WebCore/dom/EventTargetFactory.in

    r145787 r147857  
    4343XMLHttpRequest
    4444XMLHttpRequestUpload
     45
  • trunk/Source/WebCore/dom/MessageChannel.idl

    r141034 r147857  
    2828    Constructor,
    2929    CallWith=ScriptExecutionContext,
    30     V8CustomConstructor,
    3130    JSCustomMarkFunction,
    3231    JSNoStaticTables,
  • trunk/Source/WebCore/dom/MouseEvent.idl

    r141034 r147857  
    2121    ConstructorConditional=DOM4_EVENTS_CONSTRUCTOR,
    2222    ConstructorTemplate=Event,
    23     V8SkipVTableValidation
    2423] interface MouseEvent : UIEvent {
    2524    [InitializedByEventConstructor] readonly attribute long             screenX;
  • trunk/Source/WebCore/dom/MutationRecord.idl

    r141034 r147857  
    2929 */
    3030
    31 [
    32     V8SkipVTableValidation
    33 ] interface MutationRecord {
     31interface MutationRecord {
    3432    readonly attribute DOMString type;
    3533    readonly attribute Node target;
  • trunk/Source/WebCore/dom/NamedNodeMap.idl

    r144419 r147857  
    2323    IndexedGetter,
    2424    NamedGetter,
    25     V8CustomIndexedGetter,
    2625    ImplementationLacksVTable
    2726] interface NamedNodeMap {
  • trunk/Source/WebCore/dom/Node.idl

    r146785 r147857  
    3030    JSInlineGetOwnPropertySlot,
    3131    ObjCPolymorphic,
    32     V8DependentLifetime
    3332] interface Node
    3433#if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C
     
    5049    const unsigned short      NOTATION_NODE                  = 12;
    5150
    52     readonly attribute [TreatReturnedNullStringAs=Null, V8PerWorldBindings] DOMString        nodeName;
     51    readonly attribute [TreatReturnedNullStringAs=Null] DOMString        nodeName;
    5352
    5453             // FIXME: the spec says this can also raise on retrieval.
    55              attribute [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, V8PerWorldBindings] DOMString        nodeValue
     54             attribute [TreatReturnedNullStringAs=Null, TreatNullAs=NullString] DOMString        nodeValue
    5655                 setter raises(DOMException);
    5756
    58     readonly attribute [V8PerWorldBindings] unsigned short   nodeType;
    59     readonly attribute [V8PerWorldBindings] Node             parentNode;
    60     readonly attribute [V8PerWorldBindings] NodeList         childNodes;
    61     readonly attribute [V8PerWorldBindings] Node             firstChild;
    62     readonly attribute [V8PerWorldBindings] Node             lastChild;
    63     readonly attribute [V8PerWorldBindings] Node             previousSibling;
    64     readonly attribute [V8PerWorldBindings] Node             nextSibling;
    65     readonly attribute [V8PerWorldBindings] Document         ownerDocument;
     57    readonly attribute unsigned short   nodeType;
     58    readonly attribute Node             parentNode;
     59    readonly attribute NodeList         childNodes;
     60    readonly attribute Node             firstChild;
     61    readonly attribute Node             lastChild;
     62    readonly attribute Node             previousSibling;
     63    readonly attribute Node             nextSibling;
     64    readonly attribute Document         ownerDocument;
    6665
    67     [ObjCLegacyUnnamedParameters, Custom, V8PerWorldBindings] Node insertBefore(in [CustomReturn] Node newChild,
     66    [ObjCLegacyUnnamedParameters, Custom] Node insertBefore(in [CustomReturn] Node newChild,
    6867                                                            in Node refChild)
    6968        raises(DOMException);
     
    7170                                                            in [CustomReturn] Node oldChild)
    7271        raises(DOMException);
    73     [Custom, V8PerWorldBindings] Node removeChild(in [CustomReturn] Node oldChild)
     72    [Custom] Node removeChild(in [CustomReturn] Node oldChild)
    7473        raises(DOMException);
    75     [Custom, V8PerWorldBindings] Node appendChild(in [CustomReturn] Node newChild)
     74    [Custom] Node appendChild(in [CustomReturn] Node newChild)
    7675        raises(DOMException);
    7776
    7877    boolean            hasChildNodes();
    79     [V8DeliverCustomElementCallbacks, V8PerWorldBindings]
    8078    Node               cloneNode(in [Optional=DefaultIsUndefined] boolean deep);
    8179    void               normalize();
     
    8684                                       in [TreatNullAs=NullString,Optional=DefaultIsUndefined] DOMString version);
    8785
    88     readonly attribute [TreatReturnedNullStringAs=Null, V8PerWorldBindings] DOMString        namespaceURI;
    89              attribute [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, V8PerWorldBindings] DOMString        prefix
     86    readonly attribute [TreatReturnedNullStringAs=Null] DOMString        namespaceURI;
     87             attribute [TreatReturnedNullStringAs=Null, TreatNullAs=NullString] DOMString        prefix
    9088                 setter raises(DOMException);
    91     readonly attribute [TreatReturnedNullStringAs=Null, V8PerWorldBindings] DOMString        localName;
     89    readonly attribute [TreatReturnedNullStringAs=Null] DOMString        localName;
    9290
    9391#if defined(LANGUAGE_OBJECTIVE_C)
    94     readonly attribute [V8PerWorldBindings] NamedNodeMap     attributes;
     92    readonly attribute NamedNodeMap     attributes;
    9593    boolean            hasAttributes();
    9694#endif
     
    9997    // Introduced in DOM Level 3:
    10098
    101     readonly attribute [TreatReturnedNullStringAs=Null, V8PerWorldBindings] DOMString       baseURI;
     99    readonly attribute [TreatReturnedNullStringAs=Null] DOMString       baseURI;
    102100
    103101             // FIXME: the spec says this can also raise on retrieval.
    104              attribute [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, V8PerWorldBindings] DOMString       textContent
     102             attribute [TreatReturnedNullStringAs=Null, TreatNullAs=NullString] DOMString       textContent
    105103                 setter raises(DOMException);
    106104
     
    125123
    126124    // IE extensions
    127     readonly attribute [V8PerWorldBindings] Element          parentElement;
     125    readonly attribute Element          parentElement;
    128126
    129127#if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C
    130128    // Objective-C extensions
    131     readonly attribute [V8PerWorldBindings] boolean          isContentEditable;
     129    readonly attribute boolean          isContentEditable;
    132130
    133131    void inspect();
  • trunk/Source/WebCore/dom/NodeList.idl

    r141034 r147857  
    2323    IndexedGetter,
    2424    NamedGetter,
    25     V8DependentLifetime,
    26     V8SkipVTableValidation
    2725] interface NodeList {
    2826
  • trunk/Source/WebCore/dom/RequestAnimationFrameCallback.idl

    r131172 r147857  
    3535    // highResTime is passed as high resolution timestamp, see
    3636    // http://www.w3.org/TR/hr-time/ for details.
    37 #if defined(V8_BINDING) && V8_BINDING
    38     boolean handleEvent(in double highResTime);
    39 #else
    4037    [Custom] boolean handleEvent(in double highResTime);
    41 #endif
    42 
    4338};
  • trunk/Source/WebCore/dom/ShadowRoot.idl

    r146583 r147857  
    3333    attribute boolean resetStyleInheritance;
    3434
    35     [TreatNullAs=NullString, V8DeliverCustomElementCallbacks]
     35    [TreatNullAs=NullString]
    3636    attribute DOMString innerHTML setter raises(DOMException);
    3737
  • trunk/Source/WebCore/dom/Text.idl

    r146555 r147857  
    1717 * Boston, MA 02110-1301, USA.
    1818 */
    19 [
    20     V8SkipVTableValidation,
    21 ] interface Text : CharacterData {
     19
     20interface Text : CharacterData {
    2221
    2322    // DOM Level 1
     
    3231    // ShadowAware API
    3332#if defined(ENABLE_SHADOW_DOM) && ENABLE_SHADOW_DOM && defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT
    34     [V8EnabledAtRuntime=shadowDOM, ImplementedAs=insertionParentForBinding, V8PerWorldBindings] readonly attribute Node webkitInsertionParent;
     33    [ImplementedAs=insertionParentForBinding] readonly attribute Node webkitInsertionParent;
    3534#endif
    3635
  • trunk/Source/WebCore/history/HistoryItem.cpp

    r145789 r147857  
    721721
    722722    encoder.encodeBool(m_stateObject);
    723     if (m_stateObject) {
    724 #if !USE(V8)
     723    if (m_stateObject)
    725724        encoder.encodeBytes(m_stateObject->data().data(), m_stateObject->data().size());
    726 #else
    727         encoder.encodeString(m_stateObject->toWireString());
    728 #endif
    729     }
    730725
    731726    encoder.encodeString(m_target);
     
    833828        return 0;
    834829    if (hasStateObject) {
    835 #if !USE(V8)
    836830        Vector<uint8_t> bytes;
    837831        if (!decoder.decodeBytes(bytes))
    838832            return 0;
    839833        node->m_stateObject = SerializedScriptValue::adopt(bytes);
    840 #else
    841         String string;
    842         if (!decoder.decodeString(string))
    843             return 0;
    844         node->m_stateObject = SerializedScriptValue::createFromWire(string);
    845 #endif
    846834    }
    847835
  • trunk/Source/WebCore/html/DOMSettableTokenList.idl

    r142558 r147857  
    2626    IndexedGetter,
    2727    JSGenerateToJSObject,
    28     V8SkipVTableValidation
    2928] interface DOMSettableTokenList : DOMTokenList {
    3029    attribute DOMString value;
  • trunk/Source/WebCore/html/DOMTokenList.idl

    r141034 r147857  
    2626    GenerateIsReachable=ImplElementRoot,
    2727    IndexedGetter,
    28     V8SkipVTableValidation
    2928] interface DOMTokenList {
    3029    readonly attribute unsigned long length;
  • trunk/Source/WebCore/html/HTMLAllCollection.idl

    r141556 r147857  
    3030    MasqueradesAsUndefined,
    3131    GenerateIsReachable=ImplOwnerNodeRoot,
    32     V8DependentLifetime,
    3332] interface HTMLAllCollection {
    3433    readonly attribute unsigned long length;
  • trunk/Source/WebCore/html/HTMLAppletElement.idl

    r144419 r147857  
    2222    CustomNamedSetter,
    2323    JSCustomGetOwnPropertySlotAndDescriptor,
    24     V8CustomIndexedGetter,
    2524    CustomCall
    2625] interface HTMLAppletElement : HTMLElement {
  • trunk/Source/WebCore/html/HTMLCollection.idl

    r141034 r147857  
    2424    CustomToJSObject,
    2525    GenerateIsReachable=ImplOwnerNodeRoot,
    26     V8DependentLifetime,
    2726    ObjCPolymorphic,
    28     V8SkipVTableValidation
    2927] interface HTMLCollection {
    3028    readonly attribute unsigned long length;
  • trunk/Source/WebCore/html/HTMLDialogElement.idl

    r141034 r147857  
    2626[
    2727    Conditional=DIALOG_ELEMENT,
    28     V8SkipVTableValidation
    2928] interface HTMLDialogElement : HTMLElement {
    3029    [Reflect] attribute boolean open;
  • trunk/Source/WebCore/html/HTMLDivElement.idl

    r141034 r147857  
    1818 */
    1919
    20 [
    21     V8SkipVTableValidation
    22 ] interface HTMLDivElement : HTMLElement {
     20interface HTMLDivElement : HTMLElement {
    2321    [Reflect] attribute DOMString align;
    2422};
  • trunk/Source/WebCore/html/HTMLDocument.idl

    r145040 r147857  
    2121[
    2222    CustomNamedGetter,
    23     V8CustomToJSObject,
    24     V8SkipVTableValidation
    2523] interface HTMLDocument : Document {
    26     [JSCustom, V8Custom] void open();
     24    [JSCustom] void open();
    2725    void close();
    2826    [Custom] void write(in [Optional=DefaultIsUndefined] DOMString text);
  • trunk/Source/WebCore/html/HTMLElement.idl

    r146896 r147857  
    2222    JSGenerateToNativeObject,
    2323    JSCustomPushEventHandlerScope,
    24     V8CustomToJSObject,
    25     V8SkipVTableValidation
    2624] interface HTMLElement : Element {
    2725             // iht.com relies on id returning the empty string when no id is present.
     
    4038
    4139    // Extensions
    42              [TreatNullAs=NullString, V8DeliverCustomElementCallbacks] attribute DOMString innerHTML
     40             [TreatNullAs=NullString] attribute DOMString innerHTML
    4341                 setter raises(DOMException);
    4442             [TreatNullAs=NullString] attribute DOMString innerText
    4543                 setter raises(DOMException);
    46              [TreatNullAs=NullString, V8DeliverCustomElementCallbacks] attribute DOMString outerHTML
     44             [TreatNullAs=NullString] attribute DOMString outerHTML
    4745                 setter raises(DOMException);
    4846             [TreatNullAs=NullString] attribute DOMString outerText
     
    5250                                  in [Optional=DefaultIsUndefined] Element element)
    5351        raises(DOMException);
    54     [V8DeliverCustomElementCallbacks]
    5552    void insertAdjacentHTML(in [Optional=DefaultIsUndefined] DOMString where,
    5653                            in [Optional=DefaultIsUndefined] DOMString html)
  • trunk/Source/WebCore/html/HTMLEmbedElement.idl

    r147822 r147857  
    2323    JSCustomGetOwnPropertySlotAndDescriptor,
    2424    CustomCall,
    25     V8CustomIndexedGetter,
    26     V8SkipVTableValidation
    2725] interface HTMLEmbedElement : HTMLElement {
    2826attribute [Reflect] DOMString align;
  • trunk/Source/WebCore/html/HTMLFormControlsCollection.idl

    r136850 r147857  
    2323    NamedGetter,
    2424    GenerateIsReachable=ImplOwnerNodeRoot,
    25     V8DependentLifetime,
    2625] interface HTMLFormControlsCollection : HTMLCollection {
    2726    [Custom] Node namedItem(in [Optional=DefaultIsUndefined] DOMString name);
  • trunk/Source/WebCore/html/HTMLFormElement.idl

    r144419 r147857  
    2121[
    2222    IndexedGetter,
    23     V8CustomIndexedGetter,
    2423    CustomNamedGetter
    2524] interface HTMLFormElement : HTMLElement {
     
    4645
    4746#if defined(ENABLE_REQUEST_AUTOCOMPLETE) && ENABLE_REQUEST_AUTOCOMPLETE
    48     [V8EnabledAtRuntime=requestAutocomplete] void requestAutocomplete();
    49     [V8EnabledAtRuntime=requestAutocomplete,NotEnumerable] attribute EventListener onautocomplete;
    50     [V8EnabledAtRuntime=requestAutocomplete,NotEnumerable] attribute EventListener onautocompleteerror;
     47    void requestAutocomplete();
     48    [NotEnumerable] attribute EventListener onautocomplete;
     49    [NotEnumerable] attribute EventListener onautocompleteerror;
    5150#endif
    5251};
  • trunk/Source/WebCore/html/HTMLImageElement.idl

    r141034 r147857  
    2121[
    2222    JSGenerateToNativeObject,
    23     V8SkipVTableValidation
    2423] interface HTMLImageElement : HTMLElement {
    2524    [Reflect] attribute DOMString name;
  • trunk/Source/WebCore/html/HTMLInputElement.idl

    r141034 r147857  
    2020 */
    2121
    22 [
    23     V8SkipVTableValidation
    24 ] interface HTMLInputElement : HTMLElement {
     22interface HTMLInputElement : HTMLElement {
    2523    [Reflect] attribute DOMString accept;
    2624    [Reflect] attribute DOMString alt;
     
    106104    [Reflect] attribute DOMString useMap;
    107105    [Reflect] attribute boolean incremental;
    108     [Conditional=INPUT_SPEECH, Reflect, V8EnabledAtRuntime] attribute boolean webkitSpeech;
    109     [Conditional=INPUT_SPEECH, Reflect, V8EnabledAtRuntime] attribute boolean webkitGrammar;
     106    [Conditional=INPUT_SPEECH, Reflect] attribute boolean webkitSpeech;
     107    [Conditional=INPUT_SPEECH, Reflect] attribute boolean webkitGrammar;
    110108    [Conditional=INPUT_SPEECH, NotEnumerable] attribute EventListener onwebkitspeechchange;
    111109
  • trunk/Source/WebCore/html/HTMLMediaElement.idl

    r145162 r147857  
    9898
    9999#if defined(ENABLE_ENCRYPTED_MEDIA) && ENABLE_ENCRYPTED_MEDIA
    100 [V8EnabledAtRuntime=encryptedMedia] void webkitGenerateKeyRequest(in [TreatNullAs=NullString, TreatUndefinedAs=NullString] DOMString keySystem, in [Optional] Uint8Array initData)
     100void webkitGenerateKeyRequest(in [TreatNullAs=NullString, TreatUndefinedAs=NullString] DOMString keySystem, in [Optional] Uint8Array initData)
    101101    raises (DOMException);
    102 [V8EnabledAtRuntime=encryptedMedia] void webkitAddKey(in [TreatNullAs=NullString, TreatUndefinedAs=NullString] DOMString keySystem, in Uint8Array key, in [Optional] Uint8Array initData, in [Optional=DefaultIsNullString] DOMString sessionId)
     102void webkitAddKey(in [TreatNullAs=NullString, TreatUndefinedAs=NullString] DOMString keySystem, in Uint8Array key, in [Optional] Uint8Array initData, in [Optional=DefaultIsNullString] DOMString sessionId)
    103103    raises (DOMException);
    104 [V8EnabledAtRuntime=encryptedMedia] void webkitCancelKeyRequest(in [TreatNullAs=NullString, TreatUndefinedAs=NullString] DOMString keySystem, in [Optional=DefaultIsNullString] DOMString sessionId)
     104void webkitCancelKeyRequest(in [TreatNullAs=NullString, TreatUndefinedAs=NullString] DOMString keySystem, in [Optional=DefaultIsNullString] DOMString sessionId)
    105105    raises (DOMException);
    106106
    107     attribute [V8EnabledAtRuntime=encryptedMedia] EventListener onwebkitkeyadded;
    108     attribute [V8EnabledAtRuntime=encryptedMedia] EventListener onwebkitkeyerror;
    109     attribute [V8EnabledAtRuntime=encryptedMedia] EventListener onwebkitkeymessage;
     107    attribute EventListener onwebkitkeyadded;
     108    attribute EventListener onwebkitkeyerror;
     109    attribute EventListener onwebkitkeymessage;
    110110#endif
    111     attribute [Conditional=ENCRYPTED_MEDIA|ENCRYPTED_MEDIA_V2, V8EnabledAtRuntime=encryptedMedia] EventListener onwebkitneedkey;
     111    attribute [Conditional=ENCRYPTED_MEDIA|ENCRYPTED_MEDIA_V2] EventListener onwebkitneedkey;
    112112#if defined(ENABLE_ENCRYPTED_MEDIA_V2) && ENABLE_ENCRYPTED_MEDIA_V2
    113     attribute [V8EnabledAtRuntime=encryptedMedia] MediaKeys mediaKeys;
     113    attribute MediaKeys mediaKeys;
    114114#endif
    115115
    116116#if defined(ENABLE_VIDEO_TRACK) && ENABLE_VIDEO_TRACK
    117 [V8EnabledAtRuntime=webkitVideoTrack] TextTrack addTextTrack(in DOMString kind, in [Optional] DOMString label, in [Optional] DOMString language)
     117TextTrack addTextTrack(in DOMString kind, in [Optional] DOMString label, in [Optional] DOMString language)
    118118    raises (DOMException);
    119 readonly attribute [V8EnabledAtRuntime=webkitVideoTrack] TextTrackList textTracks;
     119readonly attribute TextTrackList textTracks;
    120120#endif
    121121
  • trunk/Source/WebCore/html/HTMLObjectElement.idl

    r147822 r147857  
    2222    CustomNamedSetter,
    2323    JSCustomGetOwnPropertySlotAndDescriptor,
    24     V8CustomIndexedGetter,
    2524    CustomCall
    2625] interface HTMLObjectElement : HTMLElement {
  • trunk/Source/WebCore/html/HTMLOptionsCollection.idl

    r144419 r147857  
    2424    NamedGetter,
    2525    GenerateIsReachable=ImplOwnerNodeRoot,
    26     V8CustomIndexedGetter,
    27     V8DependentLifetime,
    2826] interface HTMLOptionsCollection : HTMLCollection {
    2927    attribute long selectedIndex;
  • trunk/Source/WebCore/html/HTMLSelectElement.idl

    r144419 r147857  
    2222    IndexedGetter,
    2323    CustomIndexedSetter,
    24     V8CustomIndexedGetter,
    25     V8SkipVTableValidation
    2624] interface HTMLSelectElement : HTMLElement {
    2725    attribute [Reflect] boolean autofocus;
  • trunk/Source/WebCore/html/HTMLSpanElement.idl

    r141034 r147857  
    2525
    2626// http://www.whatwg.org/specs/web-apps/current-work/#htmlspanelement
    27 [
    28     V8SkipVTableValidation
    29 ] interface HTMLSpanElement : HTMLElement {
     27interface HTMLSpanElement : HTMLElement {
    3028};
    3129
  • trunk/Source/WebCore/html/HTMLStyleElement.idl

    r131172 r147857  
    2121interface HTMLStyleElement : HTMLElement {
    2222    attribute boolean disabled;
    23     [Conditional=STYLE_SCOPED, V8EnabledAtRuntime=styleScoped] attribute boolean scoped;
     23    [Conditional=STYLE_SCOPED] attribute boolean scoped;
    2424    [Reflect] attribute DOMString media;
    2525    [Reflect] attribute DOMString type;
  • trunk/Source/WebCore/html/HTMLTemplateElement.idl

    r136903 r147857  
    3232    Conditional=TEMPLATE_ELEMENT
    3333] interface HTMLTemplateElement : HTMLElement {
    34     [JSCustom, V8CacheAttributeForGC] readonly attribute DocumentFragment content;
     34    [JSCustom] readonly attribute DocumentFragment content;
    3535};
    3636
  • trunk/Source/WebCore/html/HTMLTrackElement.idl

    r131172 r147857  
    2626[
    2727    Conditional=VIDEO_TRACK,
    28     V8EnabledAtRuntime=webkitVideoTrack
    2928] interface HTMLTrackElement : HTMLElement {
    3029    attribute DOMString kind;
  • trunk/Source/WebCore/html/HTMLUnknownElement.idl

    r141034 r147857  
    2727 * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2828 */
    29 [
    30     V8SkipVTableValidation
    31 ] interface HTMLUnknownElement : HTMLElement {
     29
     30interface HTMLUnknownElement : HTMLElement {
    3231};
    3332
  • trunk/Source/WebCore/html/MediaKeyError.idl

    r142327 r147857  
    2626interface [
    2727    Conditional=ENCRYPTED_MEDIA|ENCRYPTED_MEDIA_V2,
    28     V8EnabledAtRuntime=encryptedMedia,
    2928    ImplementationLacksVTable
    3029] MediaKeyError {
  • trunk/Source/WebCore/html/MediaKeyEvent.idl

    r131172 r147857  
    2626[
    2727    Conditional=ENCRYPTED_MEDIA,
    28     V8EnabledAtRuntime=encryptedMedia,
    2928    ConstructorTemplate=Event
    3029] interface MediaKeyEvent : Event {
  • trunk/Source/WebCore/html/MicroDataItemValue.idl

    r134447 r147857  
    3333    CustomToJSObject,
    3434    OmitConstructor,
    35     V8NoWrapperCache
    3635] interface MicroDataItemValue {
    3736};
  • trunk/Source/WebCore/html/canvas/CanvasRenderingContext2D.idl

    r147133 r147857  
    7979    attribute float lineDashOffset;
    8080
    81     // FIXME: These attributes should also be implemented for V8.
    82 #if !(defined(V8_BINDING) && V8_BINDING)
    8381    [Custom] attribute Array webkitLineDash;
    8482    attribute float webkitLineDashOffset;
    85 #endif
    8683
    8784    void clearRect(in [Optional=DefaultIsUndefined] float x,
  • trunk/Source/WebCore/html/canvas/DOMPath.idl

    r143502 r147857  
    2828
    2929interface [
    30     V8EnabledAtRuntime=canvasPath,
    3130    Constructor,
    3231    Constructor(in DOMPath path),
  • trunk/Source/WebCore/html/shadow/HTMLContentElement.idl

    r146147 r147857  
    2727[
    2828    Conditional=SHADOW_DOM,
    29     V8EnabledAtRuntime=shadowDOM,
    30     V8SkipVTableValidation
    3129] interface HTMLContentElement : HTMLElement {
    3230    [Reflect] attribute DOMString select;
  • trunk/Source/WebCore/html/shadow/HTMLShadowElement.idl

    r137429 r147857  
    3131[
    3232    Conditional=SHADOW_DOM,
    33     V8EnabledAtRuntime=shadowDOM
    3433] interface HTMLShadowElement : HTMLElement {
    3534    attribute boolean resetStyleInheritance;
  • trunk/Source/WebCore/html/track/TextTrack.idl

    r146825 r147857  
    2626[
    2727    Conditional=VIDEO_TRACK,
    28     V8EnabledAtRuntime=webkitVideoTrack,
    2928    EventTarget,
    3029    JSCustomMarkFunction,
    3130    JSCustomIsReachable,
    32     V8SkipVTableValidation
    3331] interface TextTrack {
    3432    readonly attribute DOMString kind;
  • trunk/Source/WebCore/inspector/InjectedScriptHost.idl

    r146840 r147857  
    5050    readonly attribute boolean evaluateReturnsEvalFunction;
    5151
    52 #if defined(V8_BINDING) && V8_BINDING
    53     [Custom] any evaluate(in DOMString text);
    54 #else
    5552    [Custom] readonly attribute any evaluate;
    56 #endif
    5753
    5854    [Custom] DOMString databaseId(in any database);
  • trunk/Source/WebCore/inspector/InspectorIndexedDBAgent.cpp

    r147029 r147857  
    625625        return;
    626626
    627 #if USE(V8)
    628     v8::HandleScope handleScope;
    629     v8::Handle<v8::Context> context = document->frame()->script()->mainWorldContext();
    630     ASSERT(!context.IsEmpty());
    631     v8::Context::Scope contextScope(context);
    632 #endif
    633 
    634627    ExceptionCode ec = 0;
    635628    RefPtr<IDBRequest> idbRequest = idbFactory->getDatabaseNames(document, ec);
     
    651644        return;
    652645
    653 #if USE(V8)
    654     v8::HandleScope handleScope;
    655     v8::Handle<v8::Context> context = document->frame()->script()->mainWorldContext();
    656     ASSERT(!context.IsEmpty());
    657     v8::Context::Scope contextScope(context);
    658 #endif
    659 
    660646    RefPtr<DatabaseLoader> databaseLoader = DatabaseLoader::create(document, requestCallback);
    661647    databaseLoader->start(idbFactory, document->securityOrigin(), databaseName);
     
    679665        return;
    680666    }
    681 
    682 #if USE(V8)
    683     v8::HandleScope handleScope;
    684     v8::Handle<v8::Context> context = document->frame()->script()->mainWorldContext();
    685     ASSERT(!context.IsEmpty());
    686     v8::Context::Scope contextScope(context);
    687 #endif
    688667
    689668    RefPtr<DataLoader> dataLoader = DataLoader::create(document, requestCallback, injectedScript, objectStoreName, indexName, idbKeyRange, skipCount, pageSize);
     
    784763        return;
    785764
    786 #if USE(V8)
    787         v8::HandleScope handleScope;
    788         v8::Handle<v8::Context> context = document->frame()->script()->mainWorldContext();
    789         ASSERT(!context.IsEmpty());
    790         v8::Context::Scope contextScope(context);
    791 #endif
    792 
    793765    RefPtr<ClearObjectStore> clearObjectStore = ClearObjectStore::create(document, objectStoreName, requestCallback);
    794766    clearObjectStore->start(idbFactory, document->securityOrigin(), databaseName);
    795767}
     768
    796769} // namespace WebCore
    797770
  • trunk/Source/WebCore/loader/EmptyClients.h

    r146935 r147857  
    4444#include "ResourceError.h"
    4545
    46 #if USE(V8)
    47 #include <v8.h>
    48 #endif
    49 
    5046/*
    5147 This file holds empty Client stubs for use by WebCore.
     
    368364    virtual void registerForIconNotification(bool) { }
    369365
    370 #if USE(V8)
    371     virtual void didCreateScriptContext(v8::Handle<v8::Context>, int extensionGroup, int worldId) { }
    372     virtual void willReleaseScriptContext(v8::Handle<v8::Context>, int worldId) { }
    373     virtual bool allowScriptExtension(const String& extensionName, int extensionGroup, int worldId) { return false; }
    374 #endif
    375 
    376366#if PLATFORM(MAC)
    377367    virtual RemoteAXObjectRef accessibilityRemoteObject() { return 0; }
  • trunk/Source/WebCore/loader/FrameLoaderClient.h

    r147730 r147857  
    5454#endif
    5555
    56 #if USE(V8)
    57 namespace v8 {
    58 class Context;
    59 template<class T> class Handle;
    60 }
    61 #endif
    62 
    6356namespace WebCore {
    6457
     
    289282        virtual void didExhaustMemoryAvailableForScript() { };
    290283
    291 #if USE(V8)
    292         virtual void didCreateScriptContext(v8::Handle<v8::Context>, int extensionGroup, int worldId) = 0;
    293         virtual void willReleaseScriptContext(v8::Handle<v8::Context>, int worldId) = 0;
    294         virtual bool allowScriptExtension(const String& extensionName, int extensionGroup, int worldId) = 0;
    295 #endif
    296 
    297284        virtual void registerForIconNotification(bool listen = true) = 0;
    298285       
  • trunk/Source/WebCore/page/Console.idl

    r143186 r147857  
    4040    [CallWith=ScriptArguments|ScriptState] void dirxml();
    4141    [CallWith=ScriptArguments|ScriptState] void table();
    42     [V8Custom, CallWith=ScriptArguments|ScriptState] void trace();
    43     [V8Custom, CallWith=ScriptArguments|ScriptState, ImplementedAs=assertCondition] void assert(in boolean condition);
     42    [CallWith=ScriptArguments|ScriptState] void trace();
     43    [CallWith=ScriptArguments|ScriptState, ImplementedAs=assertCondition] void assert(in boolean condition);
    4444    [CallWith=ScriptArguments|ScriptState] void count();
    4545    [CallWith=ScriptArguments] void markTimeline();
  • trunk/Source/WebCore/page/DOMWindow.idl

    r146785 r147857  
    3939    ReplaceableConstructor,
    4040    JSLegacyParent=JSDOMWindowBase,
    41     V8CustomToJSObject,
    42     V8NoWrapperCache,
    43     V8CustomIndexedGetter,
    4441    InterfaceName=Window
    4542] interface DOMWindow {
     
    5754    readonly attribute Crypto crypto;
    5855#if !defined(LANGUAGE_CPP) || !LANGUAGE_CPP
    59     attribute [DoNotCheckSecurity, CustomSetter, V8Unforgeable] Location location;
    60 #endif
    61     [Replaceable, CustomGetter, V8CustomSetter] readonly attribute Event event;
     56    attribute [DoNotCheckSecurity, CustomSetter] Location location;
     57#endif
     58    [Replaceable, CustomGetter] readonly attribute Event event;
    6259
    6360    DOMSelection getSelection();
     
    131128    // Self referential attributes
    132129    [Replaceable, DoNotCheckSecurityOnGetter] readonly attribute DOMWindow self;
    133     [DoNotCheckSecurity, V8Unforgeable] readonly attribute DOMWindow window;
     130    [DoNotCheckSecurity] readonly attribute DOMWindow window;
    134131    [Replaceable, DoNotCheckSecurityOnGetter] readonly attribute  DOMWindow frames;
    135132
    136     [Replaceable, DoNotCheckSecurityOnGetter, V8CustomSetter] readonly attribute DOMWindow opener;
     133    [Replaceable, DoNotCheckSecurityOnGetter] readonly attribute DOMWindow opener;
    137134    [Replaceable, DoNotCheckSecurityOnGetter] readonly attribute DOMWindow parent;
    138     [DoNotCheckSecurityOnGetter, V8Unforgeable] readonly attribute DOMWindow top;
     135    [DoNotCheckSecurityOnGetter] readonly attribute DOMWindow top;
    139136
    140137    // DOM Level 2 AbstractView Interface
     
    148145
    149146    // DOM Level 2 Style Interface
    150     [V8PerWorldBindings] CSSStyleDeclaration getComputedStyle(in [Optional=DefaultIsUndefined] Element element,
     147    CSSStyleDeclaration getComputedStyle(in [Optional=DefaultIsUndefined] Element element,
    151148                                                              in [TreatNullAs=NullString, TreatUndefinedAs=NullString,Optional=DefaultIsUndefined] DOMString pseudoElement);
    152149
     
    164161                                                 in [Optional=DefaultIsUndefined] WebKitPoint p);
    165162
    166     readonly attribute [V8EnabledAtRuntime] DOMApplicationCache applicationCache;
    167 
    168     readonly attribute [V8EnabledAtRuntime] Storage sessionStorage
     163    readonly attribute DOMApplicationCache applicationCache;
     164
     165    readonly attribute Storage sessionStorage
    169166        getter raises(DOMException);
    170     readonly attribute [V8EnabledAtRuntime] Storage localStorage
     167    readonly attribute Storage localStorage
    171168        getter raises(DOMException);
    172169
     
    201198
    202199#if defined(ENABLE_REQUEST_ANIMATION_FRAME) && ENABLE_REQUEST_ANIMATION_FRAME
    203     [V8MeasureAs=UnprefixedRequestAnimationFrame] long requestAnimationFrame(in [Callback] RequestAnimationFrameCallback callback);
     200    long requestAnimationFrame(in [Callback] RequestAnimationFrameCallback callback);
    204201    void cancelAnimationFrame(in long id);
    205     [V8MeasureAs=PrefixedRequestAnimationFrame] long webkitRequestAnimationFrame(in [Callback] RequestAnimationFrameCallback callback);
     202    long webkitRequestAnimationFrame(in [Callback] RequestAnimationFrameCallback callback);
    206203    [ImplementedAs=cancelAnimationFrame] void webkitCancelAnimationFrame(in long id);
    207204    [ImplementedAs=cancelAnimationFrame] void webkitCancelRequestAnimationFrame(in long id); // This is a deprecated alias for webkitCancelAnimationFrame(). Remove this when removing vendor prefix.
     
    298295    attribute EventListener onorientationchange;
    299296#endif
    300     attribute [Conditional=TOUCH_EVENTS,V8EnabledAtRuntime=touch] EventListener ontouchstart;
    301     attribute [Conditional=TOUCH_EVENTS,V8EnabledAtRuntime=touch] EventListener ontouchmove;
    302     attribute [Conditional=TOUCH_EVENTS,V8EnabledAtRuntime=touch] EventListener ontouchend;
    303     attribute [Conditional=TOUCH_EVENTS,V8EnabledAtRuntime=touch] EventListener ontouchcancel;
    304 
    305     attribute [Conditional=DEVICE_ORIENTATION,V8EnabledAtRuntime] EventListener ondevicemotion;
    306     attribute [Conditional=DEVICE_ORIENTATION,V8EnabledAtRuntime] EventListener ondeviceorientation;
     297    attribute [Conditional=TOUCH_EVENTS] EventListener ontouchstart;
     298    attribute [Conditional=TOUCH_EVENTS] EventListener ontouchmove;
     299    attribute [Conditional=TOUCH_EVENTS] EventListener ontouchend;
     300    attribute [Conditional=TOUCH_EVENTS] EventListener ontouchcancel;
     301
     302    attribute [Conditional=DEVICE_ORIENTATION] EventListener ondevicemotion;
     303    attribute [Conditional=DEVICE_ORIENTATION] EventListener ondeviceorientation;
    307304
    308305    attribute [Conditional=PROXIMITY_EVENTS] EventListener onwebkitdeviceproximity;
     
    318315        raises(EventException);
    319316
    320     [V8Custom] void captureEvents(/*in long eventFlags*/);
    321     [V8Custom] void releaseEvents(/*in long eventFlags*/);
     317    void captureEvents(/*in long eventFlags*/);
     318    void releaseEvents(/*in long eventFlags*/);
    322319
    323320#if defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT
     
    394391    attribute EntityConstructor Entity;
    395392    attribute EntityReferenceConstructor EntityReference;
    396     [Conditional=CANVAS_PATH, V8EnabledAtRuntime=canvasPath] attribute DOMPathConstructor Path;
     393    [Conditional=CANVAS_PATH] attribute DOMPathConstructor Path;
    397394    attribute ProcessingInstructionConstructor ProcessingInstruction;
    398     [Conditional=SHADOW_DOM, V8EnabledAtRuntime=shadowDOM] attribute ShadowRootConstructor WebKitShadowRoot;
    399     [Conditional=SHADOW_DOM, V8EnabledAtRuntime=shadowDOM] attribute HTMLContentElementConstructor HTMLContentElement;
    400     [Conditional=SHADOW_DOM, V8EnabledAtRuntime=shadowDOM] attribute HTMLShadowElementConstructor HTMLShadowElement;
     395    [Conditional=SHADOW_DOM] attribute ShadowRootConstructor WebKitShadowRoot;
     396    [Conditional=SHADOW_DOM] attribute HTMLContentElementConstructor HTMLContentElement;
     397    [Conditional=SHADOW_DOM] attribute HTMLShadowElementConstructor HTMLShadowElement;
    401398
    402399    attribute DOMSelectionConstructor Selection;
     
    416413    attribute HTMLDListElementConstructor HTMLDListElement;
    417414    [Conditional=DATALIST_ELEMENT] attribute HTMLDataListElementConstructor HTMLDataListElement;
    418     [Conditional=DIALOG_ELEMENT, V8EnabledPerContext=dialogElement] attribute HTMLDialogElementConstructor HTMLDialogElement;
     415    [Conditional=DIALOG_ELEMENT] attribute HTMLDialogElementConstructor HTMLDialogElement;
    419416    attribute HTMLDirectoryElementConstructor HTMLDirectoryElement;
    420417    attribute HTMLDivElementConstructor HTMLDivElement;
     
    482479    [JSCustomGetter] attribute HTMLOptionElementConstructorConstructor Option; // Usable with new operator
    483480
    484     [Conditional=ENCRYPTED_MEDIA, V8EnabledAtRuntime=encryptedMedia] attribute MediaKeyEventConstructor MediaKeyEvent;
    485     attribute [Conditional=ENCRYPTED_MEDIA_V2, V8EnabledAtRuntime=encryptedMedia] MediaKeysConstructor MediaKeys;
    486     attribute [Conditional=ENCRYPTED_MEDIA_V2|ENCRYPTED_MEDIA, V8EnabledAtRuntime=encryptedMedia] MediaKeyErrorConstructor MediaKeyError;
    487     attribute [Conditional=ENCRYPTED_MEDIA_V2, V8EnabledAtRuntime=encryptedMedia] MediaKeyMessageEventConstructor MediaKeyMessageEvent;
    488     attribute [Conditional=ENCRYPTED_MEDIA_V2, V8EnabledAtRuntime=encryptedMedia] MediaKeyNeededEventConstructor MediaKeyNeededEvent;
    489 
    490     [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute HTMLTrackElementConstructor HTMLTrackElement;
    491     [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute TextTrackConstructor TextTrack;
    492     [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute TextTrackCueConstructor TextTrackCue; // Usable with the new operator
    493     [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute TextTrackCueListConstructor TextTrackCueList;
    494     [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute TextTrackListConstructor TextTrackList;
    495     [Conditional=VIDEO_TRACK & WEBVTT_REGIONS, V8EnabledAtRuntime=webkitVideoTrack] attribute TextTrackRegionConstructor TextTrackRegion; // Usable with the new operator
    496     [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute TrackEventConstructor TrackEvent;
    497 
    498     [JSCustomGetter, Conditional=VIDEO, V8EnabledAtRuntime] attribute HTMLAudioElementConstructorConstructor Audio; // Usable with the new operator
    499     [Conditional=VIDEO, V8EnabledAtRuntime] attribute HTMLAudioElementConstructor HTMLAudioElement;
    500     [Conditional=VIDEO, V8EnabledAtRuntime] attribute HTMLMediaElementConstructor HTMLMediaElement;
    501     [Conditional=VIDEO, V8EnabledAtRuntime] attribute HTMLVideoElementConstructor HTMLVideoElement;
    502     [Conditional=VIDEO, V8EnabledAtRuntime] attribute MediaErrorConstructor MediaError;
    503     [Conditional=VIDEO, V8EnabledAtRuntime] attribute TimeRangesConstructor TimeRanges;
    504     [Conditional=VIDEO, V8EnabledAtRuntime] attribute HTMLSourceElementConstructor HTMLSourceElement;
    505     [Conditional=VIDEO, V8EnabledAtRuntime] attribute MediaControllerConstructor MediaController;
     481    [Conditional=ENCRYPTED_MEDIA] attribute MediaKeyEventConstructor MediaKeyEvent;
     482    attribute [Conditional=ENCRYPTED_MEDIA_V2] MediaKeysConstructor MediaKeys;
     483    attribute [Conditional=ENCRYPTED_MEDIA_V2|ENCRYPTED_MEDIA] MediaKeyErrorConstructor MediaKeyError;
     484    attribute [Conditional=ENCRYPTED_MEDIA_V2] MediaKeyMessageEventConstructor MediaKeyMessageEvent;
     485    attribute [Conditional=ENCRYPTED_MEDIA_V2] MediaKeyNeededEventConstructor MediaKeyNeededEvent;
     486
     487    [Conditional=VIDEO_TRACK] attribute HTMLTrackElementConstructor HTMLTrackElement;
     488    [Conditional=VIDEO_TRACK] attribute TextTrackConstructor TextTrack;
     489    [Conditional=VIDEO_TRACK] attribute TextTrackCueConstructor TextTrackCue; // Usable with the new operator
     490    [Conditional=VIDEO_TRACK] attribute TextTrackCueListConstructor TextTrackCueList;
     491    [Conditional=VIDEO_TRACK] attribute TextTrackListConstructor TextTrackList;
     492    [Conditional=VIDEO_TRACK & WEBVTT_REGIONS] attribute TextTrackRegionConstructor TextTrackRegion; // Usable with the new operator
     493    [Conditional=VIDEO_TRACK] attribute TrackEventConstructor TrackEvent;
     494
     495    [JSCustomGetter, Conditional=VIDEO] attribute HTMLAudioElementConstructorConstructor Audio; // Usable with the new operator
     496    [Conditional=VIDEO] attribute HTMLAudioElementConstructor HTMLAudioElement;
     497    [Conditional=VIDEO] attribute HTMLMediaElementConstructor HTMLMediaElement;
     498    [Conditional=VIDEO] attribute HTMLVideoElementConstructor HTMLVideoElement;
     499    [Conditional=VIDEO] attribute MediaErrorConstructor MediaError;
     500    [Conditional=VIDEO] attribute TimeRangesConstructor TimeRanges;
     501    [Conditional=VIDEO] attribute HTMLSourceElementConstructor HTMLSourceElement;
     502    [Conditional=VIDEO] attribute MediaControllerConstructor MediaController;
    506503
    507504    attribute CanvasPatternConstructor CanvasPattern;
     
    561558    attribute WheelEventConstructor WheelEvent;
    562559    attribute XMLHttpRequestProgressEventConstructor XMLHttpRequestProgressEvent;
    563     [Conditional=DEVICE_ORIENTATION, V8EnabledAtRuntime] attribute DeviceMotionEventConstructor DeviceMotionEvent;
    564     [Conditional=DEVICE_ORIENTATION, V8EnabledAtRuntime] attribute DeviceOrientationEventConstructor DeviceOrientationEvent;
    565     [Conditional=TOUCH_EVENTS, V8EnabledAtRuntime=touch] attribute TouchConstructor Touch;
    566     [Conditional=TOUCH_EVENTS, V8EnabledAtRuntime=touch] attribute TouchEventConstructor TouchEvent;
    567     [Conditional=TOUCH_EVENTS, V8EnabledAtRuntime=touch] attribute TouchListConstructor TouchList;
     560    [Conditional=DEVICE_ORIENTATION] attribute DeviceMotionEventConstructor DeviceMotionEvent;
     561    [Conditional=DEVICE_ORIENTATION] attribute DeviceOrientationEventConstructor DeviceOrientationEvent;
     562    [Conditional=TOUCH_EVENTS] attribute TouchConstructor Touch;
     563    [Conditional=TOUCH_EVENTS] attribute TouchEventConstructor TouchEvent;
     564    [Conditional=TOUCH_EVENTS] attribute TouchListConstructor TouchList;
    568565    attribute StorageEventConstructor StorageEvent;
    569566    [Conditional=INPUT_SPEECH] attribute SpeechInputEventConstructor SpeechInputEvent;
     
    571568    [Conditional=PROXIMITY_EVENTS] attribute DeviceProximityEventConstructor DeviceProximityEvent;
    572569    [Conditional=REQUEST_AUTOCOMPLETE] attribute AutocompleteErrorEventConstructor AutocompleteErrorEvent;
    573     [Conditional=CSP_NEXT, V8EnabledAtRuntime=experimentalContentSecurityPolicyFeatures] attribute SecurityPolicyViolationEventConstructor SecurityPolicyViolationEvent;
     570    [Conditional=CSP_NEXT] attribute SecurityPolicyViolationEventConstructor SecurityPolicyViolationEvent;
    574571
    575572    attribute EventExceptionConstructor EventException;
     
    577574    attribute WebKitCSSKeyframeRuleConstructor WebKitCSSKeyframeRule;
    578575    attribute WebKitCSSKeyframesRuleConstructor WebKitCSSKeyframesRule;
    579     [Conditional=CSS_REGIONS, V8EnabledAtRuntime=cssRegions] attribute WebKitCSSRegionRuleConstructor WebKitCSSRegionRule;
     576    [Conditional=CSS_REGIONS] attribute WebKitCSSRegionRuleConstructor WebKitCSSRegionRule;
    580577
    581578    attribute WebKitCSSMatrixConstructor WebKitCSSMatrix; // Usable with the new operator
     
    586583
    587584    [Conditional=WORKERS] attribute WorkerConstructor Worker; // Usable with the new operator
    588     [Conditional=SHARED_WORKERS, JSCustomGetter, V8EnabledAtRuntime] attribute SharedWorkerConstructor SharedWorker; // Usable with the new operator
     585    [Conditional=SHARED_WORKERS, JSCustomGetter] attribute SharedWorkerConstructor SharedWorker; // Usable with the new operator
    589586
    590587    attribute FileConstructor File;
     
    798795    attribute MutationObserverConstructor MutationObserver;
    799796
    800     [Conditional=MEDIA_SOURCE, V8EnabledAtRuntime=mediaSource] attribute MediaSourceConstructor WebKitMediaSource;
    801     [Conditional=MEDIA_SOURCE, V8EnabledAtRuntime=mediaSource] attribute SourceBufferConstructor WebKitSourceBuffer;
    802     [Conditional=MEDIA_SOURCE, V8EnabledAtRuntime=mediaSource] attribute SourceBufferListConstructor WebKitSourceBufferList;
     797    [Conditional=MEDIA_SOURCE] attribute MediaSourceConstructor WebKitMediaSource;
     798    [Conditional=MEDIA_SOURCE] attribute SourceBufferConstructor WebKitSourceBuffer;
     799    [Conditional=MEDIA_SOURCE] attribute SourceBufferListConstructor WebKitSourceBufferList;
    803800
    804801#endif // defined(LANGUAGE_JAVASCRIPT)
    805 
    806 #if defined(V8_BINDING) && V8_BINDING
    807     // window.toString() requires special handling in V8
    808     [V8DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMString toString();
    809 #endif // defined(V8_BINDING)
    810802};
    811 
  • trunk/Source/WebCore/page/DOMWindowPagePopup.idl

    r131172 r147857  
    3333    Supplemental=DOMWindow
    3434] interface DOMWindowPagePopup {
    35     [V8EnabledPerContext=pagePopup] readonly attribute PagePopupController pagePopupController;
     35    readonly attribute PagePopupController pagePopupController;
    3636};
  • trunk/Source/WebCore/page/History.idl

    r132421 r147857  
    2525
    2626[
    27 #if defined(V8_BINDING) && V8_BINDING
    28     CheckSecurity,
    29 #endif
    3027    JSCustomGetOwnPropertySlotAndDescriptor,
    3128    CustomNamedSetter,
     
    4239    [DoNotCheckSecurity, CallWith=ScriptExecutionContext] void go(in [Optional=DefaultIsUndefined] long distance);
    4340
    44     [Custom, V8EnabledPerContext=pushState] void pushState(in any data, in DOMString title, in [Optional] DOMString url)
     41    [Custom] void pushState(in any data, in DOMString title, in [Optional] DOMString url)
    4542        raises(DOMException);
    46     [Custom, V8EnabledPerContext=pushState] void replaceState(in any data, in DOMString title, in [Optional] DOMString url)
     43    [Custom] void replaceState(in any data, in DOMString title, in [Optional] DOMString url)
    4744        raises(DOMException);
    4845};
  • trunk/Source/WebCore/page/Location.idl

    r142935 r147857  
    2828
    2929[
    30 #if defined(V8_BINDING) && V8_BINDING
    31     CheckSecurity,
    32 #endif
    3330    JSCustomGetOwnPropertySlotAndDescriptor,
    3431    CustomNamedSetter,
     
    4239] interface Location {
    4340#if !defined(LANGUAGE_CPP) || !LANGUAGE_CPP
    44              [DoNotCheckSecurityOnSetter, CustomSetter, V8Unforgeable] attribute DOMString href;
     41             [DoNotCheckSecurityOnSetter, CustomSetter] attribute DOMString href;
    4542#endif
    4643
    47     [Custom, V8Unforgeable] void assign(in [Optional=DefaultIsUndefined] DOMString url);
    48     [Custom, V8Unforgeable] void replace(in [Optional=DefaultIsUndefined] DOMString url);
    49     [Custom, V8Unforgeable] void reload();
     44    [Custom] void assign(in [Optional=DefaultIsUndefined] DOMString url);
     45    [Custom] void replace(in [Optional=DefaultIsUndefined] DOMString url);
     46    [Custom] void reload();
    5047
    5148    // URI decomposition attributes
     
    6562
    6663#if defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT
    67     [NotEnumerable, Custom, V8Unforgeable, V8ReadOnly, ImplementedAs=toStringFunction] DOMString toString();
    68 #endif
    69 #if defined(V8_BINDING) && V8_BINDING
    70     [NotEnumerable, Custom, V8Unforgeable, V8ReadOnly] any valueOf();
     64    [NotEnumerable, Custom, ImplementedAs=toStringFunction] DOMString toString();
    7165#endif
    7266};
  • trunk/Source/WebCore/platform/graphics/skia/PatternSkia.cpp

    r147622 r147857  
    3939#include "SkShader.h"
    4040
    41 #if USE(V8)
    42 #include <v8.h>
    43 #endif
    44 
    4541using namespace std;
    4642
     
    5147    SkSafeUnref(m_pattern);
    5248    m_pattern = 0;
    53     if (m_externalMemoryAllocated) {
    54 #if USE(V8)
    55         v8::V8::AdjustAmountOfExternalAllocatedMemory(-m_externalMemoryAllocated);
    56 #endif
     49    if (m_externalMemoryAllocated)
    5750        m_externalMemoryAllocated = 0;
    58     }
    5951}
    6052
     
    10698        // Clamp to int, since that's what the adjust function takes.
    10799        m_externalMemoryAllocated = static_cast<int>(min(static_cast<size_t>(INT_MAX), bm2.getSafeSize()));
    108 #if USE(V8)
    109         v8::V8::AdjustAmountOfExternalAllocatedMemory(m_externalMemoryAllocated);
    110 #endif
    111100    }
    112101    m_pattern->setLocalMatrix(m_patternSpaceTransformation);
  • trunk/Source/WebCore/testing/Internals.cpp

    r147792 r147857  
    20432043PassRefPtr<ArrayBuffer> Internals::serializeObject(PassRefPtr<SerializedScriptValue> value) const
    20442044{
    2045 #if USE(V8)
    2046     String stringValue = value->toWireString();
    2047     return ArrayBuffer::create(static_cast<const void*>(stringValue.impl()->characters()), stringValue.sizeInBytes());
    2048 #else
    20492045    Vector<uint8_t> bytes = value->data();
    20502046    return ArrayBuffer::create(bytes.data(), bytes.size());
    2051 #endif
    20522047}
    20532048
    20542049PassRefPtr<SerializedScriptValue> Internals::deserializeBuffer(PassRefPtr<ArrayBuffer> buffer) const
    20552050{
    2056 #if USE(V8)
    2057     String value(static_cast<const UChar*>(buffer->data()), buffer->byteLength() / sizeof(UChar));
    2058     return SerializedScriptValue::createFromWire(value);
    2059 #else
    20602051    Vector<uint8_t> bytes;
    20612052    bytes.append(static_cast<const uint8_t*>(buffer->data()), buffer->byteLength());
    20622053    return SerializedScriptValue::adopt(bytes);
    2063 #endif
    20642054}
    20652055
Note: See TracChangeset for help on using the changeset viewer.