dgutov / bmreplace

Quickly replace an existing bookmark in Mozilla Firefox
https://addons.mozilla.org/en-US/firefox/addon/bmreplace/
MIT License
24 stars 3 forks source link

Stopped working todays nightly #32

Closed SLK350 closed 8 years ago

SLK350 commented 8 years ago

Stopped working today using Nightly x64 build when running with e10s. When I disable e10s in settings it starts working again.

Nothing happens when I click Bookmark replace icon.

dgutov commented 8 years ago

Again? :(

Did they disable CPOW now?

dgutov commented 8 years ago

Does the error console say something interesting?

SLK350 commented 8 years ago

I believe they did. https://bugzilla.mozilla.org/show_bug.cgi?id=1233497

SLK350 commented 8 years ago

These lines show up in error console:

unsafe CPOW usage main.js:39:8 unsafe CPOW usage main.js:40:8 unsafe CPOW usage main.js:40:14 Error: unsafe CPOW usage forbidden PlacesUIUtils.jsm:582:9

dgutov commented 8 years ago

Thanks! For the time being, you should be able to work around this by setting dom.ipc.cpows.forbid-unsafe-from-browser to false.

dgutov commented 8 years ago

https://bugzilla.mozilla.org/show_bug.cgi?id=1244343

tomlevels commented 8 years ago

The setting dom.ipc.cpows.forbid-unsafe-from-browser is not working for me, is that correct? I am using the nightly channel.

dgutov commented 8 years ago

@tomlevels Could you please look into the Error Console, and see if some other errors appear when you click on this addon's button?

tomlevels commented 8 years ago

I will investigate further since on another PC it is working (with or without the option). Maybe it is related to the fact that the other machine uses a 64bit build of Firefox.

dgutov commented 8 years ago

(EDIT) Please see the new version: https://addons.mozilla.org/en-US/firefox/addon/bmreplace/versions/?page=1#version-1.6.1

tomlevels commented 8 years ago

Working great again, thanks for the update!

tomlevels commented 8 years ago

Thanks for the update!