RESOLVED FIXED 114076
Stop building Objective-C bindings for the SVG DOM
https://bugs.webkit.org/show_bug.cgi?id=114076
Summary Stop building Objective-C bindings for the SVG DOM
Anders Carlsson
Reported 2013-04-05 17:29:37 PDT
Stop building Objective-C bindings for the SVG DOM
Attachments
Patch (467.62 KB, patch)
2013-04-05 17:31 PDT, Anders Carlsson
ggaren: review+
Anders Carlsson
Comment 1 2013-04-05 17:31:49 PDT
Geoffrey Garen
Comment 2 2013-04-05 17:32:57 PDT
Comment on attachment 196707 [details] Patch r=me
Sam Weinig
Comment 3 2013-04-05 17:33:24 PDT
r=me too!
Anders Carlsson
Comment 4 2013-04-05 17:41:18 PDT
David Kilzer (:ddkilzer)
Comment 5 2013-04-06 11:00:04 PDT
There a few odds and ends left: $ grep -l -r SVG_DOM_OBJC_BINDINGS Source | grep -v ChangeLog Source/JavaScriptCore/Configurations/FeatureDefines.xcconfig Source/WTF/wtf/FeatureDefines.h Source/WebCore/Configurations/WebCore.xcconfig Source/WebCore/bindings/objc/DOM.mm Source/WebCore/bindings/objc/DOMEvents.mm Source/WebCore/bindings/objc/ExceptionHandlers.mm Source/WebKit/blackberry/WebCoreSupport/AboutDataEnableFeatures.in Source/WebKit2/Configurations/FeatureDefines.xcconfig Source/autotools/SetupWebKitFeatures.m4 Source/cmake/WebKitFeatures.cmake Source/cmakeconfig.h.cmake
David Kilzer (:ddkilzer)
Comment 6 2013-04-06 11:04:20 PDT
(In reply to comment #5) > There a few odds and ends left: > > $ grep -l -r SVG_DOM_OBJC_BINDINGS Source | grep -v ChangeLog > Source/JavaScriptCore/Configurations/FeatureDefines.xcconfig > Source/WTF/wtf/FeatureDefines.h > Source/WebCore/Configurations/WebCore.xcconfig > Source/WebCore/bindings/objc/DOM.mm > Source/WebCore/bindings/objc/DOMEvents.mm > Source/WebCore/bindings/objc/ExceptionHandlers.mm > Source/WebKit/blackberry/WebCoreSupport/AboutDataEnableFeatures.in > Source/WebKit2/Configurations/FeatureDefines.xcconfig > Source/autotools/SetupWebKitFeatures.m4 > Source/cmake/WebKitFeatures.cmake > Source/cmakeconfig.h.cmake $ grep -l -r SVG_DOM_OBJC_BINDINGS Tools | grep -v ChangeLog Tools/Scripts/webkitperl/FeatureList.pm Tools/qmake/mkspecs/features/features.pri
David Kilzer (:ddkilzer)
Comment 7 2013-04-07 03:38:53 PDT
(In reply to comment #6) > (In reply to comment #5) > > There a few odds and ends left: > > > > $ grep -l -r SVG_DOM_OBJC_BINDINGS Source | grep -v ChangeLog > > Source/JavaScriptCore/Configurations/FeatureDefines.xcconfig > > Source/WTF/wtf/FeatureDefines.h > > Source/WebCore/Configurations/WebCore.xcconfig > > Source/WebCore/bindings/objc/DOM.mm > > Source/WebCore/bindings/objc/DOMEvents.mm > > Source/WebCore/bindings/objc/ExceptionHandlers.mm > > Source/WebKit/blackberry/WebCoreSupport/AboutDataEnableFeatures.in > > Source/WebKit2/Configurations/FeatureDefines.xcconfig > > Source/autotools/SetupWebKitFeatures.m4 > > Source/cmake/WebKitFeatures.cmake > > Source/cmakeconfig.h.cmake > > $ grep -l -r SVG_DOM_OBJC_BINDINGS Tools | grep -v ChangeLog > Tools/Scripts/webkitperl/FeatureList.pm > Tools/qmake/mkspecs/features/features.pri Bug 114112
Note You need to log in before you can comment on or make changes to this bug.