Closed
Bug 711970
Opened 14 years ago
Closed 14 years ago
Use openUnsharedDatabase in localStorage SQLite
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla12
People
(Reporter: mak, Assigned: vladan)
References
Details
(Keywords: perf, Whiteboard: [Snappy:P1])
Attachments
(1 file, 1 obsolete file)
1.42 KB,
patch
|
mayhemer
:
review+
mak
:
feedback+
|
Details | Diff | Splinter Review |
This call is cheaper for our case, since SQLite doesn't have to check the cache before using it.
Reporter | ||
Comment 1•14 years ago
|
||
this is basically part of vladan's patch in bug 704933, so assigning to him, I'll later attach the partial patch.
Assignee: nobody → vdjeric
Assignee | ||
Comment 2•14 years ago
|
||
2-line patch from bug 704933
Attachment #582940 -
Flags: review?(mak77)
Assignee | ||
Comment 3•14 years ago
|
||
Attachment #582940 -
Attachment is obsolete: true
Attachment #582940 -
Flags: review?(mak77)
Attachment #582947 -
Flags: review?(mak77)
Reporter | ||
Comment 4•14 years ago
|
||
Comment on attachment 582947 [details] [diff] [review]
Open DOM storage DB as unshared
Review of attachment 582947 [details] [diff] [review]:
-----------------------------------------------------------------
I'll leave feedback on this patch, and let Honza give review, so he is aware of the change and I'm sure we are on the same boat (he'll likely have to review my next patches on top of this) :)
Btw, there should be no risk involved in doing this change.
Attachment #582947 -
Flags: review?(mak77)
Attachment #582947 -
Flags: review?(honzab.moz)
Attachment #582947 -
Flags: feedback+
![]() |
||
Updated•14 years ago
|
Whiteboard: [Snappy:P1]
![]() |
||
Comment 5•14 years ago
|
||
Comment on attachment 582947 [details] [diff] [review]
Open DOM storage DB as unshared
Review of attachment 582947 [details] [diff] [review]:
-----------------------------------------------------------------
r=honzab
Attachment #582947 -
Flags: review?(honzab.moz) → review+
Assignee | ||
Comment 6•14 years ago
|
||
Target Milestone: --- → mozilla12
![]() |
||
Comment 7•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•