James Long
James Long
That would be ridiculous (in a good way). I have been study Servo because I realized that basically is the browser I've been thinking of since these threading ideas came...
Warning: brain dump ahead. It'll take me a while to fully understand all of this, so this is just some initial research. The more I look into why current browsers...
Yeah, I definitely saw that! It's very cool. It even uses the css-layout project that we talked about. A version with WebGL and running the app code in a web...
This part is definitely up for debate, but animations can't just be a "send this animation once and start it" signal from the JS thread to the main thread. We...
I have a live demo here: http://layout.jlongster.com
We already do use ES6 and babel compiles it out to ES5 to run everywhere. You can't do that with ES6 variables because it requires runtime support. For example, when...
To be clear: **DO NOT MERGE**. This will break debugging Chrome. Not sure why but I had to change valence.
Looks generally good to me, r+ although I you and jsantell are talking on IRC about this. Haven't thought too much about the implications, so we just need to decide...