Re: [webkit-dev] Transparency on GTK/DirectFB

2009-02-23 Thread Iulian
the screen and just draw the part of the page that isn't full transparent. When i put the image all changes. With both versions i got a white background (full opaque). Image is a 200x100 png Nicholas Beck wrote: Hi Iulian, Have you tried explicitly setting the background color to transparent

Re: [webkit-dev] error: Cannot find icu-config. The ICU library is needed.

2009-02-21 Thread Iulian
/wiki/QtWebKit Iulian nguyen hai -cuncon wrote: Hi all, I build webkit on Fedora 9. I typed ./autogen.sh and I got a message: checking for icu-config... no configure: error: Cannot find icu-config. The ICU library is needed. [r...@localhost WebKit-r41018]# I am looking this error

Re: [webkit-dev] Transparency on GTK/DirectFB

2009-02-20 Thread Iulian
window (without webkit) and i use expose-event to draw a transparent background it works fine, so transparency support has no problem. Please help me! Someone explain me how drawing are done in webkit, so i can have a clue where to dig. Iulian Weber, Bernd wrote: Thanks Christian, great

Re: [webkit-dev] WebKit - GTK port - disable scrolling

2009-02-03 Thread Iulian
widget from code briefly. Regards. 2009/2/2 Iulian iliescu.iul...@gmail.com I have a WebKit build on linux using GTK port. The browser is loading a page that has i higher resolution and the browser tries to scroll the page. But i do not want scrolling. How can i disable scrolling from

[webkit-dev] WebKit - GTK port - disable scrolling

2009-02-02 Thread Iulian
I have a WebKit build on linux using GTK port. The browser is loading a page that has i higher resolution and the browser tries to scroll the page. But i do not want scrolling. How can i disable scrolling from code? Iulian -- View this message in context: http://www.nabble.com/WebKit---GTK

Re: [webkit-dev] SquirrelFish in WebKitGtk

2009-01-07 Thread Iulian
Is there a way to find out what JavaScript engine WebKit is using? I have WebKit-r38068 and i'm using the GTK port. How can i know if my WebKit is using SquirrelFish or the old JS Engine? Iulian Oliver Hunt-2 wrote: SquirrelFish is the underlying execution engine for javascriptcore

Re: [webkit-dev] SquirrelFish in WebKitGtk

2009-01-07 Thread Iulian
Ok. If SquirrelFish is using bytecode, as people say, JavaScript code from web pages doesn't have to be compiled somehow? How do we do that? What about the JavaScript objects that are created using the JavaScriptAPI? How does SquirrelFish handle these objects? Iulian Ariya Hidayat-3 wrote

Re: [webkit-dev] Can I use GtkFB for webkit-porting ?

2008-12-01 Thread Iulian
WebKit is already ported for GTK http://trac.webkit.org/wiki/BuildingGtk. If you don't know how to build GTK for frame buffer, you can take a look at this link: http://www.directfb.org/wiki/index.php/Projects:GTK_on_DirectFB sMiLo-2 wrote: Hello everyone. I would like to port webkit

Re: [webkit-dev] how to destroy JSObjescts?

2008-11-26 Thread Iulian
a myDynamicObject with new() and them i close the application. With JSGarbageCollect() the finalize() function of myStaticObject gets called, but the finalize() function of myDynamicObject doesn't get called. Without JSGarbageCollect() no finalize() function gets called. Iulian Alexey Proskuryakov-4

Re: [webkit-dev] how to destroy JSObjescts?

2008-11-26 Thread Iulian
Ok. That doesn't help me. I never call JSValueProtect() to prevent the object from being destroyed. Iulian Alexey Proskuryakov-4 wrote: Perhaps the address of myDynamicObject is on the stack when you call JSGarbageCollect()? That would prevent it from being collected, of course

Re: [webkit-dev] Extending WebKit JavaScript support

2008-11-18 Thread Iulian
:34:17 -0800 (PST) schrieb Iulian [EMAIL PROTECTED]: I would like to extend JavaScript support with new objects (similar to Math, RegEx, String). Because these objects needs to interact with the OS (Linux) i cannot use JavaScript Object support to create these objects from JavaScript. I

[webkit-dev] Extending WebKit JavaScript support

2008-11-13 Thread Iulian
I would like to extend JavaScript support with new objects (similar to Math, RegEx, String). Because these objects needs to interact with the OS (Linux) i cannot use JavaScript Object support to create these objects from JavaScript. I studied WebKit documentation but i don't know what should i do

[webkit-dev] WebKit OS communication

2008-11-08 Thread Iulian
I'm using WebKit with GTK over DirectFB in Linux. I want to know if its possible to call functions from a dynamic library or to launch an application. How can i do this? -- View this message in context: http://www.nabble.com/WebKit-OS-communication-tp20382139p20382139.html Sent from the Webkit