Closed Bug 1218860 Opened 9 years ago Closed 4 years ago

openWindow test appears to be looking at the wrong arg

Categories

(addons.mozilla.org Graveyard :: Add-on Validation, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: scolville, Unassigned)

Details

Whilst implementing tests the JS validiator I noticed that this test [1] 

is checking code like so:

var foo = Cc["foo"].getService(Components.interfaces.nsIWindowWatcher);
foo.openWindow("chrome://foo/bar")

So this code being tested is using the first arg for the uri. In the MDN docs the uri looks to be the second arg [2]

[1] https://github.com/mozilla/amo-validator/blob/7a8011aba8bf8c665aef2b51eb26d0697b3e19c3/tests/test_js_xpcom.py#L293

[2] https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIWindowWatcher#openWindow()
Product: addons.mozilla.org → addons.mozilla.org Graveyard
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.