Re: [dev-servo] Debugging Servo Browser internals

2014-03-24 Thread Josh Matthews
On 03/23/2014 01:30 PM, Abhijeet Kandalkar wrote: Any resources about debugging of Servo on Ubuntu 12.04 Regards, Abhijeet Hi Abhijeet, You'll need to be more specific about what you're trying to do. There's https://github.com/mozilla/servo/wiki/Debugging but it's just a list of techniques

Re: [dev-servo] 3/24 meeting notes (greetings; android; acid2; rust upgrade)

2014-03-24 Thread Robert O'Callahan
We have multiple layers support. I reworked because it was bogus, but it's a hard problem with iframes in multiple threads Would it be helpful to explain how multiprocess layer trees work in Gecko? Very different than it was before because they're doing it without false DOM nodes - all

Re: [dev-servo] 3/24 meeting notes (greetings; android; acid2; rust upgrade)

2014-03-24 Thread Robert O'Callahan
On Tue, Mar 25, 2014 at 9:41 AM, Patrick Walton pcwal...@mozilla.comwrote: On 3/24/14 1:40 PM, Robert O'Callahan wrote: We have multiple layers support. I reworked because it was bogus, but it's a hard problem with iframes in multiple threads Would it be helpful to explain how