firefox-devel.rst
changeset 668 d7142397bfb3
child 683 94d031debe17
equal deleted inserted replaced
667:69056cd4b001 668:d7142397bfb3
       
     1 -*- mode: outline; coding: utf-8; fill-column: 90 -*-
       
     2 
       
     3 * Setting up environment.
       
     4 
       
     5 In 'about:config' set this variable:
       
     6 
       
     7   javascript.options.showInConsole = true
       
     8                 Logs errors in chrome files to the Error Console.
       
     9   javascript.options.strict = true
       
    10                 Enables strict JavaScript warnings in the Error Console.
       
    11   extensions.logging.enabled = true
       
    12                 This will send more detailed information about installation and update
       
    13                 problems to the Error Console.
       
    14 
       
    15   https://developer.mozilla.org/en/Setting_up_extension_development_environment
       
    16                 setting up profile, options and about developer plugin
       
    17 
       
    18 * Useful developer plugin.
       
    19 
       
    20 ** Firebug.
       
    21 
       
    22 Firebug integrates with Firefox to put a wealth of development tools at your fingertips
       
    23 while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any
       
    24 web page.
       
    25 
       
    26   http://getfirebug.com
       
    27                 home page
       
    28   https://addons.mozilla.org/firefox/addon/1843
       
    29                 download page
       
    30 
       
    31 * Extension security.
       
    32 
       
    33   https://developer.mozilla.org/en/Security_best_practices_in_extensions