Bug 20948
| Summary: | [GTK] [Ubuntu] DumpRenderTree hangs on this html | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Nate <natester> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | jmalonzo, mrobinson |
| Priority: | P2 | Keywords: | Gtk |
| Version: | 412 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Nate
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
Nate, have you tried building webkit again recently?
Jan Alonzo
Nate,
To use build-webkit with gtk port you need to pass --gtk like the ff:
$ ./WebKitTools/Scripts/build-webkit --gtk
Can you please try building again?
Also, your title says "DRT hangs on this html" - which html? do you have a link?
thanks
Martin Robinson
Nate, you haven't responded in just under 2 years. Did you ever get things working? I'm going to close this issue for now, but feel free to file a new one and CC me if you have further problems.