mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
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:
parent
57a3543d80
commit
040a216ea9
@ -39,8 +39,13 @@
|
|||||||
|
|
||||||
#filter substitution
|
#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
|
#ifdef XP_UNIX
|
||||||
#ifndef XP_MACOSX
|
#ifndef XP_MACOSX
|
||||||
|
@ -44,8 +44,13 @@
|
|||||||
* entries at the top.
|
* 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.URL", "http://www.google.com/search?ie=UTF-8&oe=utf-8&q=");
|
||||||
pref("keyword.enabled", false);
|
pref("keyword.enabled", false);
|
||||||
|
Loading…
Reference in New Issue
Block a user