Skip to content
  • aestes@apple.com's avatar
    2010-09-21 Andy Estes <aestes@apple.com> · 940efb88
    aestes@apple.com authored
            Reviewed by Darin Adler.
    
            REGRESSION (r61285): AIM 2.1.296: Code rendered as text in Welcome screen
            https://bugs.webkit.org/show_bug.cgi?id=46134
    
            AIM clients linked against versions of WebKit prior to the introduction
            of the HTML5 parser contain markup incompatible with the new parser.
            Enable parser quirks in this case to remain compatible with these
            clients.
    
            * WebView/WebView.mm:
            (shouldUsePreHTML5ParserQuirks): Returns true if the embedding
            application is AIM and was linked against a version of WebKit prior to
            the introduction of the HTML5 parser, or if the
            WebKitPreHTML5ParserQuirks WebPreference is enabled.
            (-[WebView _preferencesChangedNotification:]): Call
            WebCore::Settings::setUsePreHTML5ParserQuirks().
    2010-09-21  Andy Estes  <aestes@apple.com>
    
            Reviewed by Darin Adler.
    
            REGRESSION (r61285): AIM 2.1.296: Code rendered as text in Welcome screen
            https://bugs.webkit.org/show_bug.cgi?id=46134
    
            * WebCore.exp.in: Export __ZN7WebCore32applicationIsAOLInstantMessengerEv.
            * platform/mac/RuntimeApplicationChecks.h:
            * platform/mac/RuntimeApplicationChecks.mm:
            (WebCore::applicationIsAOLInstantMessenger): Determine if the embedding
            application is AOL Instant Messenger by checking the bundle identifier.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67983 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    940efb88