Closed
Bug 834192
Opened 13 years ago
Closed 10 years ago
Move injection of `console` from Worker to Symbiont
Categories
(Add-on SDK Graveyard :: General, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: zer0, Unassigned)
Details
As noted by Alex here:
<https://github.com/mozilla/addon-sdk/pull/722/files#r2744310>
`console` should be injected earlier in the documents, and Symbiont seems the perfect place, because it also remove the needed to check if the document is in a Tab or not.
| Reporter | ||
Updated•13 years ago
|
Assignee: nobody → zer0
| Reporter | ||
Comment 1•13 years ago
|
||
Also, we should take this occasion to remove the unnecessary use of `__exposedProps__`, as we imagined (see https://bugzilla.mozilla.org/show_bug.cgi?id=731074#c19).
Priority: -- → P3
| Reporter | ||
Updated•12 years ago
|
Assignee: zer0 → nobody
Comment 2•12 years ago
|
||
With detraitification and ultimately removing Symbiont (only widget is depending on this IIRC now), is this PR still valid?
Flags: needinfo?(zer0)
| Reporter | ||
Comment 3•12 years ago
|
||
I guess it depends how it will works then the injected console in the documents without the Symbiont.
We need to inject early in the document anyway.
Flags: needinfo?(zer0)
Comment 4•10 years ago
|
||
This is done in the sdk/content/sandbox module now, https://github.com/mozilla/addon-sdk/blob/master/lib/sdk/content/sandbox.js#L216-L262
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•