Bug 699356 - Show the URL of the page in the title of the View Source window. r=smaug.

This commit is contained in:
Henri Sivonen
2011-11-30 19:44:31 +02:00
parent ad196dc350
commit 72a4aefa74
9 changed files with 54 additions and 15 deletions

View File

@@ -54,9 +54,9 @@ nsHtml5Tokenizer::FlushViewSource()
}
void
nsHtml5Tokenizer::StartViewSource()
nsHtml5Tokenizer::StartViewSource(const nsAutoString& aTitle)
{
mViewSource->Start();
mViewSource->Start(aTitle);
}
void