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

2012-10-10 Thread Johnny Stenback
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 DOM in Servo > use internally? Excellent qu

Re: [dev-servo] Handling adoptNode

2012-10-24 Thread Johnny Stenback
On 10/24/2012 4:04 PM, Robert O'Callahan wrote: > On Sat, Oct 20, 2012 at 9:55 AM, Boris Zbarsky wrote: > >> Do we have a plan for adoptNode? If we're allocating nodes out of the JS >> heap, presumably we'll need to brain-transplant the JSObject and then copy >> over the implementation into the