[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 12:41:40 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit ceb1e23b13132ba66c2ed05ea6d63da3d7f25d44
Author: tkent at chromium.org <tkent at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 27 09:25:07 2010 +0000

    2010-08-27  Kent Tamura  <tkent at chromium.org>
    
            Reviewed by Pavel Feldman.
    
            [DRT/Chromium] Fix inspector test failures
            https://bugs.webkit.org/show_bug.cgi?id=44748
    
            * platform/chromium/drt_expectations.txt:
             Update expectations for the DRT change.
    2010-08-27  Kent Tamura  <tkent at chromium.org>
    
            Reviewed by Pavel Feldman.
    
            [DRT/Chromium] Fix inspector test failures
            https://bugs.webkit.org/show_bug.cgi?id=44748
    
            * DEPS: Update Chromium revision to 57605 to have a webkit_support change.
    2010-08-27  Kent Tamura  <tkent at chromium.org>
    
            Reviewed by Pavel Feldman.
    
            [DRT/Chromium] Fix inspector test failures
            https://bugs.webkit.org/show_bug.cgi?id=44748
    
            * DumpRenderTree/chromium/DRTDevToolsAgent.cpp:
            (DRTDevToolsAgent::createClientMessageLoop):
              Returns a valid WebKitClientMessageLoop instance
            * DumpRenderTree/chromium/DRTDevToolsAgent.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66194 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index de93d89..ce69a0a 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2010-08-27  Kent Tamura  <tkent at chromium.org>
+
+        Reviewed by Pavel Feldman.
+
+        [DRT/Chromium] Fix inspector test failures
+        https://bugs.webkit.org/show_bug.cgi?id=44748
+
+        * platform/chromium/drt_expectations.txt:
+         Update expectations for the DRT change.
+
 2010-08-27  Yuzo Fujishima  <yuzo at google.com>
 
         Unreviewed Chromium test expectation change.
diff --git a/LayoutTests/platform/chromium/drt_expectations.txt b/LayoutTests/platform/chromium/drt_expectations.txt
index 9e49a8b..bae6526 100644
--- a/LayoutTests/platform/chromium/drt_expectations.txt
+++ b/LayoutTests/platform/chromium/drt_expectations.txt
@@ -208,16 +208,9 @@ BUG50197 WIN MAC LINUX : svg/dynamic-updates/SVGRadialGradientElement-svgdom-gra
 
 // Need to implement something?
 BUG_DRT WIN : http/tests/inspector-enabled/console-log-before-frame-navigation.html = CRASH
-BUG_DRT WIN : http/tests/inspector/resource-parameters.html = TEXT CRASH PASS
-BUG_DRT WIN : inspector/debugger-eval-while-paused.html = CRASH
-BUG_DRT WIN : inspector/debugger-no-nested-pause.html = CRASH
-BUG_DRT WIN : inspector/debugger-pause-in-eval-script.html = CRASH
-BUG_DRT WIN : inspector/debugger-pause-on-debugger-statement.html = CRASH
-BUG_DRT WIN : inspector/debugger-proto-property.html = CRASH
-BUG_DRT WIN : inspector/debugger-step-in.html = CRASH
-BUG_DRT WIN : inspector/debugger-step-out.html = CRASH
-BUG_DRT WIN : inspector/debugger-step-over.html = CRASH
-BUG_DRT WIN : inspector/dom-breakpoints.html = CRASH
+// Inspector tests in Debug build are very slow.  If we remove SLOW, we'll see
+// random TIMEOUTs.  Is this issue DRT-specific?
+BUG_DRT WIN DEBUG SLOW : inspector = PASS
 
 
 // WebGL tests sometimes fail only on the buildbot.
@@ -422,7 +415,6 @@ BUG_DRT WIN : fast/text/international/plane2.html = IMAGE+TEXT
 BUG_DRT WIN : http/tests/loading/bad-scheme-subframe.html = TEXT
 BUG_DRT WIN : http/tests/local/send-sliced-dragged-file.html = TEXT
 BUG_DRT WIN : http/tests/security/xssAuditor/link-opens-new-window.html = TEXT
-BUG_DRT WIN : inspector/debugger-cyclic-ref.html = CRASH
 BUG_DRT WIN : svg/batik/text/textFeatures.svg = IMAGE+TEXT
 BUG_DRT WIN : svg/batik/text/verticalText.svg = IMAGE
 BUG_DRT WIN : svg/custom/text-linking.svg = IMAGE
diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 3bc93dd..4e4c8e5 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,12 @@
+2010-08-27  Kent Tamura  <tkent at chromium.org>
+
+        Reviewed by Pavel Feldman.
+
+        [DRT/Chromium] Fix inspector test failures
+        https://bugs.webkit.org/show_bug.cgi?id=44748
+
+        * DEPS: Update Chromium revision to 57605 to have a webkit_support change.
+
 2010-08-26  Dumitru Daniliuc  <dumi at chromium.org>
 
         Unreviewed, Chromium build fix.
diff --git a/WebKit/chromium/DEPS b/WebKit/chromium/DEPS
index 759f7e9..221e34f 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': '57489',
+  'chromium_rev': '57605',
 }
 
 deps = {
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index fe08350..5dcd409 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,15 @@
+2010-08-27  Kent Tamura  <tkent at chromium.org>
+
+        Reviewed by Pavel Feldman.
+
+        [DRT/Chromium] Fix inspector test failures
+        https://bugs.webkit.org/show_bug.cgi?id=44748
+
+        * DumpRenderTree/chromium/DRTDevToolsAgent.cpp:
+        (DRTDevToolsAgent::createClientMessageLoop):
+          Returns a valid WebKitClientMessageLoop instance
+        * DumpRenderTree/chromium/DRTDevToolsAgent.h:
+
 2010-08-26  Jon Honeycutt  <jhoneycutt at apple.com>
 
         Add Windows WebKit2 Tester to buildbot
diff --git a/WebKitTools/DumpRenderTree/chromium/DRTDevToolsAgent.cpp b/WebKitTools/DumpRenderTree/chromium/DRTDevToolsAgent.cpp
index 639ee52..ba1edd7 100644
--- a/WebKitTools/DumpRenderTree/chromium/DRTDevToolsAgent.cpp
+++ b/WebKitTools/DumpRenderTree/chromium/DRTDevToolsAgent.cpp
@@ -84,6 +84,11 @@ WebCString DRTDevToolsAgent::debuggerScriptSource()
     return webkit_support::GetDevToolsDebuggerScriptSource();
 }
 
+WebDevToolsAgentClient::WebKitClientMessageLoop* DRTDevToolsAgent::createClientMessageLoop()
+{
+    return webkit_support::CreateDevToolsMessageLoop();
+}
+
 void DRTDevToolsAgent::asyncCall(const DRTDevToolsCallArgs &args)
 {
     webkit_support::PostTaskFromHere(
diff --git a/WebKitTools/DumpRenderTree/chromium/DRTDevToolsAgent.h b/WebKitTools/DumpRenderTree/chromium/DRTDevToolsAgent.h
index 3613349..8747cea 100644
--- a/WebKitTools/DumpRenderTree/chromium/DRTDevToolsAgent.h
+++ b/WebKitTools/DumpRenderTree/chromium/DRTDevToolsAgent.h
@@ -64,6 +64,7 @@ public:
     virtual void forceRepaint();
     virtual void runtimePropertyChanged(const WebKit::WebString& name, const WebKit::WebString& value);
     virtual WebKit::WebCString debuggerScriptSource();
+    virtual WebKitClientMessageLoop* createClientMessageLoop();
 
     void asyncCall(const DRTDevToolsCallArgs&);
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list