From dd1f9daf6359695d573f7f32323edfca3052ac42 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 20 Jan 2009 22:44:13 -0700 Subject: [PATCH] Add more Chrome capabilities --- framework/Browser/lib/Horde/Browser.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/framework/Browser/lib/Horde/Browser.php b/framework/Browser/lib/Horde/Browser.php index 91919e6dc..9ac90d79d 100644 --- a/framework/Browser/lib/Horde/Browser.php +++ b/framework/Browser/lib/Horde/Browser.php @@ -537,6 +537,12 @@ class Horde_Browser //$this->setBrowser('chrome'); $this->setFeature('ischrome'); $this->setFeature('rte'); + $this->setFeature('utf'); + $this->setFeature('javascript', 1.4); + $this->setFeature('dom'); + $this->setFeature('iframes'); + $this->setFeature('accesskey'); + $this->setFeature('xmlhttpreq'); if (preg_match('|Chrome/([0-9.]+)|i', $agent, $version_string)) { list($this->_majorVersion, $this->_minorVersion) = explode('.', $version_string[1], 2); -- 2.11.0