[webkit-dev] GlobalScript in WebKit

2009-11-19 Thread Dmitry Titov
Hi webkit! I'm starting to work on actual implementation of GlobalScript experimental API and started to post patches (hopefully in reviewable portions). There is an uber-bugwhich has plan of implemen

[webkit-dev] is there any method to get current focus widget in webkit?

2009-11-19 Thread RyanYee/叶晔
I am working on inputmethod base on our webkit/qtopia. I want apply this funtion,make inputmethod window can follow cursor position.so I must get current focused widget ,so I can tell it can input or not ,even it's position in window. but in QT ,I can only get QWebView. any suggestion can help me a

Re: [webkit-dev] Non-Scaling Stroke feature (SVGT 1.2)

2009-11-19 Thread Jeff Schiller
Does anyone else have any comments on this? I was told to bring it up here for discussion. Based on no one screaming bloody murder, I intend to continue working on the patch. Currently non-scaling-stroke seems to work fine for colored strokes. There is a bug with gradient strokes that I will wor

Re: [webkit-dev] How to deal with localized strings

2009-11-19 Thread Gustavo Noronha Silva
On Fri, 2009-08-28 at 17:21 +0200, Michelangelo De Simone wrote: > 2009/8/28 Michelangelo De Simone : > > > Any illuminating suggestion?:) > > It's nice to self-answer:) Anyway, there's no need for "illuminating > suggestions", returning an empty String on each port seems a good > choice.:) Sorr

Re: [webkit-dev] function RecordSpan() in JavaScriptCore/wtf/FastMalloc.cpp

2009-11-19 Thread Darin Adler
This question is for webkit-help, not webkit-dev. See for the purposes of the lists. -- Darin ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Made a debug build of WebKit.Framework. GDB ignores breakpoints?

2009-11-19 Thread Rudi Sherry
Before starting to debug, see the menu item Debug->Show- >SharedLibraries... See that the default for "User Libraries" is "Default (External)". That means that anything that is NOT being built by your project (i.e. the WebCore framework), when it gets loaded, will only load exported symbo

Re: [webkit-dev] Made a debug build of WebKit.Framework. GDB ignores breakpoints?

2009-11-19 Thread Eddy Bruël
Problem solved. If I keep the XCode project for WebCore open whilst debugging my own application, breakpoints suddenly work. On Thu, Nov 19, 2009 at 3:40 PM, Eddy Bruël wrote: > > > -- Forwarded message -- > From: Eddy Bruël > Date: Thu, Nov 19, 2009 at 3:40 PM > Subject: Re: [w