Re: Easiest way to start using httpd.js?

2012-10-22 Thread Jim Porter
On 10/21/2012 11:53 AM, Ted Mielczarek wrote: There's also a bug on file[3] (with a WIP patch) on making ssltunnel+httpd.js usable from xpcshell tests, which might fit your usecase slightly better. This looks like exactly what I need. I can probably wait until this gets checked in. - Jim ___

DOM Bindings Meeting - Monday @ 12:30 PM PDT

2012-10-22 Thread Kyle Huey
Our weekly DOM bindings meetings continue on Monday October 22th at 12:30 PM PDT. Meeting details: * Monday, October 22, 2012, 12:30 PM PDT * Conference room 7-N, San Francisco office, 7th floor. * Dial-in Info: - Vidyo room: SFO-7N - In office or soft phone: extension 92 - US/INTL: 650-903-08

mochitest-browser-chrome now split out from mochitest-other - adjust your trychooser syntax

2012-10-22 Thread Ed Morley
At the end of last week, mochitest-browser-chrome was split out from mochitest-other (bug 791389), roughly halving the time taken for mochitest-other to complete. Trychooser [1] has been updated, but if you either type from memory or use saved MQs, please use 'mochitest-bc' if mochitest-browser

Re: Lightning 1.9b2 about:memory warning

2012-10-22 Thread Justin Lebar
Can you please file a bug (with STR, if you understand them) here? (I presume this user is opening about:memory from Thunderbird?) -Justin On Mon, Oct 22, 2012 at 9:29 AM, Philipp Kewisch wrote: > This is probably rather something worth reporting in dev.platform. That > memory reporter is the S

Re: Lightning 1.9b2 about:memory warning

2012-10-22 Thread Philipp Kewisch
This is probably rather something worth reporting in dev.platform. That memory reporter is the SQLite/storage service reporter. Its interesting that Lightning being installed causes this to show though. I've set Followup-To. Philipp On 10/22/12 2:53 PM, WaltS wrote: I am seeing this message

Re: nsXPIDLArray

2012-10-22 Thread Neil
Joshua Cranmer wrote: On 10/21/2012 12:31 PM, Neil wrote: While reviewing a patch that had to call into login manager from C++ I noticed that we don't have an RAII class for handling the array outparam. Would one be appreciated? I have written something that I call nsXPIDLArray, which so far