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

tkent at chromium.org tkent at chromium.org
Wed Dec 22 13:43:30 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 20e79fdc94dd4ab8bf8d3591cffe069c04cf4767
Author: tkent at chromium.org <tkent at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Sep 24 03:41:20 2010 +0000

    2010-09-23  Kent Tamura  <tkent at chromium.org>
    
            Reviewed by Dimitri Glazkov.
    
            [Chromium] Fix some IndexedDB tests for DRT
            https://bugs.webkit.org/show_bug.cgi?id=46444
    
            * platform/chromium/drt_expectations.txt:
    2010-09-23  Kent Tamura  <tkent at chromium.org>
    
            Reviewed by Dimitri Glazkov.
    
            [Chromium] Fix some IndexedDB tests for DRT
            https://bugs.webkit.org/show_bug.cgi?id=46444
    
            * DEPS: Roll Chromium revision to 60394, which added
            WebKitClient::createIDBKeysFromSerializedValuesAndKeyPath() implementation.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68230 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index c7b69a7..a6beb6a 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,12 @@
+2010-09-23  Kent Tamura  <tkent at chromium.org>
+
+        Reviewed by Dimitri Glazkov.
+
+        [Chromium] Fix some IndexedDB tests for DRT
+        https://bugs.webkit.org/show_bug.cgi?id=46444
+
+        * platform/chromium/drt_expectations.txt:
+
 2010-09-23  Tony Chang  <tony at chromium.org>
 
         Reviewed by Dimitri Glazkov.
diff --git a/LayoutTests/platform/chromium/drt_expectations.txt b/LayoutTests/platform/chromium/drt_expectations.txt
index afed3c0..71ea93a 100644
--- a/LayoutTests/platform/chromium/drt_expectations.txt
+++ b/LayoutTests/platform/chromium/drt_expectations.txt
@@ -107,9 +107,6 @@ BUG_DRT WIN : fast/harness/show-modal-dialog.html = TEXT
 // Not investigated.
 BUG_DRT WIN MAC LINUX : fast/dynamic/window-resize-scrollbars-test.html = IMAGE+TEXT
 BUG_DRT WIN MAC LINUX : storage/domstorage/quota.html = TEXT
-BUG_DRT WIN MAC LINUX : storage/indexeddb/index-basics.html = TEXT
-BUG_DRT WIN MAC LINUX : storage/indexeddb/index-cursor.html = TIMEOUT
-BUG_DRT WIN MAC LINUX : storage/indexeddb/objectstore-basics.html = TEXT
 BUG_DRT WIN MAC LINUX : scrollbars/custom-scrollbar-with-incomplete-style.html = IMAGE
 BUG_DRT MAC LINUX : http/tests/misc/slow-loading-image-in-pattern.html = IMAGE PASS
 BUG_DRT MAC LINUX : http/tests/plugins/post-url-file.html = TIMEOUT
diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 9f6801e..bf0ddd2 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,13 @@
+2010-09-23  Kent Tamura  <tkent at chromium.org>
+
+        Reviewed by Dimitri Glazkov.
+
+        [Chromium] Fix some IndexedDB tests for DRT
+        https://bugs.webkit.org/show_bug.cgi?id=46444
+
+        * DEPS: Roll Chromium revision to 60394, which added
+        WebKitClient::createIDBKeysFromSerializedValuesAndKeyPath() implementation.
+
 2010-09-23  Kinuko Yasuda  <kinuko at chromium.org>
 
         Unreviewed, another attempt to fix build.  The code didn't have proper if-defs.
diff --git a/WebKit/chromium/DEPS b/WebKit/chromium/DEPS
index 565e7ae..722dd94 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': '60132',
+  'chromium_rev': '60394',
 }
 
 deps = {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list