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

tony at chromium.org tony at chromium.org
Wed Dec 22 13:25:33 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit d3fb99ce37467ab36ab76c62775ee3175df4c225
Author: tony at chromium.org <tony at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 15 00:19:23 2010 +0000

    2010-09-14  Mihai Parparita  <mihaip at chromium.org>
    
            Reviewed by Tony Chang.
    
            blob: URL scheme does not work with Chromium DRT
            https://bugs.webkit.org/show_bug.cgi?id=45772
    
            Remove blob-related tests that now pass.
    
            * platform/chromium/drt_expectations.txt:
    2010-09-14  Mihai Parparita  <mihaip at chromium.org>
    
            Reviewed by Tony Chang.
    
            blob: URL scheme does not work with Chromium DRT
            https://bugs.webkit.org/show_bug.cgi?id=45772
    
            Roll Chromium forward to r59406, which registers the blob
            URL scheme for the Chromium DRT too.
    
            * DEPS:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67517 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 6fa01fd..5bc06ac 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
+2010-09-14  Mihai Parparita  <mihaip at chromium.org>
+
+        Reviewed by Tony Chang.
+
+        blob: URL scheme does not work with Chromium DRT
+        https://bugs.webkit.org/show_bug.cgi?id=45772
+
+        Remove blob-related tests that now pass.
+
+        * platform/chromium/drt_expectations.txt:
+
 2010-09-14  Adam Barth  <abarth at webkit.org>
 
         Reviewed by Darin Adler.
diff --git a/LayoutTests/platform/chromium/drt_expectations.txt b/LayoutTests/platform/chromium/drt_expectations.txt
index 4b2ed70..9b72bfc 100644
--- a/LayoutTests/platform/chromium/drt_expectations.txt
+++ b/LayoutTests/platform/chromium/drt_expectations.txt
@@ -17,18 +17,6 @@ BUG_DRT WIN MAC : fast/speech/input-appearance-numberandspeech.html = IMAGE
 BUG_DRT WIN MAC : fast/speech/input-appearance-searchandspeech.html = IMAGE
 BUG_DRT WIN MAC : fast/speech/input-appearance-speechbutton.html = IMAGE
 
-// Blob-related failures
-// Do not add MAC to apply-blob-url-to-img.html.  The downstream test_expectations.txt has an entry for it.
-BUG_DRT WIN LINUX : fast/files/apply-blob-url-to-img.html = TIMEOUT
-BUG_DRT WIN MAC LINUX : fast/files/apply-blob-url-to-xhr.html = TEXT
-BUG_DRT WIN MAC LINUX : fast/files/read-blob-async.html = TEXT
-BUG_DRT WIN MAC LINUX : fast/files/read-file-async.html = TEXT
-BUG_DRT WIN MAC LINUX : http/tests/local/blob/send-data-blob.html = TEXT
-BUG_DRT WIN MAC LINUX : http/tests/local/blob/send-hybrid-blob.html = TEXT
-BUG_DRT WIN MAC LINUX : http/tests/local/blob/send-sliced-data-blob.html = TEXT
-BUG_DRT WIN MAC LINUX : http/tests/local/send-sliced-dragged-file.html = TEXT
-BUG_DRT WIN MAC : http/tests/local/formdata/send-form-data-with-sliced-file.html = TEXT
-
 BUG48431 WIN MAC LINUX : plugins/geturlnotify-during-document-teardown.html = TEXT
 BUG48431 WIN MAC LINUX : plugins/open-and-close-window-with-plugin.html = TEXT
 
diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 37b2f9e..e5a1a7f 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,15 @@
+2010-09-14  Mihai Parparita  <mihaip at chromium.org>
+
+        Reviewed by Tony Chang.
+
+        blob: URL scheme does not work with Chromium DRT
+        https://bugs.webkit.org/show_bug.cgi?id=45772
+
+        Roll Chromium forward to r59406, which registers the blob
+        URL scheme for the Chromium DRT too.
+
+        * DEPS:
+
 2010-09-14  Jian Li  <jianli at chromium.org>
 
         Reviewed by David Levin.
diff --git a/WebKit/chromium/DEPS b/WebKit/chromium/DEPS
index 33bb9b2..a087215 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': '59033',
+  'chromium_rev': '59406',
 }
 
 deps = {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list