-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[e10s] Get rid "unsafe CPOW usage", this raise an error in Firefox 47.0a1+ #208
Comments
I also found something else: |
This warning exists for years... and accessing to |
Ah. Okay |
I got these log entries when disabling and renabling the addon (latest stable), which is totally broken in my Nightly (up-to-date).
|
With version 0.1.9? |
Sorry, I completely forgot about Firefox's addon validation times. I thought it already made it. |
(releted to #208, now we can't get state synchronously)
(to avoid "unsafe CPOW usage" warnings) (#208)
(looks like not needed… and doesn't work anyway) (#208)
Test version: private_tab-0.1.9.2pre2-fx-sm.xpi (source code) |
This beta version fixed all the problems that I had with Firefox Nightly. |
* unsafe CPOW usage (#208) * updated pt-PT locale (#210) * e10s: fixed private protocol (#211) * e10s: tweaks and fixes (#162) * e10s: single frame script (#213) * fixed recursion in wrapper for tab.setAttribute("image", …) (#214) * compatibility with Firefox 51+: broked this.windows getter (#228) * small internal enhancements and fixes
* unsafe CPOW usage (#208) * updated pt-PT locale (#210) * e10s: fixed private protocol (#211) * e10s: tweaks and fixes (#162) * e10s: single frame script (#213) * fixed recursion in wrapper for tab.setAttribute("image", …) (#214) * compatibility with Firefox 51+: broked this.windows getter (#228) * small internal enhancements and fixes
* unsafe CPOW usage (#208) * updated pt-PT locale (#210) * e10s: fixed private protocol (#211) * e10s: tweaks and fixes (#162) * e10s: single frame script (#213) * fixed recursion in wrapper for tab.setAttribute("image", …) (#214) * compatibility with Firefox 51+: broked this.windows getter (#228) * small internal enhancements and fixes
So, we can't use PrivateBrowsingUtils.isWindowPrivate(gBrowser.contentWindowAsCPOW) anymore...
The text was updated successfully, but these errors were encountered: