Closed
Bug 622042
Opened 13 years ago
Closed 13 years ago
IndexedDB: Rework events and requests
Categories
(Core :: Storage: IndexedDB, defect)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
blocking2.0 | --- | final+ |
People
(Reporter: bent.mozilla, Assigned: bent.mozilla)
Details
Attachments
(1 file, 2 obsolete files)
250.67 KB,
patch
|
sicking
:
review+
sicking
:
approval2.0+
|
Details | Diff | Splinter Review |
We're removing all the special IDBEvent classes and moving the properties that used to live on them (source, result, transaction, errorCode) to the requests. Patch attached, yikes.
Attachment #500300 -
Flags: review?(jonas)
Assignee | ||
Comment 1•13 years ago
|
||
Oops. This is the real patch.
Attachment #500300 -
Attachment is obsolete: true
Attachment #500301 -
Flags: review?(jonas)
Attachment #500300 -
Flags: review?(jonas)
Assignee | ||
Comment 2•13 years ago
|
||
Sigh. Forgot about browser-chrome tests. Those are fixed with this patch.
Attachment #500301 -
Attachment is obsolete: true
Attachment #500345 -
Flags: review?(jonas)
Attachment #500301 -
Flags: review?(jonas)
Attachment #500345 -
Flags: review?(jonas) → review+
Attachment #500345 -
Flags: approval2.0+
Updated•13 years ago
|
blocking2.0: ? → final+
Assignee | ||
Comment 3•13 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/4cb3d8a21afe
Status: ASSIGNED → RESOLVED
blocking2.0: final+ → ?
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
blocking2.0: ? → final+
Component: DOM → DOM: IndexedDB
Version: Trunk → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•