Show PDF inline: Difference between revisions
(Adding reference to pdf.js) |
(Disabled by default on 16 and 17) |
||
(11 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{| | {{FeatureStatus | ||
|Feature name=Show PDF inline | |||
|Feature stage=Landed | |||
|Feature version=Firefox 18 | |||
| | |Feature health=OK | ||
| | |Feature status note=Landed in Firefox 14 nightly but didn't make the uplift. Targeting Firefox 15 or 16. | ||
| | }} | ||
{{FeatureTeam | |||
|Feature product manager=Asa Dotzler | |||
|Feature feature manager=Alex Limi | |||
|Feature lead engineer=Bill Walker | |||
| Alex Limi | |Feature qa lead=Mihaela Velimiroviciu | ||
}} | |||
| | {{FeaturePageBody | ||
|Feature overview=The current handling of PDFs in Firefox isn't great. The plugin-based renderer on Windows has several issues, and the situation on the Mac is that there really isn't a good renderer available for PDFs. | |||
= | |||
The current handling of PDFs in Firefox isn't great. The plugin-based renderer on Windows has several issues, and the situation on the Mac is that there really isn't a good renderer available for PDFs. | |||
We want to be able to show PDFs inline in the browser on at least the majority of the platforms we support, and be able to wrap our own UI around it to support things like viewing and saving to disk, etc. | We want to be able to show PDFs inline in the browser on at least the majority of the platforms we support, and be able to wrap our own UI around it to support things like viewing and saving to disk, etc. | ||
== | Goal: Make viewing of PDF in the web browser as painless as possible. | ||
|Feature requirements=* Ability to view a PDF document inline on Windows, Mac OS X, and possibly Linux. | |||
|Feature implementation plan=Use the [[PDF.js]] renderer | |||
Alternatives that were considered, but decided against: | |||
# Use the platform support for PDF in the cases where it's available, e.g. on Mac OS X via PDFkit: http://code.google.com/p/firefox-mac-pdf/ | # Use the platform support for PDF in the cases where it's available, e.g. on Mac OS X via PDFkit: http://code.google.com/p/firefox-mac-pdf/ | ||
# We could also do a hybrid approach, e.g. use Adobe plugin on Windows, and PDFkit on the Mac. | # We could also do a hybrid approach, e.g. use Adobe plugin on Windows, and PDFkit on the Mac. | ||
|Feature landing criteria=Landed in m-c during Firefox 14 cycle. Uplift criteria include | |||
* getting past the add-on manager warnings (moving the add-on to a different directory, according to Mossop) | |||
}} | |||
{{FeatureInfo | |||
|Feature priority=P1 | |||
== | |Feature theme=Experience | ||
|Feature roadmap=User Experience | |||
|Feature secondary roadmap=Firefox Desktop | |||
|Feature list=Platform | |||
|Feature engineering team=Services | |||
= | }} | ||
{{FeatureTeamStatus | |||
|Feature products notes=Sorting out remaining requirements. Add-on blocked, Printing, Finding, and select, copy, paste discussed at last meeting. | |||
= | |Feature security status=sec-review-needed | ||
|Feature security health=Blocked | |||
|Feature security notes=<bugzilla> | |||
{ | |||
"id":"755957" | |||
= | } | ||
</bugzilla> | |||
|Feature qa status=in progress | |||
|Feature qa notes=[https://wiki.mozilla.org/Show_PDF_Inline/Test_Plan Test plan] | |||
}} | |||
Latest revision as of 13:16, 4 October 2012
Status
Show PDF inline | |
Stage | Landed |
Status | ` |
Release target | Firefox 18 |
Health | OK |
Status note | Landed in Firefox 14 nightly but didn't make the uplift. Targeting Firefox 15 or 16. |
{{#set:Feature name=Show PDF inline
|Feature stage=Landed |Feature status=` |Feature version=Firefox 18 |Feature health=OK |Feature status note=Landed in Firefox 14 nightly but didn't make the uplift. Targeting Firefox 15 or 16. }}
Team
Product manager | Asa Dotzler |
Directly Responsible Individual | Alex Limi |
Lead engineer | Bill Walker |
Security lead | ` |
Privacy lead | ` |
Localization lead | ` |
Accessibility lead | ` |
QA lead | Mihaela Velimiroviciu |
UX lead | ` |
Product marketing lead | ` |
Operations lead | ` |
Additional members | ` |
{{#set:Feature product manager=Asa Dotzler
|Feature feature manager=Alex Limi |Feature lead engineer=Bill Walker |Feature security lead=` |Feature privacy lead=` |Feature localization lead=` |Feature accessibility lead=` |Feature qa lead=Mihaela Velimiroviciu |Feature ux lead=` |Feature product marketing lead=` |Feature operations lead=` |Feature additional members=` }}
Open issues/risks
`
Stage 1: Definition
1. Feature overview
The current handling of PDFs in Firefox isn't great. The plugin-based renderer on Windows has several issues, and the situation on the Mac is that there really isn't a good renderer available for PDFs.
We want to be able to show PDFs inline in the browser on at least the majority of the platforms we support, and be able to wrap our own UI around it to support things like viewing and saving to disk, etc.
Goal: Make viewing of PDF in the web browser as painless as possible.
2. Users & use cases
`
3. Dependencies
`
4. Requirements
- Ability to view a PDF document inline on Windows, Mac OS X, and possibly Linux.
Non-goals
`
Stage 2: Design
5. Functional specification
`
6. User experience design
`
Stage 3: Planning
7. Implementation plan
Use the PDF.js renderer
Alternatives that were considered, but decided against:
- Use the platform support for PDF in the cases where it's available, e.g. on Mac OS X via PDFkit: http://code.google.com/p/firefox-mac-pdf/
- We could also do a hybrid approach, e.g. use Adobe plugin on Windows, and PDFkit on the Mac.
8. Reviews
Security review
`
Privacy review
`
Localization review
`
Accessibility
`
Quality Assurance review
`
Operations review
`
Stage 4: Development
9. Implementation
`
Stage 5: Release
10. Landing criteria
Landed in m-c during Firefox 14 cycle. Uplift criteria include
- getting past the add-on manager warnings (moving the add-on to a different directory, according to Mossop)
{{#set:Feature open issues and risks=` |Feature overview=The current handling of PDFs in Firefox isn't great. The plugin-based renderer on Windows has several issues, and the situation on the Mac is that there really isn't a good renderer available for PDFs.
We want to be able to show PDFs inline in the browser on at least the majority of the platforms we support, and be able to wrap our own UI around it to support things like viewing and saving to disk, etc.
Goal: Make viewing of PDF in the web browser as painless as possible. |Feature users and use cases=` |Feature dependencies=` |Feature requirements=* Ability to view a PDF document inline on Windows, Mac OS X, and possibly Linux. |Feature non-goals=` |Feature functional spec=` |Feature ux design=` |Feature implementation plan=Use the PDF.js renderer
Alternatives that were considered, but decided against:
- Use the platform support for PDF in the cases where it's available, e.g. on Mac OS X via PDFkit: http://code.google.com/p/firefox-mac-pdf/
- We could also do a hybrid approach, e.g. use Adobe plugin on Windows, and PDFkit on the Mac.
|Feature security review=` |Feature privacy review=` |Feature localization review=` |Feature accessibility review=` |Feature qa review=` |Feature operations review=` |Feature implementation notes=` |Feature landing criteria=Landed in m-c during Firefox 14 cycle. Uplift criteria include
- getting past the add-on manager warnings (moving the add-on to a different directory, according to Mossop)
}}
Feature details
Priority | P1 |
Rank | 999 |
Theme / Goal | Experience |
Roadmap | User Experience |
Secondary roadmap | Firefox Desktop |
Feature list | Platform |
Project | ` |
Engineering team | Services |
{{#set:Feature priority=P1
|Feature rank=999 |Feature theme=Experience |Feature roadmap=User Experience |Feature secondary roadmap=Firefox Desktop |Feature list=Platform |Feature project=` |Feature engineering team=Services }}
Team status notes
status | notes | |||||||||
Products | ` | Sorting out remaining requirements. Add-on blocked, Printing, Finding, and select, copy, paste discussed at last meeting. | ||||||||
Engineering | ` | ` | ||||||||
Security | sec-review-needed |
1 Total; 1 Open (100%); 0 Resolved (0%); 0 Verified (0%); |
||||||||
Privacy | ` | ` | ||||||||
Localization | ` | ` | ||||||||
Accessibility | ` | ` | ||||||||
Quality assurance | in progress | Test plan | ||||||||
User experience | ` | ` | ||||||||
Product marketing | ` | ` | ||||||||
Operations | ` | ` |
{{#set:Feature products status=`
|Feature products notes=Sorting out remaining requirements. Add-on blocked, Printing, Finding, and select, copy, paste discussed at last meeting. |Feature engineering status=` |Feature engineering notes=` |Feature security status=sec-review-needed |Feature security health=Blocked
|Feature security notes=
ID | Summary | Priority | Status |
---|---|---|---|
755957 | SecReview: Show PDF inline | P4 | NEW |
1 Total; 1 Open (100%); 0 Resolved (0%); 0 Verified (0%);
|Feature privacy status=` |Feature privacy notes=` |Feature localization status=` |Feature localization notes=` |Feature accessibility status=` |Feature accessibility notes=` |Feature qa status=in progress |Feature qa notes=Test plan |Feature ux status=` |Feature ux notes=` |Feature product marketing status=` |Feature product marketing notes=` |Feature operations status=` |Feature operations notes=` }}