[Webkit-unassigned] [Bug 16562] [gtk] Implement WebPolicyDelegate methods
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 16 23:02:33 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=16562
msrinirao at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |msrinirao at gmail.com
------- Comment #18 from msrinirao at gmail.com 2008-04-16 23:02 PDT -------
About the patch:
https://bugs.webkit.org/attachment.cgi?id=19530&action=view
This patch file was not compatible with the latest nightlies(r31848). Hence i
manually applied the those hunks that were failing to respective files. I could
compile and build GtkLauncher. I was unable to open any new window/popup when i
click on the following href links
<html>
<body>
HTML version
<a href="a.html" target="_blank">Open window</a>
<br>
Javascript version
<a href="javascript:window.open('a.html', '_blank')">Open window</a>
</body>
</html>
On the console i got the following error messages, This came only for the first
time:
for HTML Version i got :
UNIMPLEMENTED:
(../WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:770 virtual
WebCore::Frame* WebKit::FrameLoaderClient::dispatchCreatePage())
UNIMPLEMENTED:
(../WebCore/page/gtk/EventHandlerGtk.cpp:85 bool
WebCore::EventHandler::eventActivatedView(const WebCore::PlatformMouseEvent&)
const)
for JavaScript Version I got:
UNIMPLEMENTED:
(../WebKit/gtk/webkit/webkitwebview.cpp:488 void
webkit_web_view_real_window_object_cleared(WebKitWebView*, WebKitWebFrame*,
OpaqueJSContext*, OpaqueJSValue*))
UNIMPLEMENTED:
(../WebCore/platform/gtk/PlatformScreenGtk.cpp:73 WebCore::FloatRect
WebCore::screenAvailableRect(WebCore::Widget*))
UNIMPLEMENTED:
(../WebKit/gtk/webkit/webkitwebview.cpp:481 WebKitWebView*
webkit_web_view_real_create_web_view(WebKitWebView*))
Adding these logs as a reference to the author of this patch.
--
Configure bugmail: http://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