On Tue, Nov 24, 2015 at 02:22:44PM +0900, Mike Hommey wrote:
 Note the startup cache only matters
 on the first startup for a given build, and that might be a reason why
 we fail to track its performance impact.

Presumably also when we flush the startup cache for changes in add-ons?

 Most code in Firefox itself fortunately uses resource:/// instead of
 resource://app/ (they have the same meaning, or at least were supposed
 to, since the bug broke this promise), so it was fortunately not a
 direct problem for Firefox itself.

I've never seen resource://app/ used in an add-on. Just about all of the uses MXR can find[1] are either in Thunderbird add-ons, or are appalling hacks like this in themes:

list-style-image: url("jar:resource://app/omni.jar!/chrome/toolkit/skin/classic/global/tree/twisty-clsd.png");
[1] https://mxr.mozilla.org/addons/search?string=resource%3A//app/
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to