[webkit-dev] Create widgets with WebKit/Gtk

2009-02-05 Thread Massimo
Hi all, I successfully ported WebKit on both MIPS and x86 embedded architectures on top of Gtk/DirectFB on Linux. I'm now looking for information about how creating very simple widgets with WebKit/Gtk (weather forecasts, clock, etc.). Does WebKit implement some custom architecture to

Re: [webkit-dev] webkit parser

2009-02-05 Thread Shariq Rizvi
On Thu, Feb 5, 2009 at 6:13 AM, abhas saroha abhassar...@gmail.com wrote: hi all, Qt port of webkit lists bison as a prerequisite, i wanted to know is the dom parser created with bison, and is it also the case with other ports of webkit? If not then where does the parser code reside and is

Re: [webkit-dev] JSObjectSetProperty JSObjectHasProperty stuck in an infinite loop

2009-02-05 Thread Geoffrey Garen
Hi Laurent. The API shouldn't have any subtle dependency on kJSClassAttributeNoAutomaticPrototype. Please file a bug report @ bugs.webkit.or, and attach a source file that we can compile in order to reproduce this bug. Thanks, Geoff On Feb 4, 2009, at 1:55 PM, Laurent Calburtin wrote:

Re: [webkit-dev] JSObjectSetProperty JSObjectHasProperty stuck in an infinite loop

2009-02-05 Thread Laurent Calburtin
Please file a bug report @ bugs.webkit.or done, bug# 23771 thanks, Laurent ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] li with position outside combined with img float left problem

2009-02-05 Thread David Kilzer
Please file a bug on https://bugs.webkit.org/. Thanks! Dave From: Magnus Rembold magnus.remb...@munterbund.de To: webkit-dev@lists.webkit.org Sent: Thursday, February 5, 2009 11:41:58 AM Subject: [webkit-dev] li with position outside combined with img float

Re: [webkit-dev] open jpeg failed,but ok if this jpeg on local

2009-02-05 Thread RyanYee/叶晔
I have tested WebKit-r39293,this jpeg open ok,but those more bigger still failed. I think maybe my memory too smaller. 2009/2/3 RyanYee/叶晔 god...@gmail.com 1.I had tried to open jpeg : ./GtkLauncher http://farm4.static.flickr.com/3218/2936385481_d4cb8fd4ff.jpg?v=0 failed with these message:

Re: [webkit-dev] Propose some changes to WebKit implementation of HTML5 workers in order to run them in Chrome's worker process

2009-02-05 Thread Jian Li
Based on the initial refactoring of WorkerMessagingProxy class, I've updated the abstractions as the following: // A proxy to talk to the worker context. // All calls to any methods should come from worker object thread.class WorkerContextProxyBase { public: // Creator. static

[webkit-dev] Setting up Xcode for debugging webkit

2009-02-05 Thread ying lcs
I am using Xcode 3.1.2 on Mac 10.5.5. I try to setup XCode to debug webkit by following this: http://webkit.org/building/debug.html Active SDK: Use ProjectSettings Active Configuration: Debug Active Target: JavaScriptCore Active Executable: MyExecutable For step #4, I enter