[webkit-dev] Inspector under windows

Vincent Deng webkithack at gmail.com
Thu Dec 11 22:48:07 PST 2008


I installed safari and copied necessary files to the running folder, and I
didn't not find SafariTheme.resource in Webkit.

On Fri, Dec 12, 2008 at 12:03 PM, Brent Fulgham <bfulgham at gmail.com> wrote:

>
> On Dec 11, 2008, at 7:38 PM, webkit webkit wrote:
>
>  Hi, I have built webkit under windows, while when I start winlaucher then
>> right click it to choose Inspect Element, only get a window showing the
>> source code of html. I traced it to InspectorController.cpp, at
>> setWindowVisible():
>>
>> if( !m_scriptContext || !m_scriptObject)
>>    return;
>>
>> The condition is always false, so I seek for help how to ture it true.
>>
>> PS: The initial running winlaucher caused segfault in CF**.dll, so I did a
>> workaround to always use wintheme instead of safaritheme by hardcode :)
>>
>
> You probably did not copy the SafariTheme.resource folder to the location
> where the binary is running.
>
> -Brent
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20081212/dc575c9f/attachment.html>


More information about the webkit-dev mailing list