Closed
Bug 1146299
Opened 10 years ago
Closed 10 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•10 years ago
|
Assignee | ||
Updated•10 years ago
|
Summary: we are using the wrong postData → v27 migration is using a bookmark description instead of POST data
Updated•10 years ago
|
Iteration: --- → 39.2 - 23 Mar
Assignee | ||
Updated•10 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•10 years ago
|
||
Luckily, I kept around the data to rebuild keywords.
Attachment #8582074 -
Flags: review?(ttaubert)
Comment 2•10 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•10 years ago
|
Iteration: 39.2 - 23 Mar → 39.3 - 30 Mar
Assignee | ||
Comment 3•10 years ago
|
||
Flags: in-testsuite? → in-testsuite+
Target Milestone: --- → mozilla39
Comment 4•10 years ago
|
||
Marco, when did this break? Do we need to test or uplift this? Thanks!
Assignee | ||
Comment 5•10 years ago
|
||
No, this was Nightly only, luckily.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 7•10 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•10 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.
Updated•10 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•