Closed
Bug 1210944
Opened 8 years ago
Closed 8 years ago
Return a promise in BackgroundPageThumbs.captureIfMissing
Categories
(Firefox :: New Tab Page, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox44 | --- | fixed |
People
(Reporter: oyiptong, Assigned: marcosc)
References
Details
Attachments
(1 file, 2 obsolete files)
2.02 KB,
patch
|
Details | Diff | Splinter Review |
For the remote newtab page, in order for the privileged context to return a thumbnail when it's ready, we want captureIfMissing in BackgroundPageThumbs to return a promise. It is used in the RemoteAboutNewTab module in bug 1210940.
Reporter | ||
Comment 1•8 years ago
|
||
Attachment #8669124 -
Flags: review?(adw)
Reporter | ||
Updated•8 years ago
|
Assignee: nobody → oyiptong
Reporter | ||
Comment 2•8 years ago
|
||
try build: https://treeherder.mozilla.org/#/jobs?repo=try&revision=a719446ee7bc
Comment 3•8 years ago
|
||
Comment on attachment 8669124 [details] [diff] [review] bug_1210944.patch Review of attachment 8669124 [details] [diff] [review]: ----------------------------------------------------------------- Sorry for the delay. Could you please use Task.async instead of returning a promise?
Attachment #8669124 -
Flags: review?(adw) → review+
Assignee | ||
Updated•8 years ago
|
Assignee: oyiptong → mcaceres
Assignee | ||
Comment 4•8 years ago
|
||
Olivier, I'll fix this one up.
Assignee | ||
Comment 5•8 years ago
|
||
Attachment #8669124 -
Attachment is obsolete: true
Assignee | ||
Comment 6•8 years ago
|
||
Attachment #8670560 -
Attachment is obsolete: true
Reporter | ||
Comment 7•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/334b49fa6913dcd46bea7d5cd86698d5f666c20d Bug 1210944 - Return a promise in BackgroundPageThumbs.captureIfMissing. r=adw
Comment 8•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/334b49fa6913
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 44
You need to log in
before you can comment on or make changes to this bug.
Description
•