[Webkit-unassigned] [Bug 38223] Remove obsolete custom bindings file

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 27 15:43:14 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38223





--- Comment #5 from Eric Seidel <eric at webkit.org>  2010-04-27 15:43:14 PST ---
grep -L WebCore bindings/js

Shows some header files needing removal:

bindings/js/JSCSSStyleDeclarationCustom.h
bindings/js/JSHistoryCustom.h
bindings/js/JSHTMLAppletElementCustom.h
bindings/js/JSHTMLEmbedElementCustom.h
bindings/js/JSHTMLInputElementCustom.h
bindings/js/JSHTMLObjectElementCustom.h
bindings/js/JSLocationCustom.h
bindings/js/JSStorageCustom.h


grep -r -L "::" bindings/js/*.cpp 

Shows some likely candidates as well:

bindings/js/JSAbstractWorkerCustom.cpp
bindings/js/JSCDATASectionCustom.cpp
bindings/js/JSCSSValueCustom.cpp
bindings/js/JSDocumentFragmentCustom.cpp
bindings/js/JSEventSourceCustom.cpp
bindings/js/JSPluginElementFunctions.cpp
bindings/js/JSTextCustom.cpp

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list