Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

about:config help

  • 9 respostas
  • 13 têm este problema
  • 3 visualizações
  • Última resposta de James

more options

Someplace there is a list of the variables (entries, values or whatever they're called) in about:config that defines or explains what the variables and their respective settings mean. How can I get a copy of such a list?

Someplace there is a list of the variables (entries, values or whatever they're called) in about:config that defines or explains what the variables and their respective settings mean. How can I get a copy of such a list?

Solução escolhida

FredMcD said

Check this out: http://kb.mozillazine.org/About:config_entries

Already posted in third reply in thread by cor-el . ;)

Ler esta resposta 👍 4

Todas as respostas (9)

more options

I'm not aware of any consolidated list.

The MozillaZine site has pages for many, many of the individual settings. If you right-click a preference > Copy name, and then search it, you are likely to find one of those pages in the top results. Alternately, you can install their search plugin.

For example:

Alterado por jscher2000 - Support Volunteer em

more options

If you don't find a page in MozillaZine, and you don't mind poking around, you often can find comments in the Firefox source code explaining the different values.

The DXR site is probably the fastest place to do that kind of search for a preference name, but there isn't a rule as to which file will have the best detail on it when you get multiple results.

http://dxr.mozilla.org/

more options

There are a lot of articles about the about:config page on the mozillaZine knowledge base website.

There are also useful comments in the Firefox source code.

  • resource:///defaults/preferences/firefox.js
  • resource:///defaults/preferences/firefox-branding.js
  • resource:///defaults/preferences/firefox-l10n.js
  • resource://gre/greprefs.js

more options

Sometimes it may take searching in the general issues tracker bugzilla.mozilla.org to even find information on what a preference is and when it was put in.

Alterado por James em

more options

See this extension: https://addons.mozilla.org/en-US/firefox/addon/config-descriptions/

"This extension provides a quick way to view the information about preferences that is already shipped with your browser. For more detail and information about other preferences without source comments, you'll still need to look them up online."

Unfortunately, too many "shipped" prefs don't have source comments that explain what they are about, which is what this extension uses for the Source Comment field in about:config.

more options

Thanks-this partially solved my issue, and though infrequent the extra information is very interesting. I wanted to find a way to force firefox to open new windows in the background. With the extension you suggested loaded, I found this setting and options: browser.link.open_newwindow;1 with the comment handle links targeting new windows 1=current window/tab, 2=new window, 3=new tab in most recent window the default was 2, I changed it to 1. Thanks again to all for your suggestions, some of the links are fascinating. Jeff


While opening a new window in firefox I still get it 'on top', but now if I 'open link in browser' from thunderbird, thunderbird still stays on top. I tend to go through mail and open links and it's annoying to repeatedly reselect thunderbird. Jeff

more options

Note that you should find this in Options/Preferences > Tabs ("New pages should be opened in": "a new tab/window"), only the current tab setting needs to be done via about:config.

See also:

For links opened via JavaScript you can look at this pref:

Alterado por cor-el em

more options
more options

Solução escolhida

FredMcD said

Check this out: http://kb.mozillazine.org/About:config_entries

Already posted in third reply in thread by cor-el . ;)