mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-08 12:19:05 +02:00
They don't need to be NS_IMETHOD, but they should be MOZ_MUST_USE. Adding the latter catches a few missing checks, which the patch adds. The patch also gives PuppetWidget an InfallibleCreate() function, which makes the infallibility of PuppetWidget creation clear. |
||
|---|---|---|
| .. | ||
| test | ||
| moz.build | ||
| nsAppShellCID.h | ||
| nsAppShellFactory.cpp | ||
| nsAppShellService.cpp | ||
| nsAppShellService.h | ||
| nsAppShellWindowEnumerator.cpp | ||
| nsAppShellWindowEnumerator.h | ||
| nsChromeTreeOwner.cpp | ||
| nsChromeTreeOwner.h | ||
| nsContentTreeOwner.cpp | ||
| nsContentTreeOwner.h | ||
| nsIAppShellService.idl | ||
| nsIPopupWindowManager.idl | ||
| nsIWindowlessBrowser.idl | ||
| nsIWindowMediator.idl | ||
| nsIWindowMediatorListener.idl | ||
| nsIXULBrowserWindow.idl | ||
| nsIXULWindow.idl | ||
| nsWebShellWindow.cpp | ||
| nsWebShellWindow.h | ||
| nsWindowMediator.cpp | ||
| nsWindowMediator.h | ||
| nsXULWindow.cpp | ||
| nsXULWindow.h | ||