[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

mihaip at chromium.org mihaip at chromium.org
Sun Feb 20 22:53:28 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 71759995d39747358e98ac3e3433cf2009c02d5c
Author: mihaip at chromium.org <mihaip at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 13 00:51:11 2011 +0000

    2011-01-12  Mihai Parparita  <mihaip at chromium.org>
    
            Reviewed by David Levin.
    
            [Chromium] Remove PartScrollbarHoriztonalTrack
            https://bugs.webkit.org/show_bug.cgi?id=52329
    
            Remove PartScrollbarHoriztonalTrack now that usages of it were removed
            with http://crrev.com/71249.
    
            * DEPS:
            * public/linux/WebThemeEngine.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75658 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index bae9ea1..91ca301 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,16 @@
+2011-01-12  Mihai Parparita  <mihaip at chromium.org>
+
+        Reviewed by David Levin.
+
+        [Chromium] Remove PartScrollbarHoriztonalTrack
+        https://bugs.webkit.org/show_bug.cgi?id=52329
+        
+        Remove PartScrollbarHoriztonalTrack now that usages of it were removed
+        with http://crrev.com/71249.
+
+        * DEPS:
+        * public/linux/WebThemeEngine.h:
+
 2010-12-29  Yury Semikhatsky  <yurys at chromium.org>
 
         Reviewed by Pavel Feldman.
diff --git a/WebKit/chromium/DEPS b/WebKit/chromium/DEPS
index 2bb0cd6..f2d56fb 100644
--- a/WebKit/chromium/DEPS
+++ b/WebKit/chromium/DEPS
@@ -32,7 +32,7 @@
 
 vars = {
   'chromium_svn': 'http://src.chromium.org/svn/trunk/src',
-  'chromium_rev': '71069'
+  'chromium_rev': '71249'
 }
 
 deps = {
diff --git a/WebKit/chromium/public/linux/WebThemeEngine.h b/WebKit/chromium/public/linux/WebThemeEngine.h
index 6f8cdc7..bd0d76b 100644
--- a/WebKit/chromium/public/linux/WebThemeEngine.h
+++ b/WebKit/chromium/public/linux/WebThemeEngine.h
@@ -39,9 +39,6 @@ namespace WebKit {
 
 struct WebRect;
 
-// FIXME: Remove once webkit/glue/webthemeengine_impl_linux.c has been updated to use the correct spelling.
-#define PartScrollbarHoriztonalTrack PartScrollbarHorizontalTrack
-
 class WebThemeEngine {
 public:
     // The UI part which is being accessed.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list