PSA: Putting at the start of header / source file may break Windows build

2017-02-21 Thread Xidorn Quan
There is an issue [1] in our STL wrappers that, when is the first include in a source file, build would fail inside system header with MSVC. It doesn't always show up immediately when you do so because of unified source. But things may start being broken weirdly when someone tries to add new file

Re: Embeddable Browser

2017-02-21 Thread Mike Hommey
On Tue, Feb 21, 2017 at 04:29:43PM -0800, Myk Melez wrote: > > Rodolpho Porto > > 2017 February 20 at 02:38 > > Hello guys, > > > > I do not know if this serious or the right group to do this ask, but I > > will try here rss > > > > Xulrunner no longer has

Re: Embeddable Browser

2017-02-21 Thread 段垚
For extended support (non-offical) of xulrunner-stub, see my project: https://github.com/duanyao/xulrunner-stub For embedable gecko in Winforms, see GeckoFX: https://bitbucket.org/geckofx/ 在 2017/2/20 18:38, Rodolpho Porto 写道: Hello guys, I do not know if this serious or the right group to

Re: Doxygen output?

2017-02-21 Thread Ted Mielczarek
We have auto-generated docs using Sphinx on ReadTheDocs[1]. If someone was motivated, it looks like there does exist code[2] to bridge doxygen docs into Sphinx, so it should be possible to get those docs into the existing RTD setup. There are even docs on RTD[3] for how to add new docs! -Ted 1.

Re: Doxygen output?

2017-02-21 Thread Bill McCloskey
I've been thinking about how to integrate documentation into Searchfox. One obvious thing is to allow it to display Markdown files and reStructuredText. I wonder if it could do something useful with Doxygen comments though? Is this something people would be interested in? On Tue, Feb 21, 2017 at

Re: Doxygen output?

2017-02-21 Thread Eric Rahm
I was just thinking about this as I probably wouldn't use the standard doxygen output much, but can definitely see the usefulness when integrated into our code indexers which I use quite often. Most useful to me would be: - @param doc when hovering over a param (in function, or when calling a

Re: Doxygen output?

2017-02-21 Thread Andrew Sutherland
On Tue, Feb 21, 2017, at 03:13 PM, Bill McCloskey wrote: > I've been thinking about how to integrate documentation into Searchfox. > One > obvious thing is to allow it to display Markdown files and > reStructuredText. I wonder if it could do something useful with Doxygen > comments though? Is this

Re: Intent to ship: Event.timeStamp as DOMHighResTimeStamp

2017-02-21 Thread smaug
On 02/21/2017 07:03 AM, Brian Birtles wrote: As of Firefox 54, I intend to turn on, by default, the code that makes Event.timeStamp a DOMHighResTimeStamp. This makes this member a double whose value is the number of milliseconds since the time origin. This has been developed behind the