Closed
Bug 518608
Opened 16 years ago
Closed 16 years ago
Download Manager Storage usage changes: Don't create statement wrapper & don't use step()
Categories
(Toolkit :: Downloads API, defect)
Toolkit
Downloads API
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a1
People
(Reporter: zpao, Assigned: zpao)
References
Details
Attachments
(1 file)
|
11.08 KB,
patch
|
sdwilsh
:
review+
|
Details | Diff | Splinter Review |
Bug 452897 made it so that statements are automatically wrapped.
step() was deprecated in favor of executeStep().
This is just changes in the tests.
| Assignee | ||
Comment 1•16 years ago
|
||
got rid of wrapped statements (and stmt.statement.finalize), and the one step() use
Comment 2•16 years ago
|
||
Comment on attachment 402633 [details] [diff] [review]
Patch v0.1
r=sdwilsh
Attachment #402633 -
Flags: review?(sdwilsh) → review+
| Assignee | ||
Comment 3•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
OS: Mac OS X → All
Hardware: x86 → All
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a1
You need to log in
before you can comment on or make changes to this bug.
Description
•