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 H

[webkit-help] Image not found errors

2010-04-20 Thread MT
Hi, I have an app that uses a custom WebKit framework build, and I **very**occasionally get errors like this.. Dyld Error Message: Library not loaded: /Users/mt/Downloads/WebKit-r53845/WebKitBuild/Release/JavaScriptGlue.framework/Versions/A/JavaScriptGlue Referenced from: /Applications/TestB

[webkit-help] Webkit integration API

2010-04-20 Thread Shanfeng Cheng
Hi, Friends, I am interested in building a simple browser around Webkit. Is there any document regarding the API interface on how to walk through the DOM tree and intercept all the events? Is there any example project available? To achieve this purpose, can I simply start from a binary build o

[webkit-help] How to resize NSTextView according to its content?

2010-04-20 Thread Devarshi Kulshreshtha
Hi all, I want to set simple html contents within a web view and then resize it according to its content. To set simple html contents within web view I used this code and it is working fine: [[myWebView mainFrame] loadHTMLString:webViewContents baseURL:baseURLFramed]; Right now, if content is m

Re: [webkit-help] Webkit cross compiling‏

2010-04-20 Thread Jerry Evans
You have got a problem with some of the name mangling macros in the icu headers. It's ghastly. Check your dependencies match the version you are trying to build. HTH and good luck. Jerry On 20/04/2010 13:27, olivier seidt wrote: Hi, I corrected prefixes in .la files but now I am having this

Re: [webkit-help] Webkit cross compiling‏

2010-04-20 Thread olivier seidt
Hi, I corrected prefixes in .la files but now I am having this error: /bin/mkdir -p ./.deps/DerivedSources CXXLD libJavaScriptCore.la CXXLD Programs/jsc CXXLD libwebkit-1.0.la CCLD Programs/minidom ./.libs/libJavaScriptCore.a(libJavaScriptCore_la-Lexer.o): In function `JSC::isNonAS

Re: [webkit-help] Webkit cross compiling

2010-04-20 Thread Gabor Rapcsanyi
Hi, I experienced the same problem when I tried to cross compile for ARM. It is because the .la files contain the lib paths with wrong prefixes. If you change these paths with your prefixed paths it will work. Regards, Gabor Hi, I am cross compiling webkit/gtk on SH4 machine using : ./autogen