Skip to content

Commit

Permalink
Mark compatible with e10s to get rid of buggy wrappers
Browse files Browse the repository at this point in the history
E.g. from privateTab.keypressHandler():
'getModifierState' called on an object that does not implement interface KeyboardEvent.
'preventDefault' called on an object that does not implement interface Event.
(#162, #182)
  • Loading branch information
Infocatcher committed Jul 29, 2015
1 parent 8f5f1cb commit 3f74f80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
<em:id>privateTab@infocatcher</em:id>
<em:type>2</em:type>
<em:bootstrap>true</em:bootstrap>
<!-- Uncomment to fix some strange things on Nightly with disabled e10s
<em:multiprocessCompatible>true</em:multiprocessCompatible>
-->
<em:name>Private Tab</em:name>
<em:version>0.1.7.5</em:version>
<em:description>Adds private tabs</em:description>
Expand Down

0 comments on commit 3f74f80

Please sign in to comment.