gecko-dev/xpfe/appshell
Nathan Froyd b252a27930 Bug 1142503 - don't use QueryInterface when the compiler can do the cast for us; r=ehsan
Calling QueryInterface with a statically known IID should typically not
be necessary.  In those cases where it's not, the compiler can do the
cast for us, though we have to supply the reference-counting that
QueryInterface would do.

In passing, several redundant null-checks for the result of |new T| have
been deleted.
2015-03-12 09:43:50 -04:00
..
test Bug 1116187 - Disable failing mochitest-chrome tests for B2G, r=gbrown 2015-02-06 16:30:37 -08:00
moz.build Bug 1047873 - Flatten xpfe/appshell/{public,src}/ directories. r=Neil 2014-08-02 13:44:23 -07:00
nsAppShellCID.h Bug 1047873 - Flatten xpfe/appshell/{public,src}/ directories. r=Neil 2014-08-02 13:44:23 -07:00
nsAppShellFactory.cpp Bug 1047873 - Flatten xpfe/appshell/{public,src}/ directories. r=Neil 2014-08-02 13:44:23 -07:00
nsAppShellService.cpp Bug 1129774. Part 5: Remove aContext parameter from nsIWidget::Create. r=jmathies 2015-02-05 20:35:25 +13:00
nsAppShellService.h Bug 1047873 - Flatten xpfe/appshell/{public,src}/ directories. r=Neil 2014-08-02 13:44:23 -07:00
nsAppShellWindowEnumerator.cpp Bug 1047873 - Flatten xpfe/appshell/{public,src}/ directories. r=Neil 2014-08-02 13:44:23 -07:00
nsAppShellWindowEnumerator.h Bug 1118605 - Mark virtual overridden functions as MOZ_OVERRIDE in xpfe/appshell; r=bsmedberg 2015-01-12 16:30:52 -05:00
nsChromeTreeOwner.cpp Bug 1051017 - Add browser.contentWindowAsCPOW and browser.contentDocumentAsCPOW (r=mconley,mrbkap) 2014-08-20 12:49:11 -07:00
nsChromeTreeOwner.h Bug 1047873 - Flatten xpfe/appshell/{public,src}/ directories. r=Neil 2014-08-02 13:44:23 -07:00
nsContentTreeOwner.cpp Bug 999239: Copy session history when recreating browser element for the remote -> non-remote transition. r=bz, r=felipe, sr=gavin 2014-09-25 11:35:45 -07:00
nsContentTreeOwner.h Bug 1061061 - Fix more bad implicit constructors in misc. code; r=bsmedberg 2014-09-02 18:24:24 -04:00
nsIAppShellService.idl Bug 1047873 - Flatten xpfe/appshell/{public,src}/ directories. r=Neil 2014-08-02 13:44:23 -07:00
nsIPopupWindowManager.idl Bug 1047873 - Flatten xpfe/appshell/{public,src}/ directories. r=Neil 2014-08-02 13:44:23 -07:00
nsIWindowMediator.idl Bug 1047873 - Flatten xpfe/appshell/{public,src}/ directories. r=Neil 2014-08-02 13:44:23 -07:00
nsIWindowMediatorListener.idl Bug 1047873 - Flatten xpfe/appshell/{public,src}/ directories. r=Neil 2014-08-02 13:44:23 -07:00
nsIXULBrowserWindow.idl Bug 1047603 - Make TabParent::AnswerCreateWindow force the initial browser to be remote in a new window. r=smaug. 2015-01-13 17:24:52 -05:00
nsIXULWindow.idl Bug 1047873 - Flatten xpfe/appshell/{public,src}/ directories. r=Neil 2014-08-02 13:44:23 -07:00
nsWebShellWindow.cpp Backed out 7 changesets (bug 1075670) for causing bug 1139010. 2015-03-03 18:44:56 -05:00
nsWebShellWindow.h Bug 1118605 - Mark virtual overridden functions as MOZ_OVERRIDE in xpfe/appshell; r=bsmedberg 2015-01-12 16:30:52 -05:00
nsWindowMediator.cpp Bug 1142503 - don't use QueryInterface when the compiler can do the cast for us; r=ehsan 2015-03-12 09:43:50 -04:00
nsWindowMediator.h Bug 1074557 - Remove the lock in nsWindowMediator. r=Neil 2014-10-16 15:45:17 -07:00
nsXULWindow.cpp Bug 1125848 - Reduce the likelyhood of a CompositorParent being destroyed without the proper shutdown sequence. r=sotaro 2015-03-09 10:46:56 +01:00
nsXULWindow.h Bug 1061061 - Fix more bad implicit constructors in misc. code; r=bsmedberg 2014-09-02 18:24:24 -04:00