Bug 463154 - Form history should record creation/usage timestamps. r=mconnor, r=sdwilsh
commite7f8cd24082a089aa8ee22331f18df403f0f87df
authorJustin Dolske <dolske@mozilla.com>
Thu, 13 Nov 2008 18:30:45 +0000 (13 10:30 -0800)
committerJustin Dolske <dolske@mozilla.com>
Thu, 13 Nov 2008 18:30:45 +0000 (13 10:30 -0800)
tree4521000c3bdb2ae33142cde7c87ab32ac1ad03f5
parent2a105d0338fffd2fad556f60325e7c9a7e2038f7
Bug 463154 - Form history should record creation/usage timestamps. r=mconnor, r=sdwilsh
13 files changed:
toolkit/components/satchel/public/nsIFormHistory.idl
toolkit/components/satchel/src/nsFormHistory.cpp
toolkit/components/satchel/src/nsStorageFormHistory.cpp
toolkit/components/satchel/src/nsStorageFormHistory.h
toolkit/components/satchel/test/unit/formhistory_CORRUPT.sqlite [new file with mode: 0644]
toolkit/components/satchel/test/unit/formhistory_v0.sqlite [new file with mode: 0644]
toolkit/components/satchel/test/unit/formhistory_v999a.sqlite [new file with mode: 0644]
toolkit/components/satchel/test/unit/formhistory_v999b.sqlite [new file with mode: 0644]
toolkit/components/satchel/test/unit/head_satchel.js
toolkit/components/satchel/test/unit/test_db_corrupt.js [copied from toolkit/components/satchel/test/unit/head_satchel.js with 54% similarity]
toolkit/components/satchel/test/unit/test_db_update_v1.js [new file with mode: 0644]
toolkit/components/satchel/test/unit/test_db_update_v999a.js [new file with mode: 0644]
toolkit/components/satchel/test/unit/test_db_update_v999b.js [copied from toolkit/components/satchel/test/unit/head_satchel.js with 50% similarity]