Removed undetectable style.filter.
authorggaren@apple.com <ggaren@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 16 Sep 2011 23:02:43 +0000 (23:02 +0000)
committerggaren@apple.com <ggaren@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 16 Sep 2011 23:02:43 +0000 (23:02 +0000)
commit73845b5cc2e4f99c55e0b4086d7f4c1020894481
tree1ad27e19cebd9599b0b63f1c4700a4ed7de3ef38
parentdcebfedf8d84b037b85231cdea2d7257fc5b4d46
Removed undetectable style.filter.

Reviewed by Sam Weinig.

This feature was added in http://trac.webkit.org/changeset/15557 to
support housingmaps.com. But housingmaps.com no longer needs this hack,
we don't know of other websites that need it, and we don't know of
any other browsers that have implemented this feature.

Source/JavaScriptCore:

* GNUmakefile.list.am:
* JavaScriptCore.gypi:
* JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
* JavaScriptCore.xcodeproj/project.pbxproj:
* runtime/JSTypeInfo.h:
* runtime/StringObjectThatMasqueradesAsUndefined.h: Removed.

Source/WebCore:

* ForwardingHeaders/runtime/StringObjectThatMasqueradesAsUndefined.h: Removed.
* WebCore.order:
* bindings/js/JSCSSStyleDeclarationCustom.cpp:
(WebCore::JSCSSStyleDeclaration::nameGetter):

LayoutTests:

* fast/dom/undetectable-style-filter-expected.txt: Removed.
* fast/dom/undetectable-style-filter.html: Removed.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@95331 268f45cc-cd09-0410-ab3c-d52691b4dbfc
14 files changed:
LayoutTests/ChangeLog
LayoutTests/fast/dom/undetectable-style-filter-expected.txt [deleted file]
LayoutTests/fast/dom/undetectable-style-filter.html [deleted file]
Source/JavaScriptCore/ChangeLog
Source/JavaScriptCore/GNUmakefile.list.am
Source/JavaScriptCore/JavaScriptCore.gypi
Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj
Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
Source/JavaScriptCore/runtime/JSTypeInfo.h
Source/JavaScriptCore/runtime/StringObjectThatMasqueradesAsUndefined.h [deleted file]
Source/WebCore/ChangeLog
Source/WebCore/ForwardingHeaders/runtime/StringObjectThatMasqueradesAsUndefined.h [deleted file]
Source/WebCore/WebCore.order
Source/WebCore/bindings/js/JSCSSStyleDeclarationCustom.cpp