[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

tonikitoo at webkit.org tonikitoo at webkit.org
Wed Dec 22 13:29:42 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit c9d3b1727bb0ce283db19e18271cac40259bb8ee
Author: tonikitoo at webkit.org <tonikitoo at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Sep 17 01:32:12 2010 +0000

    2010-09-12  Antonio Gomes  <tonikitoo at webkit.org>
    
            Reviewed by Andreas Kling.
    
            Make initializeView method of LauncherWindow private.
    
            No one else needs to be able to call it but LauncherWindow.
            Also moving the declation of isGraphicsBased method down in the same file, in order
            to better group related methods.
    
            * QtTestBrowser/launcherwindow.h:
    
    * QtTestBrowser/launcherwindow.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67686 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 1643e73..5f5c412 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -2,6 +2,18 @@
 
         Reviewed by Andreas Kling.
 
+        Make initializeView method of LauncherWindow private.
+
+        No one else needs to be able to call it but LauncherWindow.
+        Also moving the declation of isGraphicsBased method down in the same file, in order
+        to better group related methods.
+
+        * QtTestBrowser/launcherwindow.h:
+
+2010-09-12  Antonio Gomes  <tonikitoo at webkit.org>
+
+        Reviewed by Andreas Kling.
+
         Make the getter 'page' method of MainWindow const.
 
         * QtTestBrowser/mainwindow.cpp:
diff --git a/WebKitTools/QtTestBrowser/launcherwindow.h b/WebKitTools/QtTestBrowser/launcherwindow.h
index 65f390d..d3b7f8e 100644
--- a/WebKitTools/QtTestBrowser/launcherwindow.h
+++ b/WebKitTools/QtTestBrowser/launcherwindow.h
@@ -148,8 +148,6 @@ protected slots:
     /* void dumpPlugins() */
     void dumpHtml();
 
-    void initializeView();
-
     void setTouchMocking(bool on);
     void toggleWebView(bool graphicsBased);
     void toggleAcceleratedCompositing(bool toggle);
@@ -183,11 +181,13 @@ signals:
 
 private:
     void init();
-    bool isGraphicsBased() const;
+    void initializeView();
     void createChrome();
     void applyPrefs();
     void applyZoom();
 
+    bool isGraphicsBased() const;
+
 private:
     static QVector<int> m_zoomLevels;
     int m_currentZoom;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list