aureliendavid / rsspreview

WebExtension to preview RSS feeds in the browser
MIT License
99 stars 6 forks source link

Broken in FF Nightly #54

Closed sanatsathaye closed 4 years ago

sanatsathaye commented 4 years ago

Just tried the extension today and it's broken on the current Firefox Nightly build (2020-06-13). Here's the output of mozregression containing the offending changeset:

INFO: Running autoland build built on 2020-06-04 08:01:40.647000, revision 6bb6a5cd
INFO: Launching /tmp/tmp20oryifw/firefox/firefox
INFO: Application command: /tmp/tmp20oryifw/firefox/firefox -profile /tmp/tmpkft9xa00.mozrunner
INFO: application_buildid: 20200604060933
INFO: application_changeset: 6bb6a5cdc941eaa15c0e36dcaf8e4ad8509d4e90
INFO: application_name: Firefox
INFO: application_repository: https://hg.mozilla.org/integration/autoland
INFO: application_version: 79.0a1
Was this integration build good, bad, or broken? (type 'good', 'bad', 'skip', 'retry', 'back' or 'exit' and press Enter): good
INFO: Narrowed integration regression window from [e87e4800, fc977a4e] (3 builds) to [6bb6a5cd, fc977a4e] (2 builds) (~1 steps left)
INFO: No more integration revisions, bisection finished.
INFO: Last good revision: 6bb6a5cdc941eaa15c0e36dcaf8e4ad8509d4e90
INFO: First bad revision: fc977a4eff9e6a1d27b1efdc3e0980bc5958976d
INFO: Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=6bb6a5cdc941eaa15c0e36dcaf8e4ad8509d4e90&tochange=fc977a4eff9e6a1d27b1efdc3e0980bc5958976d
aureliendavid commented 4 years ago

It looks like they changed something around storage.sync which introduced a regression that broke at least another add-on: https://bugzilla.mozilla.org/show_bug.cgi?id=1645598

I'll wait to see if they fix this or if I need to find a workaround if the new behavior stays.

Thanks for the report.

aureliendavid commented 4 years ago

Hi @sanatsathaye

I think they fixed the issue in firefox, can you retry with the latest nightly?

thanks

sanatsathaye commented 4 years ago

Dammit I checked yesterday but totally forgot to close this! Can confirm that the bug is fixed.