Closed
Bug 1083427
Opened 11 years ago
Closed 11 years ago
Failing (hidden) jetpack tests: Exposing privileged or cross-origin callable is prohibited
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla36
People
(Reporter: mossop, Assigned: bholley)
References
Details
Attachments
(1 file)
4.73 KB,
patch
|
gkrizsanits
:
review+
|
Details | Diff | Splinter Review |
Lots of jetpack tests are now failing since bug 1082450 landed
Comment 1•11 years ago
|
||
Breaks the add-on https://addons.mozilla.org/en-US/firefox/addon/self-destructing-cookies/versions/0.4.7-pre2.
Mozilla/5.0 (Windows NT 6.3; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0
![]() |
||
Comment 2•11 years ago
|
||
Dave, can you point me to a particular failing test, please?
Flags: needinfo?(bobbyholley)
Comment 3•11 years ago
|
||
I talked to Matteo about this, https://tbpl.mozilla.org/php/getParsedLog.php?id=50292897&tree=Jetpack
is a good starting point, or https://tbpl.mozilla.org/?tree=Jetpack for that matter. I see some "Got an error: Exposing privileged or cross-origin callable is prohibited" I guess we should look into those.
Flags: needinfo?(bobbyholley)
Comment 4•11 years ago
|
||
I accidentally cleared the needInfo flag... putting it back.
Flags: needinfo?(bobbyholley)
Assignee | ||
Comment 5•11 years ago
|
||
Attachment #8506067 -
Flags: review?(gkrizsanits)
Assignee | ||
Updated•11 years ago
|
Flags: needinfo?(bobbyholley)
Summary: Error: Exposing privileged or cross-origin callable is prohibited → Failing (hidden) jetpack tests: Exposing privileged or cross-origin callable is prohibited
Comment 6•11 years ago
|
||
Comment on attachment 8506067 [details] [diff] [review]
Remove exposedProps from sandbox code. v1
Review of attachment 8506067 [details] [diff] [review]:
-----------------------------------------------------------------
Looks all good.
Attachment #8506067 -
Flags: review?(gkrizsanits) → review+
Assignee | ||
Comment 7•11 years ago
|
||
Assignee | ||
Comment 8•11 years ago
|
||
(In reply to Bobby Holley (:bholley) from comment #7)
> https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=fc0539e630bb
Looks like this does indeed fix the JP tests.
https://hg.mozilla.org/integration/mozilla-inbound/rev/0e462b14ae1a
Comment 9•11 years ago
|
||
Indeed it has fixed my problem with self-destructing cookies.
Reporter | ||
Comment 10•11 years ago
|
||
Awesome, thanks
Comment 11•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/e7a7db91f62f3505993048075f8736fc650f5e69
Bug 1083427 - Remove exposedProps from sandbox code. r=gabor
Comment 12•11 years ago
|
||
Assignee: nobody → bobbyholley
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
You need to log in
before you can comment on or make changes to this bug.
Description
•