Re: Offscreen rendering from C++

Benjamin Smedberg <[email protected]> Thu, 13 Feb 2014 12:36:03 -0500
Newsgroups gmane.comp.mozilla.devel.embedding
Message-ID <[email protected]>
On 2/13/2014 12:17 PM, Christian Sell wrote:
> Now I would like to rewrite this in C++, and am mighty stuck.

Why do you want this to be in C++? I strongly recommend writing as much 
of this as you can in JS. It's going to be a more stable API surface, 
especially if you're using DOM JS calls. I really don't expect this to 
be easy or perhaps even possible from C++.

--BDS