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

podivilov at chromium.org podivilov at chromium.org
Mon Feb 21 00:08:27 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 15f473969042d42ff021596857ae78faf571212c
Author: podivilov at chromium.org <podivilov at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 28 12:45:21 2011 +0000

    2011-01-27  Pavel Podivilov  <podivilov at chromium.org>
    
            Reviewed by Yury Semikhatsky.
    
            Web Inspector: fix debugger-scripts.html (broken by r76587).
            https://bugs.webkit.org/show_bug.cgi?id=53112
    
            * inspector/debugger-scripts-expected.txt:
            * inspector/debugger-scripts.html:
            * platform/chromium/test_expectations.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76928 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 656fa47..f872c64 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
+2011-01-27  Pavel Podivilov  <podivilov at chromium.org>
+
+        Reviewed by Yury Semikhatsky.
+
+        Web Inspector: fix debugger-scripts.html (broken by r76587).
+        https://bugs.webkit.org/show_bug.cgi?id=53112
+
+        * inspector/debugger-scripts-expected.txt:
+        * inspector/debugger-scripts.html:
+        * platform/chromium/test_expectations.txt:
+
 2011-01-28  Sergio Villar Senin  <svillar at igalia.com>
 
         Unreviewed.
diff --git a/LayoutTests/inspector/debugger-scripts-expected.txt b/LayoutTests/inspector/debugger-scripts-expected.txt
index f031b7c..88abb25 100644
--- a/LayoutTests/inspector/debugger-scripts-expected.txt
+++ b/LayoutTests/inspector/debugger-scripts-expected.txt
@@ -3,7 +3,7 @@ Tests that valid parsed script notifications are received by front-end. Bug 5272
 Debugger was enabled.
 script 1:
     offset: 5:8
-    length: 1050
+    length: 1041
 script 2:
     offset: 38:21
     length: 50
diff --git a/LayoutTests/inspector/debugger-scripts.html b/LayoutTests/inspector/debugger-scripts.html
index 1b8b233..d1f9a86 100644
--- a/LayoutTests/inspector/debugger-scripts.html
+++ b/LayoutTests/inspector/debugger-scripts.html
@@ -11,7 +11,7 @@ var test = function()
 
     function step1()
     {
-        WebInspector.debuggerModel.queryScripts(function(script) { step2({ data: script.sourceID }) });
+        WebInspector.debuggerModel.queryScripts(function(script) { step2({ data: script }) });
         WebInspector.debuggerModel.addEventListener(WebInspector.DebuggerModel.Events.ParsedScriptSource, step2);
     }
 
diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt
index 853d7f2..486ffcb 100644
--- a/LayoutTests/platform/chromium/test_expectations.txt
+++ b/LayoutTests/platform/chromium/test_expectations.txt
@@ -3084,8 +3084,6 @@ BUGRNIWA SLOW LINUX : fast/text/large-text-composed-char-dos.html = PASS
 // Added by http://trac.webkit.org/changeset/76548
 BUGCR70686 MAC : fast/text/international/cjk-segmentation.html = TEXT
 
-BUGWK53112 WIN LINUX : inspector/debugger-scripts.html = TIMEOUT
-
 // Added by http://trac.webkit.org/changeset/76674
 BUGCR70882 WIN LINUX : fast/text/offsetForPosition-complex-fallback.html = TEXT
 // Started failing at http://trac.webkit.org/changeset/76674

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list