зеркало из https://github.com/mozilla/gecko-dev.git
Bug 30088. Type ahead find, pref defaults to off for now. To turn on, use (accessibility.typeaheadfind, true). No Code Warrior project yet. See http://www.mozilla.org/projects/ui/accessibility/typeaheadfind.html for more details on feature. r=akkana,cls. sr=jst
This commit is contained in:
Родитель
db0d98848c
Коммит
0ab965cf72
|
@ -809,6 +809,13 @@ extensions/transformiix/source/Makefile
|
||||||
extensions/transformiix/Makefile
|
extensions/transformiix/Makefile
|
||||||
"
|
"
|
||||||
|
|
||||||
|
MAKEFILES_typeaheadfind="
|
||||||
|
extensions/typeaheadfind/public/Makefile
|
||||||
|
extensions/typeaheadfind/resources/Makefile
|
||||||
|
extensions/typeaheadfind/src/Makefile
|
||||||
|
extensions/typeaheadfind/Makefile
|
||||||
|
"
|
||||||
|
|
||||||
MAKEFILES_phoenix="
|
MAKEFILES_phoenix="
|
||||||
browser/Makefile
|
browser/Makefile
|
||||||
browser/base/Makefile
|
browser/base/Makefile
|
||||||
|
@ -1060,6 +1067,9 @@ for extension in $MOZ_EXTENSIONS; do
|
||||||
inspector ) MAKEFILES_extensions="$MAKEFILES_extensions
|
inspector ) MAKEFILES_extensions="$MAKEFILES_extensions
|
||||||
$MAKEFILES_inspector"
|
$MAKEFILES_inspector"
|
||||||
;;
|
;;
|
||||||
|
typeaheadfind ) MAKEFILES_extensions="$MAKEFILES_extensions
|
||||||
|
$MAKEFILES_typeaheadfind"
|
||||||
|
;;
|
||||||
irc ) MAKEFILES_extensions="$MAKEFILES_extensions
|
irc ) MAKEFILES_extensions="$MAKEFILES_extensions
|
||||||
extensions/irc/Makefile
|
extensions/irc/Makefile
|
||||||
" ;;
|
" ;;
|
||||||
|
|
|
@ -3266,7 +3266,7 @@ dnl ========================================================
|
||||||
dnl = Enable compilation of specific extension modules
|
dnl = Enable compilation of specific extension modules
|
||||||
dnl ========================================================
|
dnl ========================================================
|
||||||
|
|
||||||
MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help pref transformiix venkman inspector irc universalchardet"
|
MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help pref transformiix venkman inspector irc universalchardet typeaheadfind"
|
||||||
|
|
||||||
dnl Check if Thai Rendering Extension needs to be enabled
|
dnl Check if Thai Rendering Extension needs to be enabled
|
||||||
if test -n "$SUNCTL"; then
|
if test -n "$SUNCTL"; then
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
*
|
*
|
||||||
* ***** END LICENSE BLOCK ***** */
|
* ***** END LICENSE BLOCK ***** */
|
||||||
|
|
||||||
pref("accessibility.typeaheadfind", true);
|
pref("accessibility.typeaheadfind", false);
|
||||||
pref("accessibility.typeaheadfind.linksonly", true);
|
pref("accessibility.typeaheadfind.linksonly", true);
|
||||||
pref("accessibility.typeaheadfind.startlinksonly", false);
|
pref("accessibility.typeaheadfind.startlinksonly", false);
|
||||||
pref("accessibility.typeaheadfind.timeout", 5000);
|
pref("accessibility.typeaheadfind.timeout", 5000);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче