Skip to content
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

Firefox e10s: lots of "Unsafe CPOW usage" records in Browser Console #4

Closed
ameshkov opened this issue Jul 13, 2015 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@ameshkov
Copy link
Member

More info on CPOW:
http://mikeconley.ca/blog/2015/02/17/on-unsafe-cpow-usage-in-firefox-desktop-and-why-is-my-nightly-so-sluggish-with-e10s-enabled/

Caused by using ElemHide.collapseNode method. In multi-process environment working with nodes from the chrome process is slow because every time it is an IPC method call.

Temporary solution: do it chromium-way. I mean let's collapse elements from the content script in case if e10s is used.

@ameshkov ameshkov added the Bug label Jul 14, 2015
@ameshkov ameshkov added this to the 2.0.13 milestone Jul 14, 2015
ameshkov added a commit that referenced this issue Jul 14, 2015
Firefox: fixed incompatibility with e10s
#3
Firefox: fixed unsafe CPOW usage issue, addon should be much faster with e10s now
#4
Refactoring, some minor improvements
@ameshkov
Copy link
Member Author

Fixed:
b1c4125

Mizzick added a commit that referenced this issue Sep 7, 2017
…sues/794 to feature/redesign

* commit 'fe9ff970deb56919ea1c428274be79cd796f6754': (23 commits)
  #794 fix margin
  #794 analytics height
  #794 stats tab
  #794 bar chart
  #794 stats tab
  #794 stats tab
  #794 stats tab
  #794 stats tab
  #794 stats tab
  #794 fix multiline tick
  #794 stats tab
  #794 stats tab
  #794 stats tab
  #794 stats tab
  #794 stats tab
  #794 popup stats tab
  #798 filter tags
  #794 popup stats tab
  #794 popup stats tab
  #794 popup stats tab
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants