Closed
Bug 855354
Opened 12 years ago
Closed 12 years ago
TEST-UNEXPECTED-FAIL | tests/test-content-worker.test:global postMessage | Should be an error - "error" == "exception"
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
1.15
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(1 file)
Bug 854558 introduced a test regression because some test loader don't set __exposedProps__ for console:
https://github.com/mozilla/addon-sdk/blob/master/lib/sdk/test/loader.js#L48
But we shouldn't be using the chrome console object in content sandboxes in any case.
Assignee | ||
Comment 1•12 years ago
|
||
Assignee: nobody → poirot.alex
Assignee | ||
Updated•12 years ago
|
Attachment #730227 -
Flags: review?(rFobic)
Updated•12 years ago
|
Updated•12 years ago
|
Attachment #730227 -
Flags: review?(rFobic) → review+
Comment 2•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/eaaf4cedbd4c9e49f463d422b997145c4d34e46d
Bug 855354: Stop using chrome console object in content script API implementation.
https://github.com/mozilla/addon-sdk/commit/2354c294ac8db2a9efd6fec6479be47778baa345
Merge pull request #904 from ochameau/bug855354
Bug 855354: Stop using chrome console object in content script API implementation. r=@Mossop
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.15
Comment 3•12 years ago
|
||
Commits pushed to integration at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/eaaf4cedbd4c9e49f463d422b997145c4d34e46d
Bug 855354: Stop using chrome console object in content script API implementation.
https://github.com/mozilla/addon-sdk/commit/2354c294ac8db2a9efd6fec6479be47778baa345
Merge pull request #904 from ochameau/bug855354
You need to log in
before you can comment on or make changes to this bug.
Description
•