Closed
Bug 1146299
Opened 9 years ago
Closed 9 years ago
(bookmark keywords are broken!) v27 migration is using a bookmark description instead of POST data
Categories
(Toolkit :: Places, defect)
Toolkit
Places
Tracking
()
Tracking | Status | |
---|---|---|
firefox38 | --- | unaffected |
firefox39 | - | fixed |
People
(Reporter: mak, Assigned: mak)
References
Details
(Keywords: dataloss, regression)
Attachments
(1 file)
28.49 KB,
patch
|
ttaubert
:
review+
|
Details | Diff | Splinter Review |
[Tracking Requested - why for this release]: Looks like the migration query is using the wrong item annotations when migrating postData, thus using for example page description instead of POST data. This is pretty bad, we need a new migration step to fix it.
Assignee | ||
Updated•9 years ago
|
Assignee | ||
Updated•9 years ago
|
Summary: we are using the wrong postData → v27 migration is using a bookmark description instead of POST data
Updated•9 years ago
|
Iteration: --- → 39.2 - 23 Mar
Assignee | ||
Updated•9 years ago
|
Summary: v27 migration is using a bookmark description instead of POST data → (bookmark keywords are broken!) v27 migration is using a bookmark description instead of POST data
Assignee | ||
Comment 1•9 years ago
|
||
Luckily, I kept around the data to rebuild keywords.
Attachment #8582074 -
Flags: review?(ttaubert)
Comment 2•9 years ago
|
||
Comment on attachment 8582074 [details] [diff] [review] patch v1 Review of attachment 8582074 [details] [diff] [review]: ----------------------------------------------------------------- LGTM.
Attachment #8582074 -
Flags: review?(ttaubert) → review+
Updated•9 years ago
|
Iteration: 39.2 - 23 Mar → 39.3 - 30 Mar
Assignee | ||
Comment 3•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/191f0b9b6a65
Flags: in-testsuite? → in-testsuite+
Target Milestone: --- → mozilla39
Marco, when did this break? Do we need to test or uplift this? Thanks!
Assignee | ||
Comment 5•9 years ago
|
||
No, this was Nightly only, luckily.
https://hg.mozilla.org/mozilla-central/rev/191f0b9b6a65
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Comment 7•9 years ago
|
||
Is this the reason for the following? When I entered the keyword for a bookmarklet ("javascript:…"), it would only show the "javascript:" URL without executing it. I had to press Enter again to actually execute the code. I deleted the bookmarklets, re-imported a backup of my bookmarks.html, and then the keywords started working again. If this is an unreleated issue, I'll file a new bug.
Assignee | ||
Comment 8•9 years ago
|
||
(In reply to Jan Moesen from comment #7) > Is this the reason for the following? When I entered the keyword for a > bookmarklet ("javascript:…"), it would only show the "javascript:" URL > without executing it. I had to press Enter again to actually execute the > code. it's due to this bug, yes.
You need to log in
before you can comment on or make changes to this bug.
Description
•