Added comment for when to add win_start in just like the win_stop.
git-svn-id: svn://10.0.0.236/trunk@66963 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -93,7 +93,9 @@ NS_IMETHODIMP nsDSWebProgressListener::OnStatusChange(nsIChannel* aChannel,
|
||||
// window
|
||||
if(mDocShell)
|
||||
{
|
||||
if(aProgressStatusFlags & nsIWebProgress::flag_net_start)
|
||||
if(aProgressStatusFlags & nsIWebProgress::flag_net_start &&
|
||||
PR_TRUE /*XXX Eventually check some flag to make sure there is not
|
||||
already window activity. If there is don't add the window start*/)
|
||||
aProgressStatusFlags |= nsIWebProgress::flag_win_start;
|
||||
else if(aProgressStatusFlags & nsIWebProgress::flag_net_stop &&
|
||||
PR_TRUE /*XXX Eventually check some flag to see if there is animation
|
||||
|
||||
Reference in New Issue
Block a user