Closed
Bug 876907
Opened 12 years ago
Closed 12 years ago
Add test for tab.open inNewWindow + onOpen combination
Categories
(Add-on SDK Graveyard :: General, defect, P2)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: evold, Assigned: evold)
References
Details
Attachments
(1 file)
There is no test for this snippet atm:
tabs.open({
url: 'http://mozilla.org',
inNewWindow: true,
onOpen: function() {
// test that this is called..
}
})
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → evold
| Assignee | ||
Comment 1•12 years ago
|
||
Pointer to Github pull-request
| Assignee | ||
Comment 2•12 years ago
|
||
Comment on attachment 755035 [details]
Pointer to Github pull request: https://github.com/mozilla/addon-sdk/pull/1010
May I send you reviews now Jordan?
Attachment #755035 -
Flags: review?(jsantell)
Priority: -- → P2
Comment 3•12 years ago
|
||
Comment on attachment 755035 [details]
Pointer to Github pull request: https://github.com/mozilla/addon-sdk/pull/1010
Looks good!
Attachment #755035 -
Flags: review?(jsantell) → review+
Comment 4•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/0fba836d548be728ded3d693ece8651e3462b46f
Bug 876907: adding a test for the tabs.open with onOpen and inNewWindow options combination
https://github.com/mozilla/addon-sdk/commit/1b7d428857bda6bdd07ca11cfd91143e26c61c21
Merge pull request #1010 from erikvold/876907
Fix Bug 876907: adding a test for the tabs.open with onOpen and inNewWindow r=@jsantell
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Blocks: 880558
You need to log in
before you can comment on or make changes to this bug.
Description
•