Skip to content
  • haraken@chromium.org's avatar
    Add the "V8" prefix to V8 specific IDL attributes · 4cc652f0
    haraken@chromium.org authored
    https://bugs.webkit.org/show_bug.cgi?id=77713
    
    Reviewed by Adam Barth.
    
    This patch adds the "V8" prefix to a V8 specific IDL attribute:
    [EnabledAtRuntime] => [V8EnabledAtRuntime]
    
    No tests. No change in behavior.
    
    * bindings/scripts/CodeGeneratorV8.pm:
    (GenerateHeader):
    (GenerateImplementation):
    (GetRuntimeEnableFunctionName):
    
    * bindings/scripts/test/TestObj.idl:
    * bindings/scripts/test/V8/V8TestObj.cpp: Updated the run-bindings-tests results.
    (WebCore::ConfigureV8TestObjTemplate):
    
    * Modules/gamepad/NavigatorGamepad.idl:
    * dom/Clipboard.idl:
    * dom/Document.idl:
    * dom/Element.idl:
    * dom/MouseEvent.idl:
    * dom/ShadowRoot.idl:
    * html/HTMLInputElement.idl:
    * html/HTMLMediaElement.idl:
    * html/HTMLTrackElement.idl:
    * html/TextTrack.idl:
    * html/TextTrackCue.idl:
    * html/TextTrackCueList.idl:
    * html/shadow/HTMLContentElement.idl:
    * html/track/TextTrackList.idl:
    * html/track/TrackEvent.idl:
    * page/DOMWindow.idl:
    * page/History.idl:
    * page/Navigator.idl:
    * storage/DOMWindowSQLDatabase.idl:
    * webaudio/DOMWindowWebAudio.idl:
    * websockets/DOMWindowWebSocket.idl:
    * workers/WorkerContext.idl:
    * xml/XMLHttpRequest.idl:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@106666 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    4cc652f0