Closed
Bug 1171562
Opened 10 years ago
Closed 9 years ago
[e10s] remove CPOW usage from "test Anchor And Arrow" in test-panel.js
Categories
(Add-on SDK Graveyard :: General, defect, P1)
Add-on SDK Graveyard
General
Tracking
(e10s+)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| e10s | + | --- |
People
(Reporter: evold, Unassigned)
References
Details
(Whiteboard: [unsafe-cpow-usage])
Attachments
(1 file)
No description provided.
| Reporter | ||
Updated•10 years ago
|
| Reporter | ||
Comment 1•10 years ago
|
||
Attachment #8615435 -
Flags: review?(dtownsend)
Comment 2•10 years ago
|
||
Comment on attachment 8615435 [details] [review]
Link to Github pull-request: https://github.com/mozilla/addon-sdk/pull/2013
Passing a DOM node to panel.show looks to be deprecated. I don't know if there is a replacement yet but maybe this method can be removed?
Attachment #8615435 -
Flags: review?(dtownsend) → review+
| Reporter | ||
Comment 3•10 years ago
|
||
(In reply to Dave Townsend [:mossop] from comment #2)
> Comment on attachment 8615435 [details] [review]
> Link to Github pull-request: https://github.com/mozilla/addon-sdk/pull/2013
>
> Passing a DOM node to panel.show looks to be deprecated. I don't know if
> there is a replacement yet but maybe this method can be removed?
Maybe, I think we have button tests which use this, so it might be more difficult to remove.
This bit is safe to remove for now I think.
Comment 4•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/1121a2eb45b7c77d7460a2da02ba04c6ddd28a41
Bug 1171562 - [e10s] remove CPOW usage from "test Anchor And Arrow" in test-panel.js
https://github.com/mozilla/addon-sdk/commit/455202325da596e9b5d7802115734a36eff1457c
Merge pull request #2013 from erikvold/1171562
Bug 1171562 - [e10s] remove CPOW usage from "test Anchor And Arrow" in test-panel.js r=mossop
Comment 5•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/b167559baae0bb959cda9963e2252f9faa638a16
Bug 1171562 - [e10s] remove CPOW usage from "test Anchor And Arrow" in test-panel.js r=mossop
Updated•10 years ago
|
tracking-e10s:
--- → m8+
Updated•10 years ago
|
tracking-e10s:
m8+ → ---
Whiteboard: [unsafe-cpow-usage]
Comment 6•10 years ago
|
||
Hey Mossop - this is another one of these SDK bugs that looks like it's been patched, but is still open.
Looking at the patch, and then looking at m-c, it looks like we're just waiting on an SDK uplift, correct? Do you know offhand when such an uplift is likely to occur?
Flags: needinfo?(dtownsend)
Comment 7•10 years ago
|
||
No-one is tasked with doing uplifts at the moment. I'll try to do one this week.
Flags: needinfo?(dtownsend)
Updated•9 years ago
|
Assignee: evold → nobody
Comment 9•9 years ago
|
||
Since this is for e10s this would be nice to uplift, would anyone have chance to move this to mozilla-central?
Comment 10•9 years ago
|
||
any interest in landing this one? or has it become irrelevant. sounds like the SDK tests got fixed but not included.
Flags: needinfo?(dtownsend)
Comment 11•9 years ago
|
||
Looks like it landed already
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(dtownsend)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•