Skip to content
  • dbates@webkit.org's avatar
    2010-12-28 Daniel Bates <dbates@rim.com> · 192a76c1
    dbates@webkit.org authored
            Reviewed by Sam Weinig.
    
            Substitute // MARK: for compiler-specific #pragma mark
            https://bugs.webkit.org/show_bug.cgi?id=51657
    
            For consistency, we should substitute "// MARK:" for compiler-
            specific "#pragma mark" in the source files for the Mac port.
    
            * History/WebHistory.mm:
            * Plugins/WebBaseNetscapePluginView.mm:
            * Plugins/WebNetscapePluginView.mm:
            * WebCoreSupport/WebInspectorClient.mm:
            * WebCoreSupport/WebSecurityOrigin.mm:
            * WebView/WebPDFView.mm:
            * WebView/WebVideoFullscreenController.mm:
            * WebView/WebVideoFullscreenHUDWindowController.mm:
    2010-12-28  Daniel Bates  <dbates@rim.com>
    
            Reviewed by Sam Weinig.
    
            Substitute // MARK: for compiler-specific #pragma mark
            https://bugs.webkit.org/show_bug.cgi?id=51657
    
            Fix compilation warnings about "#pragma mark" on GTK+ bots by
            substituting  "// MARK:" for "#pragma mark", which provides
            analogous code-bookmarking functionality under Xcode.
    
            * platform/graphics/cg/PathCG.cpp:
            * platform/graphics/mac/WebLayer.mm:
    2010-12-28  Daniel Bates  <dbates@rim.com>
    
            Reviewed by Sam Weinig.
    
            Substitute // MARK: for compiler-specific #pragma mark
            https://bugs.webkit.org/show_bug.cgi?id=51657
    
            Fix future compilation warnings about "#pragma mark" on GTK+ bots by
            substituting  "// MARK:" for "#pragma mark", which provides
            analogous code-bookmarking functionality under Xcode.
    
            Also, for consistency, we should substitute "// MARK:" for compiler-
            specific "#pragma mark" in the source files for the Mac port.
    
            * DumpRenderTree/AccessibilityTextMarker.cpp:
            * DumpRenderTree/cf/WebArchiveDumpSupport.h:
            * DumpRenderTree/mac/AccessibilityTextMarkerMac.mm:
            * DumpRenderTree/mac/ObjCController.m:
            * MiniBrowser/mac/AppDelegate.m:
            * MiniBrowser/mac/BrowserWindowController.m:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74733 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    192a76c1