зеркало из https://github.com/mozilla/pjs.git
Stubbed out the implementation of FocusAvailable in webshell as part of the nsIBaseWindow interface.
This commit is contained in:
Родитель
8ecbc31baa
Коммит
d2cc19eccf
|
@ -4071,6 +4071,13 @@ NS_IMETHODIMP nsWebShell::SetFocus()
|
|||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsWebShell::FocusAvailable(nsIBaseWindow* aCurrentFocus, PRBool* aTookFocus)
|
||||
{
|
||||
NS_ENSURE_ARG_POINTER(aTookFocus);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP nsWebShell::GetTitle(PRUnichar** aTitle)
|
||||
{
|
||||
*aTitle = mTitle.ToNewUnicode();
|
||||
|
|
|
@ -4071,6 +4071,13 @@ NS_IMETHODIMP nsWebShell::SetFocus()
|
|||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsWebShell::FocusAvailable(nsIBaseWindow* aCurrentFocus, PRBool* aTookFocus)
|
||||
{
|
||||
NS_ENSURE_ARG_POINTER(aTookFocus);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP nsWebShell::GetTitle(PRUnichar** aTitle)
|
||||
{
|
||||
*aTitle = mTitle.ToNewUnicode();
|
||||
|
|
Загрузка…
Ссылка в новой задаче