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:
bryner%netscape.com
2001-11-29 21:38:07 +00:00
parent b656d6af3b
commit 59913e72b9
25 changed files with 898 additions and 1554 deletions

View File

@@ -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)