[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00

pfeldman at chromium.org pfeldman at chromium.org
Wed Mar 17 18:07:03 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 4ff86a9326cd24e45ef75daee49f5b6463272744
Author: pfeldman at chromium.org <pfeldman at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Mar 1 10:17:03 2010 +0000

    2010-02-27  Ilya Tikhonovsky  <loislo at chromium.org>
    
            Reviewed by Pavel Feldman.
    
            Web Inspector: callerScriptName and callerScriptLine should be obfuscated for timeline tests.
            https://bugs.webkit.org/show_bug.cgi?id=35478
    
            * ../../LayoutTests/inspector/timeline-test.js:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55365 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 48719b9..4a7b3fe 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,12 @@
+2010-02-27  Ilya Tikhonovsky  <loislo at chromium.org>
+
+        Reviewed by Pavel Feldman.
+
+        Web Inspector: callerScriptName and callerScriptLine should be obfuscated for timeline tests.
+        https://bugs.webkit.org/show_bug.cgi?id=35478
+
+        * ../../LayoutTests/inspector/timeline-test.js:
+
 2010-02-28  Robert Hogan  <robert at roberthogan.net>
 
         Reviewed by Simon Hausmann.
diff --git a/LayoutTests/inspector/timeline-test.js b/LayoutTests/inspector/timeline-test.js
index d9b2fec..b022524 100644
--- a/LayoutTests/inspector/timeline-test.js
+++ b/LayoutTests/inspector/timeline-test.js
@@ -8,6 +8,8 @@ var timelineNonDeterministicProps = {
     identifier : 1,
     startTime : 1,
     width : 1,
+    callerScriptName: 1,
+    callerScriptLine: 1,
     url : 1
 };
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list