Crank Software Inc.
Office: 613-595-1999
Mobile: 613-878-4659
Online: www.cranksoftware.com
Check out: Crank Software’s Blog
There is a better way to build user interfaces for embedded devices.
Download a 30 day evaluation of Crank Storyboard Suite today
On Tue, 14 Feb 2012 11:24:10 -0500, Thomas Fletcher wrote:
> I'm in the midst of re-working an older WinCE port that we had
> generated that was partially based on the Torch content but was
> highly
> customized.
>
> I was under the impression that WinCE had more or less caught up to
> mainline and that the git repository was just a historical work area,
> but the WebKit WinCE page still refers to checking out from github.
>
> Just wondering where things are at these days and where I should be
> focusing my initial re-port efforts.
I've done some work on gradient support in the gitorous repository,
which I never tried to upstream, since it's not cool enough. That's the
only difference between the two repositories.
The current trunk version depends on pthreads. I don't know the exact
state of the pthread support for WinCE, but it's not the best AFAIK.
But there is a path at [1], which removes the dependency.
So if you going to do any work I'd recommend using the current trunk.
Are you going to make your changes public?
- Patrick
We are working with a customer now who is quite interested in having the
content upstreamed where possible. The main challenge is that they are
also looking to unify as much as possible the Win32 and WinCE ports
without too many external dependencies.
Thanks,
Thomas
>--
>You received this message because you are subscribed to the Google Groups
>"Windows CE WebKit" group.
>To post to this group, send email to wince...@googlegroups.com.
>To unsubscribe from this group, send email to
>wincewebkit...@googlegroups.com.
>For more options, visit this group at
>http://groups.google.com/group/wincewebkit?hl=en.
>
encountered was a problem with an explicit pthread.h inclusion in
MachineStackMarker.h
that is the result of:
https://bugs.webkit.org/show_bug.cgi?id=68422
Note the first comment about this breaking WinCE here:
https://bugs.webkit.org/attachment.cgi?id=107960&action=review
So .. is a patch already in flight for this?
Thanks,
Thomas
I am however pulling from git rather than SVN, but that should make no
difference.
Thomas