зеркало из https://github.com/mozilla/gecko-dev.git
Bug 735877 - Update syntax hints in pref files to reflect the fact that you can't use computed values (e.g. 50 * 1024). r=mossop
This commit is contained in:
Родитель
57a3543d80
Коммит
040a216ea9
|
@ -39,8 +39,13 @@
|
|||
|
||||
#filter substitution
|
||||
|
||||
# SYNTAX HINTS: dashes are delimiters. Use underscores instead.
|
||||
# The first character after a period must be alphabetic.
|
||||
#
|
||||
# SYNTAX HINTS:
|
||||
#
|
||||
# - Dashes are delimiters; use underscores instead.
|
||||
# - The first character after a period must be alphabetic.
|
||||
# - Computed values (e.g. 50 * 1024) don't work.
|
||||
#
|
||||
|
||||
#ifdef XP_UNIX
|
||||
#ifndef XP_MACOSX
|
||||
|
|
|
@ -44,8 +44,13 @@
|
|||
* entries at the top.
|
||||
*/
|
||||
|
||||
// SYNTAX HINTS: dashes are delimiters. Use underscores instead.
|
||||
// The first character after a period must be alphabetic.
|
||||
/*
|
||||
* SYNTAX HINTS:
|
||||
*
|
||||
* - Dashes are delimiters; use underscores instead.
|
||||
* - The first character after a period must be alphabetic.
|
||||
* - Computed values (e.g. 50 * 1024) don't work.
|
||||
*/
|
||||
|
||||
pref("keyword.URL", "http://www.google.com/search?ie=UTF-8&oe=utf-8&q=");
|
||||
pref("keyword.enabled", false);
|
||||
|
|
Загрузка…
Ссылка в новой задаче