[webkit-dev] Point within WebKit API to extract Bitmaps

2016-09-09 Thread Mark Gilbert
Hi Folks We have code which extracts RGB+A bitmaps from WebKit pages in real time. Currently we do this via an OSX WebKit View in a window and by requesting the bitmap through the OSX View mechanism (not directly from WebKit). It works well and we get clean RGB+A in real time from the WebKit

[webkit-dev] Mavericks Nightly

2013-06-19 Thread Mark Gilbert
Hi Folks. Any news on when we can get a nightly build to run on Mavericks ? ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] 32-bit WebKit Nighly build APPLICATION ?

2013-03-01 Thread Mark Gilbert
Hi Folks. Does anyone know if the WebKit Nightly build app is / can be built as a 32-bit capable binary app ? I note that forcing WebKit to start up in 32-bit mode throws an error - relating to a path in the /Applications/Safari directory. Even tho Safari itself is quite happy to launch in

[webkit-dev] Putting your own Webkit variant back into the Nightly build WebKit App

2012-06-29 Thread Mark Gilbert
Hi Folks. I wonder if someone could help me figure out how to move my newly compiled WebKit (with tweaks) into the bundle of the Nightly build application. I want to have a self contained browser running with my webkit-variation. I did manage to do this once last year, and I have the self

[webkit-dev] Configuring for Clang

2012-06-27 Thread Mark Gilbert
Hi Folks. I have been trying for weeks to build WebKit in 32-bit. My system is a MacMini Server with 10.7.4 and latest XCode. I update via SVN then use build-webkit. This creates a good working 64bit version. However, when I use build-webkit --32-bit or build-webkit ARCHS=i386 x86_64

Re: [webkit-dev] Configuring for Clang - building webkit 32-bit

2012-06-27 Thread Mark Gilbert
Thanks to those that replied to this. For the benefit of anyone else in this situation, here is the summary: - build-webkit fails to GCC instead of clang if the version of the developer tools is too old - If you have previously installed XCode in the old /developer folder, then you upgrade

[webkit-dev] Compiling WebKit in 32 bit for Mac

2012-06-17 Thread Mark Gilbert
Hi There, Could anyone enlighten me on how to create a 'build-webkit' tool which compiles the frameworks with 32-bit (and 64-bit perhaps). I need a 32-bit compatible set of frameworks to allow the WebKit app to support 32-bit plug ins like the QuickTime plug in. Using the 'build-webkit' too

[webkit-dev] build-webkit failure

2012-06-17 Thread Mark Gilbert
Hi Folks. Just trying to build the nightly (WebKit-r120550) from 17th June on OSX 10.7.4 Getting ** BUILD FAILED ** The following build commands failed: CompileC

[webkit-dev] Plug Ins dont work when rebuilding WebKit

2012-06-10 Thread Mark Gilbert
Hi There I know this has been discussed before, but the solution doesn't work for me I am making a tiny behavioural change to WebCore, then rebuilding WebKit to use in a specialist application. When I am done building I move the frameworks into the pre-built WebKit nightly build application.