Skip to content
  • commit-queue@webkit.org's avatar
    2010-11-08 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> · bc0712b6
    commit-queue@webkit.org authored
            Reviewed by Martin Robinson.
    
            [GTK] Link with target name set does not work
            https://bugs.webkit.org/show_bug.cgi?id=48865
    
            When a new page is created with a name (target=myFrame), the new
            mainFrame could not be found because they where not stored in the
            same PageGroup. As PageGroup are not exposed externally so the
            simpliest solution is to use a global page group name. This also fixes
            issue with visited link coloration across pages. After this change the
            private function webkit_web_view_set_group_name() was no longer used
            so it was removed completly.
    
            * WebCoreSupport/ChromeClientGtk.cpp:
            (WebKit::ChromeClient::closeWindowSoon):
            * WebCoreSupport/InspectorClientGtk.cpp:
            (WebKit::InspectorClient::openInspectorFrontend):
            * webkit/webkitprivate.h:
            * webkit/webkitwebview.cpp:
            (webkit_web_view_init):
    2010-11-08  Nicolas Dufresne  <nicolas.dufresne@collabora.co.uk>
    
            Reviewed by Martin Robinson.
    
            [GTK] Link with target name set does not work
            https://bugs.webkit.org/show_bug.cgi?id=48865
    
            When a new page is created with a name (target=myFrame), the new
            mainFrame could not be found because they where not stored in the
            same PageGroup. As PageGroup are not exposed externally so the
            simpliest solution is to use a global page group name. This also fixes
            issue with visited link coloration across pages. After this change the
            private function webkit_web_view_set_group_name() was no longer used
            so it was removed completly.
    
            * DumpRenderTree/gtk/DumpRenderTree.cpp:
            (createWebView):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71604 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    bc0712b6