Re: [webkit-help] Exposing C++ objects to JavaScript through JavaScriptCore

2012-12-21 Thread Chris Hatko
Although its mac, this is a useful explanation: http://parmanoir.com/Taming_JavascriptCore_within_and_without_WebView On Fri, Dec 21, 2012 at 9:12 AM, newbie newbie.programm...@yahoo.comwrote: newbie newbie.programming@... writes: Brent Fulgham bfulgham@... writes: Hi

Re: [webkit-help] Trying to build webkit wincairo

2012-12-12 Thread Chris Hatko
I have done it successfully using VS2010 (win7) (webkit rev: r120264 ) http://blog.ashodnakashian.com/2012/01/building-webkit-on-windows-7-with-vs2010/ What line is it stuck on? have you tried posting your issue to ashodnakashian blog? On Wed, Dec 12, 2012 at 11:17 AM, Antoni Ivanov

Re: [webkit-help] Network performance in webkit-cairo port

2012-11-10 Thread Chris Hatko
/ResourceHandleManager.cpp to have a more aggressive download loop. Yannick On 9 November 2012 18:37, Chris Hatko cha...@gmail.com wrote: I've noticed some big difference in network speed (esp download speed) between my default browser (Chrome) and windows webkit-cairo port. Specifically: Using Chrome

Re: [webkit-help] build webkit on win7 and vs++2005 express edition

2012-09-25 Thread Chris Hatko
Here are mine (used for webkit cairo. Many are likely not needed) : Bin $(VCInstallDir)bin $(VCInstallDir)PlatformSDK\bin $(VSInstallDir)Common7\Tools\bin $(VSInstallDir)Common7\tools $(VSInstallDir)Common7\ide $(FrameworkSDKDir)bin $(FrameworkDir)$(FrameworkVersion) C:\Program Files\Microsoft

Re: [webkit-help] not able to access internal sites through winLauncher

2011-09-01 Thread Chris Hatko
Moumita, Your question belongs in webkit-help not in webkit-dev. Webkit cairo uses libcurl, you can diagnoise your problem by checking the http response error codes (ie 407 etc) or even the libcurl error codes (http://curl.haxx.se/libcurl/c/libcurl-errors.html). If your office uses a proxy, you

Re: [webkit-help] Webkit-Cairo build failure

2011-08-18 Thread Chris Hatko
) Good luck, Chris On Wed, Aug 17, 2011 at 11:23 PM, Moumita Banerjee mouban1...@gmail.comwrote: Hi, How to configure valid certificates to run the gmail or how to disable libcurl certificate checks? Please help me. Thanks, Moumita On Wed, Aug 17, 2011 at 8:42 PM, Chris Hatko cha

Re: [webkit-help] Webkit-Cairo build failure

2011-08-17 Thread Chris Hatko
Once reason could be invalid misconfigured security certificates. Gmail uses https, you either need to supply/configure valid certificates or disable libcurl certificate checks. Chris On Wed, Aug 17, 2011 at 6:30 PM, Moumita Banerjee mouban1...@gmail.comwrote: Hi, I am trying to load

Re: [webkit-help] 0xc000007b error on wincairo windows 7 x64

2011-04-28 Thread Chris Hatko
You likely have some sort of dll dependency problem. Did you get/copy all the required dlls (CFlite, libcurl etc)? I'd run the winlauncher.exe through http://www.dependencywalker.com as see what turns up. You can also use FileMon utility and windows event logs to get more information on the

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

2011-04-06 Thread Chris Hatko
Hi guys, I have a question on tying into javascript context. Basically, my application starts a webkit webview and now I'd like my application to be notified of the result of the execution of a javascript function from within that view. Ideally, in this webview I could register a particular

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

2011-04-06 Thread Chris Hatko
Sorry, yes i'm working on windows (cairo port). But i'll be doing a version of this on Mac OSX as well. On Wed, Apr 6, 2011 at 3:55 PM, Ariya Hidayat ariya.hida...@gmail.comwrote: I have a question on tying into javascript context. Basically, my application starts a webkit webview and

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

2011-01-20 Thread Chris Hatko
I've found this challenging (wincairo port) especially when Flash is displayed on a website, I've only been able to get it working by forcing flash plugins into windowless mode. I've used the backingstore bitmap as the source and just copy the contents to a buffer on every update. Would be very

Re: [webkit-help] JavaScriptCore.lib LINK error

2010-11-05 Thread Chris Hatko
Is your build target set to Debug or Debug_Cairo? I build using Debug_Cairo/Release_Cairo and the following linker settings Additional Dependencies: Ignore All Default Libraries: No Ignore Specific libraries: Chris On Fri, Nov 5, 2010 at 2:55 AM, Daebarkee Jung daebar...@gmail.com wrote:

Re: [webkit-help] Download manager using IWebDownloadDelegate (cairo port)

2010-09-21 Thread Chris Hatko
late to make a use/download decision. Have you encountered this or perhaps have a suggestion? Thanks, Chris On Tue, Sep 21, 2010 at 6:11 AM, Alexander Shulgin alexander.shul...@yessoftware.com wrote: On 21.09.2010 5:29, Chris Hatko wrote: Hi I'm trying to put together a download manager

[webkit-help] Download manager using IWebDownloadDelegate (cairo port)

2010-09-20 Thread Chris Hatko
Hi I'm trying to put together a download manager under webkit cairo. I've implemented a download handler via IWebDownloadDelegate. I register this download delegate by calling setDownloadDelegate in my webview. When I try to download a file I can see that WebFrame::download(ResourceHandle*

Re: [webkit-help] on _blank request force reuse of same webview

2010-09-04 Thread Chris Hatko
I'll try that. Thanks Alex Chris On Sat, Sep 4, 2010 at 6:12 AM, Alexander Shulgin alexander.shul...@yessoftware.com wrote: On 03.09.2010 19:00, Chris Hatko wrote: Hi, I've got a situation where when a user clicks on _blank target link a request for a new window comes in and I want my

[webkit-help] on _blank request force reuse of same webview

2010-09-03 Thread Chris Hatko
Hi, I've got a situation where when a user clicks on _blank target link a request for a new window comes in and I want my version of webkit to reuse the current window ... Currently, I've got a PolicyDelegate implementation of decidePolicyForNewWindowAction. In this function I tell the listener

Re: [webkit-help] Cairo-win32 build failed in WebCore

2010-08-26 Thread Chris Hatko
Thomas, (and others) in case your still working on these issues. The fixes are in the main branch now, I've just rebased and tested. Thanks for the patches (Brent Martin) Chris On Fri, Aug 20, 2010 at 2:34 PM, Chris Hatko cha...@gmail.com wrote: Just to update you guys, I got through compile

Re: [webkit-help] Cairo-win32 build failed in WebCore

2010-08-20 Thread Chris Hatko
I've gotten past these specific errors. Perhaps the following can help others ... Issue #1. FontCustomPlatformDataCairo.cpp I had to change the signature from: bool FontCustomPlatformData::supportsFormat(const String format) to: bool FontCustomPlatformDataCairo::supportsFormat(const String

Re: [webkit-help] Cairo-win32 build failed in WebCore

2010-08-20 Thread Chris Hatko
:  I think this GRefPtrCairo.h thing came in with Changeset 65530. I assume it was included with GTK in mind and works for that, but causes issues for non GTK builds. Chris Hatko also has already solutions to the other build errors. HTH Thomas Am 20.08.2010 15:58, schrieb Linda: Thomas

Re: [webkit-help] Capture rendering buffer (windows)

2010-08-03 Thread Chris Hatko
to the updateBackingStore will go through the layout again. Is it possible to improve the performance? thx Regards, vizsh...@gmail.com 2010/7/22 Chris Hatko cha...@gmail.com Hey, I'm still not fully done. I've implemented a solution which forces every flash plugin to run in windowless mode (force WMODE param

Re: [webkit-help] WebKit+cairo open HTTPS issue local certificate file issue

2010-06-10 Thread Chris Hatko
For a quick/dirty fix you can add/set the following environment var WEBKIT_IGNORE_SSL_ERRORS equal to 1 in your windows system path. This way any certificate errors won't stop the page load. Chris On Thu, Jun 10, 2010 at 4:38 PM, Rick Xu rick.zhi...@gmail.com wrote: Sorry to bother. I have

[webkit-help] Webkit render to buffer

2010-05-11 Thread Chris Hatko
Hi I'm using webkit cairo build and I'd like to have the webkit render output into a buffer/byte array (for example in RGBA format) instead of of drawing to a window. Is there any existing API to do this? Any pointers on what classes I should look at? Thanks, Chris

[webkit-help] cairo VS2005 compile errors 57579

2010-04-14 Thread Chris Hatko
and perhaps my environment is messed-up. Additionally, are there nightly/weekly builds of webkit cairo, so i can tell its building correctly? Thanks, -- Chris Hatko Email: cha...@gmail.com ___ webkit-help mailing list webkit-help@lists.webkit.org http