UIEnhancer icon indicating copy to clipboard operation
UIEnhancer copied to clipboard

allow subscript loader to work on unpacked extension

Open tumpio opened this issue 10 years ago • 5 comments

Sub script loading did not work on unpacked extension.

tumpio avatar Nov 16 '15 20:11 tumpio

Why will you unpack it? This extension is supposed to work as packed extension only.

grssam avatar Jan 10 '16 12:01 grssam

I unpacked it so that I could modify it and test it at the same time while it is installed.

How are you doing it?

tumpio avatar Jan 10 '16 12:01 tumpio

https://developer.mozilla.org/en-US/Add-ons/Setting_up_extension_development_environment#Firefox_extension_proxy_file

Nevertheless, that patch makes sense. You shouldn't have to fiddle with directories and and URIs (especially involving jar files.)

You shouldn't use .jar files anymore anyway, as the extra layer of compression actually reduces performance.

wagnerand avatar Jan 27 '16 11:01 wagnerand

Thank you @wagnerand ! :+1:

tumpio avatar Jan 27 '16 12:01 tumpio

Well I leave it open then, @scrapmac can decide if you want it.

tumpio avatar Jan 27 '16 18:01 tumpio