Skip to content
  • haraken@chromium.org's avatar
    Rename [InitializedByConstructor] IDL to [InitializedByEventConstructor] IDL · 849d0ffc
    haraken@chromium.org authored
    https://bugs.webkit.org/show_bug.cgi?id=77711
    
    Reviewed by Adam Barth.
    
    [InitializedByConstructor] can be used only when [ConstructorTemplate=Event]
    is specified on the interface. This patch renames [InitializedByConstructor] to
    [InitializedByEventConstructor] for clarification.
    
    No tests. No change in behavior.
    
    * bindings/scripts/CodeGeneratorJS.pm:
    (GenerateConstructorDefinition):
    * bindings/scripts/CodeGeneratorV8.pm:
    (GenerateEventConstructorCallback):
    
    * bindings/scripts/test/TestEventConstructor.idl:
    * bindings/scripts/test/V8/V8TestEventConstructor.cpp: Updated the run-bindings-tests results.
    (WebCore):
    
    * dom/BeforeLoadEvent.idl:
    * dom/CustomEvent.idl:
    * dom/ErrorEvent.idl:
    * dom/Event.idl:
    * dom/HashChangeEvent.idl:
    * dom/MessageEvent.idl:
    * dom/OverflowEvent.idl:
    * dom/PageTransitionEvent.idl:
    * dom/PopStateEvent.idl:
    * dom/ProgressEvent.idl:
    * dom/WebKitAnimationEvent.idl:
    * dom/WebKitTransitionEvent.idl:
    * html/canvas/WebGLContextEvent.idl:
    * html/track/TrackEvent.idl:
    * storage/StorageEvent.idl:
    * websockets/CloseEvent.idl:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@106644 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    849d0ffc