mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
set guid when creating history entries
This commit is contained in:
parent
3d56e48c4c
commit
81cdb36c28
@ -306,6 +306,10 @@ HistoryStore.prototype = {
|
|||||||
(visit.type == 5 || visit.type == 6), 0);
|
(visit.type == 5 || visit.type == 6), 0);
|
||||||
}
|
}
|
||||||
this._hsvc.setPageTitle(uri, record.cleartext.title);
|
this._hsvc.setPageTitle(uri, record.cleartext.title);
|
||||||
|
|
||||||
|
let guid = this._getGUID(record.cleartext.uri);
|
||||||
|
if (guid != record.id)
|
||||||
|
this.changeItemID(guid, record.id);
|
||||||
},
|
},
|
||||||
|
|
||||||
remove: function HistStore_remove(record) {
|
remove: function HistStore_remove(record) {
|
||||||
|
Loading…
Reference in New Issue
Block a user