Closed
Bug 1362234
Opened 8 years ago
Closed 8 years ago
Update Firefox Screenshots to version 6.6.1
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: jhirsch, Unassigned)
References
Details
Attachments
(1 file)
This bug updates the version of Firefox Screenshots in the tree from 6.6.0 to 6.6.1.
The changes address Talos regressions tracked by bug 1361792.
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8864705 [details]
Bug 1362234 - Fix Screenshots Talos regressions by removing WebExtension startup delay and removing tab 'activated' event handler;
https://reviewboard.mozilla.org/r/136348/#review139432
::: browser/extensions/screenshots/webextension/background/main.js:202
(Diff revision 1)
> browser.browserAction.disable(tabId);
> setIconActive(true, tabId);
> }
>
> browser.tabs.onUpdated.addListener(catcher.watchFunction((id, info, tab) => {
> if (info.url && tab.active) {
Since we're getting rid of the onActivated listener, we should also do this for non-active tabs.
Attachment #8864705 -
Flags: review?(kmaglione+bmo) → review+
Reporter | ||
Comment 3•8 years ago
|
||
Changelog: https://github.com/mozilla-services/screenshots/blob/latest-firefox-export/CHANGELOG.md
Manual Try push, with this commit and the pref-flipping commit:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=68739157cf6dc6d8dbb3c2406d7894a9d3eb08e3
Comment hidden (mozreview-request) |
Reporter | ||
Comment 5•8 years ago
|
||
Addressed review feedback, re-pushed to Try:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=036449f37f161db5b236a804b8d60a2b7b479755
:kmag, I don't have level 3 commit access. Would you mind pushing this patch to autoland?
Flags: needinfo?(kmaglione+bmo)
Pushed by maglione.k@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/a12bfc0263ac
Fix Screenshots Talos regressions by removing WebExtension startup delay and removing tab 'activated' event handler; r=kmag
Updated•8 years ago
|
Flags: needinfo?(kmaglione+bmo)
Comment 7•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 55
Reporter | ||
Updated•8 years ago
|
Blocks: firefox-screenshots
You need to log in
before you can comment on or make changes to this bug.
Description
•