www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 08b62f41e01906b8531982642096fe6469281d58
parent 474420620ef3fc44b76f48b0f5bedd099fc37728
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue,  6 Sep 2016 18:02:54 -0400

Log opened windows in waitForWindow() test support function

Diffstat:
Mtest/content/support.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/test/content/support.js b/test/content/support.js @@ -68,6 +68,7 @@ function waitForWindow(uri, callback) { Components.utils.import("resource://gre/modules/Services.jsm"); var loadobserver = function(ev) { ev.originalTarget.removeEventListener("load", loadobserver, false); + Zotero.debug("Window opened: " + ev.target.location.href); if(ev.target.location.href == uri) { Services.ww.unregisterNotification(winobserver); var win = ev.target.docShell