Closed Bug 1062892 Opened 10 years ago Closed 10 years ago

[e10s] Simple Add-on SDK addon with page-mod not working with e10s

Categories

(Firefox :: Extension Compatibility, defect)

35 Branch
x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1066685
Tracking Status
e10s + ---

People

(Reporter: support, Unassigned)

References

Details

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.94 Safari/537.36

Steps to reproduce:

I wanted to run a Add-on SDK add-on with this main code in Nightly with e10s enabled:

var pageMod = require("sdk/page-mod");
pageMod.PageMod({
	include: [/.*/],
	contentScript: 'window.alert("Page matches ruleset");'
});


Actual results:

Nothing (works fine when e10s is not enabled)


Expected results:

The window.alert should have been visible when visiting a web page.
Blocks: e10s
QA Whiteboard: [bugday-20140908]
Blocks: e10s-sdk
No longer blocks: e10s
tracking-e10s: --- → ?
Component: Untriaged → Extension Compatibility
Zombie, I recall you mentioning in #e10s that you were working on fixing page-mods. Is there already a bug where you're working on that (so that we can mark this one as dupe)?
Flags: needinfo?(tomica+amo)
there wasn't a specific bug for page-mod as work is being done in bug 1058698 for ContentWorker, but i guess it makes sense to make one for tracking and easier bugzilla searching purposes..
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Flags: needinfo?(tomica+amo)
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.