Ok but then can someone give me a big picture of the directories ? And how
the code is generally structured ?
Or how is ArrayBufferBuilder:append called ?
On Thu, 20 Sep 2018 at 00:14, Peter Schow wrote:
> On Wed, Sep 19, 2018 at 2:36 PM dan Med wrote:
> > This is how I see it atm
> > Each tab
On Wed, Sep 19, 2018 at 2:36 PM dan Med wrote:
> This is how I see it atm
> Each tab is a process that is composed of several threads, this process is
> sandboxed with the Windows kernel security ( on Windows )
> Then we have WebKit which is the rendered thread inside of this main tab
> (thread)
This is how I see it atm
Each tab is a process that is composed of several threads, this process is
sandboxed with the Windows kernel security ( on Windows )
Then we have WebKit which is the rendered thread inside of this main tab
(thread) which as the name implies will render the page.
When in the
Ok so when is arraybufferbuilde:append called ?
On Wed, 19 Sep 2018 at 12:36, @soylentgraham
wrote:
> Not sure where to start with this message
>
> a) Not even vaguely related to the original topic, you should start a new
> thread when the topic is wildly different.
> b) Do not start a new threa
Not sure where to start with this message
a) Not even vaguely related to the original topic, you should start a new
thread when the topic is wildly different.
b) Do not start a new thread.
c) This code is from libav (or actually, maybe ffmpeg). av_XXX are macros,
functions and other values. The