Closed
Bug 964436
(jsplugins-params)
Opened 11 years ago
Closed 10 years ago
[jsplugins] Provide easy API for getting computed plugin parameters from <object> tag
Categories
(Core Graveyard :: Plug-ins, defect)
Core Graveyard
Plug-ins
Tracking
(e10s-)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
e10s | - | --- |
People
(Reporter: johns, Assigned: catalinb)
References
Details
Bug 853995 will transfer responsibility for building a plugin parameters list to the <object> tag - exposing this to privileged content would give js implemented plugins an easy way to read their parameters the same way that would be passed to a real plugin.
Reporter | ||
Updated•11 years ago
|
Summary: [jsplugins] Provide easy API for getting computer plugin parameters from <object> tag → [jsplugins] Provide easy API for getting computed plugin parameters from <object> tag
Updated•11 years ago
|
Blocks: e10s-plugins
Updated•10 years ago
|
tracking-e10s:
--- → -
Reporter | ||
Comment 1•10 years ago
|
||
Bug 853995 both rewrote this mess to live in the object tag and added some chromeonly calls to get the list from privileged JS:
http://dxr.mozilla.org/mozilla-central/source/dom/webidl/HTMLObjectElement.webidl#160
@yury, does that sound like it meets pdfjs/shumway requirements for resolving this?
Flags: needinfo?(ydelendik)
Updated•10 years ago
|
Reporter | ||
Comment 2•10 years ago
|
||
The chrome-only object.getPluginAttributes and object.getPluginParameters calls now provide this, thanks to @catalinb's work in bug 853995
Assignee: jschoenick → catalin.badea392
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Flags: needinfo?(ydelendik)
Resolution: --- → FIXED
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•