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 <[email protected]> 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

