Re: [dev-servo] Image loading doesn't work - crashed

2013-02-08 Thread Brian Anderson
On 02/07/2013 10:55 PM, ??? wrote: Samsung Enterprise Portal mySingle Dear All, Currently, Image loading in Servo(master branch) crashes since about middle of Junuary version. When I run servo executable with "./../src/test/demo.html" argument, It occurs Assersion at image depth checking in

Re: [dev-servo] Parallelism in a CSS parser

2013-02-08 Thread Brian Burg
On Feb 8, 2013, at 09:41 , Simon Sapin wrote: > What is the desired level of parallelism? > Hopefully whatever is fastest. :-) Is it possible to keep these parts modular, and then perform experiments with single task vs. multiple? It would be awesome if the strategy w.r.t. task decompositio

[dev-servo] Parallelism in a CSS parser

2013-02-08 Thread Simon Sapin
Hi dev-servo, For context, see other threads about my new CSS parser. Servo is made to "parallel all the things", right? In a CSS parser, the tokenizer and maybe the decoder (from bytes to Unicode) could each be in their own task, running in parallel with the parser. Then each rule or declara

[dev-servo] CSS parser architecture: data structures vs. callbacks

2013-02-08 Thread Simon Sapin
Hi dev-servo, So my CSS parser in Rust is coming along nicely: https://github.com/SimonSapin/rust-cssparser/ It’s mostly complete, although I still need to write some tests and catch up with spec changes. We’re working on the remaining css3-syntax issues in the CSS WG. http://dev.w3.org/csswg