OSDN Git Service

Added appmodules for chrome based browsers. (#2236, #2813, #2814, #2815)
authorMarlin Rodrigues <marlinfilos@hotmail.com>
Sun, 3 Mar 2013 06:04:11 +0000 (07:04 +0100)
committerMesar Hameed <mhameed@src.gnome.org>
Sun, 3 Mar 2013 06:04:11 +0000 (07:04 +0100)
Fixes #2236, #2813, #2814, #2815.

source/appModules/blackhawk.py [new file with mode: 0644]
source/appModules/dragon.py [new file with mode: 0644]
source/appModules/iron.py [new file with mode: 0644]
source/appModules/rockmelt.py [new file with mode: 0644]
user_docs/en/changes.t2t

diff --git a/source/appModules/blackhawk.py b/source/appModules/blackhawk.py
new file mode 100644 (file)
index 0000000..a5fa87a
--- /dev/null
@@ -0,0 +1,10 @@
+#appModules/BlackHawk.py\r
+#A part of NonVisual Desktop Access (NVDA)\r
+#This file is covered by the GNU General Public License.\r
+#See the file COPYING for more details.\r
+# Copyright (C) 2012-2013 NV Access Limited\r
+\r
+"""App module for BlackHawk\r
+"""\r
+\r
+from .chrome import *\r
diff --git a/source/appModules/dragon.py b/source/appModules/dragon.py
new file mode 100644 (file)
index 0000000..b4570e0
--- /dev/null
@@ -0,0 +1,10 @@
+#appModules/dragon.py\r
+#A part of NonVisual Desktop Access (NVDA)\r
+#This file is covered by the GNU General Public License.\r
+#See the file COPYING for more details.\r
+# Copyright (C) 2012-2013 NV Access Limited\r
+\r
+"""App module for Comodo Dragon\r
+"""\r
+\r
+from .chrome import *\r
diff --git a/source/appModules/iron.py b/source/appModules/iron.py
new file mode 100644 (file)
index 0000000..e039379
--- /dev/null
@@ -0,0 +1,10 @@
+#appModules/iron.py\r
+#A part of NonVisual Desktop Access (NVDA)\r
+#This file is covered by the GNU General Public License.\r
+#See the file COPYING for more details.\r
+# Copyright (C) 2012-2013 NV Access Limited\r
+\r
+"""App module for SRWare Iron\r
+"""\r
+\r
+from .chrome import *\r
diff --git a/source/appModules/rockmelt.py b/source/appModules/rockmelt.py
new file mode 100644 (file)
index 0000000..8a06ea2
--- /dev/null
@@ -0,0 +1,11 @@
+#appModules/rockmelt.py\r
+#A part of NonVisual Desktop Access (NVDA)\r
+#This file is covered by the GNU General Public License.\r
+#See the file COPYING for more details.\r
+# Copyright (C) 2012-2013 NV Access Limited\r
+\r
+"""App module for Rockmelt\r
+"""\r
+\r
+\r
+from .chrome import *\r
index 673b9d9..d4f3b87 100644 (file)
@@ -36,6 +36,11 @@ Please see the [Commands Quick Reference keyCommands.html] document for the new
 - Support for older models of Papenmeier BRAILLEX braille displays. (#2679)\r
 - Support for input of computer braille for braille displays which have a braille keyboard. (#808)\r
 - New keyboard settings that allow  the choice for whether NVDA should interrupt speech for typed characters and or the Enter key. (#698)\r
+- Support for several chrome based browsers, including:\r
+ - Rockmelt, a browser with native support for facebook and other social networks (#2813);\r
+ - BlackHawk, browser which supports rendering pages using the IE engine (#2815);\r
+ - Comodo Dragon, browser developed by Comodo Security, which provides enhanced security features (#2236);\r
+ - SRWare Iron, browser with enhanced security and privacy features (#2814).\r
 \r
 \r
 == Changes ==\r