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

mrobinson at webkit.org mrobinson at webkit.org
Wed Dec 22 18:24:10 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 6f4b5c9f5f853dc51a652daca8ab2a12c5f3335a
Author: mrobinson at webkit.org <mrobinson at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 10 15:34:40 2010 +0000

    2010-12-10  Martin Robinson  <mrobinson at igalia.com>
    
            Reviewed by Gustavo Noronha Silva.
    
            Remove unnecessary variable names from DumpRenderTreeSupportGtk
            https://bugs.webkit.org/show_bug.cgi?id=50815
    
            There were some unnecessary variable names in DumpRenderTreeSupportGtk,
            so remove them.
    
            * WebCoreSupport/DumpRenderTreeSupportGtk.h: Do it.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73727 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog
index 0d8aaf1..aed04aa 100644
--- a/WebKit/gtk/ChangeLog
+++ b/WebKit/gtk/ChangeLog
@@ -1,3 +1,15 @@
+2010-12-10  Martin Robinson  <mrobinson at igalia.com>
+
+        Reviewed by Gustavo Noronha Silva.
+
+        Remove unnecessary variable names from DumpRenderTreeSupportGtk
+        https://bugs.webkit.org/show_bug.cgi?id=50815
+
+        There were some unnecessary variable names in DumpRenderTreeSupportGtk,
+        so remove them.
+
+        * WebCoreSupport/DumpRenderTreeSupportGtk.h: Do it.
+
 2010-12-10  Joone Hur  <joone at kldp.org>
 
         Reviewed by Eric Seidel.
diff --git a/WebKit/gtk/WebCoreSupport/DumpRenderTreeSupportGtk.h b/WebKit/gtk/WebCoreSupport/DumpRenderTreeSupportGtk.h
index 136e2fd..1108e7b 100644
--- a/WebKit/gtk/WebCoreSupport/DumpRenderTreeSupportGtk.h
+++ b/WebKit/gtk/WebCoreSupport/DumpRenderTreeSupportGtk.h
@@ -44,31 +44,31 @@ public:
     static void dumpConfigurationForViewport(WebKitWebView* webView, gint availableWidth, gint availableHeight);
 
     // FIXME: Move these to webkitwebframe.h once their API has been discussed.
-    static GSList* getFrameChildren(WebKitWebFrame* frame);
-    static WTF::CString getInnerText(WebKitWebFrame* frame);
-    static WTF::CString dumpRenderTree(WebKitWebFrame* frame);
-    static WTF::CString counterValueForElementById(WebKitWebFrame* frame, const char* id);
-    static int pageNumberForElementById(WebKitWebFrame* frame, const char* id, float pageWidth, float pageHeight);
-    static int numberOfPagesForFrame(WebKitWebFrame* frame, float pageWidth, float pageHeight);
-    static WTF::CString pageProperty(WebKitWebFrame* frame, const char* propertyName, int pageNumber);
-    static bool isPageBoxVisible(WebKitWebFrame* frame, int pageNumber);
-    static WTF::CString pageSizeAndMarginsInPixels(WebKitWebFrame* mainFrame, int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft);
-    static void addUserStyleSheet(WebKitWebFrame* mainFrame, const char* sourceCode);
-    static guint getPendingUnloadEventCount(WebKitWebFrame* frame);
-    static bool pauseAnimation(WebKitWebFrame* frame, const char* name, double time, const char* element);
-    static bool pauseTransition(WebKitWebFrame* frame, const char* name, double time, const char* element);
-    static bool pauseSVGAnimation(WebKitWebFrame* frame, const char* animationId, double time, const char* elementId);
-    static WTF::CString markerTextForListItem(WebKitWebFrame* frame, JSContextRef context, JSValueRef nodeObject);
-    static unsigned int numberOfActiveAnimations(WebKitWebFrame* frame);
-    static void suspendAnimations(WebKitWebFrame* frame);
-    static void resumeAnimations(WebKitWebFrame* frame);
-    static void clearMainFrameName(WebKitWebFrame* frame);
-    static AtkObject* getFocusedAccessibleElement(WebKitWebFrame* frame);
+    static GSList* getFrameChildren(WebKitWebFrame*);
+    static WTF::CString getInnerText(WebKitWebFrame*);
+    static WTF::CString dumpRenderTree(WebKitWebFrame*);
+    static WTF::CString counterValueForElementById(WebKitWebFrame*, const char* id);
+    static int pageNumberForElementById(WebKitWebFrame*, const char* id, float pageWidth, float pageHeight);
+    static int numberOfPagesForFrame(WebKitWebFrame*, float pageWidth, float pageHeight);
+    static WTF::CString pageProperty(WebKitWebFrame*, const char* propertyName, int pageNumber);
+    static bool isPageBoxVisible(WebKitWebFrame*, int pageNumber);
+    static WTF::CString pageSizeAndMarginsInPixels(WebKitWebFrame*, int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft);
+    static void addUserStyleSheet(WebKitWebFrame*, const char* sourceCode);
+    static guint getPendingUnloadEventCount(WebKitWebFrame*);
+    static bool pauseAnimation(WebKitWebFrame*, const char* name, double time, const char* element);
+    static bool pauseTransition(WebKitWebFrame*, const char* name, double time, const char* element);
+    static bool pauseSVGAnimation(WebKitWebFrame*, const char* animationId, double time, const char* elementId);
+    static WTF::CString markerTextForListItem(WebKitWebFrame*, JSContextRef, JSValueRef nodeObject);
+    static unsigned int numberOfActiveAnimations(WebKitWebFrame*);
+    static void suspendAnimations(WebKitWebFrame*);
+    static void resumeAnimations(WebKitWebFrame*);
+    static void clearMainFrameName(WebKitWebFrame*);
+    static AtkObject* getFocusedAccessibleElement(WebKitWebFrame*);
     static void layoutFrame(WebKitWebFrame*);
 
     // WebKitWebView
-    static void executeCoreCommandByName(WebKitWebView* webView, const gchar* name, const gchar* value);
-    static bool isCommandEnabled(WebKitWebView* webView, const gchar* name);
+    static void executeCoreCommandByName(WebKitWebView*, const gchar* name, const gchar* value);
+    static bool isCommandEnabled(WebKitWebView*, const gchar* name);
 
     // GC
     static void gcCollectJavascriptObjects();

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list