[webkit-dev] Running webkit tests on windows

2010-04-08 Thread Jason Rukman
I've been trying to get the webkit tests running on windows...I'm pretty close and a lot of the tests are passing however, it looks like I have a problem with several at the moment because of what I think may be an issue with fonts. I've followed the directions for getting fonts at

[webkit-dev] Windows mobile build

2010-04-02 Thread Jason Rukman
Right now we have a windows mobile 6.x build for webkit. I'd like to start merging this into the tree but wanted to get some consensus on an approach. We have created our own solution and vcproj files that pretty much follow the current solution/vcproj files for the windows cairo build

Re: [webkit-dev] Windows mobile build

2010-04-02 Thread Jason Rukman
right now so I'm not sure. -Original Message- From: KwangYul Seo [mailto:kwangyul@gmail.com] Sent: Friday, April 02, 2010 10:46 AM To: Jason Rukman Cc: Webkit Development List Subject: Re: [webkit-dev] Windows mobile build Hi, Jason. I don't think it is a good idea to add separate

Re: [webkit-dev] Windows mobile build

2010-04-02 Thread Jason Rukman
AM To: KwangYul Seo Cc: Jason Rukman; Webkit Development List Subject: Re: [webkit-dev] Windows mobile build KwangYul, have you considered using gyp (and the files already there) rather than add another generating solution? Jason, have you considered using gyp to generate your solution

Re: [webkit-dev] Frustrations with WebKit Font Representation

2010-03-17 Thread Jason Rukman
I'd say for our configuration that uses wince/cairo and rendering with freetype that this is a welcome move as we've been working with this font configuration between cairo and windows CE and copying the gtk code over manually for now to get it working. I haven't yet integrated this change into

Re: [webkit-dev] Font layout features

2010-01-21 Thread Jason Rukman
Any pointers at all would be greatly appreciated! -Original Message- From: Jason Rukman Sent: Wednesday, January 20, 2010 9:49 AM To: webkit-dev@lists.webkit.org Subject: Font layout features As part of our port to windows CE we are using a Cairo configuration combined with freetype

Re: [webkit-dev] Font layout features

2010-01-21 Thread Jason Rukman
. -Original Message- From: ev...@google.com [mailto:ev...@google.com] On Behalf Of Evan Martin Sent: Thursday, January 21, 2010 9:17 AM To: Jason Rukman Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] Font layout features On Wed, Jan 20, 2010 at 9:49 AM, Jason Rukman jas

Re: [webkit-dev] Font layout features

2010-01-21 Thread Jason Rukman
I'm also using icu... does this mean I should be ok? -Original Message- From: ev...@google.com [mailto:ev...@google.com] On Behalf Of Evan Martin Sent: Thursday, January 21, 2010 10:41 AM To: Jason Rukman Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] Font layout features

Re: [webkit-dev] Font layout features

2010-01-21 Thread Jason Rukman
Just to clarify. Using freetype with ICU alone isn't sufficient without pango or harfbuzz for Arabic et al? -Original Message- From: ev...@google.com [mailto:ev...@google.com] On Behalf Of Evan Martin Sent: Thursday, January 21, 2010 10:45 AM To: Jason Rukman Cc: webkit-dev

[webkit-dev] Font layout features

2010-01-20 Thread Jason Rukman
As part of our port to windows CE we are using a Cairo configuration combined with freetype.  This is fairly similar to the Windows port but we are not using the native Windows GDI/cairo layer for fonts (instead we are using cairo-ft).  However, unlike the GTK port, we did not port Pango, and

Re: [webkit-dev] Scrolling / redraw issue on WinCE platform

2010-01-11 Thread Jason Rukman
like to try find the same thing. Thanks for the idea! Regards, Jason. -Original Message- From: Brent Fulgham [mailto:bfulg...@gmail.com] Sent: Monday, January 11, 2010 9:48 AM To: Jason Rukman Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] Scrolling / redraw issue on WinCE

[webkit-dev] Scrolling / redraw issue on WinCE platform

2010-01-08 Thread Jason Rukman
I'm working on a port of webKit to WinCE, and am currently encountering what appears to be a redraw/paint issue when scrolling (horizontally, in this case) to a widget that is originally partially off-screen (an input button in a form). The text all appears to scroll just fine, and the image of

Re: [webkit-dev] build system for wince port

2009-12-28 Thread Jason Rukman
Hi Patrick, We have a working wince build for all components right now including javascrtipcore, webcore and webkit COM layers. We'd like to help contribute this back in as well and work together with you on this. Right now we are using a separate vcproj file for each of the components

Re: [webkit-dev] JIT on Windows CE

2009-12-15 Thread Jason Rukman
Hi İsmail, I’ve tried to get JIT working a couple of times on our wince build but with limited success. There’s some strangeness going on with the crossover of arguments from the wince compiler toolchain through to the JIT code (probably with the stack frame or something like that). My

Re: [webkit-dev] how to run mozilla test cases one by one using JSC

2009-11-18 Thread Jason Rukman
I had to do this same thing as I didn't have perl on our platform. I found modifying the perl script to output just the commands instead of actually running them was helpful. I could then just grab this output and run it wherever. Regards, Jason. -Original Message- From:

[webkit-dev] Frameloader parsing isn't cancelling for our port.

2009-11-03 Thread Jason Rukman
As part of our port I'm occasionally hitting the following assert in FrameLoad::addData; but do not have a reproducible case yet. I think this is most likely happening for failures from the network stack occurring and then a new request being issued (I'm using ResourceHandleWin in our build).

Re: [webkit-dev] JIT for arm is dependant on gcc

2009-10-21 Thread Jason Rukman
to generate this for this toolchain? Jason. -Original Message- From: Zoltan Herczeg [mailto:zherc...@inf.u-szeged.hu] Sent: Wednesday, October 21, 2009 9:45 AM To: Jason Rukman Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] JIT for arm is dependant on gcc Hi, these entry/leave

[webkit-dev] Regarding WebKit Support Libraries

2009-10-07 Thread Jason Rukman
George, I was wondering if you are intending to push this implementation into the current webkit respository at some point. It looks like the code in your repository is out of sync with the current tree. If anyone else has had success working with wininet on windows we'd like to know so we can