Closed
Bug 1148601
Opened 10 years ago
Closed 10 years ago
tab.getThumbnail doesn't function in e10s
Categories
(Add-on SDK Graveyard :: General, defect, P1)
Add-on SDK Graveyard
General
Tracking
(e10sm8+)
RESOLVED
DUPLICATE
of bug 791098
Tracking | Status | |
---|---|---|
e10s | m8+ | --- |
People
(Reporter: mossop, Unassigned)
References
Details
This function is synchronous and so will be difficult to make work in e10s. We should deprecate it and provide an async version.
Updated•10 years ago
|
Priority: -- → P1
Reporter | ||
Updated•10 years ago
|
tracking-e10s:
--- → m8+
Comment 1•10 years ago
|
||
so it seems to me that we could have some observer service notification here which tells the main process about changes to the icon used in tab, or do something similar to contentTitle http://mxr.mozilla.org/mozilla-central/source/toolkit/content/widgets/remote-browser.xml#122
I think we should not deprecate this api however.
Mossop thoughts?
Flags: needinfo?(dtownsend)
Comment 2•10 years ago
|
||
(In reply to Erik Vold [:erikvold] (please needinfo? me) from comment #1)
> so it seems to me that we could have some observer service notification here
> which tells the main process about changes to the icon used in tab, or do
> something similar to contentTitle
> http://mxr.mozilla.org/mozilla-central/source/toolkit/content/widgets/remote-
> browser.xml#122
>
> I think we should not deprecate this api however.
>
> Mossop thoughts?
ah never mind I was thinking about favicon, thumbnails should be async, let's deprecate this.
Updated•10 years ago
|
Flags: needinfo?(dtownsend)
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•