Bug 131256: make status bar reflect actual activity, lower time between status updates from 400ms to 40ms. r=mozbot, sr=darin.
git-svn-id: svn://10.0.0.236/trunk@135299 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ed5fb21283
commit
d5ccedbb4e
@ -289,7 +289,7 @@ nsBrowserStatusFilter::StartDelayTimer()
|
||||
if (!mTimer)
|
||||
return NS_ERROR_FAILURE;
|
||||
|
||||
return mTimer->InitWithFuncCallback(TimeoutHandler, this, 400,
|
||||
return mTimer->InitWithFuncCallback(TimeoutHandler, this, 40,
|
||||
nsITimer::TYPE_ONE_SHOT);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user