Closed
Bug 758291
Opened 13 years ago
Closed 13 years ago
Remove PDF Viewer addon on update
Categories
(Firefox :: PDF Viewer, defect)
Tracking
()
VERIFIED
FIXED
Firefox 16
People
(Reporter: spammaaja, Assigned: yury)
References
Details
Attachments
(1 file, 1 obsolete file)
1.15 KB,
patch
|
Gavin
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
In Bug 740795, PDF Viewer was changed to not be shipped as an add-on. However, the update process doesn't remove the addon from the \extensions folder.
Reproduction:
Install an old Nightly build, which has PDF Viewer as an add-on.
Update it to latest version (in which it is no longer an add-on).
Result:
PDF Viewer is still listed as an add-on.
Expected result:
PDF Viewer should not be listed as an add-on.
Comment 2•13 years ago
|
||
We need to add it to removed-files.in, I guess?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•13 years ago
|
tracking-firefox15:
--- → +
Assignee | ||
Comment 3•13 years ago
|
||
To replicate:
1. Install Nightly from http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2012-05-20-03-05-30-mozilla-central/
2. Open "About Nightly" to update the browser
Assignee | ||
Comment 4•13 years ago
|
||
Looking at the history (blame/bugs) of the removed-files.in, adding the entry in this file shall solve the issue.
Attachment #630042 -
Flags: review?(khuey)
Updated•13 years ago
|
Attachment #630042 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 5•13 years ago
|
||
Assignee: nobody → async.processingjs
Attachment #630042 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 6•13 years ago
|
||
AIUI, this is only applicable to channels that have previously shipped the add-on version, which doesn't include Aurora. So this isn't actually a concern for 15, and we don't actually need to backport the patch.
Comment 7•13 years ago
|
||
(In reply to :Gavin Sharp (use gavin@gavinsharp.com for email) from comment #6)
> AIUI, this is only applicable to channels that have previously shipped the
> add-on version, which doesn't include Aurora. So this isn't actually a
> concern for 15, and we don't actually need to backport the patch.
So this patch should only affect Nightly users? Hence meaning that we could land it on 16 and be done with it? If that's the case, how necessary is it to fix this bug? When this change propagates through to the other release channels, it will just add extra code paths that aren't needed.
Comment 8•13 years ago
|
||
(In reply to Jared Wein [:jaws] from comment #7)
> (In reply to :Gavin Sharp (use gavin@gavinsharp.com for email) from comment
> #6)
> > AIUI, this is only applicable to channels that have previously shipped the
> > add-on version, which doesn't include Aurora. So this isn't actually a
> > concern for 15, and we don't actually need to backport the patch.
>
> So this patch should only affect Nightly users? Hence meaning that we could
> land it on 16 and be done with it? If that's the case, how necessary is it
> to fix this bug? When this change propagates through to the other release
> channels, it will just add extra code paths that aren't needed.
It would also affect users who switched from Nightly to other channels, but really the patch is so simple it isn't worth thinking about. We should just take it and move along.
Comment 9•13 years ago
|
||
Comment 10•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 11•13 years ago
|
||
Comment on attachment 630145 [details] [diff] [review]
patch for checkin
[Triage Comment]
a=me
Attachment #630145 -
Flags: approval-mozilla-aurora+
Comment 12•13 years ago
|
||
status-firefox15:
--- → fixed
Comment 13•13 years ago
|
||
(In reply to JK from comment #1)
> Reproduction:
> Install an old Nightly build, which has PDF Viewer as an add-on.
> Update it to latest version (in which it is no longer an add-on).
>
> Result:
> PDF Viewer is still listed as an add-on.
>
> Expected result:
> PDF Viewer should not be listed as an add-on.
So in order to test this on FF 15, I installed FF 14b12, then the PDF Viewer addon and then updated to FF 15b3.
PDF Viewer is still listed as an add-on.
Any thoughts?
Assignee | ||
Comment 14•13 years ago
|
||
> So in order to test this on FF 15, I installed FF 14b12, then the PDF Viewer
> addon and then updated to FF 15b3.
> PDF Viewer is still listed as an add-on.
> Any thoughts?
Don't install PDF Viewer addon -- it shall be a part of the FF (also see comment 3)
Comment 15•13 years ago
|
||
So:
1. Installed Nightly 2012-05-20 (comment 3) --> PDF Viewer listed as an add-on
2. Pave over installation of FF 15b3 (comment 8) --> PDF Viewer not in add-ons list
Verified fixed on FF 15b3 on Win 7.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•