Backporting fixes for bugs 104977 (tabbing rewrite), and 81398 (tabbing through out-of-flow frames) to the branch to fix bug 91184. r=saari, sr=hyatt, a=marek.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_0_9_4_BRANCH@109246 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -666,13 +666,6 @@ NS_IMETHODIMP nsDocShellTreeOwner::SetFocus()
|
||||
return NS_ERROR_NULL_POINTER;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP nsDocShellTreeOwner::FocusAvailable(nsIBaseWindow* aCurrentFocus,
|
||||
PRBool aForward,
|
||||
PRBool* aTookFocus)
|
||||
{
|
||||
return NS_ERROR_NULL_POINTER;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP nsDocShellTreeOwner::GetTitle(PRUnichar** aTitle)
|
||||
{
|
||||
if (mOwnerWin)
|
||||
|
||||
Reference in New Issue
Block a user