Re: Operating CSS font parsing and associated font objects all usable from worker threads.

2015-09-14 Thread Cameron McCormack
Vincent Liu: > Recently I was working on 2d Canvas operating from Worker thread. I got an > assertion when I operated the below method for Canvas in worker thread. It > is caused by thread competing in nsCSSParser object for operating > ParseColorString(). > >ctxworker.fillStyle = '#8E

Operating CSS font parsing and associated font objects all usable from worker threads.

2015-09-14 Thread Vincent Liu
Hi All, ​Recently I was working on 2d Canvas operating from Worker thread. I got an assertion when I operated the below method for Canvas in worker thread. It is caused by thread competing in nsCSSParser object for operating ParseColorString(). ctxworker.fillStyle = '#8ED6FF'; Unfortu