From c7d74b155e0cf0b43f3ff76ba159dd612f88b8fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Desr=C3=A9?= Date: Fri, 5 Jun 2009 11:39:34 -0400 Subject: [PATCH] 495930: Textbox support in preferences, r=mfinkle --- mobile/chrome/content/browser.css | 4 ++++ .../chrome/content/preferences/richpref.xml | 24 +++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/mobile/chrome/content/browser.css b/mobile/chrome/content/browser.css index 0ce7b95782ef..4bafde876270 100644 --- a/mobile/chrome/content/browser.css +++ b/mobile/chrome/content/browser.css @@ -27,6 +27,10 @@ richpref[type="button"] { -moz-binding: url("chrome://browser/content/preferences/richpref.xml#richpref-button"); } +richpref[type="string"] { + -moz-binding: url("chrome://browser/content/preferences/richpref.xml#richpref-string"); +} + notificationbox { overflow: -moz-hidden-unscrollable; } diff --git a/mobile/chrome/content/preferences/richpref.xml b/mobile/chrome/content/preferences/richpref.xml index 07801228a207..08d90a7cdfe7 100644 --- a/mobile/chrome/content/preferences/richpref.xml +++ b/mobile/chrome/content/preferences/richpref.xml @@ -172,4 +172,28 @@ + + + + + + + + + + + + + + + + + + + + + + +