On Aug 17, 2011, at 4:13 AM, Sumedh wrote: >> Still,we can not get web inspect element when i click on it. >> >> NOTE: I am using webkit.dll from the nightly builds. > > I'd suggest stepping through WebView:: > notifyPreferencesChanged (where the developer extras preference is passed > down to WebCore) and WebCore::ContextMenuController::showContextMenu (where > the Inspect Element item is added) as a start. > > Now we can see the web inspector. We were missing some .resource Dirs. If you > don't mind, can i know how it is related to .resource files. If info.plist is > not preset in my webkit.resource dir, application crashes.
Info.plist and WebKit.resources are used by the CFBundle machinery. Without those files many CFBundle APIs won't work. > Anyhow, it works now, we appreciate your help. Glad you figured it out! -Adam
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
