[webkit-dev] webkit-dev Digest, Vol 47, Issue 27

Nitin codomaker at gmail.com
Wed Apr 29 02:53:20 PDT 2009


hi,
One question to ask
Where is the code for operator loading like "==" ">" etc etc  for built in
objects like Date n so on?

On Tue, Apr 28, 2009 at 7:32 PM, <webkit-dev-request at lists.webkit.org>wrote:

> Send webkit-dev mailing list submissions to
>        webkit-dev at lists.webkit.org
>
> 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
>        webkit-dev-request at lists.webkit.org
>
> You can reach the person managing the list at
>        webkit-dev-owner at lists.webkit.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of webkit-dev digest..."
>
>
> Today's Topics:
>
>   1. Re: Background color issue (xfdbse)
>   2. Re: webkit-dev Digest, Vol 47, Issue 24 (love khanna)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 28 Apr 2009 11:20:24 +0800
> From: xfdbse <xfdbse at 163.com>
> To: Xiong <browserwk at gmail.com>
> Cc: webkit-dev at lists.webkit.org
> Subject: Re: [webkit-dev] Background color issue
> Message-ID: <49F675F8.9060500 at 163.com>
> Content-Type: text/plain; charset="gb2312"
>
> Had solved.
>
> Thanks all.
>
> In following function:
>
> void FrameLoaderClient::transitionToCommittedForNewPage()
>
> -------- Original Message --------
> Subject: [webkit-dev] Background color issue
> From: Xiong <browserwk at gmail.com>
> To: webkit-dev at lists.webkit.org
> Date: 2009?04?27? ??? 17?19?29?
> > Dear all,
> >
> > I am working webkit over directfb backend on arm platform - using
> > GtkLauncher.
> >
> > The problem I face is that the background color of loading image is
> > always WHITE, i am really want to be BLACK.
> >
> > BTW:
> > I use the gtk_widget_modify_bg() to change color of GTKWINDOW and
> > WebKitWebView,
> > but it looks like valueless.
> >
> > Also, i connect to "expose-event" signal for WebKitWebView and setting
> > the background color in following code:
> > [
> > cairo_set_source_rgb(cr, 0, 0, 0);
> > cairo_paint(cr);
> > ]
> > This way was failed also.
> >
> > The Gtk+ API does not change the background color, so may be the
> > webkit kernel do something i think.
> >
> > Any ideas where to look to fix this issue ?
> >
> > Appreciate any clues~
> >
> > -Xiong
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > webkit-dev mailing list
> > webkit-dev at lists.webkit.org
> > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
> >
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.webkit.org/pipermail/webkit-dev/attachments/20090428/4e821692/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Tue, 28 Apr 2009 08:52:25 +0530
> From: love khanna <lovekhanna04092 at gmail.com>
> To: webkit-dev at lists.webkit.org
> Subject: Re: [webkit-dev] webkit-dev Digest, Vol 47, Issue 24
> Message-ID:
>        <290c93270904272022m6a4660a7i4b7198931f696fbd at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
> i am tring to print the log messages in webkit/gtk+. i build webkit using
> configure --enable-debug.and while running the programms i set the
> enviroment variable
> export WEBKIT_DEBUG=BackForward
> but still it is not printing the log messages.and give the following
> response.
>
>  WARNING **: WEBKIT_DEBUG is not empty, but this is a release build. Notice
> that many log messages will only appear in a debug build.
>
> please help me to resolve this problem.
> thanks in advance.
>
>
> On Fri, Apr 24, 2009 at 7:50 PM, <webkit-dev-request at lists.webkit.org
> >wrote:
>
> > Send webkit-dev mailing list submissions to
> >        webkit-dev at lists.webkit.org
> >
> > 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
> >        webkit-dev-request at lists.webkit.org
> >
> > You can reach the person managing the list at
> >        webkit-dev-owner at lists.webkit.org
> >
> > 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 <lovekhanna04092 at gmail.com>
> > To: webkit-dev at lists.webkit.org
> > Subject: [webkit-dev] webkit - logging of execution sequence
> > Message-ID:
> >        <290c93270904230825x1108ded8g722f8b66ed85ec0a at mail.gmail.com>
> > 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 <zecke at selfish.org>
> > To: webkit-dev at lists.webkit.org
> > Subject: Re: [webkit-dev] How to make the size of QtWebKit4.dll or
> >        libQtWetKit.so smaller?
> > Message-ID: <200904232232.46871.zecke at selfish.org>
> > 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 <siddu.sjce at gmail.com>
> > To: webkit-dev at lists.webkit.org
> > Subject: Re: [webkit-dev] webkit - logging of execution sequence
> > Message-ID: <23209871.post at talk.nabble.com>
> > 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
> > > webkit-dev at lists.webkit.org
> > > 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
> > webkit-dev at lists.webkit.org
> > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
> >
> >
> > End of webkit-dev Digest, Vol 47, Issue 24
> > ******************************************
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.webkit.org/pipermail/webkit-dev/attachments/20090428/2439f2f7/attachment-0001.html
> >
>
> ------------------------------
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
>
> End of webkit-dev Digest, Vol 47, Issue 27
> ******************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090429/0d4b5aaa/attachment.html>


More information about the webkit-dev mailing list