[Webkit-unassigned] [Bug 20948] New: DumpRenderTree hangs on this html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 19 14:34:17 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20948

           Summary: DumpRenderTree hangs on this html
           Product: WebKit
           Version: 412
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: natester at gmail.com


DumpRenderTree on this html hangs on my ubuntu hardy box which is running
36053.  

<html><head></head><body><form name='form1' action=''
method='post'><input type='hidden' name='str' value='err'></form><script
language='JavaScript'>document.form1.submit()</script></body></html>

Trying to compile the nightly build to test I ran build-webkit and I got:

-desktop:~/WebKit-r36640$ ./WebKitTools/Scripts/build-webkit 
Unsupported platform, can't determine built library locations. at
/home/hagna/WebKit-r36640/WebKitTools/Scripts/webkitdirs.pm line 380.

When I tried like this:
./autogen.sh ; ./configure ; make

I got:

In file included from ./WebCore/plugins/PluginView.h:38,
                 from WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.h:35,
                 from WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:23:
./WebCore/platform/Widget.h:186: error: ‘WebCore::IntRect
WebCore::Widget::convertToContainingWindow(const WebCore::IntRect&) const’
cannot be overloaded
./WebCore/platform/Widget.h:172: error: with ‘WebCore::IntRect
WebCore::Widget::convertToContainingWindow(const WebCore::IntRect&) const’
./WebCore/platform/Widget.h:187: error: ‘WebCore::IntPoint
WebCore::Widget::convertToContainingWindow(const WebCore::IntPoint&) const’
cannot be overloaded
./WebCore/platform/Widget.h:173: error: with ‘WebCore::IntPoint
WebCore::Widget::convertToContainingWindow(const WebCore::IntPoint&) const’
./WebCore/platform/Widget.h:188: error: ‘WebCore::IntPoint
WebCore::Widget::convertFromContainingWindow(const WebCore::IntPoint&) const’
cannot be overloaded
./WebCore/platform/Widget.h:174: error: with ‘WebCore::IntPoint
WebCore::Widget::convertFromContainingWindow(const WebCore::IntPoint&) const’
make[1]: ***
[WebKit/gtk/WebCoreSupport/libwebkit_1_0_la-FrameLoaderClientGtk.lo] Error 1
make[1]: Leaving directory `/home/hagna/WebKit-r36640'
make: *** [all] Error 2


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list