Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Remove embedded web extension in install manifest. (#2688)
Browse files Browse the repository at this point in the history
This causes the embedded web extension to be parsed at startup, and
triggers a race condition in existing Firefox code during startup
on a clean profile between AddonManager and devtools code.

Removing this is not an issue for Screenshots because it delays startup
of the embedded web extension until "sessionstore-windows-restored" is
observed anyway.

See https://bugzilla.mozilla.org/show_bug.cgi?id=1356394 for more info.
  • Loading branch information
rhelmer authored and jaredhirsch committed Apr 14, 2017
1 parent 201788e commit 2fa25c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addon/install.rdf.template
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<em:type>2</em:type>
<em:version>__VERSION__</em:version>
<em:bootstrap>true</em:bootstrap>
<em:hasEmbeddedWebExtension>true</em:hasEmbeddedWebExtension>
<em:homepageURL>https://pageshot.net/</em:homepageURL>
<em:multiprocessCompatible>true</em:multiprocessCompatible>
</Description>
Expand Down

0 comments on commit 2fa25c6

Please sign in to comment.