[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-142-g786665c

tonyg at chromium.org tonyg at chromium.org
Mon Dec 27 16:26:11 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 09a665fd0605bfd00a4343164d7fe095b15eeb9d
Author: tonyg at chromium.org <tonyg at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Dec 21 04:41:57 2010 +0000

    2010-12-20  Tony Gentilcore  <tonyg at chromium.org>
    
            Unreviewed build fix.
    
            [chromium] Rebaseline inspector/console-dir-global and debugger-expand-scope
            https://bugs.webkit.org/show_bug.cgi?id=51373
    
            * platform/chromium-win/inspector/console-dir-global-expected.txt:
            * platform/chromium-win/inspector/debugger-expand-scope-expected.txt: Added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74387 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 2d0dbf2..d2d758b 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2010-12-20  Tony Gentilcore  <tonyg at chromium.org>
+
+        Unreviewed build fix.
+
+        [chromium] Rebaseline inspector/console-dir-global and debugger-expand-scope
+        https://bugs.webkit.org/show_bug.cgi?id=51373
+
+        * platform/chromium-win/inspector/console-dir-global-expected.txt:
+        * platform/chromium-win/inspector/debugger-expand-scope-expected.txt: Added.
+
 2010-12-17  MORITA Hajime  <morrita at google.com>
 
         Reviewed by James Robinson.
diff --git a/LayoutTests/platform/chromium-win/inspector/console-dir-global-expected.txt b/LayoutTests/platform/chromium-win/inspector/console-dir-global-expected.txt
index 267822b..7a8d6a9 100644
--- a/LayoutTests/platform/chromium-win/inspector/console-dir-global-expected.txt
+++ b/LayoutTests/platform/chromium-win/inspector/console-dir-global-expected.txt
@@ -10,3 +10,4 @@ Tests that console dumps global object with properties.
     frames : 1
     window : 1
 }
+
diff --git a/LayoutTests/platform/chromium-win/inspector/debugger-expand-scope-expected.txt b/LayoutTests/platform/chromium-win/inspector/debugger-expand-scope-expected.txt
new file mode 100644
index 0000000..2bacb33
--- /dev/null
+++ b/LayoutTests/platform/chromium-win/inspector/debugger-expand-scope-expected.txt
@@ -0,0 +1,21 @@
+
+Test that sections representing scopes of the current call frame are expandable and contain correct data.
+
+Debugger was enabled.
+Evaluated script in console.
+Script execution paused.
+
+Dump scope sections:
+- Local
+  innerFunctionLocalVar: 2012
+  this: DOMWindow
+  x: 2010
+- Closure
+  makeClosureLocalVar: "local.TextParam"
+  n: "TextParam"
+- DOMWindowGlobal
+  <section collapsed>
+
+Script execution resumed.
+Debugger was disabled.
+

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list