Closed
Bug 751138
Opened 13 years ago
Closed 13 years ago
"test-sandbox.test non-privileged" fails on "Access to components is restricted"
Categories
(Add-on SDK Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(1 file)
Bug 735280 introduce a new behavior around "Components.utils".
Instead of throwing "Access to components is restricted" exception it is now just undefined.
Assignee | ||
Comment 1•13 years ago
|
||
Assignee: nobody → poirot.alex
Attachment #620279 -
Flags: review?(rFobic)
Updated•13 years ago
|
Attachment #620279 -
Flags: review?(rFobic) → review+
Comment 2•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/ea8473d4ed46186d9d151391f7410582720047f6
Bug 751138: Modify test-sandbox in order to support new behavior of Components.* introduced in bug 735280.
https://github.com/mozilla/addon-sdk/commit/0772f2d630b722a6e7a73a58b5792f2a33401bb8
Merge pull request #421 from ochameau/bug/751138-fix-test-sandbox
Bug 751138: Modify test-sandbox in order to support new behavior of Components.* introduced in bug 735280. r=@mossop
Assignee | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•