зеркало из https://github.com/mozilla/pjs.git
bug 620789 - Dump state of PlacesStarButton to try figure out intermittent failure in browser_bug581253.js
a=tests-only
This commit is contained in:
Родитель
d9aa63e05d
Коммит
e259deb689
|
@ -37,6 +37,7 @@ function test() {
|
|||
function waitForStarChange(aValue, aCallback) {
|
||||
if (PlacesStarButton._pendingStmt || starButton.hasAttribute("starred") != aValue) {
|
||||
info("Waiting for star button change.");
|
||||
info("pendingStmt: " + (!!PlacesStarButton._pendingStmt) + ", hasAttribute: " + starButton.hasAttribute("starred") + ", tracked uri: " + PlacesStarButton._uri.spec);
|
||||
timerID = setTimeout(arguments.callee, 50, aValue, aCallback);
|
||||
return;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче