forked from w3c/IndexedDB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndexedDB Disposition of Comments.html
361 lines (330 loc) · 17.4 KB
/
IndexedDB Disposition of Comments.html
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>IndexedDB Disposition of Comments</title>
<style type="text/css">
body {
font-family:Helvetica;
}
h1 {
font-size: 1.6em;
font-weight: bold;
}
h2 {
font-size: 1.3em;
font-weight: bold;
}
h3 {
font-size: 1em;
font-weight:bold;
}
table {
border-width: 1px;
border-spacing: 0px;
border-style: solid;
border-color: black;
border-collapse: collapse;
}
th, td {
padding: 2px;
padding-left: 4px;
padding-right: 4px;
border-width: 1px;
border-style: solid;
border-color: black;
}
th {
background-color:#dcdcdc;
}
th, table {
border-width: 2px;
}
.draft
{
background-color:#ff99cc;
}
.atrisk
{
background-color:#ffff00;
}
.underdev
{
background-color:#23b8dc;
}
.agree, .satisfied
{
background-color:#9acd32;
}
.disagree, .not_satisfied
{
background-color:#ff6a6a;
}
.compromise, .unknown
{
background-color:#eeee00;
}
tr.even {
background-color: #e0e0e0;
background-color: #ffffff;
}
tr.odd {
background-color: #e6e6e6;
}
</style>
</head><body>
<div id="content">
<h1>IndexedDB Disposition of Comments</h1>
<p>During its Last Call phases, the following changes were made to the
<a href="http://www.w3.org/TR/IndexedDB/">IndexedDB specification</a> based on public review and implementor feedback.</p>
<!--
<p>
There were (TODO: ADD NUMBER) issues raised.
Of these, the WebApps WG declined to make a change on (TODO: ADD NUMBER) issues and explained the rationale to the commenter.
Additionally, the WebApps WG compromised on (TODO: ADD NUMBER) other issues, making a partial change, and explained the rationale to the commenter.
The WebApps WG agreed with all (TODO: ADD NUMBER) other issues, and made the requested changes.
</p>
-->
<h2>Resolutions and Responses</h2>
<h3>WebApps WG Resolutions</h3>
<p>
The <strong>Resolution</strong> column specifies the resolution to the issue,
as determined by the working group and implemented by the editors.
</p>
<h3>Commenter Responses</h3>
<p>
The <strong>Staisfaction</strong> column specifies the response, if any, of the person(s) reporting the issue
to the working group decision, and may contain values that indicate:
</p>
<table title="Legend for Responses">
<tbody>
<tr>
<th class="agree">Satisfied</th>
<th class="unknown">No response</th>
<th class="not_satisfied">Not satisfied</th>
</tr>
</tbody>
</table>
<h2>Disposition of Comments:</h2>
<table id='_issues' title='List of issues'>
<thead>
<tr>
<th>Bug ID or Issue Number</th>
<th>Title of Issue or Bug</th>
<th>Date commented or date bug opened</th>
<th>Commenter or person opening bug</th>
<th>Status</th>
<th>Resolution</th>
<th>Satisfaction</th>
</tr>
</thead>
<tbody>
<tr class="even closed">
<td class='issue'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16441">Bug 16441</a>
<td class='title'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16441">Spec should note that onsuccess shouldn’t be used for writes.</a></td>
<td class='title'>2012-03-19</td>
<td class='commentor'>Yonathan Randolph</td>
<td class='status postponed'>RESOLVED FIXED. </td>
<td class="response agree">Note added.</td>
<td class="satisfaction agree">Yes</td></tr>
<tr class="odd closed">
<td class='issue'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16467">Bug 16467</a>
<td class='title'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16467">[IndexedDB] [editorial] remove spurious IDBVersionChangeRequest-sentence</a></td>
<td class='title'>2012-03-21</td>
<td class='commentor'>Odin Hørthe Omdal</td>
<td class='status postponed'>RESOLVED FIXED. </td>
<td class="response agree">Suggested changes incorporate.</td>
<td class="satisfaction agree">Yes</td>
</tr>
<tr class="even closed">
<td class='issue'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16513">Bug 16513</a>
<td class='title'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16513">Use WebIDL enum for IDBDatabase.transaction's mode argument</a></td>
<td class='title'>2012-03-25</td>
<td class='commentor'>Ms2ger</td>
<td class='status postponed'>RESOLVED FIXED. </td>
<td class="response agree">Spec updated.</td>
<td class="satisfaction agree">Yes</td></tr>
<tr class="odd closed">
<td class='issue'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16596">Bug 16596</a>
<td class='title'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16596">Clarify how upgradeneeded works in the .open function</a></td>
<td class='title'>2012-04-01</td>
<td class='commentor'>Jonas Sicking</td>
<td class='status postponed'>RESOLVED WONTFIX</td>
<td class="response agree">No action.</td>
<td class="satisfaction agree">Yes</td>
</tr>
<tr class="even closed">
<td class='issue'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16653">Bug 16653</a>
<td class='title'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16653">IndexedDB: Define overloads for IDBDatabase.transaction()</a></td>
<td class='title'>2012-04-06</td>
<td class='commentor'>Joshua Bell</td>
<td class='status postponed'>RESOLVED FIXED. </td>
<td class="response agree">IDL updated.</td>
<td class="satisfaction agree">Yes</td></tr>
<tr class="odd closed">
<td class='issue'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17032">Bug 17032</a>
<td class='title'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17032">IndexedDB: Editorial - use of phrase "explicit key" is confusing</a></td>
<td class='title'>2012-05-10</td>
<td class='commentor'>Joshua Bell</td>
<td class='status postponed'>RESOLVED FIXED. </td>
<td class="response agree">Text updated.</td>
<td class="satisfaction agree">Yes</td>
</tr>
<tr class="even closed">
<td class='issue'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17198">Bug 17198</a>
<td class='title'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17198">Remove mention of IDBVersionChangeRequest</a></td>
<td class='title'>2012-05-25</td>
<td class='commentor'>Jonas Sicking</td>
<td class='status postponed'>RESOLVED FIXED. </td>
<td class="response agree">Text removed.</td>
<td class="satisfaction agree">Yes</td></tr>
<tr class="odd closed">
<td class='issue'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17236">Bug 17236</a>
<td class='title'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17236">Ambiguity in IDBTransaction.error around 'done' state</a></td>
<td class='title'>2012-05-29</td>
<td class='commentor'>Alec Flett</td>
<td class='status postponed'>RESOLVED FIXED. </td>
<td class="response agree">Spec edited to remove ambiguity.</td>
<td class="satisfaction agree">Yes</td>
</tr>
<tr class="even closed">
<td class='issue'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17253">Bug 17253</a>
<td class='title'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17253">[IndexedDB] IDL typo</a></td>
<td class='title'>2012-05-30</td>
<td class='commentor'>Odin Hørthe Omdal</td>
<td class='status postponed'>RESOLVED FIXED. </td>
<td class="response agree">Typo fixed.</td>
<td class="satisfaction agree">Yes</td></tr>
<tr class="odd closed">
<td class='issue'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17276">Bug 17276</a>
<td class='title'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17276">Step 8 in versionchange transaction algorithm is wrong.</a></td>
<td class='title'>2012-05-31</td>
<td class='commentor'>Jonas Sicking</td>
<td class='status postponed'>RESOLVED FIXED. </td>
<td class="response agree">Step 8 in algorithm edited.</td>
<td class="satisfaction agree">Yes</td>
</tr>
<tr class="even closed">
<td class='issue'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17303">Bug 17303</a>
<td class='title'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17303">Fix editorial issues from Tobie</a></td>
<td class='title'>2012-06-04</td>
<td class='commentor'>Jonas Sicking, for Tobie Langel</td>
<td class='status postponed'>RESOLVED FIXED. </td>
<td class="response agree">Tobie's issues addressed.</td>
<td class="satisfaction agree">Yes</td></tr>
<tr class="odd closed">
<td class='issue'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17538">Bug 17538</a>
<td class='title'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17538">[IndexedDB] Remove error clauses for invalid index keys</a></td>
<td class='title'>2012-06-18</td>
<td class='commentor'>Joshua Bell</td>
<td class='status postponed'>RESOLVED FIXED. </td>
<td class="response agree">Error clauses removed.</td>
<td class="satisfaction agree">Yes</td>
</tr>
<tr class="even closed">
<td class='issue'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17609">Bug 17609</a>
<td class='title'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17609">[IndexedDB] Events fired after transaction abort should not set active flag</a></td>
<td class='title'>2012-06-26*</td>
<td class='commentor'>Joshua Bell</td>
<td class='status postponed'>RESOLVED FIXED. </td>
<td class="response agree">Event algorithm altered.</td>
<td class="satisfaction agree">Yes</td></tr>
<tr class="odd closed">
<td class='issue'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17643">Bug 17643</a>
<td class='title'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17643">What should transaction.error be set to if a error handler throws an exception</a></td>
<td class='title'>2012-06-28*</td>
<td class='commentor'>Jonas Sicking</td>
<td class='status postponed'>RESOLVED FIXED. </td>
<td class="response agree">Set transaction.error to a "AbortError".</td>
<td class="satisfaction agree">Yes</td>
</tr>
<tr class="even closed">
<td class='issue'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17645">Bug 17645</a>
<td class='title'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17645">Define more precisely what the "origin" of the IDBEnvironment is</a></td>
<td class='title'>2012-06-29*</td>
<td class='commentor'>Jonas Sicking</td>
<td class='status postponed'>RESOLVED FIXED. </td>
<td class="response agree">Better definition for "origin" added.</td>
<td class="satisfaction agree">Yes</td></tr>
<tr class="odd closed">
<td class='issue'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17649">Bug 17649</a>
<td class='title'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17649">Address WebIDL comments from Kyle Huey</a></td>
<td class='title'>2012-06-29</td>
<td class='commentor'>Jonas Sicking, for Kyle Huey</td>
<td class='status postponed'>RESOLVED FIXED. </td>
<td class="response agree">Many issues addressed.</td>
<td class="satisfaction agree">Yes</td>
</tr>
<tr class="even closed">
<td class='issue'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17650">Bug 17650</a>
<td class='title'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17650">Make createIndex throw InvalidAccessError instead of NotSupportedError</a></td>
<td class='title'>2012-06-29*</td>
<td class='commentor'>Jonas Sicking</td>
<td class='status postponed'>RESOLVED FIXED. </td>
<td class="response agree">Updated createIndex to throw InvalidAccessError.</td>
<td class="satisfaction agree">Yes</td></tr>
<tr class="odd closed">
<td class='issue'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17657">Bug 17657</a>
<td class='title'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17657">Empty arrays shouldn't be valid KeyPaths</a></td>
<td class='title'>2012-06-30*</td>
<td class='commentor'>Jonas Sicking</td>
<td class='status postponed'>RESOLVED FIXED.</td>
<td class="response agree">Empty arrays throw SyntaxError.</td>
<td class="satisfaction agree">Yes</td>
</tr>
<tr class="even closed">
<td class='issue'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17681">Bug 17681</a>
<td class='title'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17681">[IndexedDB] Operations that raise multiple exceptions types should define order</a></td>
<td class='title'>2012-07-03*</td>
<td class='commentor'>Joshua Bell </td>
<td class='status postponed'>RESOLVED LATER</td>
<td class="response unknown">Postponed until after Version 1.</td>
<td class="satisfaction unknown">N/A</td></tr>
<tr class="odd closed">
<td class='issue'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17702">Bug 17702</a>
<td class='title'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17702">[IndexedDB editorial] IDBIndex.getKey should tell what it's doing</a></td>
<td class='title'>2012-07-05*</td>
<td class='commentor'>Odin Hørthe Omdal</td>
<td class='status postponed'>RESOLVED FIXED. </td>
<td class="response agree">Updated getKey for clarity.</td>
<td class="satisfaction agree">Yes</td>
</tr>
<tr class="odd closed">
<td class='issue'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21555">Bug 21555 </a>
<td class='title'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21555">Use of IDL arrays for keyPath values is underdefined</a></td>
<td class='title'>2013-04-02</td>
<td class='commentor'>Boris Zbarsky</td>
<td class='status postponed'>RESOLVED FIXED</td>
<td class="response agree">Changed IDL type of the attributes to any. Prose changed per bug.</td>
<td class="satisfaction agree">Yes</td>
</tr>
<tr class="odd closed">
<td class='issue'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21801">Bug 21801</a>
<td class='title'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21801">[IndexedDB] Cursor operations when source deleted are not defined</a></td>
<td class='title'>2013-04-23</td>
<td class='commentor'>Joshua Bell</td>
<td class='status postponed'>RESOLVED FIXED</td>
<td class="response agree">IDBIndex continue, advance, update and delete also throw InvalidStateError.</td>
<td class="satisfaction agree">Yes</td>
</tr>
<!-- Template for additional issues
<tr class="odd closed">
<td class='issue'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=">Bug</a>
<td class='title'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=">Title</a></td>
<td class='title'>Date reported</td>
<td class='commentor'>Name of persons reporting issue</td>
<td class='status postponed'>New</td>
<td class="response disagree">TBD</td>
<td class="satisfaction agree">TBD</td>
</tr>
-->
</tbody>
</table>
<p>*Bugs and comments filed after 21 June 2012 occur after the Last Call deadline.</p>
<br>
<address>
Eliot Graff (<a href='mailto:eliotgra@microsoft.com'>eliotgra@microsoft.com</a>)
</address>
</div>
</body>
</html>