What's new? | Help | Directory | Sign in
Google
gears
Improving Your Web Browser
  
  
  
    
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">

<!--
Copyright 2007, Google Inc.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of Google Inc. nor the names of its contributors may be
used to endorse or promote products derived from this software without
specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->

<html>
<head>
<title>API History</title>
<link rel="stylesheet" type="text/css" href="gears.css" />
</head>

<body>

<h1>API History</h1>

<div id="pagecontent">

<h3 id="0.4">New in 0.4 <em>- In the oven</em></h3>

<ul>
<li>Added the Blob module
<li>Added the Geolocation module
</ul>

<br>

<h3 id="0.3">New in 0.3 <em>- Released June 6, 2008</em></h3>

<ul>
<li>Added support for Firefox 3.
<li>Added initial <a href="api_desktop.html">Desktop</a> module
with support for creating desktop shortcuts.
<li><a href="api_database.html">Database</a> changes:
<ul>
<li>Added the <code>rowsAffected</code> property.
</ul>
<li><a href="api_factory.html">Factory</a> changes:
<ul>
<li>Added the <code>hasPermission</code> property.
<li>Added the <code>getPermission()</code> method.
</ul>
<li><a href="api_localserver.html">LocalServer</a> changes:
<ul>
<li>Added the <code>oncomplete</code>, <code>onerror</code>, and
<code>onprogress</code> events to the
<code>ManagedResourceStore</code> class.
<li>ManagedResourceStore will now <a
href="api_localserver.html#ManagedResourceStoreUpdates">retry
captures</a> under some circumstances to help with load balanced
applications.
<li>ManagedResourceStore now sends the special header
<code>X-Gears-Reason: validate-manifest</code> when rechecking the
manifest at the end of an update.
</ul>
<li><a href="api_workerpool.html">WorkerPool</a> changes:
<ul>
<li>The <code>sendMessage</code> method now accepts complex objects
instead of just strings.
<li>Added the <code>body</code> property to <code>onmessage</code>'s
<code>message</code> parameter.
</ul>
<li><a href="design.html#detecting">Download Page</a> changes:
<ul>
<li>Added the <code>icon_src</code> and <code>name</code> parameters.
<li>Added the <code>action=upgrade</code> querystring parameter.
</ul>
</ul>

<br>

<h3 id="0.2">New in 0.2 <em>- Released February 14, 2008</em></h3>

<ul>
<li>Added support for <a href="../mobile.html">Windows Mobile devices</a>
<li>Added initial <a href="api_httprequest.html">HttpRequest</a> module.
<li>Added initial <a href="api_timer.html">Timer</a> module.
<li><a href="api_workerpool.html">WorkerPool</a> changes:
<ul>
<li>Added the <code>onerror</code> callback.
<li>Added the <code>createWorkerFromUrl()</code> method.
<li>Added the <code>allowCrossOrigin()</code> method.
<li>Added the <code>messageObject</code> parameter to the
<code>onmessage</code> callback.
</ul>
<li><a href="api_localserver.html">LocalServer</a> changes:
<ul>
<li>The <code>requiredCookie</code> parameter to the
<code>openManagedStore()</code> and <code>createManagedStore()</code>
methods now recognizes the special cookie value <code>;NONE;</code>.
</ul>
<li><a href="api_factory.html">Factory</a> changes:
<ul>
<li>Added the <code>version</code> property.
<li>Made the <code>classVersion</code> parameter to the
<code>create()</code> method optional.
</ul>
</ul>

<br>

<h3 id="0.1">New in 0.1 <em>- Released May 31, 2007</em></h3>
<ul>
<li>Initial Gears release, including first versions of:
<ul>
<li><a href="api_database.html">Database</a> module
<li><a href="api_localserver.html">LocalServer</a> module
<li><a href="api_workerpool.html">WorkerPool</a> module
</ul>
</li>
</ul>

</div>
</body>
</html>
Show details Hide details

Change log

r1947 by gears.daemon on Jun 12, 2008   Diff
[Author: aa]

A few docs changes for the 0.3 release
blog post

- Added some named anchors for better
linkiness
- Clarified the description of
sendMessage() a little more
- Added a description of the changes to
the download page to the entry on
  0.3 in the history page.
...
Go to: 
Project members, sign in to write a code review

Older revisions

r1891 by gears.daemon on Jun 05, 2008   Diff
[Author: aa]

Update history.html with 0.3 release
info. Whee!

...
r1232 by gears.daemon on Mar 20, 2008   Diff
[Author: malcolmr]

Fix for: http://code.google.com/p
/google-gears/issues/detail?id=112

...
r1079 by gears.daemon on Feb 29, 2008   Diff
[Author: aa]

Fix broken link to mobile details on
history page.

...
All revisions of this file

File info

Size: 5110 bytes, 138 lines

File properties

svn:mime-type
text/html