[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

eric at webkit.org eric at webkit.org
Thu Oct 29 20:36:50 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 224419c0685b767c938c67bc0793242f024080e3
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 30 17:13:11 2009 +0000

    2009-09-30  Yaar Schnitman  <yaar at chromium.org>
    
            Reviewed by Dimitri Glazkov.
    
            1. Keeping up with downstream revisions.
            2. Turning off v8 snapshot build step.
    
            https://bugs.webkit.org/show_bug.cgi?id=29928
    
            * chromium/DEPS
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@48930 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 2f8f18f..e184959 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,14 @@
+2009-09-30  Yaar Schnitman  <yaar at chromium.org>
+
+        Reviewed by Dimitri Glazkov.
+
+        1. Keeping up with downstream revisions.
+        2. Turning off v8 snapshot build step.
+
+        https://bugs.webkit.org/show_bug.cgi?id=29928
+
+        * chromium/DEPS
+
 2009-09-29  Brady Eidson  <beidson at apple.com>
 
         Reviewed by John Sullivan.
diff --git a/WebKit/chromium/DEPS b/WebKit/chromium/DEPS
index 22dc205..b4458bf 100644
--- a/WebKit/chromium/DEPS
+++ b/WebKit/chromium/DEPS
@@ -34,7 +34,7 @@ vars = {
   'chromium_svn': 'http://src.chromium.org/svn/trunk/src',
   'chromium_deps_svn': 'http://src.chromium.org/svn/trunk/deps/third_party',
 
-  'chromium_rev': '27239', 
+  'chromium_rev': '27573', 
 }
 
 deps = {
@@ -44,7 +44,7 @@ deps = {
   'webkit/build':
       Var('chromium_svn')+'/webkit/build@'+Var('chromium_rev'),
   'tools/gyp':
-    'http://gyp.googlecode.com/svn/trunk@668',
+    'http://gyp.googlecode.com/svn/trunk@671',
 
   # Basic tools
   'base':
@@ -74,7 +74,7 @@ deps = {
   'sdch/open-vcdiff':
     'http://open-vcdiff.googlecode.com/svn/trunk@26',
   'googleurl':
-    'http://google-url.googlecode.com/svn/trunk@118',
+    'http://google-url.googlecode.com/svn/trunk@119',
 
   # other third party
   'third_party/icu':
@@ -151,6 +151,7 @@ hooks = [
     'action': ['python',
                'build/gyp_chromium',
                '-Dinside_chromium_build=0',
+               '-Dv8_use_snapshot=false',
                '--depth=./',
                'webkit.gyp'],
   },

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list