Re: [webkit-help] The purpose of NinePieceImage

2010-03-04 Thread Ariya Hidayat
> Can you please tell me what is a NinePieceImage? Under what situation > will Webkit create a NinePieceImage for RenderBoxModelObject? For CSS border image, read http://www.lrbabe.com/sdoms/borderImage/index.html for an example. -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___

[webkit-help] The purpose of NinePieceImage

2010-03-04 Thread hap 497
Hi, In the RenderBoxModelObject class, it has method to paint NinePieceImage: bool RenderBoxModelObject::paintNinePieceImage(GraphicsContext* graphicsContext, int tx, int ty, int w, int h, const RenderStyle* style, const NinePieceImage& ninePieceImag

Re: [webkit-help] AtomicString

2010-03-04 Thread Alexey Proskuryakov
04.03.2010, в 08:50, Anatoli Kuzmin написал(а): > So - Can I "join" to the main thread? There are several ways to defer work to main thread from inside WebCore. WTF::callOnMainThread is the basic mechanism, but there are higher level ones built upon it. It is also likely that no WebCore chan

Re: [webkit-help] AtomicString

2010-03-04 Thread Anatoli Kuzmin
Hi Alexey, Thanks for quickly response. So - Can I "join" to the main thread? Pack my request to any runnable interface and add to a command queue.. Best regards, Anatoli Kuzmin On Thu, Mar 4, 2010 at 4:45 PM, Alexey Proskuryakov wrote: > > 04.03.2010, в 08:10, Anatoli Kuzmin написал(а): >

Re: [webkit-help] AtomicString

2010-03-04 Thread Alexey Proskuryakov
04.03.2010, в 08:10, Anatoli Kuzmin написал(а): > I tried to execute getElementById from another thread and got null. So how > can I "convert" string id to correct implementation? DOM APIs are not available in other threads, this is by design. Changing this would be a major undertaking, with

[webkit-help] AtomicString

2010-03-04 Thread Anatoli Kuzmin
Hi Could anybody help me with AtomicString? I found that AtomicString has different hashCode for the same object in different threads. I tried to execute getElementById from another thread and got null. So how can I "convert" string id to correct implementation? Best regards, Anatoli Kuzmin

Re: [webkit-help] Caching mechanism problem with JavaScript

2010-03-04 Thread Seweryn Pływaczyk
Hi again I've solved problem with getting value from Input field but it is not important. I've noticed that mentioned by me problem occurs also in Safari 4 Public Beta (528.17) but it doesn't in Google Chrome. Now the question is if Chrome supports cache in other way? Regards Seweryn 2010/3/4

[webkit-help] Visite mon profil Netlog

2010-03-04 Thread toutou toutou
Salut, J'ai créé un profil Netlog pour y mettre mes photos, vidéos, un blog et les événements auxquels j'assiste. J'aimerais t'ajouter dans mes amis pour t'en faire profiter. Il te suffit d'abord de t'inscrire pour y créer ton propre profil ! Jette un coup d'oeil: http://fr.netlog.com/go/mailu

[webkit-help] Caching mechanism problem with JavaScript

2010-03-04 Thread Seweryn Pływaczyk
Hi all I have the following problem. When I get loadUrl request first I check if this URL is in BackForwardList. If it is I just call Page::goToItem() method instead of loading it. Everything works fine with the static pages. But I have problem with page wich has JavaScript embedded. The case i