Closed
Bug 1134967
Opened 10 years ago
Closed 7 years ago
subject is null in forms.js after expireOldEntriesDeletion
Categories
(Firefox :: Sync, defect, P3)
Firefox
Sync
Tracking
()
RESOLVED
DUPLICATE
of bug 1404427
People
(Reporter: MattN, Unassigned)
References
()
Details
FormHistory: expireOldEntriesDeletion(1408856975422000,2312)
FormHistory: updateFormHistoryWrite 1
FormHistory: Remove from form history [object Object]
FormHistory: removeEntries
FormHistory: Creating new statement for query: DELETE FROM moz_formhistory WHERE lastUsed <= :lastUsedEnd
TypeError: subject is null forms.js:232:14
forms.js:232 is:
let guid = subject.QueryInterface(Ci.nsISupportsString).toString();
https://mxr.mozilla.org/mozilla-central/source/services/sync/modules/engines/forms.js?rev=4339077e7826#232
Comment 1•10 years ago
|
||
I don't think Sync expects a satchel-storage-changed/formhistory-remove notification to be sent for bulk removals.
(Our story around bulk removals is bad: see Bug 578694 for some context.)
Comment 2•8 years ago
|
||
This makes log noise so should be fixed, but doesn't seem to cause actual problems, so p3
Priority: -- → P3
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•6 years ago
|
Component: Firefox Sync: Backend → Sync
Product: Cloud Services → Firefox
You need to log in
before you can comment on or make changes to this bug.
Description
•