Re: Soliciting advice on #650960 (replacement for print progress bars)

2013-02-26 Thread Zack Weinberg
On 2013-02-25 10:51 PM, Justin Dolske wrote: Would it be helpful to fix this in two stages? EG, go ahead and land your backend changes now, but continue to use an app-modal dialog (which is driven by your new events). The new UI could then be investigated separately as an independent followup.

Re: Please upgrade to at least Mercurial 2.5.1

2013-02-26 Thread Joe Drew
In case people are wondering (like I was), says: > Client versions between 2.1 and 2.4.2 inclusive are affected. ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/lis

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

2013-02-26 Thread Neil
ishikawa wrote: >By the way, does looking at IDL header/declaration files help me to figure out >where the double is returned? > You would have to peek in the locals on the stack to find out exactly which interface is being called. I don't know how to do this. -- Warning: May contain traces of

Re: Loading data into with type == chrome

2013-02-26 Thread Boris Zbarsky
On 2/26/13 4:58 AM, matt...@salsitasoft.com wrote: I couldn't see a way to load the document via the channel. I thought you were implementing a custom protocol handler? If you are, then you can just use whatever channel you want. If you're not, of course, messing with the channel won't help

Re: Notice of browser and toolkit theme renamings

2013-02-26 Thread Marco Bonardo
On 26/02/2013 12:58, Mounir Lamouri wrote: On 23/02/13 07:25, Jared Wein wrote: I wanted to let you all know about bug 842913, of which I just landed the patch for on mozilla-inbound. Is themes/linux/ agnostic of the library being used (aka GTK vs QT)? -- Mounir See bug 844597 (https:/

Re: OpenVG Azure backend

2013-02-26 Thread Milan Sreckovic
"Large amount of work" - sure, but it is sort of independent, in that you wouldn't expect to touch a lot of code elsewhere, so it should be easy from the merging point of view. Milan On 2013-02-25, at 2:40 PM, Nicholas Cameron wrote: > On Tuesday, February 26, 2013 8:34:39 AM UTC+13, Jet Vill

Re: What does BC stand for?

2013-02-26 Thread Ryan VanderMeulen
On 2/26/2013 5:39 AM, allencb...@gmail.com wrote: In arewefastyet.com (which is the website for posting the latest Mozilla Javascript performance), there's a new branch of js called (BC + Ion + TI) in addition to (JM + TI + Ion).I suppose JM stands for JaegerMonkey, TI stands for Type-infe

can not open a link in new tab from mozilla toolbar

2013-02-26 Thread saur m
Hello everyone, I am new to the Mozilla development and have successfully build the nightly browser. I just created a new toolbar but while opening link from toolbar it opens link in new window instead of new tab; whereas same code works in external html file. following is the toolbar code :

Re: GTest has landed

2013-02-26 Thread Mounir Lamouri
On 25/02/13 15:57, Benoit Girard wrote: > Hello dev.platform, > > GTest has landed this weekend on mozilla-central[1]. It should now be > ready for developers to start writing test. It will appear on > tinderbox once it is build off '--enable-tests'. For more details see > the documentation: https

Re: Notice of browser and toolkit theme renamings

2013-02-26 Thread Mounir Lamouri
On 23/02/13 07:25, Jared Wein wrote: > Hi, > > I wanted to let you all know about bug 842913, of which I just landed the > patch for on mozilla-inbound. > > The goal of the bug is to make the process of working with the /browser and > /toolkit themes easier for new contributors. The previous na

Re: What does BC stand for?

2013-02-26 Thread Makoto Kato
BC is baseline JIT. https://bugzilla.mozilla.org/show_bug.cgi?id=805241 On 2013/02/26 19:39, allencb...@gmail.com wrote: In arewefastyet.com (which is the website for posting the latest Mozilla Javascript performance), there's a new branch of js called (BC + Ion + TI) in addition to (JM + TI +

What does BC stand for?

2013-02-26 Thread allencblee
In arewefastyet.com (which is the website for posting the latest Mozilla Javascript performance), there's a new branch of js called (BC + Ion + TI) in addition to (JM + TI + Ion).I suppose JM stands for JaegerMonkey, TI stands for Type-inference, and Ion stands for IonMonkey. What does BC s

How to automatically register a PKCS#11 module into firefox?

2013-02-26 Thread m . salsal
Hi, I have a pkcs#11 dll library and want it to register it in the firefox browser using a MSI setup. I checked with 'modutil' tool, but unfortunately, it shows me an unexpected error message even when you create new key/certificate database set. It says "certificate/key database is in an old un

Re: Loading data into with type == chrome

2013-02-26 Thread matthew
On Monday, February 25, 2013 8:40:45 PM UTC+1, Boris Zbarsky wrote: > On 2/25/13 1:46 PM, matt...@salsitasoft.com wrote: > > So are you suggesting that I create the chrome:// URI channel myself and > > load from it after changing the originalURI? > > Yes, I think so. I couldn't see a way to load