12010-12-31 Adam Barth <abarth@webkit.org>
2
3 Reviewed by NOBODY (OOPS!).
4
5 Move V8 to WebCore Location implementation
6 https://bugs.webkit.org/show_bug.cgi?id=51768
7
8 * bindings/generic/BindingFrame.h:
9 * bindings/generic/BindingLocation.h:
10 * bindings/v8/V8Binding.h:
11 * bindings/v8/V8DOMWindowShell.cpp:
12 (WebCore::V8DOMWindowShell::setLocation):
13 * bindings/v8/V8Utilities.cpp:
14 * bindings/v8/V8Utilities.h:
15 * bindings/v8/custom/V8LocationCustom.cpp:
16 (WebCore::V8Location::hashAccessorSetter):
17 (WebCore::V8Location::hostAccessorSetter):
18 (WebCore::V8Location::hostnameAccessorSetter):
19 (WebCore::V8Location::hrefAccessorSetter):
20 (WebCore::V8Location::pathnameAccessorSetter):
21 (WebCore::V8Location::portAccessorSetter):
22 (WebCore::V8Location::protocolAccessorSetter):
23 (WebCore::V8Location::searchAccessorSetter):
24 (WebCore::V8Location::reloadCallback):
25 (WebCore::V8Location::replaceCallback):
26 (WebCore::V8Location::assignCallback):
27