Re: [webkit-help] Cross-compiling webkit for ARM platform on Linux-x86 machine

2009-08-20 Thread Ariya Hidayat
that first. -- Ariya Hidayat, Code Monkey http://www.linkedin.com/in/ariyahidayat ___ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Re: [webkit-help] webkit in Visual Studio 2005

2009-08-22 Thread Ariya Hidayat
/debug.html), once you have the debug bulid, you can conveniently use VS to do your usual debugging process. If something does not work, please provide more information rather than just I can't set breakpoints. -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat

Re: [webkit-help] QtLauncher.exe unhandled exception

2009-09-09 Thread Ariya Hidayat
(did you read the How to Get Help Effectively I linked before?) and provide the stack trace. Dechipering 0x005d4640, 0xC005, 0x0040 are not easy without any stack trace. -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-help

Re: [webkit-help] Webkit Linux Build without libsoup

2009-09-16 Thread Ariya Hidayat
port of WebKit, you also don't need libsoup or any other external network libraries. See http://trac.webkit.org/wiki/BuildingQtOnLinux for building details. -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-help mailing list webkit

Re: [webkit-help] Flash/Flash Plugin functionality in WebKit (Linux)

2009-09-16 Thread Ariya Hidayat
the problem right from the plugin code in WebCore/plugins, for example starting from the PluginDatabase class. -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webkit.org/mailman

Re: [webkit-help] Webkit Linux Build without libsoup

2009-09-16 Thread Ariya Hidayat
How about using the Chromium Libs instead of either Qt/Curl/soup ? I have heard that the Chromium libs are nicely done and better. Well, in that case, why don't you just build Chromium for Linux? -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat

Re: [webkit-help] Flash/Flash Plugin functionality in WebKit (Linux)

2009-09-17 Thread Ariya Hidayat
? -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Re: [webkit-help] Webkit Linux Build without libsoup

2009-09-17 Thread Ariya Hidayat
technically possible, QtWebKit does not use libsoup just like webkit-gtk does not use Qt's network access manager. Having said that, I suspect (just a wild speculated guess) making Chromium builds with JSC again is much easier than to patch webkit-gtk to use Chromium network stack. -- Ariya

Re: [webkit-help] WebKit Memory Management

2009-09-23 Thread Ariya Hidayat
that, it was fairly easy to fix it. -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Re: [webkit-help] Are there tricks to build WebKit on Linux?

2009-10-05 Thread Ariya Hidayat
, but then I am biased :) -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Re: [webkit-help] Nitro vs Nitro Extreme: which builds at the JSC tip?

2009-11-04 Thread Ariya Hidayat
is to check for the compiler define ENABLE_JIT. HTH. -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Re: [webkit-help] Searchable mailing list archives

2010-01-27 Thread Ariya Hidayat
-- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Re: [webkit-help] How does files in DerivedSources get generated

2010-01-30 Thread Ariya Hidayat
and WebCore/html/HTMLAttributeNames.in. Would be also harmless if you also specify your systems upfront (as I hinted in https://lists.webkit.org/pipermail/webkit-help/2009-August/000146.html), so that potentially a more specific answer can be offered. Regards, -- Ariya Hidayat http

Re: [webkit-help] Need help in understanding how HTMLDocument::createElement() get called?

2010-01-31 Thread Ariya Hidayat
Can you please tell me how the method  HTMLDocument::createElement() get called? .h file declares private method and when I search it in HTMLDocument.cpp , i don't see anywhere this method is being called. HTMLDocument inherits Document and Document has the same virtual function

Re: [webkit-help] isOverLink() function in android-webkit

2010-02-04 Thread Ariya Hidayat
I looked into RenderLayer::hitTest() function also.  It does few things given below:     Node* node = result.innerNode(); Before it reaches this line, it goes to hitTestLayer() first. Did you check that function? Regards, -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat

Re: [webkit-help] isOverLink() function in android-webkit

2010-02-05 Thread Ariya Hidayat
? -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Re: [webkit-help] understanding nodeAtPoint() function..

2010-02-10 Thread Ariya Hidayat
different values while debugging, that is probably because you are stepping into the render layer hierarchy, i.e. the offsets are different because they belong to different layers. -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit

Re: [webkit-help] phonon deploy problem

2010-02-11 Thread Ariya Hidayat
to WebKit (which the focus of this mailing list), you should post the question to qt-interest list (http://lists.trolltech.com/mailman/listinfo/qt-interest) or the official Qt support channel (http://qt.nokia.com/support). Regards, -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat

Re: [webkit-help] Howto Calculate x, y points for GraphicsContext::drawFocusRing()

2010-02-11 Thread Ariya Hidayat
in the vicinity of your click position for any presence of others links. An example I show in http://labs.trolltech.com/blogs/2009/06/06/qwebview-snap-scrolling/ does the same, albeit for any type of elements instead of only links. Regards, -- Ariya Hidayat http://www.linkedin.com

Re: [webkit-help] building Qt port on Linux

2010-02-23 Thread Ariya Hidayat
-make_default-ordered] Erreur 2 You must have an outdated WebKit, that file does not exist anymore. Did you follow https://trac.webkit.org/wiki/BuildingQtOnLinux? Did you check out the code using e.g. https://trac.webkit.org/wiki/UsingGitWithWebKit? -- Ariya Hidayat http://www.linkedin.com

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

Re: [webkit-help] [webkit-reviewers] Committer nomination: Noam Rosenthal

2010-03-16 Thread Ariya Hidayat
Ignore this email. My mail client was acting weird. ___ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Re: [webkit-help] Fwd: how to get response in QtWebKit

2010-03-17 Thread Ariya Hidayat
other kind of sniffing. -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Re: [webkit-help] Build without NPAPI ?

2010-03-18 Thread Ariya Hidayat
ENABLE_NETSCAPE_PLUGIN_API in JavaScriptCore/wtf/Platform.h. -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Re: [webkit-help] Webpage thumbnails

2010-04-02 Thread Ariya Hidayat
/creating-thumbnail-preview/ http://labs.qt.nokia.com/blogs/2009/01/15/capturing-web-pages/ -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi

Re: [webkit-help] Webkit integration API

2010-04-20 Thread Ariya Hidayat
I am interested in building a simple browser around Webkit. Pick a port you want. For a good start, I recommend http://doc.qt.nokia.com/4.6/qtwebkit.html and you should be able to create a browser in 5 minutes (see http://www.youtube.com/watch?v=SHEFvdxUFtk) and then go from there. -- Ariya

Re: [webkit-help] How to build JavaScriptCore on Ubuntu only

2010-04-28 Thread Ariya Hidayat
, but it seems nothing useful generated. I didn't find any instruction on building that component. Can somebody help me? If you don't mind using the Qt port, read and follow the thread at https://lists.webkit.org/pipermail/webkit-qt/2010-January/89.html -- Ariya Hidayat http://www.linkedin.com

Re: [webkit-help] transparent body rendered in white --how to prevent?

2010-05-06 Thread Ariya Hidayat
I'm using webkit to render a pdf from a html, and I want to get a transparent background so I can merge it with another pdf. For QtWebKit, does the trick in http://labs.qt.nokia.com/blogs/2009/06/30/transparent-qwebview-or-qwebpage/ work for you? -- Ariya Hidayat http://www.linkedin.com

Re: [webkit-help] web view transparency

2010-05-16 Thread Ariya Hidayat
html UI For QtWebKit, does the trick in http://labs.qt.nokia.com/blogs/2009/06/30/transparent-qwebview-or-qwebpage/ work for you? For other ports, adopt a similar strategy. -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-help mailing

Re: [webkit-help] WebKit dump

2010-06-15 Thread Ariya Hidayat
I like the output port graphical webkit? I like to do something like lynx dump, I can do this? Maybe something like http://labs.qt.nokia.com/blogs/2009/01/15/capturing-web-pages/ ? -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit

Re: [webkit-help] WebKit

2010-06-17 Thread Ariya Hidayat
where I see documentation of wk? and How I use webkit engine as a librarie? Which platform? On Mac OS X you can read http://developer.apple.com/mac/library/documentation/cocoa/Conceptual/DisplayWebContent/DisplayWebContent.html -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat

Re: [webkit-help] FTPS support: QtWebkit

2010-07-29 Thread Ariya Hidayat
This needs to be handled at Qt Network Access Manager level. Note that QtWebKit does not use the deprecated QFtp module. See e.g. http://doc.trolltech.com/4.6/qnetworkaccessmanager.html for details. -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat

Re: [webkit-help] help for understanding webkit.

2010-08-02 Thread Ariya Hidayat
Good starting points: http://webkit.org/asking_questions.html http://trac.webkit.org/wiki#GettingAroundtheWebKitSourceCode -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-help mailing list webkit-help@lists.webkit.org http

Re: [webkit-help] Still completely stuck with getting JavaScriptCore to load this code

2010-08-03 Thread Ariya Hidayat
module has a fantastic debugger: http://www.youtube.com/watch?v=pyUKtOV9qn8 Note: Qt 4.6 uses JSC as the back-end, so you will get 1:1 behavior. Thank you! Regards, -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-help mailing list

Re: [webkit-help] Help with compilation

2010-08-30 Thread Ariya Hidayat
 I do need the plugin support.. Let me connect the dots for you: current NPAPI code on Unix requires X11, you want DirectFB without X11, but you need the plugin support. Then you need to search and/or implement plugin infrastructure which does not require X11. Regards, Ariya

Re: [webkit-help] benchmark problems

2010-09-02 Thread Ariya Hidayat
and Web Inspector's Profiler only work at that level, after all it's designed for web developer. If you want to profile WebKit in a much more granular level, just proper tools such as gprof, valgrind, Shark, etc. -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat

Re: [webkit-help] ERROR: qmake missing but required to build WebKit. (Qt Port of WebKit under Windows 7)

2010-10-18 Thread Ariya Hidayat
(which is Perl)? You may want to print out some debugging messages inside WebKitTools/Scripts/webkitdirs.pm. Alternatively, pass the qmake executable directly via the --qmake=/path/to/qmakebin option. -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat

Re: [webkit-help] Where to track the handle to a HTML5 canvas pixel array?

2010-11-30 Thread Ariya Hidayat
(WebCore/html/canvas/CanvasPixelArray.*)? For example, WebCore/bindings/v8/custom/V8CanvasPixelArrayCustom.cpp is the binding to V8. -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-help mailing list webkit-help@lists.webkit.org http

Re: [webkit-help] Flickering in Android Webkit browser

2010-12-10 Thread Ariya Hidayat
cross post to two different lists: webkit-help and webkit-dev). -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Re: [webkit-help] Webkit support Flash?

2010-12-23 Thread Ariya Hidayat
Hi, i am a new for webkit, i just want to know does the Webkit support flash? if not, do i need to develop a plug-in to support it? Yes, it does support Flash via NPAPI. -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-help

Re: [webkit-help] rendering HTML to a bitmap (wincairo port)

2011-01-20 Thread Ariya Hidayat
Would be very nice to have the webkit separate from HWND, I wonder if QT port does a good job of this? Something like http://labs.qt.nokia.com/2009/01/15/capturing-web-pages/? -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-help

Re: [webkit-help] Hi newbie want suggestion about how to get involve this project.

2011-02-16 Thread Ariya Hidayat
want to contribute this for long time and I am serious programmer. Have you read bit.ly/webkit-gethelp already? Also, the wiki page contains a lot of useful info. -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-help mailing list

Re: [webkit-help] Porting

2011-03-15 Thread Ariya Hidayat
Have you read http://bit.ly/webkit-gethelp? That should serve as the meta start before jumping into other topics. -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-help mailing list webkit-help@lists.webkit.org http

Re: [webkit-help] How to render html without gui

2011-03-28 Thread Ariya Hidayat
not done so. -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Re: [webkit-help] How to render html without gui

2011-03-28 Thread Ariya Hidayat
without relying on other resources, then there should not be any reason it can't be used with QtWebKit. -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webkit.org/mailman

Re: [webkit-help] how to add proxy support for Android WebKit

2011-04-01 Thread Ariya Hidayat
-- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Re: [webkit-help] Compiling Webkit for Android

2011-04-01 Thread Ariya Hidayat
Do you know what version of webkit honeycomb uses? WebKit r72805  Is it possible to port webkit to Honeycomb using the ndk? That's a million dollar question :) -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-help mailing list

Re: [webkit-help] How to to interface between javascript context and webkit code

2011-04-06 Thread Ariya Hidayat
stringByEvaluatingJavaScriptFromString. But now i'd like for it to be driven by user events that occur inside the webview. Any pointers, or examples I should look at? If this is iOS, I suggest looking at PhoneGap source code to see how it is done there. -- Ariya Hidayat http://www.linkedin.com

Re: [webkit-help] webkit 2 queries

2011-04-25 Thread Ariya Hidayat
classes? -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Re: [webkit-help] Making WebKit on ubuntu 10.10 looks for xcodebuild?

2011-06-17 Thread Ariya Hidayat
Yes, here's a link to directFB webkit: http://directfb.org/index.php?path=Main%2FNewsentry=2010-11-21-0.dok Since that's not an upstream port (i.e. not hosted on webkit.org), you should ask whoever is responsible for that repository. Regards, Ariya

Re: [webkit-help] Rendering HTML page to bitmap

2011-07-13 Thread Ariya Hidayat
/wiki/QuickStart#Rendering. Capturing the WebView in a single bitmap sounds like a good idea. Even better if you can do it in several steps by setting a proper clipping rect. Regards, -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit

Re: [webkit-help] enabling/disabling different modules when building WebKit

2011-07-18 Thread Ariya Hidayat
I would like to ask whether it is possible to define what functionality will be included when building WebKit... build-webkit script has a bunch of options for that, run it with --help argument. -- http://www.google.com/search?q=ariya+hidayat

Re: [webkit-help] hardware accelerated rendering path

2011-08-21 Thread Ariya Hidayat
-other-port.html -- Ariya Hidayat, Passionate Technologist http://ariya.ofilabs.com ___ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Re: [webkit-help] hardware accelerated rendering path

2011-08-31 Thread Ariya Hidayat
/developers/design-documents/gpu-accelerated-compositing-in-chrome. Though some part applies only to Chromium, it contains a lot of platform-agnostic information. Regards, -- Ariya Hidayat, Passionate Technologist http://ariya.ofilabs.com ___ webkit-help mailing

Re: [webkit-help] page rendering question

2011-09-14 Thread Ariya Hidayat
I have a question regarding page rendering ... I inserted some printouts in WebKit methods that will be called when WebKit thinks the page should be redrawn (layout(), etc.). Now, what I can't figure out is why WebKit thinks the page needs to be redrawn if I click a text in different

Re: [webkit-help] Minimum required for embedding

2011-10-13 Thread Ariya Hidayat
@Ariya Hidayat I'll have to check the Qt port again. Thanks for the heads up. Make sure you enable accelerated compositing: http://labs.qt.nokia.com/2010/05/17/qtwebkit-now-accelerates-css-animations-3d-transforms/ -- Ariya Hidayat, http://ariya.ofilabs.com

Re: [webkit-help] Help Getting Started / locating what I am looking for.

2011-10-14 Thread Ariya Hidayat
Maybe you can start from SelectorQuery::execute() function and trace it further from that starting point. -- Ariya Hidayat, http://ariya.ofilabs.com ___ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi

Re: [webkit-help] Using QtTestBrowser on Windows (and avoiding Cygwin...)

2011-11-24 Thread Ariya Hidayat
Cygwin is needed for Apple Windows port of WebKit. If you just want to build + play with QtWebKit on Windows, this is the page you should be following: http://trac.webkit.org/wiki/BuildingQtOnWindows. Beside Qt itself and a bunch of GnuWin32-based tools, you don't need anything else. -- Ariya

Re: [webkit-help] Question about IOS support

2011-11-30 Thread Ariya Hidayat
for UIWebView. If that's all you need, then you're all set. -- Ariya Hidayat, http://ariya.ofilabs.com ___ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Re: [webkit-help] Breakpoint in the WebCore does not work in the xcode with safari.

2011-12-01 Thread Ariya Hidayat
Does the approach described in http://www.webkit.org/building/debug.html not work for you? -- Ariya Hidayat, http://ariya.ofilabs.com ___ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Re: [webkit-help] Breakpoint in the WebCore does not work in the xcode with safari.

2011-12-07 Thread Ariya Hidayat
will be hit? Did you try to put the breakpoint in many other places? Did you try to use gdb and manually attach to the process? -- Ariya Hidayat, http://ariya.ofilabs.com ___ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webkit.org/mailman

Re: [webkit-help] [webkit-dev] Tools/Scripts/build-webkit --gtk --debug --makeargs=-j1 taking up to 80% of memory

2011-12-26 Thread Ariya Hidayat
, nothing to do with parallel compiles. You simply must have enough memory to link all object files. -- Ariya Hidayat, http://ariya.ofilabs.com ___ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit

Re: [webkit-help] JSC: Compiling on iOS

2012-01-22 Thread Ariya Hidayat
. While this does not solve your problem, the easiest workaround is to build JSC in some other platforms (Qt, Mac, ...) and the copy over the generated files. -- Ariya Hidayat, http://ariya.ofilabs.com ___ webkit-help mailing list webkit-help

Re: [webkit-help] JSC: Compiling on iOS

2012-01-23 Thread Ariya Hidayat
#if PLATFORM(MAC) COMPILER_SUPPORTS(BLOCKS) #include objc/objc-runtime.h #endif Where are the platform (and everything else) defined for compilation? You should really leverage 'git grep'. A simple: git grep 'define PLATFORM' points me to Source/JavaScriptCore/wtf/Platform.h. -- Ariya

Re: [webkit-help] Has anyone used XCode 4.3.1 (4E1019) ?

2012-03-13 Thread Ariya Hidayat
. You should always check first if building in command-line works or not. See http://www.webkit.org/building/build.html. -- Ariya Hidayat, http://ariya.ofilabs.com ___ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webkit.org/mailman