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

Nitin codomaker at gmail.com
Sun Apr 5 21:47:16 PDT 2009


Answer To Question 5.

1.You need to build yr webkit with ./autogen --enable-debug option , I hope
yu already gone thru this.
2.If ddd is nt working (which shud happen in ideal case), why dont yu better
ui debugger kdbg .


On Sun, Apr 5, 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: Options for execCommand in Webkit (Darin Adler)
>   2. Building QtWebkit on Mac OSX 10.5.6 with Qt 4.5 (Husam Senussi)
>   3. Re: WebKit Compile erros with Visual C++ 2005 (Brent Fulgham)
>   4. Re: how to disable context menus (Gustavo Noronha)
>   5. Re: Understanding code of WebKit. (Gustavo Noronha)
>   6. OpenCL (Angelo D'Ambrosio)
>   7. Re: Building QtWebkit on Mac OSX 10.5.6 with Qt 4.5
>      (Ariya Hidayat)
>   8. Re: Building QtWebkit on Mac OSX 10.5.6 with Qt 4.5
>      (Husam Senussi)
>   9. Re: Building QtWebkit on Mac OSX 10.5.6 with Qt 4.5
>      (Husam Senussi)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 04 Apr 2009 10:26:11 -0700
> From: Darin Adler <darin at apple.com>
> To: Raja Sekharan <websweetweb at gmail.com>
> Cc: WebKit Development <webkit-dev at lists.webkit.org>
> Subject: Re: [webkit-dev] Options for execCommand in Webkit
> Message-ID: <F0D0D08A-61F0-493A-A47B-883BABF3BE83 at apple.com>
> Content-Type: text/plain; charset=WINDOWS-1252; format=flowed;
>        delsp=yes
>
> On Apr 4, 2009, at 1:45 AM, Raja Sekharan wrote:
>
> > What are all the operations that can be done through the execCommand
> > of document object? I am not able to find this in any of the webkit
> > documentation.
>
> I don?t know where there might be documentation for this, but the
> implementation uses a table in the createCommandMap function in the
> EditorCommand.cpp source file. The 44 that say "supported" (as opposed
> to supportedFromMenuOrKeyBinding) are available from
> document.execCommand.
>
>     -- Darin
>
>
>
> ------------------------------
>
> Message: 2
> Date: Sat, 4 Apr 2009 21:21:16 +0100
> From: Husam Senussi <husam at senussi.com>
> To: webkit-dev at lists.webkit.org
> Subject: [webkit-dev] Building QtWebkit on Mac OSX 10.5.6 with Qt 4.5
> Message-ID: <80FBDDC4-DC94-410C-AE12-4270A3F80F18 at senussi.com>
> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
>
> Hi,
>
> I'm trying to build Qt port on Mac OSX with Qt 4.5 using latest svn
> trunk, but run "./WebKitTools/Scripts/build-webkit --qt"
> I get
>
> Use of chdir('') or chdir(undef) as chdir() is deprecated at /Users/
> husam/WebKit/WebKitTools/Scripts/webkitdirs.pm line 1009, <SPEC> line
> 45.
> Calling 'qmake -r DEFINES+=QT_SHARED CONFIG+=qt-port OUTPUT_DIR=/Users/
> husam/WebKit/WebKitBuild/Release /Users/husam/WebKit/WebKit.pro CONFIG
> +=release CONFIG-=debug' in /Users/husam/WebKit/WebKitBuild/Release
>
> Reading /Users/husam/WebKit/WebCore/WebCore.pro [/Users/husam/WebKit/
> WebKitBuild/Release//WebCore]
> Reading /Users/husam/WebKit/JavaScriptCore/jsc.pro [/Users/husam/
> WebKit/WebKitBuild/Release//JavaScriptCore]
> Reading /Users/husam/WebKit/WebKit/qt/QtLauncher/QtLauncher.pro [/
> Users/husam/WebKit/WebKitBuild/Release//WebKit/qt/QtLauncher]
> Reading /Users/husam/WebKit/WebKit/qt/tests/tests.pro [/Users/husam/
> WebKit/WebKitBuild/Release//WebKit/qt/tests]
>  Reading /Users/husam/WebKit/WebKit/qt/tests/qwebframe/qwebframe.pro
> [/Users/husam/WebKit/WebKitBuild/Release/WebKit/qt/tests//qwebframe]
>  Reading /Users/husam/WebKit/WebKit/qt/tests/qwebpage/qwebpage.pro [/
> Users/husam/WebKit/WebKitBuild/Release/WebKit/qt/tests//qwebpage]
> WARNING: Ignored (not found) '/Users/husam/WebKit/WebKit/qt/tests/
> qwebframe/tst_qwebframe.xcodeproj'
> WARNING: Ignored (not found) '/Users/husam/WebKit/WebKit/qt/tests/
> qwebpage/tst_qwebpage.xcodeproj'
> Reading /Users/husam/WebKit/WebKitTools/DumpRenderTree/qt/
> DumpRenderTree.pro [/Users/husam/WebKit/WebKitBuild/Release//
> WebKitTools/DumpRenderTree/qt]
> WARNING: Ignored (not found) '/Users/husam/WebKit/WebCore/
> QtWebKit.xcodeproj'
> WARNING: Ignored (not found) '/Users/husam/WebKit/JavaScriptCore/
> jsc.xcodeproj'
> WARNING: Ignored (not found) '/Users/husam/WebKit/WebKit/qt/QtLauncher/
> QtLauncher.xcodeproj'
> WARNING: Ignored (not found) '/Users/husam/WebKit/WebKitTools/
> DumpRenderTree/qt/DumpRenderTree.xcodeproj'
> WARNING: Ignored (not found) '/Users/husam/WebKit/WebKit/qt/tests/
> qwebframe/tst_qwebframe.xcodeproj'
> WARNING: Ignored (not found) '/Users/husam/WebKit/WebKit/qt/tests/
> qwebpage/tst_qwebpage.xcodeproj'
>
>
> I guess there is something else I need to do.
>
> Thanks
>
>
> ------------------------------
>
> Message: 3
> Date: Sat, 4 Apr 2009 17:05:41 -0700
> From: Brent Fulgham <bfulgham at gmail.com>
> To: "qah661 at yahoo.com" <qah661 at yahoo.com>
> Cc: "webkit-dev at lists.webkit.org" <webkit-dev at lists.webkit.org>
> Subject: Re: [webkit-dev] WebKit Compile erros with Visual C++ 2005
> Message-ID: <FA9E632B-0D8E-40E8-ADE2-E06C1929E776 at gmail.com>
> Content-Type: text/plain;       charset=us-ascii;       format=flowed;
>  delsp=yes
>
> You are missing a step somewhere.
>
> Did you build using the 'build-webkit' script, or are you trying to
> use the IDE?
>
> Sent from my iPhone
>
> On Apr 3, 2009, at 4:07 PM, Quentin Headen <qah661 at yahoo.com> wrote:
>
> >
> > Hello everyone! I am trying to compile webkit using Visual C++ 2005
> > I followed all of the instructions on webkit.org, but it gives me
> > tons of errors. Most of them come from the WebCore. Here are the
> > errors I am getting:
> >
> > http://pastebin.com/ma52593f
> >
> >
> > What is the problem?
> > _______________________________________________
> > webkit-dev mailing list
> > webkit-dev at lists.webkit.org
> > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
>
> ------------------------------
>
> Message: 4
> Date: Sun, 05 Apr 2009 01:40:02 -0300
> From: Gustavo Noronha <gns at gnome.org>
> To: webkit-dev at lists.webkit.org
> Subject: Re: [webkit-dev] how to disable context menus
> Message-ID: <1238906402.5383.0.camel at abacate.horta>
> Content-Type: text/plain
>
> On Wed, 2009-04-01 at 05:52 -0400, webkitdev at aol.com wrote:
> > I am using GTK port of webkit and would like to disable (not show at
> > all) the right click menus. Does anyone know which API should I be
> > using for the same?
>
> Easiest way would be to handle the button-press-event of the widget, and
> return TRUE if the button is 3, I think.
>
> See you,
>
> --
> Gustavo Noronha <gns at gnome.org>
> GNOME contributor
>
>
>
> ------------------------------
>
> Message: 5
> Date: Sun, 05 Apr 2009 01:44:13 -0300
> From: Gustavo Noronha <gns at gnome.org>
> To: webkit-dev at lists.webkit.org
> Subject: Re: [webkit-dev] Understanding code of WebKit.
> Message-ID: <1238906653.5383.1.camel at abacate.horta>
> Content-Type: text/plain
>
> On Fri, 2009-04-03 at 04:32 -0700, jagadeesh k wrote:
> > Hi,
> >     I am trying to understand the code of WebKit.I am using DDD(data
> > display debugger) for understanding the code on Linux OS.But I am
> > unable to navigate through the code of WebKit when i used the command:
> > ddd GtkLauncher  .If any one have info about how to debug GtkLauncher
> > with ddd,please inform.Should i use different command please let me
> > know ?
>
> Try libtool --mode=execute ddd GtkLauncher
>
> --
> Gustavo Noronha <gns at gnome.org>
> GNOME contributor
>
>
>
> ------------------------------
>
> Message: 6
> Date: Sun, 5 Apr 2009 13:29:24 +0200
> From: Angelo D'Ambrosio <eaedambrosio at libero.it>
> To: webkit-dev at lists.webkit.org
> Subject: [webkit-dev] OpenCL
> Message-ID: <5A7C5D63-4682-4348-BF0E-05750EA6FF63 at libero.it>
> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
>
> Hi,
> I wonder if it is planned to rewrite webkit in openCL. I'm not shure
> but theoretically we could expect a further big improvement in speed,
> both in rendering html and javascript. Am I wrong?
>
> Angelo
>
>
> ------------------------------
>
> Message: 7
> Date: Sun, 5 Apr 2009 14:12:32 +0200
> From: Ariya Hidayat <ariya.hidayat at trolltech.com>
> To: webkit-dev at lists.webkit.org
> Subject: Re: [webkit-dev] Building QtWebkit on Mac OSX 10.5.6 with Qt
>        4.5
> Message-ID: <200904051412.33080.ariya.hidayat at trolltech.com>
> Content-Type: text/plain;  charset="iso-8859-1"
>
>
> > WARNING: Ignored (not found) '/Users/husam/WebKit/WebKit/qt/tests/
> > qwebframe/tst_qwebframe.xcodeproj'
> > WARNING: Ignored (not found) '/Users/husam/WebKit/WebKit/qt/tests/
> > qwebpage/tst_qwebpage.xcodeproj'
>
> Any other messages after that? These are only warning, not errors.
>
>
>
>
> --
> Ariya Hidayat, Software Engineer
> Qt Software, Nokia Devices R&D
>
>
> ------------------------------
>
> Message: 8
> Date: Sun, 5 Apr 2009 13:42:36 +0100
> From: Husam Senussi <husam at senussi.com>
> To: Husam Senussi <husam at senussi.com>
> Cc: webkit-dev at lists.webkit.org
> Subject: Re: [webkit-dev] Building QtWebkit on Mac OSX 10.5.6 with Qt
>        4.5
> Message-ID: <E238C585-755A-4758-B808-6C519EF0DF77 at senussi.com>
> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
>
> this the only error I see in the console "make: *** No targets
> specified and no makefile found.  Stop.", it's seems
> to me form readying the scripts that qmake generate project in Mac OS
> X but the build script expect make file.
>
> On 4 Apr 2009, at 21:21, Husam Senussi wrote:
>
> > Hi,
> >
> > I'm trying to build Qt port on Mac OSX with Qt 4.5 using latest svn
> > trunk, but run "./WebKitTools/Scripts/build-webkit --qt"
> > I get
> >
> > Use of chdir('') or chdir(undef) as chdir() is deprecated at /Users/
> > husam/WebKit/WebKitTools/Scripts/webkitdirs.pm line 1009, <SPEC>
> > line 45.
> > Calling 'qmake -r DEFINES+=QT_SHARED CONFIG+=qt-port OUTPUT_DIR=/
> > Users/husam/WebKit/WebKitBuild/Release /Users/husam/WebKit/
> > WebKit.pro CONFIG+=release CONFIG-=debug' in /Users/husam/WebKit/
> > WebKitBuild/Release
> >
> > Reading /Users/husam/WebKit/WebCore/WebCore.pro [/Users/husam/WebKit/
> > WebKitBuild/Release//WebCore]
> > Reading /Users/husam/WebKit/JavaScriptCore/jsc.pro [/Users/husam/
> > WebKit/WebKitBuild/Release//JavaScriptCore]
> > Reading /Users/husam/WebKit/WebKit/qt/QtLauncher/QtLauncher.pro [/
> > Users/husam/WebKit/WebKitBuild/Release//WebKit/qt/QtLauncher]
> > Reading /Users/husam/WebKit/WebKit/qt/tests/tests.pro [/Users/husam/
> > WebKit/WebKitBuild/Release//WebKit/qt/tests]
> > Reading /Users/husam/WebKit/WebKit/qt/tests/qwebframe/qwebframe.pro
> > [/Users/husam/WebKit/WebKitBuild/Release/WebKit/qt/tests//qwebframe]
> > Reading /Users/husam/WebKit/WebKit/qt/tests/qwebpage/qwebpage.pro [/
> > Users/husam/WebKit/WebKitBuild/Release/WebKit/qt/tests//qwebpage]
> > WARNING: Ignored (not found) '/Users/husam/WebKit/WebKit/qt/tests/
> > qwebframe/tst_qwebframe.xcodeproj'
> > WARNING: Ignored (not found) '/Users/husam/WebKit/WebKit/qt/tests/
> > qwebpage/tst_qwebpage.xcodeproj'
> > Reading /Users/husam/WebKit/WebKitTools/DumpRenderTree/qt/
> > DumpRenderTree.pro [/Users/husam/WebKit/WebKitBuild/Release//
> > WebKitTools/DumpRenderTree/qt]
> > WARNING: Ignored (not found) '/Users/husam/WebKit/WebCore/
> > QtWebKit.xcodeproj'
> > WARNING: Ignored (not found) '/Users/husam/WebKit/JavaScriptCore/
> > jsc.xcodeproj'
> > WARNING: Ignored (not found) '/Users/husam/WebKit/WebKit/qt/
> > QtLauncher/QtLauncher.xcodeproj'
> > WARNING: Ignored (not found) '/Users/husam/WebKit/WebKitTools/
> > DumpRenderTree/qt/DumpRenderTree.xcodeproj'
> > WARNING: Ignored (not found) '/Users/husam/WebKit/WebKit/qt/tests/
> > qwebframe/tst_qwebframe.xcodeproj'
> > WARNING: Ignored (not found) '/Users/husam/WebKit/WebKit/qt/tests/
> > qwebpage/tst_qwebpage.xcodeproj'
> >
> >
> > I guess there is something else I need to do.
> >
> > Thanks_______________________________________________
> > webkit-dev mailing list
> > webkit-dev at lists.webkit.org
> > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
> >
>
>
>
> ------------------------------
>
> Message: 9
> Date: Sun, 5 Apr 2009 13:50:52 +0100
> From: Husam Senussi <husam at senussi.com>
> To: ariya.hidayat at trolltech.com
> Cc: webkit-dev at lists.webkit.org
> Subject: Re: [webkit-dev] Building QtWebkit on Mac OSX 10.5.6 with Qt
>        4.5
> Message-ID: <DAB56CDD-5019-44BA-BA87-610E4FF76316 at senussi.com>
> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
>
> this the only error I see in the console "make: *** No targets
> specified and no makefile found.  Stop.", it's seems
> to me form readying the scripts that qmake generate project in Mac OS
> X but the build script expect make file.
>
> On 5 Apr 2009, at 13:12, Ariya Hidayat wrote:
>
> >
> >> WARNING: Ignored (not found) '/Users/husam/WebKit/WebKit/qt/tests/
> >> qwebframe/tst_qwebframe.xcodeproj'
> >> WARNING: Ignored (not found) '/Users/husam/WebKit/WebKit/qt/tests/
> >> qwebpage/tst_qwebpage.xcodeproj'
> >
> > Any other messages after that? These are only warning, not errors.
> >
> >
> >
> >
> > --
> > Ariya Hidayat, Software Engineer
> > Qt Software, Nokia Devices R&D
> > _______________________________________________
> > webkit-dev mailing list
> > webkit-dev at lists.webkit.org
> > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
> >
>
>
>
> ------------------------------
>
> _______________________________________________
> 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 5
> *****************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090406/ff31a1ea/attachment.html>


More information about the webkit-dev mailing list