Bug 255155
Summary: | Correct PDF Plugin descriptions returned by navigator.plugins[x].description | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> |
Component: | WebCore Misc. | Assignee: | Brent Fulgham <bfulgham> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ap, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Local Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 254189 | ||
Bug Blocks: |
Brent Fulgham
In Bug 254189 we corrected a bug where the name of the WebKit Built-in PDF plugin was localized for the user's settings, which confused some anti-fraud software because the specification requires the name to be in plain English text.
While that issue was fixed, the specification also requires a consistent English label, "Portable Document Format" be returned by the 'description' property of the plugin. This is currently localized in Safari, leading to some anti-fraud software failing.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brent Fulgham
<rdar://problem/107756651>
Brent Fulgham
Pull request: https://github.com/WebKit/WebKit/pull/12512
EWS
Committed 262779@main (1cc30ed20c25): <https://commits.webkit.org/262779@main>
Reviewed commits have been landed. Closing PR #12512 and removing active labels.