Closed
Bug 573834
Opened 15 years ago
Closed 11 years ago
Change PFS backend to use PFS2
Categories
(Websites :: plugins.mozilla.org, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: rdoherty, Unassigned)
References
()
Details
PFS is currently one PHP script that requires manual updating. PFS2 (plugins.mozilla.org) stores the same information and is update-able via a shiny web interface. We should deprecate PFS and have PFS2 respond to PFS' requests.
This will be a tracker bug, individual bugs will be filed as dependencies.
Comment 1•15 years ago
|
||
This could use some thinking:
* is it more important to try to retrofit PFS2's JSON-based version checking API to produce PFS's RDF-based plugin discovery results, or do we want Firefox to use PFS2 in the future?
* the data model for PFS2 has changed a bit from its PFS roots - I'm not sure if the two still match up, or if we do actually have all the same information available
| Reporter | ||
Comment 2•15 years ago
|
||
Agreed, need to plan this out.
It would probably be better for Firefox to use PFS2, but since we'll have old versions of Firefox hitting PFS for a long time, they should share the same backend. We'll have less maintenance overhead that way.
I think the data model is close enough (or maybe we can update PFS2 to have the info it needs).
I'll writeup a brief spec to document requirements.
Comment 3•15 years ago
|
||
(In reply to comment #2)
> I think the data model is close enough (or maybe we can update PFS2 to have the
> info it needs).
>
> I'll writeup a brief spec to document requirements.
This is where I think we'll need help from Firefox folks. I included a bunch of fields in the PFS2 database from PFS1 - but I don't quite understand what they're all for, or where to get the info for them.
Updated•12 years ago
|
Whiteboard: [2013q1]
Comment 4•12 years ago
|
||
A patch is available at https://github.com/mozilla/plugins/pull/1 for review. I'm awaiting review from :Tomcat.
Flags: needinfo?(cbook)
Comment 5•12 years ago
|
||
(In reply to Brandon Savage [:brandon] from comment #4)
> A patch is available at https://github.com/mozilla/plugins/pull/1 for
> review. I'm awaiting review from :Tomcat.
i'm not an expert in SQL or PFS programming, but if people like schalk are fine with the change i'm also
Flags: needinfo?(cbook)
Comment 6•12 years ago
|
||
Added a comment on the pull request.
Comment 7•12 years ago
|
||
What's left to do on this bug?
Comment 8•12 years ago
|
||
I don't know that this bug is actually going to be resolved. The requirements for PFS changed, and at the moment there doesn't seem to be a need to push this forward.
Updated•11 years ago
|
Whiteboard: [2013q1]
Comment 9•11 years ago
|
||
Bug 836415 has now removed the Plugin Finder Service (PFS) from Firefox. As a result, I'm closing all the remaining PFS bugs.
If you're getting this bugmail for an ancient PFS bug, the basic summary of the world today is:
* NPAPI plugins are a dying technology
* PFS was already restricted to assisting with only the 4 most common plugins
* Sites commonly provide their own UI for install a required plugin
* Mozilla is generally focusing on improving the web platform so that proprietary plugins are not required.
(Note that "plugins" are a completely separate from "browser extensions", such at those found on addons.mozilla.org. The latter are not going anywhere, and are not impacted by the removal of PFS.)
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•