Re: [webkit-dev] Newbie question re: raw bitmaps

2011-01-02 Thread Brian Hoary
*I feel I should point out here, that as far as I understand there is no particular patent issue with Jpeg-XR. Microsoft have included Jpeg-XR under their community promise program which is a legal promise not to sue anyone for using patents they own for implementing a Jpeg-XR codec. The issue

[webkit-dev] Newbie question re: raw bitmaps

2010-12-22 Thread Alex Danilo
Hi All, Sorry to post a newbie question. My name's Alex Danilo, I've been doing some SVG stuff over the past few years and now have spent the past few months looking into the SVG implementation in WebKit. What I'm tyring to do is add a new image format in the engine as

Re: [webkit-dev] Newbie question re: raw bitmaps

2010-12-22 Thread Eric Seidel
Platforms provide their own image decoders. Some of them use the cross-platform image decoders checked into WebCore: http://trac.webkit.org/browser/trunk/WebCore/platform/image-decoders A quick skim of mozilla's bug on the subject: https://bugzilla.mozilla.org/show_bug.cgi?id=500500 leads me to

Re: [webkit-dev] Newbie question re: raw bitmaps

2010-12-22 Thread Alex Danilo
Hi Eric, Well at least it's a nice exercise to explore the architecture for me if nothing else. IANAL, so I hadn't even considered IP as an issue, but that makes sense. It would a lot nicer to suppport it natively rather than via NPAPI or similar, since you can

[webkit-dev] Newbie question: any sample codes to use C bridge

2009-05-26 Thread Harry Zhang
Dear all, can anyone kindly share some code snippets on how to create and attach an JS object, e.g. window.foo to window object via C bridge? (btw, my dev environment is Ubuntu, i want to enable this in webkitgtk+) Many thanks in advance! Regards, Harry

Re: [webkit-dev] Newbie question: any sample codes to use C bridge

2009-05-26 Thread Xiong
Hi, Maybe you need touch the directory of JavaScriptCore/API/ and the file of JavaScriptCore/API/test/testapi.c. Thanks. -Xiong On Tue, May 26, 2009 at 5:26 PM, Harry Zhang zhangha...@gmail.com wrote: Dear all, can anyone kindly share some code snippets on how to create and attach an JS

[webkit-dev] Newbie Question:

2008-08-21 Thread Bruce Cresanta
Hello, I'm trying to compile on Windows using the directions on the WebKit.org site.I can initiate a build, but the build fails and cites that System Environment Variables could Be Incorrect.I've double checked the Paths to the Windows SDK's ../Bin ../Lib and ../ Include

Re: [webkit-dev] Newbie Question:

2008-08-21 Thread Binish
please share the error log 2008/8/21 Bruce Cresanta [EMAIL PROTECTED] Hello, I'm trying to compile on Windows using the directions on the WebKit.org site.I can initiate a build, but the build fails and cites that System Environment Variables could Be Incorrect.I've double

Re: [webkit-dev] newbie question

2007-11-07 Thread Mark Rowe
On 08/11/2007, at 05:23, Amit Joshi wrote: I have just started my hacking adventure in the webkit code-base. I was wondering whats a typical way to print log output lines ? I can always write my own routine to write into my own log file, but I thought may be there would be a standard way