Re: [webkit-dev] Using GitHub to Contribute to WebKit (Experimental)

2012-03-16 Thread Ariya Hidayat
/integration with Bugzilla). -- Ariya Hidayat, http://ariya.ofilabs.com ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Reg. Direct DOM access without getElementById fails....

2011-12-07 Thread Ariya Hidayat
and incompatibilities. -- Ariya Hidayat, http://ariya.ofilabs.com ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] need help with adding javascript commands to browser.

2011-10-06 Thread Ariya Hidayat
I'm not sure Digiplayer is some sort of web standards we want to implement in WebKit project. See http://www.webkit.org/contact.html, this kind of question should have been sent to webkit-help first. -- Ariya Hidayat, http://ariya.ofilabs.com

Re: [webkit-dev] Making Webkit - PluginViewGtk.cpp error

2011-06-21 Thread Ariya Hidayat
You post too many build errors lately. Care to tell us what exactly did you run? How did you invoke the 'build-webkit' script? -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-dev mailing list webkit-dev@lists.webkit.org http

Re: [webkit-dev] What should be the proper States on reaching Beginning of Stream during HTML5 playback?

2010-11-23 Thread Ariya Hidayat
in those situations? Specifically, what kind of WebKit problem are you trying to solve here? -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi

Re: [webkit-dev] Place For new Core Module

2010-08-24 Thread Ariya Hidayat
, so some work has gone inside implementation of video player itself. I guess you also need to supply the justification: what would WebKit gain from such modules? Are the modules part of HTML5 and other web standards? Regards, -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat

Re: [webkit-dev] Place For new Core Module

2010-08-24 Thread Ariya Hidayat
I am driving this as as future proof solution. Currently I'll be performing these changes only in my own branch. Is your branch available somewhere? Are your patched made public already? -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat

Re: [webkit-dev] Canvas performance and memory usage

2010-08-11 Thread Ariya Hidayat
http://themaninblue.com/experiment/AnimationBenchmark/canvas/ Jumped from 37fps to 85fps. Do you post the patch somewhere? Would be lovely to try this on QtWebKit... -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-dev mailing

Re: [webkit-dev] How to integrate the SFX JIT for SH4 in the webkit svn tree.

2010-07-17 Thread Ariya Hidayat
://webkit.org/coding/contributing.html -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Debugging Webkit?

2010-07-13 Thread Ariya Hidayat
See http://www.mail-archive.com/webkit-h...@lists.webkit.org/msg00659.html -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Bytecode Sequence for function.apply()

2010-05-25 Thread Ariya Hidayat
How would I go about building jsc in debug mode? Is it possible to build a standalone jsc shell? See https://lists.webkit.org/pipermail/webkit-qt/2010-January/89.html for details. -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat

Re: [webkit-dev] Developing Desktop applications

2010-03-19 Thread Ariya Hidayat
://lists.webkit.org/mailman/listinfo/webkit-help and make sure you read bit.ly/webkit-gethelp carefully first. -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman

Re: [webkit-dev] HowTO: Finding URL on click event ?

2010-02-26 Thread Ariya Hidayat
, not for webkit-dev list. In fact, you have already asked the question in webkit-help list, so no need to double-post it in a wrong place. -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-dev mailing list webkit-dev@lists.webkit.org http

Re: [webkit-dev] Qt compilation problem

2010-02-26 Thread Ariya Hidayat
 The reason I used this mailing list is because this is a clear regression not just a build problem on my side. If proven otherwise, I am sorry. Qt-specific stuff can be asked in the webkit-qt lists as well. Regards, -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat

Re: [webkit-dev] qt-ews down for a while

2010-02-26 Thread Ariya Hidayat
It looks like the Qt build now requires Qt 4.6.  Currently, the qt-ews is using Ubuntu Karmic (which has Qt 4.5).  I'll upgrade the machine to Lucid, but, in the meantime, the qt-ews will be down. http://trac.webkit.org/changeset/54854 should allow Qt 4.5 again. -- Ariya

Re: [webkit-dev] Increasing the number of cross-platform/port expected results

2010-02-23 Thread Ariya Hidayat
When the test is run, the browser loads both files, takes snapshots, and does a pixel comparison. Thus font differences between platforms become less of an issue. Isn't it our existing pixel test infrastructure? Or do you mean something else? -- Ariya Hidayat http://www.linkedin.com

Re: [webkit-dev] About debug of webkit

2010-01-13 Thread Ariya Hidayat
I just want to confirm that I got exactly the same problem and have no clue how to resolve it. The Chinese below basically says “Failed to initialize application (0xc0150002). Click ok to terminate.” Do you guys have enough RAM? Say 4 GB or more? ___

Re: [webkit-dev] Lots of “BREW” patches up for r eview

2010-01-13 Thread Ariya Hidayat
, can you add the all information about the port to http://trac.webkit.org/wiki#WebKitPorts? I guess, make a new wiki page for that and add it to that list. -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-dev mailing list webkit-dev

Re: [webkit-dev] question about javascript bindings

2009-07-31 Thread Ariya Hidayat
I'm a beginner to WebKit domain(linux qt platform). I'm try to understand how to port another JavaScript Engine to webKit as chrome did. Read http://webkit.org/contact.html, your question is in the wrong list. -- Ariya Hidayat, Software Engineer Qt Software, Nokia Devices RD

Re: [webkit-dev] Patch process - let's make it better

2009-07-13 Thread Ariya Hidayat
for the period of at least a week. I concur with Maciej. Luke, in some other culture your posts are already considered derogatory and insulting. -- Ariya Hidayat, Nokia ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman

Re: [webkit-dev] Query regarding Rendering

2009-07-13 Thread Ariya Hidayat
I need to get Rect region where a node is rendered. Please post such questions to webkit-help, see http://lists.webkit.org/mailman/listinfo.cgi/webkit-help Rationale: read https://lists.webkit.org/pipermail/webkit-dev/2009-July/008681.html

Re: [webkit-dev] Browser application, how to serialize

2009-06-30 Thread Ariya Hidayat
customer, or just call your nearest Qt consultant. -- Ariya Hidayat, Software Engineer Qt Software, Nokia Devices RD ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] WebKit graphics library abstract layer

2009-06-29 Thread Ariya Hidayat
just bother to grep for the keywords you already wrote above (draw*rect), you will end up in: WebCore/platform/graphics, in particular GraphicsContext class. -- Ariya Hidayat, Qt Software, Nokia ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] How to add Maxthon's port.

2009-06-29 Thread Ariya Hidayat
We're using webkit in Maxthon3.0 and want to submit our changes. How to add maxthon's port? http://webkit.org/coding/contributing.html ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Using WebKit renderer to produce PDF output

2009-06-18 Thread Ariya Hidayat
obvious solution out there that I'm missing? Any thoughts or suggestions appreciated. With QtWebKit, that is easy. Check this project for an example: http://code.google.com/p/wkhtmltopdf/ -- Ariya Hidayat, Software Engineer Qt Software, Nokia Devices RD

Re: [webkit-dev] How to cross compile Webkit_Qt into MIPS target board?

2009-06-10 Thread Ariya Hidayat
to solve it for you. -- Ariya Hidayat, Software Engineer Qt Software, Nokia Devices RD ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] How webkit finds plug-ins

2009-05-15 Thread Ariya Hidayat
::defaultPluginDirectories() function and other functions in that file. -- Ariya Hidayat, Software Engineer Qt Software, Nokia Devices RD ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Dump render tree of webkit

2009-05-14 Thread Ariya Hidayat
of a page to file/screen? I guess you could something similar (inspecting the DOM etc) from the Web Inspector. -- Ariya Hidayat, Software Engineer Qt Software, Nokia Devices RD ___ webkit-dev mailing list webkit-dev@lists.webkit.org http

Re: [webkit-dev] Dump render tree of webkit

2009-05-14 Thread Ariya Hidayat
Thanks. But I was trying it with http://www.cnn.com, it has more than just a BODY tag, so I am not sure why it does not show the rest, which is what I care about. I don't know about your setup, but using QtWebKit's DRT on CNN, I got the full-blown render tree. -- Ariya Hidayat, Software

Re: [webkit-dev] WebKit resource caching

2009-05-14 Thread Ariya Hidayat
/4.5/qwebsettings.html#setObjectCacheCapacities -- Ariya Hidayat, Software Engineer Qt Software, Nokia Devices RD ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Webkit capture web page content API

2009-05-13 Thread Ariya Hidayat
/2008/11/03/thumbnail-preview-of-web-page/ http://labs.trolltech.com/blogs/2009/01/15/capturing-web-pages/ -- Ariya Hidayat, Software Engineer Qt Software, Nokia Devices RD ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org

Re: [webkit-dev] make webkit-1.1.3...

2009-04-17 Thread Ariya Hidayat
fast to compile. You need to be specific and mention the operating system, platform, compiler, compiler version, etc. -- Ariya Hidayat, Software Engineer Qt Software, Nokia Devices RD ___ webkit-dev mailing list webkit-dev@lists.webkit.org http

Re: [webkit-dev] Need help with content editable mode modification.

2009-04-16 Thread Ariya Hidayat
regarding the editable project on the webkit project. First you need to specify more detailed what you want to change there. Also, please let us know whether the change you want involves modifications in the API or just about new functionalities. -- Ariya Hidayat, Software Engineer Qt

Re: [webkit-dev] Building QtWebkit on Mac OSX 10.5.6 with Qt 4.5

2009-04-05 Thread Ariya Hidayat
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

Re: [webkit-dev] opcode for Webkit JavaScript Engine opcode

2009-03-27 Thread Ariya Hidayat
/ JavaScriptCore/bytecompiler/ -- Ariya Hidayat, Software Engineer Qt Software, Nokia Devices RD ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Use SquirrelFishExtreme Alone, Many Questions

2009-03-18 Thread Ariya Hidayat
port (QtWebKit), see http://trac.webkit.org/wiki/BuildingQtOnLinux on how to do that, you will get the JS interpreter at WebKitBuild/Release/JavaScriptCore/jsc. -- Ariya Hidayat, Software Engineer Qt Software, Nokia Devices RD ___ webkit-dev mailing

Re: [webkit-dev] How did Android developer develop WebKit for android

2009-03-12 Thread Ariya Hidayat
If anyone has any idea, I appreciate your pointers. I have an idea: ask in Android mailing list :-) ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Data transfer from the network backend

2009-03-12 Thread Ariya Hidayat
Where is the data fetched by the network backend being used to first instantiate the data structures that are need for rendering? Can you tell me with respect to Qt or GTK+curl? For the Qt port, grep for QNetworkRequest and QNetworkReply, and then follow from there.

Re: [webkit-dev] JSON native parser

2009-03-10 Thread Ariya Hidayat
Those efforts have mostly stalled. If you're interested in helping out, that would be much appreciated. :) Adam, I am willing to help. Where and how do I start? -- Ariya Hidayat, Software Engineer Qt Software, Nokia Devices RD ___ webkit-dev

Re: [webkit-dev] about javascript keyword

2009-03-02 Thread Ariya Hidayat
HI all If I define a js function, as followed: function fun() { alert(document.all.text1.value); } When the webkit parse the js function, and store the keyword in the hashtable, Now I want to know the other indetifier is stored the hashtable. And how many hashtable will be

Re: [webkit-dev] Plug in support on DirectFB Webkit

2009-03-02 Thread Ariya Hidayat
I am running Webkit on DirectFB. AFAIK, plug in support is not there on DirectFB/Webkit. I found in WebCore/plugin calls are all Xt/X11 based. Can any one suggest me , how can I modify these call for DirectFB ? DirectFB is a complete different beast, compared to X11. AFAICS you have to

Re: [webkit-dev] How webkit deallocate memory?

2009-01-08 Thread Ariya Hidayat
to have a look at QWebSetings, e.g. setMaximumPagesInCache(). In general, also have a look at PageCache classs (WebCore/history/PageCache.cpp). -- Ariya Hidayat, Software Engineer Qt Software, Nokia Devices RD ___ webkit-dev mailing list webkit-dev

Re: [webkit-dev] the absolute coordinates in the webkit

2009-01-08 Thread Ariya Hidayat
Now I want to obtain the absolute coordinates of img in the webkit, Through code how to achieve Hint: have a look at RenderImage::paintReplaced() function. If you get the render object for that img, which is a RenderImage instance, then you are set. Regards, -- Ariya Hidayat, Software

Re: [webkit-dev] SquirrelFish in WebKitGtk

2009-01-07 Thread Ariya Hidayat
it should use SquirrelFish already. Note that SquirrelFish Extreme is of course a different matter. -- Ariya Hidayat, Software Engineer Qt Software, Nokia Devices RD ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org

Re: [webkit-dev] SquirrelFish in WebKitGtk

2009-01-07 Thread Ariya Hidayat
://webkit.org/blog/189/announcing-squirrelfish/ and continue from there? -- Ariya Hidayat, Software Engineer Qt Software, Nokia Devices RD ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] bug when launching

2009-01-06 Thread Ariya Hidayat
help, Problem with gcjwebplugin (http://www.nongnu.org/gcjwebplugin/) ? Did you try the website with Firefox, per its suggestion? -- Ariya Hidayat, Software Engineer Qt Software, Nokia Devices RD ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] bug when launching

2009-01-06 Thread Ariya Hidayat
, the problem, and you might have a painting error. Honestly, until you can find out what is wrong with gcjwebplugin, I reckon we can't do anything (w.r.t to WebKit side). -- Ariya Hidayat, Software Engineer Qt Software, Nokia Devices RD ___ webkit

Re: [webkit-dev] about frame and page

2008-12-17 Thread Ariya Hidayat
I am a new programmer,I am learning webkit. I don't understand the relationship of frame and page,could you help me? http://doc.trolltech.com/4.4/qtwebkit.html#architecture http://trac.webkit.org/wiki/QtWebKitHacking -- Ariya Hidayat, Software Engineer Qt Software, Nokia Devices RD

Re: [webkit-dev] How does WebKit draw an underline when an anchor has the mouse focus?

2008-12-12 Thread Ariya Hidayat
case, put a breakpoint in GraphicsContext::drawLine() function, and then see the backtrace. -- Ariya Hidayat, Software Engineer Qt Software, Nokia Devices RD ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman

Re: [webkit-dev] where does the Webkit catch keyboard/mouse events

2008-12-12 Thread Ariya Hidayat
I am newbie to Webkit, could you explain to me where the Webkit catches keyboard/mouse events? More detailed more appreciated. Follow the code in WebCore/page/EventHandler.cpp and the platform-specific implementation of the EventHandler class. -- Ariya Hidayat, Software Engineer Qt

Re: [webkit-dev] How does the Webkit respond to javascript method or trigger javascript event

2008-12-12 Thread Ariya Hidayat
I am newbie to Webkit, could you explain to me how the Webkit responds to javascript method or trigger javascript event? More detailed more appreciated. Your best bet is to check out the code in WebCore/bindings/js, for example JSEventListener.cpp. -- Ariya Hidayat, Software Engineer Qt

Re: [webkit-dev] How does the GTK call Webkit

2008-12-09 Thread Ariya Hidayat
with QtWebKit: http://trac.webkit.org/wiki/QtWebKit http://trac.webkit.org/wiki/QtWebKitHacking http://doc.trolltech.com/4.4/qtwebkit.html -- Ariya Hidayat, Software Engineer Qt Software, Nokia Devices RD ___ webkit-dev mailing list webkit-dev

Re: [webkit-dev] Need help in understanding web kit

2008-12-09 Thread Ariya Hidayat
. It is in WebCore/page/Frame.cpp. -- Ariya Hidayat, Software Engineer Qt Software, Nokia Devices RD ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Unable to compile the webkit on the Redhat enterprise linux 9

2008-10-18 Thread Ariya Hidayat
4 program and see whether your Qt 4 libraries and tools are properly installed. -- Ariya Hidayat, Software Engineer Nokia, Qt Software ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] building errors on Win32

2008-10-10 Thread Ariya Hidayat
posting the whole error message to this mailing-list? -- Ariya Hidayat, Software Engineer Nokia, Qt Software ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] produce a new version of webkit

2008-10-07 Thread Ariya Hidayat
you can help me for start ? i should remove lines of code related to graphics in WebKit / GTK which files I must consult to change? Just search for all files that matches *Gtk.h and *Gtk.cpp (for example, FrameGtk.cpp) and related files in any gtk/ subdirectories.

Re: [webkit-dev] APIs and Data structures

2008-09-30 Thread Ariya Hidayat
at the right place. [1] https://lists.webkit.org/pipermail/webkit-dev/2008-September/004956.html -- Ariya Hidayat ([EMAIL PROTECTED]) Software Engineer, Qt Software, Nokia ___ webkit-dev mailing list webkit-dev@lists.webkit.org http

Re: [webkit-dev] Minor sdl_gfx flaw that may affect security of some WebKit distributions...

2008-09-30 Thread Ariya Hidayat
(Please feel free to correct me if there is a better place to report things like this) http://bugs.webkit.org For details: http://webkit.org/quality/reporting.html http://webkit.org/quality/lifecycle.html -- Ariya Hidayat ([EMAIL PROTECTED]) Software Engineer, Qt Software, Nokia

Re: [webkit-dev] Win32 App

2008-09-29 Thread Ariya Hidayat
that. -- Ariya Hidayat ([EMAIL PROTECTED]) Software Engineer, Qt Software, Nokia ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] JavascriptCore

2008-09-25 Thread Ariya Hidayat
i need to determine the JavascriptCore version of my webkit? How can i do it? Should be the same as your WebKit version. Also if i wan to edit to the Webcore, could somebody lead me? The wiki contains some useful information. Also you need to ask more specific questions. -- Ariya

Re: [webkit-dev] Building program Webkit

2008-09-25 Thread Ariya Hidayat
chance that this revision still builds. -- Ariya Hidayat ([EMAIL PROTECTED]) Software Engineer, Trolltech (a Nokia company) ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] porting of webkit to a mobile platform

2008-09-23 Thread Ariya Hidayat
. -- Ariya Hidayat ([EMAIL PROTECTED]) Software Engineer, Trolltech (a Nokia company) ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] WebKit Browser plugin demo

2008-09-23 Thread Ariya Hidayat
/en/Gecko_Plugin_API_Reference for more information. -- Ariya Hidayat ([EMAIL PROTECTED]) Software Engineer, Trolltech (a Nokia company) ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] WebKit Browser plugin demo

2008-09-23 Thread Ariya Hidayat
The long answer: Follows http://code.google.com/p/arora/wiki/BeginnerStepByStepInstructions The built Arora then should detect and use your FF plugins automagically. Sorry, this one is probably even easier and more straightforward: http://code.google.com/p/arora/wiki/source?tm=4 -- Ariya

Re: [webkit-dev] Regarding SquirrelFish Extreme JIT portability...

2008-09-22 Thread Ariya Hidayat
BTW, are both code paths available and selectable at run-time? (for instance, when PAX is enabled, one would want to automatically have the non-JIT code path) No, it's a build-time option (via a compiler define). -- Ariya Hidayat ([EMAIL PROTECTED]) Software Engineer, Trolltech (a Nokia

Re: [webkit-dev] Qt Windows CE

2008-09-19 Thread Ariya Hidayat
-opensource-src-4.4.1.zip I have not been able to successfully build the project. I think you have a better chance in other places, e.g. qt-interest or qt-centre with this kind of questions. After all, we're here in general WebKit, not Qt for Windows CE, mailing list. -- Ariya Hidayat ([EMAIL

Re: [webkit-dev] WebKit memory management?

2008-09-16 Thread Ariya Hidayat
curious to see the patch (just to give an idea how big the changes would be). Do you have it somewhere? -- Ariya Hidayat ([EMAIL PROTECTED]) Software Engineer, Trolltech (a Nokia company) ___ webkit-dev mailing list webkit-dev@lists.webkit.org http

Re: [webkit-dev] WebKit memory management?

2008-09-16 Thread Ariya Hidayat
bigger and massive changes in the code. I have no experience doing such thing, but looking at the current state of WebKit code, I reckon the effort would not be trivial. -- Ariya Hidayat ([EMAIL PROTECTED]) Software Engineer, Trolltech (a Nokia company

Re: [webkit-dev] WebKit and Windows/Cygwin

2008-09-11 Thread Ariya Hidayat
don't you use Qt 4.4? It has WebKit integration already (no need to build it if you use binary package). Refer to the following for details: http://doc.trolltech.com/4.4/qt4-4-intro.html http://doc.trolltech.com/4.4/qtwebkit.html Best regards, -- Ariya Hidayat ([EMAIL PROTECTED]) Software