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
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
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
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,
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
* 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
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
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
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
> > * 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
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'
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
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
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
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
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 "
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
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/
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?
>
> >
>
>
>
>
19 matches
Mail list logo