Re: Poll: What do you need in MXR/DXR?

2013-10-03 Thread Erik Rose
Added with gusto. This actually drives me crazy, too. :-) On Oct 2, 2013, at 14:47 , Dave Townsend wrote: >> Things that drive me nuts about mxr when I've tried to use it: >> >> * When navigating down the directory/file tree, it keeps autofocusing the >> search field, which is super-annoying if

Re: Poll: What do you need in MXR/DXR?

2013-10-03 Thread Brian Smith
On Wed, Oct 2, 2013 at 12:33 PM, Erik Rose wrote: > What features do you most use in MXR and DXR? Blame. I wish blame mode was the default (only?) view. > What keeps you off DXR? (What are the MXR things you use constantly? Or the > things which are seldom-used but vital?) * Linking to a speci

Re: Poll: What do you need in MXR/DXR?

2013-10-03 Thread Joshua Cranmer 🐧
On 10/2/2013 2:33 PM, Erik Rose wrote: What features do you most use in MXR and DXR? Over in the recently renamed Web Engineering group, we're working hard to retire MXR. It hasn't been maintained for a long time, and there's a lot of duplication between it and DXR, which rests upon a more mod

Summit Innovation Fair: Improving developer productivity at Mozilla?

2013-10-03 Thread Chris Peterson
At the summit's Innovation Fairs, Mozilla's program management team will be hosting "Developer Productivity" booths to gather suggestions for streamlining our development processes and reducing developer frustration. What speed bumps are getting you down? Hardware, software, tools, trees, hg,

Re: Poll: What do you need in MXR/DXR?

2013-10-03 Thread Steve Fink
On Thu 03 Oct 2013 03:36:08 PM PDT, Steve Fink wrote: > * It doesn't know that #include "mozilla/*" can be found in mfbt/*, so > those headers aren't linkified. Whoops, wrong. I was looking at an autogenerated header. I do notice that when viewing jsapi.h, it can find all of headers in js/public

Re: Poll: What do you need in MXR/DXR?

2013-10-03 Thread Steve Fink
* It doesn't know that #include "mozilla/*" can be found in mfbt/*, so those headers aren't linkified. ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: Poll: What do you need in MXR/DXR?

2013-10-03 Thread Ehsan Akhgari
On 2013-10-03 3:24 PM, Nicolas B. Pierron wrote: The code base is compiled for multiple platforms. Currently I cannot find the functions which are defined on ARM unless we use a search as we used to do on MXR. This is a fundamental problem with DXR and will be difficult to fix, because the DX

Re: Do you consider to port mp3 support on Windows XP

2013-10-03 Thread Ralph Giles
On 2013-10-03 4:04 PM, lchenneb...@gmail.com wrote: > Ok so do you confirming me that MP4 will never be supported natively on > Firefox for Windows XP? We would like to support it, but it's unclear how without a platform decoder. Suggestions welcome, especially if they come with proof-of-concept

Re: Poll: What do you need in MXR/DXR?

2013-10-03 Thread Nicolas B. Pierron
Hi, On 10/02/2013 12:33 PM, Erik Rose wrote: What features do you most use in MXR and DXR? First of all I am using DXR since a while and I love it interface which give a contextual navigation as opposed to MXR. One of the feature I miss in DXR as opposed to MXR is that double-quotes are in

Re: C++ Standards Committee meeting next week

2013-10-03 Thread Botond Ballo
> > * Digit separators: int x = 1'000'000; // don't ask > > Gah. Breaks notion of a pp-number. Why on earth not 1_000_000, which > doesn't? Because "_" followed by any number of digits is a valid identifier, so that would have created an ambiguity with C++11 user-defined literals. For e

Re: Poll: What do you need in MXR/DXR?

2013-10-03 Thread Ehsan Akhgari
On 2013-10-03 2:31 AM, Justin Dolske wrote: On 10/2/13 1:48 PM, Terrence Cole wrote: I've been using DXR (at least when it has been working) since 2011. One thing I'd like to see should be simple to implement: typing a file name into the search bar should find that file rather than nothing. I'

Re: Poll: What do you need in MXR/DXR?

2013-10-03 Thread Ehsan Akhgari
On 2013-10-02 5:31 PM, Nicholas Cameron wrote: Could we run with DEBUG on? We'd index strictly more code (I think) and sometimes I miss debug-only things. (One day I would love to get Windows-only stuff indexed, but I guess we have to wait for Clang to work on Windows for that). clang is wor

Re: Do you consider to port mp3 support on Windows XP

2013-10-03 Thread lchenneberg
On Tuesday, September 3, 2013 5:56:39 PM UTC-4, Robert O'Callahan wrote: > On Wed, Sep 4, 2013 at 3:51 AM, <> wrote: > > > > > I have an html5 interactive player that works on most famous navigators > > > unless Opera and Firefox. > > > Because of lack of MP3 and MP4 support. It would be great

Re: Do you consider to port mp3 support on Windows XP

2013-10-03 Thread lchenneberg
On Tuesday, September 3, 2013 5:56:39 PM UTC-4, Robert O'Callahan wrote: > On Wed, Sep 4, 2013 at 3:51 AM, <> wrote: > > > > > I have an html5 interactive player that works on most famous navigators > > > unless Opera and Firefox. > > > Because of lack of MP3 and MP4 support. It would be great

Re: C++ Standards Committee meeting next week

2013-10-03 Thread Zack Weinberg
On 2013-10-02 12:06 PM, Botond Ballo wrote: * Digit separators: int x = 1'000'000; // don't ask Gah. Breaks notion of a pp-number. Why on earth not 1_000_000, which doesn't? zw ___ dev-platform mailing list dev-platform@lists.mozilla.org

Re: Poll: What do you need in MXR/DXR?

2013-10-03 Thread Ehsan Akhgari
On 2013-10-02 4:52 PM, Boris Zbarsky wrote: On 10/2/13 3:33 PM, Erik Rose wrote: What keeps you off DXR? (What are the MXR things you use constantly? Or the things which are seldom-used but vital?) MXR things I use constantly that don't seem to have obvious dxr counterparts: * Search on the "

Re: Add-ons Firefox 24 crash due to recent change in JSAPI

2013-10-03 Thread Bobby Holley
You should call Javascript functions from JS. If your app is mostly C++, then you can use a JS-implemented XPCOM component to do the JS work. If your core logic is easily convertible to JS, then you should do that, and interface with native code via XPCOM and JS-CTypes. On Thu, Oct 3, 2013 at 2:3

Re: Faster builds, now.

2013-10-03 Thread Ehsan Akhgari
On 2013-10-02 5:27 PM, Mike Hommey wrote: On Wed, Oct 02, 2013 at 11:42:45AM -0400, Ehsan Akhgari wrote: I just did a no-op ./mach build binaries on my debug build on a Mac, and it took about 28 seconds. $ time ./mach build binaries 0:01.96 /usr/bin/make -j8 -s binaries 0:12.19 From ./dist/

Re: Add-ons Firefox 24 crash due to recent change in JSAPI

2013-10-03 Thread vasuyadavkrishn
On Monday, September 23, 2013 9:33:59 PM UTC+5:30, Bobby Holley wrote: > On Mon, Sep 23, 2013 at 5:12 AM, wrote: > > > > > Thanks a lot Bobby. > > > My issue is solved after use of nsCxPusher for JSContext. > > > Could you suggest me some alternative approach to do the same? > > > > > > >