Re: [dev-servo] Feedback on C-API for rust-url for inclusion in Gecko

2015-03-16 Thread Josh Matthews
On 2015-03-17 12:07 AM, Valentin Gosu wrote: Hi all, I've been working on rust-url API that we'd like to include in Gecko in the following months. If you've got a few minutes, I'd really appreciate some feedback. https://github.com/valenting/rust-url-capi The important bits are in src/lib.rs an

[dev-servo] Feedback on C-API for rust-url for inclusion in Gecko

2015-03-16 Thread Valentin Gosu
Hi all, I've been working on rust-url API that we'd like to include in Gecko in the following months. If you've got a few minutes, I'd really appreciate some feedback. https://github.com/valenting/rust-url-capi The important bits are in src/lib.rs and src/rust-url-api.h The API needs to pass arou

Re: [dev-servo] Meeting notes 3/16 (Android nightlies; Q2 focus; testing strategies; usability; layout direction; Rust upgrade blocked)

2015-03-16 Thread Robert O'Callahan
On Tue, Mar 17, 2015 at 3:12 PM, Patrick Walton wrote: > Sure, I agree that if you're doing custom layout languages (Cassowary, > etc.) Houdini is a win—the comment was more directed toward use of Houdini > to reimplement layouts that can already be described with CSS. For those > use cases, with

Re: [dev-servo] Meeting notes 3/16 (Android nightlies; Q2 focus; testing strategies; usability; layout direction; Rust upgrade blocked)

2015-03-16 Thread Patrick Walton
Sure, I agree that if you're doing custom layout languages (Cassowary, etc.) Houdini is a win—the comment was more directed toward use of Houdini to reimplement layouts that can already be described with CSS. For those use cases, without seeing any numbers, I'm unconvinced of the performance benefi

Re: [dev-servo] Meeting notes 3/16 (Android nightlies; Q2 focus; testing strategies; usability; layout direction; Rust upgrade blocked)

2015-03-16 Thread Robert O'Callahan
> I have concerns about implementing full CSS algorithms in JS. People seem to think that makes it fast by default. It's more that what people are currently doing is crazy slow. Namely, to implement a custom layout today, you typically have to a) identify some DOM elements to measure (typically th

[dev-servo] Meeting notes 3/16 (Android nightlies; Q2 focus; testing strategies; usability; layout direction; Rust upgrade blocked)

2015-03-16 Thread Josh Matthews
https://github.com/servo/servo/wiki/Meeting-2015-03-16 cheers, josh ___ dev-servo mailing list dev-servo@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-servo

[dev-servo] US/Asia meeting time reminder

2015-03-16 Thread Jack Moffitt
The Servo meeting for US and Asia is locked to Korean time, which doesn't have a daylight savings time change. Therefore, for the rest of us who do, this meeting is an hour later in the day. Today's meeting will start in about an hour, 5PM Pacific. jack. __

Re: [dev-servo] Upgrading Rust / Hyper for Websocket Integration

2015-03-16 Thread Simon Sapin
On 16/03/15 00:15, cgrdocume...@gmail.com wrote: Alright, after modifying WebSocket to use the hyper on the servo git, we are having problems now with bswap 0.1.8, another dependency, not compiling now. Going to keep trying to compile and we will see what happens. What’s the library that depend

Re: [dev-servo] Upgrading Rust / Hyper for Websocket Integration

2015-03-16 Thread Josh Matthews
On 2015-03-15 7:15 PM, cgrdocume...@gmail.com wrote: As a side note, however, do we have a date on the rustc upgrade? It is fairly important for our project, and since we are a class team, we want to communicate to our teacher on expectations of progress. The upgrade is progressing, but it's

Re: [dev-servo] Upgrading Rust / Hyper for Websocket Integration

2015-03-16 Thread cgrdocuments
On Saturday, March 14, 2015 at 8:26:45 PM UTC-4, wpga...@ncsu.edu wrote: > Thanks Josh! I will take a look at trying to use a previous version of > WebSocket, and see if a previous version will be able to compile with the > hyper included in the current servo setup. > > I saw the posts about th