On Sat, Nov 29, 2008 at 3:29 AM, Kalle Vahlman <kalle.vahlman@gmail.com> wrote:
2008/11/29 ying lcs <yinglcs@gmail.com>:
From this entry, it said Inspector is ported to Webkit/GTK http://blog.kov.eti.br/?p=25
Can you please tell me how can I enable it?
There's a patch attached to the original bug that enables the inspector for the GtkLauncher test program:
https://bugs.webkit.org/show_bug.cgi?id=19392
That should give an idea what needs to be done in a client application to enable the inspector.
On a related note, I just submitted a patch for an API to enable client applications to start the inspector (eg. from a keyboard shortcut):
https://bugs.webkit.org/show_bug.cgi?id=22551
-- Kalle Vahlman, zuh@iki.fi Powered by http://movial.fi Interesting stuff at http://sandbox.movial.com See also http://syslog.movial.fi
I try to apply this patch to my WebKit (check out on 11/27 from trunk): https://bugs.webkit.org/attachment.cgi?id=24756 but I get these errors: $ patch -p1 < 0001-2008-10-29-Gustavo-Noronha-Silva-gns-gnome.org.patch patching file ChangeLog Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file ChangeLog.rej patching file GNUmakefile.am Reversed (or previously applied) patch detected! Assume -R? [n] n Apply anyway? [n] y Hunk #1 FAILED at 307. Hunk #2 FAILED at 339. Can you please tell me how to apply the patch? Thank you.