<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.mozilla.org/index.php?action=history&amp;feed=atom&amp;title=SummerOfCode%2F2013%2FSecurityReport%2FWeeklyUpdates%2F2013-09-09</id>
	<title>SummerOfCode/2013/SecurityReport/WeeklyUpdates/2013-09-09 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.mozilla.org/index.php?action=history&amp;feed=atom&amp;title=SummerOfCode%2F2013%2FSecurityReport%2FWeeklyUpdates%2F2013-09-09"/>
	<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=SummerOfCode/2013/SecurityReport/WeeklyUpdates/2013-09-09&amp;action=history"/>
	<updated>2026-04-16T12:27:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.10</generator>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=SummerOfCode/2013/SecurityReport/WeeklyUpdates/2013-09-09&amp;diff=711358&amp;oldid=prev</id>
		<title>Patilkr: Created page with &quot;=== This Week ===  * In this security report tool, I am generating a .htm downloadable file. This file contains security errors and some constant strings to write HTML code.  ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=SummerOfCode/2013/SecurityReport/WeeklyUpdates/2013-09-09&amp;diff=711358&amp;oldid=prev"/>
		<updated>2013-09-19T06:02:10Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;=== This Week ===  * In this security report tool, I am generating a .htm downloadable file. This file contains security errors and some constant strings to write HTML code.  ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=== This Week ===&lt;br /&gt;
&lt;br /&gt;
* In this security report tool, I am generating a .htm downloadable file. This file contains security errors and some constant strings to write HTML code.  To store constant strings I used variables in the program. But variables are created each time tool is invoked. It incurs extra overhead of creation of variables each time. Therefore, I was looking for a mechanism that can create variables only once and can be used multiple times whenever program is invoked. &lt;br /&gt;
&lt;br /&gt;
* After reading Jetpack SDK documentations, I found simple-storage API is a best match for my needs. &lt;br /&gt;
&lt;br /&gt;
* I used simple-storage APIs to store constant strings. Simple storage APIs provide persistent storage. Thus it avoid creations of constant string variables each time program starts and makes it a bit faster.&lt;/div&gt;</summary>
		<author><name>Patilkr</name></author>
	</entry>
</feed>