Source code files declarations in moz.build changed

2013-10-24 Thread Mike Hommey
Hi, As of bug 929905, which I landed earlier on mozilla-inbound, declaring source code (as in assembler, C, C++, Objective C, Objective C++) in moz.build changed to be (much) simpler. Instead of using: CPP_SOURCES, CSRCS, CMSRCS, CMMSRCS, SSRCS, ASFILES, now use: SOURCES Ins

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

2013-10-24 Thread Dave Hylands
Hi Erik, - Original Message - > From: "Erik Rose" > To: dev-platform@lists.mozilla.org > Sent: Wednesday, October 2, 2013 12:33:40 PM > Subject: Poll: What do you need in MXR/DXR? > > What features do you most use in MXR and DXR? One feature I'd like to see in DXR is the ability to clic

Re: nsGUIEvent.h related stuff has been sorted out

2013-10-24 Thread Tim Abraldes
> I hope this change makes you happy! It most certainly does! I'm a huge proponent of code cleanup and organization, and this looks like a beautiful example of those. > Finally, the root class, WidgetEvent, has As*Event class. The "*" > doesn't include the prefix. I.e., for WidgetMouseEvent, th

Re: Removing a window from the session store

2013-10-24 Thread David Rajchenbach-Teller
Please don't do that, we are going to remove the nsISupportsString from sessionstore-state-write soon. (So far, there is a single add-on that uses it, so we're busy preparing an API for that add-on before we remove that. Please don't make our life harder :) ) On Thu Oct 24 21:56:06 2013, Matthe

Re: Removing a window from the session store

2013-10-24 Thread Matthew Gertner
The private browsing approach didn't work for me since there is a visible indication in the title bar that the window is private, which I don't want. I ended up solving this by observing sessionstore-state-write and changing the session data manually (possible since it is passed in as the subjec

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

2013-10-24 Thread Vasu Yadav
On Thursday, September 19, 2013 10:06:30 AM UTC+5:30, Vasu Yadav wrote: > Hi > > > > We are facing problem with our Add-ons support for FireFox 24.Firefox is > crashing. In earlier approach we was using 'JS_GetGlobalObject' to get global > object from docShell. > https://developer.mozilla.or