hi, thanks siddu .....can u tell me which classes create problems ... if u try to port webkit/gtk+ on samll screens... or which classes r take care of rendering process
On Fri, Apr 24, 2009 at 7:50 PM, <[email protected]>wrote: > Send webkit-dev mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of webkit-dev digest..." > > > Today's Topics: > > 1. webkit - logging of execution sequence (love khanna) > 2. Re: How to make the size of QtWebKit4.dll or libQtWetKit.so > smaller? (Holger Freyther) > 3. Re: webkit - logging of execution sequence (g_siddu) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 23 Apr 2009 20:55:11 +0530 > From: love khanna <[email protected]> > To: [email protected] > Subject: [webkit-dev] webkit - logging of execution sequence > Message-ID: > <[email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > Hi, > I am tring to understading ,how the webkit works.please tell me if there > are any way to generate the logs(messages like which function invoking > which > fuction).this will help me to understand the execution sequence.My other > question is when i am tring to using webkit/gtk webview in a simulator(for > samll screen) my application not showing the window but it is running in > background.please help me get solve these problems. > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.webkit.org/pipermail/webkit-dev/attachments/20090423/227b5af7/attachment-0001.html > > > > ------------------------------ > > Message: 2 > Date: Thu, 23 Apr 2009 22:32:46 +0200 > From: Holger Freyther <[email protected]> > To: [email protected] > Subject: Re: [webkit-dev] How to make the size of QtWebKit4.dll or > libQtWetKit.so smaller? > Message-ID: <[email protected]> > Content-Type: Text/Plain; charset="utf-8" > > On Thursday 23 April 2009 04:00:24 alex wrote: > > > > > Anyone know how to get smaller WebKit library? We want to use it in a > > Embedded environment. > > ?? ?????????????????? > > kind regards > > z. > > ------------------------------ > > Message: 3 > Date: Thu, 23 Apr 2009 21:56:34 -0700 (PDT) > From: g_siddu <[email protected]> > To: [email protected] > Subject: Re: [webkit-dev] webkit - logging of execution sequence > Message-ID: <[email protected]> > Content-Type: text/plain; charset=us-ascii > > > Hi , > > Try this > > build webkit with log enabling by sh autogen.sh --enable-debug && make > > once it is done use the environment variable WEBKIT_DEBUG like shown below > > export WEBKIT_DEBUG=BackForward > #is one of the option , there are several others as well listed here > http://webkitgtk.org/reference/webkit-environment.html > > then run ./Programs/GtkLauncher > will get logs as shown below at runtime > > UNIMPLEMENTED: > (WebCore/platform/gtk/PasteboardGtk.cpp:90 > WebCore::Pasteboard::Pasteboard()) > UNIMPLEMENTED: > (WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:710 virtual void > WebKit::FrameLoaderClient::provisionalLoadStarted()) > UNIMPLEMENTED: > (WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:494 virtual bool > WebKit::FrameLoaderClient::hasWebView() const) > UNIMPLEMENTED: > (WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:545 virtual void > WebKit::FrameLoaderClient::setCopiesOnScroll()) > UNIMPLEMENTED: > (WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:717 virtual void > WebKit::FrameLoaderClient::prepareForDataSourceReplacement()) > UNIMPLEMENTED: > (WebKit/gtk/WebCoreSupport/EditorClientGtk.cpp:262 virtual void > WebKit::EditorClient::clearUndoRedoOperations()) > UNIMPLEMENTED: > (WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:445 virtual > WebCore::String WebKit::FrameLoaderClient::overrideMediaType() const) > UNIMPLEMENTED: > (WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp:356 virtual void > WebKit::ChromeClient::contentsSizeChanged(WebCore::Frame*, const > WebCore::IntSize&) const) > UNIMPLEMENTED: > (WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:505 virtual void > WebKit::FrameLoaderClient::frameLoadCompleted()) > UNIMPLEMENTED: > (WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:540 virtual void > WebKit::FrameLoaderClient::forceLayoutForNonHTML()) > UNIMPLEMENTED: > (WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:674 virtual bool > WebKit::FrameLoaderClient::canHandleRequest(const > WebCore::ResourceRequest&) > const) > UNIMPLEMENTED: > (WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:230 virtual void > WebKit::FrameLoaderClient::assignIdentifierToInitialRequest(long unsigned > int, WebCore::DocumentLoader*, const WebCore::ResourceRequest&)) > UNIMPLEMENTED: > (WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:225 virtual void > > WebKit::FrameLoaderClient::dispatchWillSendRequest(WebCore::DocumentLoader*, > long unsigned int, WebCore::ResourceRequest&, const > WebCore::ResourceResponse&)) > UNIMPLEMENTED: > (WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:686 virtual bool > WebKit::FrameLoaderClient::representationExistsForURLScheme(const > WebCore::String&) const) > UNIMPLEMENTED: > (WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:631 virtual void > WebKit::FrameLoaderClient::dispatchDidFirstLayout()) > UNIMPLEMENTED: > (WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:565 virtual void > > WebKit::FrameLoaderClient::dispatchDidReceiveServerRedirectForProvisionalLoad()) > UNIMPLEMENTED: > (WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:585 virtual void > WebKit::FrameLoaderClient::dispatchWillClose()) > UNIMPLEMENTED: > (WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:528 virtual void > WebKit::FrameLoaderClient::makeRepresentation(WebCore::DocumentLoader*)) > UNIMPLEMENTED: > (WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:852 virtual void > WebKit::FrameLoaderClient::updateGlobalHistory()) > UNIMPLEMENTED: > (WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:664 virtual void > WebKit::FrameLoaderClient::willChangeTitle(WebCore::DocumentLoader*)) > UNIMPLEMENTED: > (WebKit/gtk/webkit/webkitwebview.cpp:681 void > webkit_web_view_real_window_object_cleared(WebKitWebView*, WebKitWebFrame*, > OpaqueJSContext*, OpaqueJSValue*)) > UNIMPLEMENTED: > (WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:728 virtual void > > WebKit::FrameLoaderClient::dispatchDidReceiveContentLength(WebCore::DocumentLoader*, > long unsigned int, int)) > UNIMPLEMENTED: > (WebCore/platform/gtk/RenderThemeGtk.cpp:437 virtual void > WebCore::RenderThemeGtk::systemFont(int, WebCore::FontDescription&) const) > UNIMPLEMENTED: > (WebCore/platform/network/curl/DNSCurl.cpp:35 void > WebCore::prefetchDNS(const WebCore::String&)) > UNIMPLEMENTED: > (WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:636 virtual void > WebKit::FrameLoaderClient::dispatchDidFirstVisuallyNonEmptyLayout()) > UNIMPLEMENTED: > (WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:626 virtual void > WebKit::FrameLoaderClient::dispatchDidFinishDocumentLoad()) > UNIMPLEMENTED: > (WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:654 virtual void > > WebKit::FrameLoaderClient::dispatchDidLoadMainResource(WebCore::DocumentLoader*)) > UNIMPLEMENTED: > (WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:733 virtual void > > WebKit::FrameLoaderClient::dispatchDidFinishLoading(WebCore::DocumentLoader*, > long unsigned int)) > UNIMPLEMENTED: > (WebKit/gtk/WebCoreSupport/EditorClientGtk.cpp:105 virtual bool > WebKit::EditorClient::isContinuousSpellCheckingEnabled()) > UNIMPLEMENTED: > (WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:560 virtual void > WebKit::FrameLoaderClient::dispatchDidHandleOnloadEvents()) > > Thanks, > Siddu > > > > > love khanna wrote: > > > > Hi, > > I am tring to understading ,how the webkit works.please tell me if > > there > > are any way to generate the logs(messages like which function invoking > > which > > fuction).this will help me to understand the execution sequence.My > other > > question is when i am tring to using webkit/gtk webview in a > simulator(for > > samll screen) my application not showing the window but it is running in > > background.please help me get solve these problems. > > > > _______________________________________________ > > webkit-dev mailing list > > [email protected] > > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev > > > > > > -- > View this message in context: > http://www.nabble.com/webkit---logging-of-execution-sequence-tp23199605p23209871.html > Sent from the Webkit mailing list archive at Nabble.com. > > > > ------------------------------ > > _______________________________________________ > webkit-dev mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev > > > End of webkit-dev Digest, Vol 47, Issue 24 > ****************************************** >
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

