Skip to content
  • haraken@chromium.org's avatar
    d02c6472
    [V8] Rename XXXAccessorGetter() to XXXAttrGetterCustom(), · d02c6472
    haraken@chromium.org authored
    and XXXAccessorSetter() to XXXAttrSetterCustom()
    https://bugs.webkit.org/show_bug.cgi?id=109679
    
    Reviewed by Adam Barth.
    
    For naming consistency and clarification.
    
    No tests. No change in behavior.
    
    * bindings/scripts/CodeGeneratorV8.pm:
    (GenerateHeader):
    (GenerateHeaderCustomCall):
    (GenerateNormalAttrGetter):
    (GenerateNormalAttrSetter):
    (GenerateImplementation):
    * bindings/scripts/test/V8/V8TestInterface.cpp:
    (WebCore::TestInterfaceV8Internal::supplementalStr3AttrGetter):
    (WebCore::TestInterfaceV8Internal::supplementalStr3AttrSetter):
    * bindings/scripts/test/V8/V8TestObj.cpp:
    (WebCore::TestObjV8Internal::customAttrAttrGetter):
    (WebCore::TestObjV8Internal::customAttrAttrSetter):
    * bindings/scripts/test/V8/V8TestObj.h:
    (V8TestObj):
    * bindings/v8/custom/V8AudioBufferSourceNodeCustom.cpp:
    (WebCore::V8AudioBufferSourceNode::bufferAttrSetterCustom):
    * bindings/v8/custom/V8BiquadFilterNodeCustom.cpp:
    (WebCore::V8BiquadFilterNode::typeAttrSetterCustom):
    * bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp:
    (WebCore::V8CanvasRenderingContext2D::strokeStyleAttrGetterCustom):
    (WebCore::V8CanvasRenderingContext2D::strokeStyleAttrSetterCustom):
    (WebCore::V8CanvasRenderingContext2D::fillStyleAttrGetterCustom):
    (WebCore::V8CanvasRenderingContext2D::fillStyleAttrSetterCustom):
    * bindings/v8/custom/V8ClipboardCustom.cpp:
    (WebCore::V8Clipboard::typesAttrGetterCustom):
    * bindings/v8/custom/V8CoordinatesCustom.cpp:
    (WebCore::V8Coordinates::altitudeAttrGetterCustom):
    (WebCore::V8Coordinates::altitudeAccuracyAttrGetterCustom):
    (WebCore::V8Coordinates::headingAttrGetterCustom):
    (WebCore::V8Coordinates::speedAttrGetterCustom):
    * bindings/v8/custom/V8CustomEventCustom.cpp:
    (WebCore::V8CustomEvent::detailAttrGetterCustom):
    * bindings/v8/custom/V8DOMWindowCustom.cpp:
    (WebCore::V8DOMWindow::eventAttrGetterCustom):
    (WebCore::V8DOMWindow::eventAttrSetterCustom):
    (WebCore::V8DOMWindow::locationAttrSetterCustom):
    (WebCore::V8DOMWindow::openerAttrSetterCustom):
    * bindings/v8/custom/V8DeviceMotionEventCustom.cpp:
    (WebCore::V8DeviceMotionEvent::accelerationAttrGetterCustom):
    (WebCore::V8DeviceMotionEvent::accelerationIncludingGravityAttrGetterCustom):
    (WebCore::V8DeviceMotionEvent::rotationRateAttrGetterCustom):
    (WebCore::V8DeviceMotionEvent::intervalAttrGetterCustom):
    * bindings/v8/custom/V8DeviceOrientationEventCustom.cpp:
    (WebCore::V8DeviceOrientationEvent::alphaAttrGetterCustom):
    (WebCore::V8DeviceOrientationEvent::betaAttrGetterCustom):
    (WebCore::V8DeviceOrientationEvent::gammaAttrGetterCustom):
    (WebCore::V8DeviceOrientationEvent::absoluteAttrGetterCustom):
    * bindings/v8/custom/V8DocumentLocationCustom.cpp:
    (WebCore::V8Document::locationAttrGetterCustom):
    (WebCore::V8Document::locationAttrSetterCustom):
    * bindings/v8/custom/V8EventCustom.cpp:
    (WebCore::V8Event::dataTransferAttrGetterCustom):
    (WebCore::V8Event::clipboardDataAttrGetterCustom):
    * bindings/v8/custom/V8FileReaderCustom.cpp:
    (WebCore::V8FileReader::resultAttrGetterCustom):
    * bindings/v8/custom/V8HTMLDocumentCustom.cpp:
    (WebCore::V8HTMLDocument::allAttrSetterCustom):
    * bindings/v8/custom/V8HTMLElementCustom.cpp:
    (WebCore::V8HTMLElement::itemValueAttrGetterCustom):
    (WebCore::V8HTMLElement::itemValueAttrSetterCustom):
    * bindings/v8/custom/V8HTMLFrameElementCustom.cpp:
    (WebCore::V8HTMLFrameElement::locationAttrSetterCustom):
    * bindings/v8/custom/V8HTMLInputElementCustom.cpp:
    (WebCore::V8HTMLInputElement::selectionStartAttrGetterCustom):
    (WebCore::V8HTMLInputElement::selectionStartAttrSetterCustom):
    (WebCore::V8HTMLInputElement::selectionEndAttrGetterCustom):
    (WebCore::V8HTMLInputElement::selectionEndAttrSetterCustom):
    (WebCore::V8HTMLInputElement::selectionDirectionAttrGetterCustom):
    (WebCore::V8HTMLInputElement::selectionDirectionAttrSetterCustom):
    * bindings/v8/custom/V8HTMLLinkElementCustom.cpp:
    (WebCore::V8HTMLLinkElement::sizesAttrGetterCustom):
    (WebCore::V8HTMLLinkElement::sizesAttrSetterCustom):
    * bindings/v8/custom/V8HTMLMediaElementCustom.cpp:
    (WebCore::V8HTMLMediaElement::controllerAttrSetterCustom):
    * bindings/v8/custom/V8HTMLOptionsCollectionCustom.cpp:
    (WebCore::V8HTMLOptionsCollection::lengthAttrSetterCustom):
    * bindings/v8/custom/V8HistoryCustom.cpp:
    (WebCore::V8History::stateAttrGetterCustom):
    * bindings/v8/custom/V8JavaScriptCallFrameCustom.cpp:
    (WebCore::V8JavaScriptCallFrame::scopeChainAttrGetterCustom):
    (WebCore::V8JavaScriptCallFrame::thisObjectAttrGetterCustom):
    (WebCore::V8JavaScriptCallFrame::typeAttrGetterCustom):
    * bindings/v8/custom/V8LocationCustom.cpp:
    (WebCore::V8Location::hashAttrSetterCustom):
    (WebCore::V8Location::hostAttrSetterCustom):
    (WebCore::V8Location::hostnameAttrSetterCustom):
    (WebCore::V8Location::hrefAttrSetterCustom):
    (WebCore::V8Location::pathnameAttrSetterCustom):
    (WebCore::V8Location::portAttrSetterCustom):
    (WebCore::V8Location::protocolAttrSetterCustom):
    (WebCore::V8Location::searchAttrSetterCustom):
    (WebCore::V8Location::reloadAttrGetterCustom):
    (WebCore::V8Location::replaceAttrGetterCustom):
    (WebCore::V8Location::assignAttrGetterCustom):
    * bindings/v8/custom/V8MessageEventCustom.cpp:
    (WebCore::V8MessageEvent::dataAttrGetterCustom):
    (WebCore::V8MessageEvent::portsAttrGetterCustom):
    * bindings/v8/custom/V8OscillatorNodeCustom.cpp:
    (WebCore::V8OscillatorNode::typeAttrSetterCustom):
    * bindings/v8/custom/V8PannerNodeCustom.cpp:
    (WebCore::V8PannerNode::panningModelAttrSetterCustom):
    (WebCore::V8PannerNode::distanceModelAttrSetterCustom):
    * bindings/v8/custom/V8PopStateEventCustom.cpp:
    (WebCore::V8PopStateEvent::stateAttrGetterCustom):
    * bindings/v8/custom/V8SVGLengthCustom.cpp:
    (WebCore::V8SVGLength::valueAttrGetterCustom):
    (WebCore::V8SVGLength::valueAttrSetterCustom):
    * bindings/v8/custom/V8TrackEventCustom.cpp:
    (WebCore::V8TrackEvent::trackAttrGetterCustom):
    * bindings/v8/custom/V8WebKitAnimationCustom.cpp:
    (WebCore::V8WebKitAnimation::iterationCountAttrGetterCustom):
    * bindings/v8/custom/V8XMLHttpRequestCustom.cpp:
    (WebCore::V8XMLHttpRequest::responseTextAttrGetterCustom):
    (WebCore::V8XMLHttpRequest::responseAttrGetterCustom):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@142834 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    d02c6472
    [V8] Rename XXXAccessorGetter() to XXXAttrGetterCustom(),
    haraken@chromium.org authored
    and XXXAccessorSetter() to XXXAttrSetterCustom()
    https://bugs.webkit.org/show_bug.cgi?id=109679
    
    Reviewed by Adam Barth.
    
    For naming consistency and clarification.
    
    No tests. No change in behavior.
    
    * bindings/scripts/CodeGeneratorV8.pm:
    (GenerateHeader):
    (GenerateHeaderCustomCall):
    (GenerateNormalAttrGetter):
    (GenerateNormalAttrSetter):
    (GenerateImplementation):
    * bindings/scripts/test/V8/V8TestInterface.cpp:
    (WebCore::TestInterfaceV8Internal::supplementalStr3AttrGetter):
    (WebCore::TestInterfaceV8Internal::supplementalStr3AttrSetter):
    * bindings/scripts/test/V8/V8TestObj.cpp:
    (WebCore::TestObjV8Internal::customAttrAttrGetter):
    (WebCore::TestObjV8Internal::customAttrAttrSetter):
    * bindings/scripts/test/V8/V8TestObj.h:
    (V8TestObj):
    * bindings/v8/custom/V8AudioBufferSourceNodeCustom.cpp:
    (WebCore::V8AudioBufferSourceNode::bufferAttrSetterCustom):
    * bindings/v8/custom/V8BiquadFilterNodeCustom.cpp:
    (WebCore::V8BiquadFilterNode::typeAttrSetterCustom):
    * bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp:
    (WebCore::V8CanvasRenderingContext2D::strokeStyleAttrGetterCustom):
    (WebCore::V8CanvasRenderingContext2D::strokeStyleAttrSetterCustom):
    (WebCore::V8CanvasRenderingContext2D::fillStyleAttrGetterCustom):
    (WebCore::V8CanvasRenderingContext2D::fillStyleAttrSetterCustom):
    * bindings/v8/custom/V8ClipboardCustom.cpp:
    (WebCore::V8Clipboard::typesAttrGetterCustom):
    * bindings/v8/custom/V8CoordinatesCustom.cpp:
    (WebCore::V8Coordinates::altitudeAttrGetterCustom):
    (WebCore::V8Coordinates::altitudeAccuracyAttrGetterCustom):
    (WebCore::V8Coordinates::headingAttrGetterCustom):
    (WebCore::V8Coordinates::speedAttrGetterCustom):
    * bindings/v8/custom/V8CustomEventCustom.cpp:
    (WebCore::V8CustomEvent::detailAttrGetterCustom):
    * bindings/v8/custom/V8DOMWindowCustom.cpp:
    (WebCore::V8DOMWindow::eventAttrGetterCustom):
    (WebCore::V8DOMWindow::eventAttrSetterCustom):
    (WebCore::V8DOMWindow::locationAttrSetterCustom):
    (WebCore::V8DOMWindow::openerAttrSetterCustom):
    * bindings/v8/custom/V8DeviceMotionEventCustom.cpp:
    (WebCore::V8DeviceMotionEvent::accelerationAttrGetterCustom):
    (WebCore::V8DeviceMotionEvent::accelerationIncludingGravityAttrGetterCustom):
    (WebCore::V8DeviceMotionEvent::rotationRateAttrGetterCustom):
    (WebCore::V8DeviceMotionEvent::intervalAttrGetterCustom):
    * bindings/v8/custom/V8DeviceOrientationEventCustom.cpp:
    (WebCore::V8DeviceOrientationEvent::alphaAttrGetterCustom):
    (WebCore::V8DeviceOrientationEvent::betaAttrGetterCustom):
    (WebCore::V8DeviceOrientationEvent::gammaAttrGetterCustom):
    (WebCore::V8DeviceOrientationEvent::absoluteAttrGetterCustom):
    * bindings/v8/custom/V8DocumentLocationCustom.cpp:
    (WebCore::V8Document::locationAttrGetterCustom):
    (WebCore::V8Document::locationAttrSetterCustom):
    * bindings/v8/custom/V8EventCustom.cpp:
    (WebCore::V8Event::dataTransferAttrGetterCustom):
    (WebCore::V8Event::clipboardDataAttrGetterCustom):
    * bindings/v8/custom/V8FileReaderCustom.cpp:
    (WebCore::V8FileReader::resultAttrGetterCustom):
    * bindings/v8/custom/V8HTMLDocumentCustom.cpp:
    (WebCore::V8HTMLDocument::allAttrSetterCustom):
    * bindings/v8/custom/V8HTMLElementCustom.cpp:
    (WebCore::V8HTMLElement::itemValueAttrGetterCustom):
    (WebCore::V8HTMLElement::itemValueAttrSetterCustom):
    * bindings/v8/custom/V8HTMLFrameElementCustom.cpp:
    (WebCore::V8HTMLFrameElement::locationAttrSetterCustom):
    * bindings/v8/custom/V8HTMLInputElementCustom.cpp:
    (WebCore::V8HTMLInputElement::selectionStartAttrGetterCustom):
    (WebCore::V8HTMLInputElement::selectionStartAttrSetterCustom):
    (WebCore::V8HTMLInputElement::selectionEndAttrGetterCustom):
    (WebCore::V8HTMLInputElement::selectionEndAttrSetterCustom):
    (WebCore::V8HTMLInputElement::selectionDirectionAttrGetterCustom):
    (WebCore::V8HTMLInputElement::selectionDirectionAttrSetterCustom):
    * bindings/v8/custom/V8HTMLLinkElementCustom.cpp:
    (WebCore::V8HTMLLinkElement::sizesAttrGetterCustom):
    (WebCore::V8HTMLLinkElement::sizesAttrSetterCustom):
    * bindings/v8/custom/V8HTMLMediaElementCustom.cpp:
    (WebCore::V8HTMLMediaElement::controllerAttrSetterCustom):
    * bindings/v8/custom/V8HTMLOptionsCollectionCustom.cpp:
    (WebCore::V8HTMLOptionsCollection::lengthAttrSetterCustom):
    * bindings/v8/custom/V8HistoryCustom.cpp:
    (WebCore::V8History::stateAttrGetterCustom):
    * bindings/v8/custom/V8JavaScriptCallFrameCustom.cpp:
    (WebCore::V8JavaScriptCallFrame::scopeChainAttrGetterCustom):
    (WebCore::V8JavaScriptCallFrame::thisObjectAttrGetterCustom):
    (WebCore::V8JavaScriptCallFrame::typeAttrGetterCustom):
    * bindings/v8/custom/V8LocationCustom.cpp:
    (WebCore::V8Location::hashAttrSetterCustom):
    (WebCore::V8Location::hostAttrSetterCustom):
    (WebCore::V8Location::hostnameAttrSetterCustom):
    (WebCore::V8Location::hrefAttrSetterCustom):
    (WebCore::V8Location::pathnameAttrSetterCustom):
    (WebCore::V8Location::portAttrSetterCustom):
    (WebCore::V8Location::protocolAttrSetterCustom):
    (WebCore::V8Location::searchAttrSetterCustom):
    (WebCore::V8Location::reloadAttrGetterCustom):
    (WebCore::V8Location::replaceAttrGetterCustom):
    (WebCore::V8Location::assignAttrGetterCustom):
    * bindings/v8/custom/V8MessageEventCustom.cpp:
    (WebCore::V8MessageEvent::dataAttrGetterCustom):
    (WebCore::V8MessageEvent::portsAttrGetterCustom):
    * bindings/v8/custom/V8OscillatorNodeCustom.cpp:
    (WebCore::V8OscillatorNode::typeAttrSetterCustom):
    * bindings/v8/custom/V8PannerNodeCustom.cpp:
    (WebCore::V8PannerNode::panningModelAttrSetterCustom):
    (WebCore::V8PannerNode::distanceModelAttrSetterCustom):
    * bindings/v8/custom/V8PopStateEventCustom.cpp:
    (WebCore::V8PopStateEvent::stateAttrGetterCustom):
    * bindings/v8/custom/V8SVGLengthCustom.cpp:
    (WebCore::V8SVGLength::valueAttrGetterCustom):
    (WebCore::V8SVGLength::valueAttrSetterCustom):
    * bindings/v8/custom/V8TrackEventCustom.cpp:
    (WebCore::V8TrackEvent::trackAttrGetterCustom):
    * bindings/v8/custom/V8WebKitAnimationCustom.cpp:
    (WebCore::V8WebKitAnimation::iterationCountAttrGetterCustom):
    * bindings/v8/custom/V8XMLHttpRequestCustom.cpp:
    (WebCore::V8XMLHttpRequest::responseTextAttrGetterCustom):
    (WebCore::V8XMLHttpRequest::responseAttrGetterCustom):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@142834 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Loading