zoukankan      html  css  js  c++  java
  • FillForms 1.2.9 preliminarily reviewed

     

       Mozilla Add-ons  发送至 显示详细信息 1 月31日 (10 天前)

       发件人 主题  
       回复 AMO Editors <amo-editors@mozilla.org>  
       发送至      sysdzw@gmail.com  
       日期 2011年1月31日 下午6:19 隐藏详细信息 1月31日 (10 天前)
       主题 FillForms 1.2.9 preliminarily reviewed  

    Your add-on, FillForms 1.2.9, has been reviewed by an editor and did not meet the criteria for full review. However, your add-on has been granted preliminary review and is now available for download in our gallery at https://addons.mozilla.org/addon/fillforms

    Editor: Archaeopteryx
    Comments:
    I'm granting only preliminary review as you have not addressed the concerns of the previous reviewer:

    1) On Firefox 4.0b8, it causes several alerts on startup, one stemming from your attempt to use the old nsIExtensionManager rather than the new AddonManager. These are unacceptable and must be fixed.
    2) I would be extremely surprised if this worked on Firefox 1.0 at all.
    3) You can improve your extension's portability and save some code if you use the prefwindow element (https://developer.mozilla.org/en/XUL/prefwindow ) to manage your preferences.
    4) You should consider using window.atob and window.btoa rather than your own base64 encoder and decoder.
    Please address the above issues and nominate again.
    5) The extensions preferences have not the prefix "extensions." (so that they have the structure extensions.fillform.*)
    6) Why do you write code like this?                     var sLocale = prefs.getCharPref("gene" + "ral.user" + "agent.locale");

    Please note: your next review will go much quicker if you do not delete this version. Thanks.

    Your add-on will now appear in search results and categories with some limitations. You may re-request full review by addressing the editor's comments and uploading a new version. To learn more about the review process, please visit https://addons.mozilla.org/developers/docs/policies/reviews#selection


    If you have any questions or comments on this review, please reply to this email or join #addons on irc.mozilla.org

    ---
    Mozilla Add-ons
    https://addons.mozilla.org/developers

  • 相关阅读:
    切蛋糕
    STL----deque
    Java语法 [常识1]
    SQL Server 数据库基础编程
    SQL Server 数据库基础编程
    SQL Server 索引和视图
    SQL Server 索引和视图
    SQL Server 事务、异常和游标
    SQL Server 事务、异常和游标
    SQL Server 存储过程
  • 原文地址:https://www.cnblogs.com/sysdzw/p/2051801.html
Copyright © 2011-2022 走看看