Re: [webkit-dev] update GCC version?

2017-07-17 Thread Isaac Devine
Regarding upgrading to Visual C++ 2017, I have patchset for that here: https://bugs.webkit.org/show_bug.cgi?id=172412 Unfortunately it seems to cause a problem WebCore::HTMLNames::init(), which is something to do with the disabling of static constructors. On 18 July 2017 at 07:56, Carlos Alberto

[webkit-dev] Adding Emoji Support to Wincairo

2017-05-24 Thread Isaac Devine
Hi all, I'm looking to add support for displaying Emoji's to the wincairo port. I've reported https://bugs.webkit.org/show_bug.cgi?id=172565 for this, but I'm trying to find the best place to start. Does anyone have any pointers? Cheers, Isaac ___ web

Re: [webkit-dev] Linking against MultiThreadedDLL instead of MultiThreaded on Windows (wincairo)

2017-05-19 Thread Isaac Devine
On 19 May 2017 at 16:16, Fujii Hironori wrote: > On Fri, May 19, 2017 at 8:18 AM, Isaac Devine > wrote: > > Hi, > > > > I'm looking at linking against WebKit in my application, which is linked > > against the MultiThreadedDLL CRT (i.e. dynamically linked); how

[webkit-dev] Linking against MultiThreadedDLL instead of MultiThreaded on Windows (wincairo)

2017-05-18 Thread Isaac Devine
Hi, I'm looking at linking against WebKit in my application, which is linked against the MultiThreadedDLL CRT (i.e. dynamically linked); however WebKit is linked against the MultiThreaded CRT (i.e. statically linked). I've linked against previous builds with this configuration "without problems".

Re: [webkit-dev] WinCairo Maintainers

2016-09-26 Thread Isaac Devine
TextExpander for Windows uses the wincairo port ( https://www.textexpander.com ) Cheers, Isaac On 27 September 2016 at 09:47, Brent Fulgham wrote: > > On Sep 26, 2016, at 12:55 PM, Olmstead, Don wrote: > > @annulen I know you've mentioned conan.io before but I've never > personally used it so

[webkit-dev] Wincairo webviews occassionally never finish loading with loadHTMLString

2016-08-04 Thread Isaac Devine
Hi, I have an application which embeds the wincairo port of webkit. It has a hidden webview used for server communication. It also has webviews attached to standard Winapi windows, containing the user interface. These are loaded with the loadData method, like so (error checking omitted): IWebF

Re: [webkit-dev] Potential problem with member function pointer sizes

2016-04-13 Thread Isaac Devine
Hi Chris, I wonder whether what you have reported would cause this issue: https://bugs.webkit.org/show_bug.cgi?id=151162 Cheers, Isaac On 14 April 2016 at 09:17, Vienneau, Christopher wrote: > Hi, > > > > I just wanted to give a heads up on an issue I recently investigated, the > details can b

Re: [webkit-dev] Wincairo support for wss:// urls with websockets

2015-12-28 Thread Isaac Devine
eds to be called libicuuc and libicuin instead of > icuuc and icuin to match the AppleWin port, and it would be nice if it > built it into the same bin64, bin32, lib64, lib32, and include directories > as everything else. > > On Dec 28, 2015, at 12:13 PM, Isaac Devine > wrote: &g

Re: [webkit-dev] Wincairo support for wss:// urls with websockets

2015-12-28 Thread Isaac Devine
ristensen07/WinCairoRequirements or just send me an > email with the changes you want to include. I’m right in the middle of > updating icu in that repository, so you might want to go back to > a9b631e1146a696dc81b584c837ccfb7db5524b9 > > Alex > > On Dec 21, 2015, at 4:44 PM, Isaac De

[webkit-dev] Wincairo support for wss:// urls with websockets

2015-12-21 Thread Isaac Devine
Hi all, I have a patch that enables support for wss:// urls for websockets with the wincairo port. I haven't created a bug and attachment yet because it requires curl 7.45, which is newer than the curl that the current wincairo build depends on. How do I go about proposing updates of the curl de