No need to update the urlbar in OnEndDocumentLoad()
git-svn-id: svn://10.0.0.236/trunk@47618 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1656,10 +1656,6 @@ nsBrowserAppCore::OnEndDocumentLoad(nsIDocumentLoader* aLoader, nsIChannel* chan
|
||||
}
|
||||
}
|
||||
|
||||
// Stop the throbber and set the urlbar string
|
||||
if (aStatus == NS_OK)
|
||||
setAttribute( mWebShell, "urlbar", "value", (const char*)url);
|
||||
|
||||
/* To satisfy a request from the QA group */
|
||||
if (aStatus == NS_OK) {
|
||||
fprintf(stdout, "Document %s loaded successfully\n", (const char*)url);
|
||||
|
||||
Reference in New Issue
Block a user