Closed
Bug 692706
Opened 14 years ago
Closed 13 years ago
e10s support for TabCanvas in Panorama
Categories
(Firefox Graveyard :: Panorama, defect)
Firefox Graveyard
Panorama
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: raymondlee, Assigned: raymondlee)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
21.41 KB,
patch
|
Details | Diff | Splinter Review |
Please check the following methods:
TabCanvas_paint()
TabCanvas__drawWindow()
TabCanvas__calculateClippingRect()
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → raymond
Status: NEW → ASSIGNED
Assignee | ||
Updated•14 years ago
|
Assignee | ||
Comment 1•14 years ago
|
||
Things to do
* Tried find a way to make ctx.drawWindow(contentWindow, ...) because there is a API for that. I've tried to pass ctx to the content script, however, drawWindow() is not defined in ctx object after it's being passed to the content script.
* Fix broken tests e.g. browser_tabview_bug587248
* Blank screen is drawn in canvases sometimes.
Comment 2•14 years ago
|
||
(In reply to Raymond Lee [:raymondlee] from comment #1)
> * Tried find a way to make ctx.drawWindow(contentWindow, ...) because there
> is a API for that. I've tried to pass ctx to the content script, however,
> drawWindow() is not defined in ctx object after it's being passed to the
> content script.
There should be a separate bug for making ctx.drawWindow() e10s-compatible - this is nothing we can do without touching the core. So don't worry about it until that's fixed :) If there's no such bug yet we should file one - couldn't find it so far, we should maybe talk to felipe about that.
Assignee | ||
Updated•13 years ago
|
Status: ASSIGNED → NEW
Comment 3•13 years ago
|
||
We'll not work on this as e10s is not an active goal anymore.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•