Closed
Bug 622134
Opened 14 years ago
Closed 14 years ago
Impossible to reset Sync on SeaMonkey with "Replace all data on this computer" [port bug 619995]
Categories
(SeaMonkey :: Sync UI, defect)
SeaMonkey
Sync UI
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 618709
People
(Reporter: iav, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0b9pre) Gecko/20101230 Firefox/4.0b9pre SeaMonkey/2.1b2pre
Build Identifier: 1.6.1
For Mozilla/5.0 (Windows NT 5.1; rv:2.0b9pre) Gecko/20101230 Firefox/4.0b9pre SeaMonkey/2.1b2pre - Build ID: 20101230003001, sync installed as addon:
Trying to reset sync on seamonkey with "replace all data on this computer" nothing occures, and error console shows the message:
Error: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [mozIStorageConnection.createStatement]
Source file: chrome://weave/content/firefox/setup.js
Line: 670
Corresponded line is
let stm = db.createStatement(
670: "SELECT ROUND(( " +
"strftime('%s','now','localtime','utc') - " +
"( " +
"SELECT visit_date FROM moz_historyvisits " +
"UNION ALL " +
"SELECT visit_date FROM moz_historyvisits_temp " +
"ORDER BY visit_date ASC LIMIT 1 " +
")/1000000 " +
")/86400) AS daysOfHistory ");
Reproducible: Always
Comment 1•14 years ago
|
||
SeaMonkey needs to port bug 619995.
Component: Firefox Sync: UI → UI Design
Product: Mozilla Services → SeaMonkey
QA Contact: sync-ui → ui-design
Reporter | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Comment 3•14 years ago
|
||
I said they need to port it. This is not a dupe.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Updated•14 years ago
|
Comment 4•14 years ago
|
||
Fortunately the setup dialog has not been up for review on our side yet so we should be able to fix that right from the start in bug 618709. Leaving this one open in case it won't get addressed there.
OS: Windows XP → All
Hardware: x86 → All
Summary: Impossible to reset sync on seamonkey with "replace all data on this computer" → Impossible to reset Sync on SeaMonkey with "Replace all data on this computer" [port bug 619995]
Version: unspecified → Trunk
Comment 5•14 years ago
|
||
Note that this will not fix the Sync add-on (after all this is a SM bug report); bug 618709 is for SM itself which will have Sync integrated directly into it. That's all we can do on our side.
Status: NEW → RESOLVED
Closed: 14 years ago → 14 years ago
No longer depends on: 615950
Resolution: --- → DUPLICATE
Updated•14 years ago
|
Component: UI Design → Sync UI
QA Contact: ui-design → sync-ui
You need to log in
before you can comment on or make changes to this bug.
Description
•