Re: [dev-servo] 2/10 meeting notes (interning; embedding; beforeunload; acid2 status; testing status; parallelism status; easy bugs; rust upgrade; docs)

2014-03-07 Thread Zack Weinberg
On 2014-02-20 8:19 PM, John Daggett wrote: Hmm. My point is that preventing fingerprinting is not something that I think we can do by simply tweaking features here and there like this. I think we actually need to disable a large set of features available from script to be able to prevent sniffin

Re: [dev-servo] What should be the UserAgent of Servo?

2013-09-06 Thread Zack Weinberg
On 2013-08-31 3:51 PM, Tom Schuster wrote: I started implementing window.navigator and wondered which UserAgent we want to use. We should try to find the most minimal web compatible agent. That probably means something like this: Mozilla/5.0 (X11; Linux x86_64) Servo/xxx like Gecko User-Agent:

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

2013-02-13 Thread Zack Weinberg
On 2013-02-12 1:37 AM, Robert O'Callahan wrote: On Tue, Feb 12, 2013 at 6:32 PM, Zack Weinberg wrote: You want to do this as lazily as possible, since with high probability no human will ever look at any given CSS error message. However, I would still go for the "add sourc

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

2013-02-11 Thread Zack Weinberg
On 2013-02-08 12:36 PM, Simon Sapin wrote: 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 issu

Re: [dev-servo] HTML parser-related datatypes

2012-10-11 Thread Zack Weinberg
On 2012-10-10 9:03 PM, Johnny Stenback wrote: Hey Henri, On 10/10/2012 5:51 AM, Henri Sivonen wrote: I am researching/prototyping a translation of the same HTML parser we use in Gecko into Rust for use in Servo. Should the HTML parser in Servo operate on UTF-8, UTF-16 or CESU-8? What will the D