Closed
Bug 1193136
Opened 9 years ago
Closed 9 years ago
_getTxn() should take a callback and run the query in the same function loop
Categories
(Firefox OS Graveyard :: Gaia::Keyboard, defect)
Tracking
(blocking-b2g:2.5+, b2g-master fixed)
Tracking | Status | |
---|---|---|
b2g-master | --- | fixed |
People
(Reporter: timdream, Assigned: timdream)
References
Details
Attachments
(1 file)
This [1] rely on a incorrect behavior of Gecko, described in bug 1192160. We'll need to remove that before Gecko can fix it.
[1] https://github.com/mozilla-b2g/gaia/blob/84fc50c0b4da86de68ed82022b5f05c9968da0e5/apps/keyboard/js/shared/promise_storage.js#L87-L97
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → timdream
Status: NEW → ASSIGNED
Comment 1•9 years ago
|
||
Assignee | ||
Comment 2•9 years ago
|
||
Comment on attachment 8646188 [details] [review]
[gaia] timdream:promise-txn > mozilla-b2g:master
Jan, would you do the honor? For more information, read bug 1192160.
Not sure if this warrant a post on dev-gaia -- have not screen through the entire Gaia to see if there are other places with this pattern.
Attachment #8646188 -
Flags: review?(janjongboom)
Assignee | ||
Comment 3•9 years ago
|
||
Bug 1179909 now triggers the behavior and PromiseStroage is currently broken on Nightly. We would need to get this landed soon.
Blocks: 1179909
blocking-b2g: --- → 2.5+
Assignee | ||
Comment 4•9 years ago
|
||
Comment on attachment 8646188 [details] [review]
[gaia] timdream:promise-txn > mozilla-b2g:master
Kyle, since Jan appears to be busy, would you mind review this patch for me? Thanks.
Attachment #8646188 -
Flags: review?(khuey)
Updated•9 years ago
|
Attachment #8646188 -
Flags: review?(janjongboom)
Attachment #8646188 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 5•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
status-b2g-master:
--- → fixed
Target Milestone: --- → FxOS-S5 (21Aug)
You need to log in
before you can comment on or make changes to this bug.
Description
•