Re: audio/sound control ?

2013-02-06 Thread rvj
I am currently developing for the Windows OS but I am looking for a cross platform solution which would allow a user of a XUL application the ability to a) adjust the system "volume" control (speakers/headphones) b) turn on/off the internal built-in microphone (if one exists) c) t

Re: audio/sound control ?

2013-02-06 Thread rvj
... correct "Michael Lefevre" wrote in message news:6t-dnr9sejgb5ozmnz2dnuvz_vgdn...@mozilla.org... On 05/02/2013 16:26, Ralph Giles wrote: On 13-02-05 4:56 AM, rvj wrote: A request for a simple audio/sound interface seems to be doomed for a decade Can you be more specific? I don't

Re: How does one debug uninitialized value usage from JavaScript (TB) ?

2013-02-06 Thread ISHIKAWA, Chiaki
(2013/02/01 11:47), ISHIKAWA, Chiaki wrote: (2013/02/01 11:34), Joshua Cranmer wrote: On 1/31/2013 8:26 PM, ISHIKAWA, Chiaki wrote: (2013/02/01 1:48), Joshua Cranmer wrote: On 1/31/2013 9:41 AM, ISHIKAWA, Chiaki wrote: Sorry, it may not have been ldap code (my memory is now hazy). But please

Re: The future of PGO on Windows

2013-02-06 Thread Dave Mandelin
On Mon, Feb 4, 2013 at 11:23 PM, Asa Dotzler wrote: > On 2/4/2013 6:59 PM, Dave Mandelin wrote: >> I was talking to Taras and Naveed about this today, and what also >> came up was: >> >> 4. Do the work to make 64-bit JS jit perf as good as 32-bit JS jit >> perf, and then switch to x64 builds for W

Re: The future of PGO on Windows

2013-02-06 Thread Jean-Marc Desperrier
Dave Mandelin a écrit : >Approximately 35% of our installs are on Windows XP. Microsoft has said that >less than 1% of XP installs are 64-bit. About 7% of our users are on Vista. >Microsoft said Vista's 64-bit percentage is about 11%. Just over 50% of our >Windows users are on Windows 7. Microsof

Cycle collection for workers

2013-02-06 Thread Robert O'Callahan
We're going to want to add worker bindings for canvas (both 2D and WebGL). Over time I expect we'll want worker versions of almost every popular DOM API that doesn't actually require content/layout. We need to be able to share code between worker and main-thread implementations as much as possible.

Re: Cycle collection for workers

2013-02-06 Thread Bobby Holley
As a matter of fact, there was just a decision yesterday here at the London DOM work week to implement a cycle collector for workers. Kyle is doing it, and can probably fill in any necessary details. He says it "shouldn't be that hard." bholley On Wed, Feb 6, 2013 at 11:27 PM, Robert O'Callahan w

Re: Cycle collection for workers

2013-02-06 Thread Kyle Huey
I'll just copy/paste the email I had in my drafts folder. On Wed, Feb 6, 2013 at 11:27 PM, Robert O'Callahan wrote: > We're going to want to add worker bindings for canvas (both 2D and WebGL). > Over time I expect we'll want worker versions of almost every popular DOM > API that doesn't actually

Re: Cycle collection for workers

2013-02-06 Thread Andrew McCreight
We talked about this at the DOM work week a day or two ago. Kyle has a patch in progress. There are some other things that have to be done for it to work that I don't recall. Andrew - Original Message - > We're going to want to add worker bindings for canvas (both 2D and > WebGL). > O

Re: Cycle collection for workers

2013-02-06 Thread Robert O'Callahan
This is great news! On Thu, Feb 7, 2013 at 12:32 PM, Kyle Huey wrote: > *The plan* > > Therefore we've decided to discard the worker model in favor of a cycle > collected model like we have on the main thread. Our plan is to do the > following: > >1. Port the cycle collector to non-main-thr

Re: Cycle collection for workers

2013-02-06 Thread Kyle Huey
On Wed, Feb 6, 2013 at 11:51 PM, Robert O'Callahan wrote: > This is great news! > > > On Thu, Feb 7, 2013 at 12:32 PM, Kyle Huey wrote: > >> *The plan* >> >> Therefore we've decided to discard the worker model in favor of a cycle >> collected model like we have on the main thread. Our plan is to

Re: The future of PGO on Windows

2013-02-06 Thread Asa Dotzler
On 2/6/2013 12:01 PM, Jean-Marc Desperrier wrote: On W3Schools, XP usage is significantly going down : http://www.w3schools.com/browsers/browsers_os.asp That's not a very good proxy for our users or our target users. W3Schools is a web developer focused site so they're going to reflect that

Snappy Meeting, Thurs Feb 7, 11am PT

2013-02-06 Thread Lawrence Mandel
Reminder: Snappy meetings are now held in the Performance Vidyo room. The Snappy meeting is held bi-weekly to discuss issues with Firefox responsiveness and the various responsiveness initiatives that are underway. This week is a Snappy meeting ON week. Please add your items and status to the a

Problems during shutdown of TB [debug build] (from session log of "make mozmill")

2013-02-06 Thread ISHIKAWA, Chiaki
I have seen discussions going on about the dependency issues of modules during shutdown processes of mozilla software. Just in case, nobody knows, here are quotes from session log of running debug build of TB using "make mozmill" test harness. (Is Debug build of TB produced and tested by mozilla o