Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the Firefox extension building code. #9566

Merged
merged 1 commit into from
Apr 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,9 @@ Feel free to stop by #pdfjs on irc.mozilla.org for questions or guidance.

### Browser Extensions

#### Firefox (and Seamonkey)
#### Firefox

PDF.js is built into version 19+ of Firefox, however, one extension is still available:

+ [Development Version](http://mozilla.github.io/pdf.js/extensions/firefox/pdf.js.xpi) - This extension is mainly intended for developers/testers, and it is updated every time new code is merged into the PDF.js codebase. It should be quite stable but might break from time to time.

+ Please note that the extension is *not* guaranteed to be compatible with Firefox versions that are *older* than the current Nightly version, see the [Release Calendar](https://wiki.mozilla.org/RapidRelease/Calendar#Past_branch_dates).

+ The extension *may* also work in Seamonkey, provided that it is based on a Firefox version as above (see [Which version of Firefox does SeaMonkey 2.x correspond with?](https://wiki.mozilla.org/SeaMonkey/FAQ#General)), but we do *not* guarantee compatibility.
PDF.js is built into version 19+ of Firefox.

#### Chrome

Expand Down
171 changes: 0 additions & 171 deletions extensions/firefox/bootstrap.js

This file was deleted.

1 change: 0 additions & 1 deletion extensions/firefox/chrome-mozcentral.manifest

This file was deleted.

5 changes: 0 additions & 5 deletions extensions/firefox/chrome.manifest

This file was deleted.

95 changes: 0 additions & 95 deletions extensions/firefox/chrome/content.js

This file was deleted.

25 changes: 0 additions & 25 deletions extensions/firefox/content/PdfJs-stub.jsm

This file was deleted.

Loading