[jscover] 19/69: Make local storage mode more prominent

Sylvestre Ledru sylvestre at moszumanska.debian.org
Fri Aug 22 05:54:03 UTC 2014


This is an automated email from the git hooks/post-receive script.

sylvestre pushed a commit to branch master
in repository jscover.

commit 43f38281109ab4790835f03b6847dd07a9d39e9b
Author: tntim96 <tntim96 at gmail.com>
Date:   Thu Jun 19 21:46:01 2014 +1000

    Make local storage mode more prominent
---
 doc/manual/manual.xml | 22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)

diff --git a/doc/manual/manual.xml b/doc/manual/manual.xml
index f29b093..480dca4 100644
--- a/doc/manual/manual.xml
+++ b/doc/manual/manual.xml
@@ -1142,9 +1142,21 @@ fs.write("target/jscoverage.json", json, 'w');
         <heading id="execModes">Execution Modes</heading>
         <section>
             <item>
+                <heading id="html5LocalStorage">LocalStorage Mode</heading>
+                <text>
+                    This mode avoids iframes and JavaScript-opened windows.
+                    See the <a href="#localStorage">HTML5 Local Storage Switch</a>
+                    section above.
+                </text>
+                <text>
+                    Whilst this mode adds some overhead serializing and deserializing the coverage data
+                    between page loads, it is the least intrusive in terms of affecting existing tests.
+                </text>
+            </item>
+            <item>
                 <heading id="iframeMode">IFrame Mode</heading>
                 <text>
-                    This is the most commonly used mode, and is described in the
+                    After LocalStorage, this is the most commonly used mode, and is described in the
                     <a href="#gettingStarted">Getting Started</a>
                     section above.
                 </text>
@@ -1195,14 +1207,6 @@ fs.write("target/jscoverage.json", json, 'w');
                 </text>
             </item>
             <item>
-                <heading id="html5LocalStorage">LocalStorage Mode</heading>
-                <text>
-                    This mode avoids iframes and JavaScript-opened windows.
-                    See the <a href="#localStorage">HTML5 Local Storage Switch</a>
-                    section above.
-                </text>
-            </item>
-            <item>
                 <heading id="queryStringOptions">Query String Options</heading>
                 <text>
                     When accessing jscoverage.html in a web browser, you may provide a query string consisting of

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jscover.git



More information about the pkg-java-commits mailing list