[Webkit-unassigned] [Bug 68323] New: [mac] WebKit contains Objective-C classes that are not prefixed with its standard prefixes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 18 11:33:23 PDT 2011


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

           Summary: [mac] WebKit contains Objective-C classes that are not
                    prefixed with its standard prefixes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit API
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mitz at webkit.org


$ nm -jgU JavaScriptCore.framework/JavaScriptCore|egrep '^_OBJC_CLASS_\$_'|egrep -v '\$_(Web|DOM|WK|WTF)'
_OBJC_CLASS_$_ProfilerServer

$ nm -jgU WebCore.framework/WebCore|egrep '^_OBJC_CLASS_\$_'|egrep -v '\$_(Web|DOM|WK|WTF)'
_OBJC_CLASS_$_AccessibilityObjectWrapper
_OBJC_CLASS_$_CascadeList
_OBJC_CLASS_$_CookieStorageObjCAdapter
_OBJC_CLASS_$_LanguageChangeObserver
_OBJC_CLASS_$_ScrollAnimationHelperDelegate
_OBJC_CLASS_$_ScrollbarPainterControllerDelegate
_OBJC_CLASS_$_ScrollbarPainterDelegate
_OBJC_CLASS_$_ScrollbarPartAnimation
_OBJC_CLASS_$_ScrollbarPrefsObserver

$ nm -jgU WebKit.framework/WebKit|egrep '^_OBJC_CLASS_\$_'|egrep -v '\$_(Web|DOM|WK|WTF)'
_OBJC_CLASS_$_NonBlockingPanel
_OBJC_CLASS_$_PDFPrefUpdatingProxy
_OBJC_CLASS_$_ThreadEnabler
_OBJC_CLASS_$__WebSafeForwarder

$ nm -jgU WebKit2.framework/WebKit2|egrep '^_OBJC_CLASS_\$_'|egrep -v '\$_(Web|DOM|WK|WTF)'
_OBJC_CLASS_$_AccessibilityWebPageObject
_OBJC_CLASS_$_FullKeyboardAccessWatcher

-- 
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