Skip to content
  • haraken@chromium.org's avatar
    Rename [CheckDomainSecurity] to [CheckSecurity] · 46904191
    haraken@chromium.org authored
    https://bugs.webkit.org/show_bug.cgi?id=78874
    
    Reviewed by Adam Barth.
    
    "Domain security" isn't a term that's used elsewhere.
    This patch renames IDL attributes as follows:
    
    - [CheckDomainSecurity] => [CheckSecurity]
    - [DoNotCheckDomainSecurity] => [DoNotCheckSecurity]
    - [DoNotCheckDomainSecurityOnGetter] => [DoNotCheckSecurityOnGetter]
    - [DoNotCheckDomainSecurityOnSetter] => [DoNotCheckSecurityOnSetter]
    
    No tests. No change in behavior.
    
    * bindings/scripts/CodeGeneratorJS.pm:
    (GenerateGetOwnPropertyDescriptorBody):
    (GenerateImplementation):
    * bindings/scripts/CodeGeneratorV8.pm:
    (GenerateHeader):
    (IsVisibleAcrossOrigins):
    (GenerateFunctionCallback):
    (GenerateSingleBatchedAttribute):
    (GenerateImplementation):
    (GenerateToV8Converters):
    * bindings/scripts/test/TestDomainSecurity.idl:
    * bindings/scripts/test/V8/V8TestActiveDOMObject.cpp:
    (WebCore::ConfigureV8TestActiveDOMObjectTemplate):
    * page/DOMWindow.idl:
    * page/History.idl:
    * page/Location.idl:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@108201 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    46904191