-
Notifications
You must be signed in to change notification settings - Fork 435
Add to addons.mozilla.org #550
Comments
AMO's preliminary review process is intended for experimental addons like this. |
It might be good to take advantage of this, because then people testing these (beta) builds won't have to manually come check for updates |
@nkestrel If it will be sent to AMO, no one will consider it as beta. @pwr22 They don't have to install it manually, but first they will have to wait a bunch of time before it will be reviewed. The first review usually takes weeks, then if they don't like something, it will be rejected, and after we send a fixed version weeks of waiting follows again, because it will be put at the queue again. So, while they would review it, we can finish it, and send a final version instead of a beta. |
"ranked lower than fully-reviewed add-ons. Install buttons will have caution stripes and a notice that the add-on is experimental and not fully reviewed by Mozilla"
"Preliminary reviews are appropriate for experimental add-ons and provide a way to get user testing and feedback without going through the longer, more thorough review process. We aim to complete these reviews in under 3 days." |
It doesn't work like that. Users expect quality from things that are on AMO. Also, what you're quoting maybe was true a few years ago, but nowadays reviews are taking quite some time. Here's the latest report.
|
I remember this article from not too long ago:
|
In my recent experience, the first preliminary review for an addon can take weeks like a full review, but after that it is possible for subsequent preliminary reviews to be granted in a matter of minutes. |
@gorhill That article isn't far from the reality, but it depends on many factors... @nkestrel Your extension seems to be relatively simple, so it's easier to review. Giving it a second thought, exactly because of these long delays we probably should send it for a preliminary review, so basically while they get to reviewing it, we may finish it in that time. |
@gorhill I marked 507 for Full Review. So, what then? May I send it or you will? |
If you don't mind taking care of the AMO version, that would be great -- I can't take any more tasks, rather the opposite. Given how the project has grown, I will open an issue "Change official ownership to 'The µBlock Development Team'" in code/docs, though in the store it's fine to just use our own name for publication (gorhill = Chrome/Opera store, Deathamns = Firefox add-ons repo, Chris Aljoudi = Safari, etc.) |
Was it submitted to AMO? |
No. I'm waiting for 0.8.6.0. |
Could we include the non-minified versions of the JS files in the |
@gorhill I think @Deathamns meant to merely include the non-minified versions, not necessarily use those (so just having There are often certain, though minimal, performance advantages to using minified versions of libraries. @Deathamns could you confirm? |
To reduce bandwidth and possible load/parse time. I doubt it matters for a long running background page |
@gorhill yep, indeed. I guess it is insignificant; apologies. |
@chrisaljoudi The performance gain from parsing is probably close to irrelevant for these small files, but the point here is to help the work of reviewers. If we would still include the minified versions, they would still need to do the extra work for verifying if the files are the same (by the way, I tried minifying publicsuffixlist.js from GitHub with the tool @gorhill mentioned in that file, but the minified results weren't the same, which would get a guaranteed rejection, since they won't start hunting for the correct file on GitHub, or tweak on the settings in the minifyer). |
@Deathamns sure, that makes sense. It was quite silly to think about performance differences; sorry about that. |
@gorhill Have you tried uploading any previous version to AMO? Because I get the error: Duplicate UUID found. |
What now? (I guess you were being sarcastic with "kind enough"). Who knows, maybe someone not nice uploaded it after putting in not nice stuff in it? |
I'll write an e-mail then, but first I wanted to know if it was you, so we could resolve the issue faster without contacting AMO people. But if not, then I'm sending a mail... |
I did try once just to see what would happen but it also got rejected because of "Duplicate UUID", which led me to think you started the process -- which I thought was nice that this was all taken care of. |
Just change the value in install.rdf. Preferably don't use a generated UUID as it is unnecessary and unfriendly (the id is used for the xpi filename). Most addons use the structure name@website or name@author, so something like ublock@gorhill. |
@nkestrel Would |
That id is not really seen by users, so its user-friendliness doesn't really matter. |
@Deathamns But in what a difference if at the moment people all the same update ublock manually? You can change the id in the next version (0.8.6.1) and put it on the AMO. |
@sn260591 I believe all those existing installations will begin to update automatically |
Any update on the AMO front? |
I just received a response from the editors, hopefully I can upload it soon. Note that I'll send version 0.8.6.0 with a small change: it will be installable only for Firefox 29+. @gorhill What kind of screen-shots you want to have on AMO? |
@Deathamns re. screenshots, whatever you think a user may want to see before installing the add-on. Edit: Not the charts though, as these were made using data from Chromium, so we can't use them for Firefox. |
Actually, I will repeat this manual benchmark for Firefox. |
@Deathamns Here, official mem chart for Firefox: https://raw.githubusercontent.com/gorhill/uBlock/master/doc/benchmarks/mem-usage-overall-chart-20150205.png |
Looks really nice. Maybe in next benchmark you can also check μ Adblock for Firefox: https://addons.mozilla.org/en-US/firefox/addon/micro-adblock/ |
@gorhill thanks for including Bluhell, barely below uBlock :) |
@pwr22 I wondered if uBlock could even be below Bluhell if cosmetic filters were not loaded (there is an option for this in uBlock), which would make uBlock and Bluehell a bit more comparable -- as Bluhell doesn't have DOM filtering. |
I'm very happy with uBlock now and will be switching. It is the memory * tab and more performance of ABP that caused me to switch in the first place. I have a low power netbook and ABP was actually locking up FF on pageloads |
"Implement toolbar button and pop-up with native API", is there any progress on this? |
I just installed uBlock on my desktop, and removed the ABP .. now after firefox have sync'ed across all my devices I have no adblocker except on desktop I would need to reinstall ABP, until this gets out there |
Make uBlock available for Pale Moon and fantasies such as Mozilla's latest won't get into the way. |
Awesome, thanks. |
Will new versions be on addons.mozilla.org? Now it says the current verison is 0.8.8.2, Version 0.9.1.0 can be found deep in versions history. What about newer versions from github? |
@coctic |
I know, and I updated manually. I just wanted to ask about plans to upload new versions to AMO. If the problem is with review, then I'll just wait. Thanks. |
Would be nice to be able to find/install via addons.mozilla.org. Thanks.
The text was updated successfully, but these errors were encountered: