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-requ...@lists.webkit.org> wrote:

> Send webkit-dev mailing list submissions to
>        webkit-dev@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-requ...@lists.webkit.org
>
> You can reach the person managing the list at
>        webkit-dev-ow...@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 <da...@apple.com>
> To: Raja Sekharan <websweet...@gmail.com>
> Cc: WebKit Development <webkit-dev@lists.webkit.org>
> Subject: Re: [webkit-dev] Options for execCommand in Webkit
> Message-ID: <f0d0d08a-61f0-493a-a47b-883babf3b...@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 <hu...@senussi.com>
> To: webkit-dev@lists.webkit.org
> Subject: [webkit-dev] Building QtWebkit on Mac OSX 10.5.6 with Qt 4.5
> Message-ID: <80fbddc4-dc94-410c-ae12-4270a3f80...@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 <bfulg...@gmail.com>
> To: "qah...@yahoo.com" <qah...@yahoo.com>
> Cc: "webkit-dev@lists.webkit.org" <webkit-dev@lists.webkit.org>
> Subject: Re: [webkit-dev] WebKit Compile erros with Visual C++ 2005
> Message-ID: <fa9e632b-0d8e-40e8-ade2-e06c1929e...@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 <qah...@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@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 <g...@gnome.org>
> To: webkit-dev@lists.webkit.org
> Subject: Re: [webkit-dev] how to disable context menus
> Message-ID: <1238906402.5383.0.ca...@abacate.horta>
> Content-Type: text/plain
>
> On Wed, 2009-04-01 at 05:52 -0400, webkit...@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 <g...@gnome.org>
> GNOME contributor
>
>
>
> ------------------------------
>
> Message: 5
> Date: Sun, 05 Apr 2009 01:44:13 -0300
> From: Gustavo Noronha <g...@gnome.org>
> To: webkit-dev@lists.webkit.org
> Subject: Re: [webkit-dev] Understanding code of WebKit.
> Message-ID: <1238906653.5383.1.ca...@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 <g...@gnome.org>
> GNOME contributor
>
>
>
> ------------------------------
>
> Message: 6
> Date: Sun, 5 Apr 2009 13:29:24 +0200
> From: Angelo D'Ambrosio <eaedambro...@libero.it>
> To: webkit-dev@lists.webkit.org
> Subject: [webkit-dev] OpenCL
> Message-ID: <5a7c5d63-4682-4348-bf0e-05750ea6f...@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.hida...@trolltech.com>
> To: webkit-dev@lists.webkit.org
> Subject: Re: [webkit-dev] Building QtWebkit on Mac OSX 10.5.6 with Qt
>        4.5
> Message-ID: <200904051412.33080.ariya.hida...@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 <hu...@senussi.com>
> To: Husam Senussi <hu...@senussi.com>
> Cc: webkit-dev@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-6c519ef0d...@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@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 <hu...@senussi.com>
> To: ariya.hida...@trolltech.com
> Cc: webkit-dev@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-610e4ff76...@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@lists.webkit.org
> > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
> >
>
>
>
> ------------------------------
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
>
> End of webkit-dev Digest, Vol 47, Issue 5
> *****************************************
>
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to