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,

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, the

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

2013-10-24 Thread Dave Hylands
Hi Erik, - Original Message - From: Erik Rose e...@mozilla.com 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

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