Mack Duan
ef423ef30c
Implement progressive loading of PDFs
12 years ago
Rob Wu
57e6238a6e
Enable Web Worker again in Chrome extension
...
Previously, Web Workers were not created because of a security
policy which does not respect relaxed privileges.
12 years ago
Rob Wu
e181a3c902
Highly improved Chrome extension
...
Full list feature changes in this commit:
- Support for iframes
- Switched to content-type (MIME) detection instead of hard-coding a
case-sensitive check for the .PDF extension
- The PDF's original URL is visible in the omnibox
- Support for incognito mode
Note: PDF viewer is disabled for the file:// + incognito
combination, because it's currently impossible to get the combination
to work.
See https://github.com/mozilla/pdf.js/pull/3017#issuecomment-15693432
12 years ago
Jonas
ee83df1338
Detect and add fallback if document colors are disabled in Firefox - address comment
12 years ago
Yury Delendik
853e4625bf
Fixes pdf application switching in FF22/23 (redo)
12 years ago
Yury Delendik
c0bb71d2d2
Workaround for FF17 to be able to download the pdf file
12 years ago
Yury Delendik
6e975d431b
Fixes PDF application switch in Firefox.
12 years ago
Jonas
f607e89a65
Add another preference check to detect if web fonts are disabled in Firefox
12 years ago
Yury Delendik
8d0494caf3
Fixes notificationBox on Linux
12 years ago
Yury Delendik
dc12d33f4d
Adding PlayPreview API support to pdf.js/mozilla-central
12 years ago
Yury Delendik
61a3b3d035
Handles embed tags via PlayPreview API
12 years ago
Mack Duan
65194afdd4
Fix issue with 'this' binding in PdfStreamConverter
12 years ago
Brendan Dahl
3f4f056665
Add save as support for Firefox.
12 years ago
Aluísio Augusto Silva Gonçalves
d18f8d11bc
Add icons to the Chrome extensions
12 years ago
Yury Delendik
e9debac7f9
Adds zoom buttons ids (follow up on #2707 )
12 years ago
vyv03354
07491f584f
Replace getUserData()/setUserData() with CustomEvents
12 years ago
Yury Delendik
cb68adb80f
Replacing gjslint with jshint; fixing jshint for windows
12 years ago
vyv03354
b605e1e8a9
Handle the error in RequestListener.receive
12 years ago
Yury Delendik
fcc169453b
Adds the extensions/* files for jshint
12 years ago
Brendan Dahl
1c4b780176
Use attachment content disposition attachment and filename.
12 years ago
Yury Delendik
dbe633d324
Fix dir attribute for the extension
12 years ago
Yury Delendik
1e7e586da4
Refactors private browsing logic
13 years ago
Brendan Dahl
b42136f8f9
Fix migration for upgraded profiles.
13 years ago
Yury Delendik
5dc87a7fca
Detecting if web fonts are disable in Firefox.
13 years ago
Brendan Dahl
fd4e40c82b
New GUI for B2G viewer.
13 years ago
Brian R. Bondy
e2baa902c6
Bug 815475 - Fix pfjs when there is no integrated findbar (pdfjs 0.6.39 broke Firefox metro)
13 years ago
Brendan Dahl
babd8df176
Un-inline pdf.js for the extension/mozcentral and remove fetch pdf by content code.
13 years ago
waddlesplash
60e2e36ff7
Vectorize the logo.
13 years ago
Brendan Dahl
a842534a56
Change the channel owner to the resource url.
13 years ago
Brendan Dahl
83003499b7
Forward original request to avoid firefox assertion.
13 years ago
Michael Payne
05bca47b11
Include uppercase extensions for Chrome
...
add uppercase case extension recognition for Chrome pdf.js
13 years ago
Brendan Dahl
d79960abb5
Addresses review feedback from mc bug 801280.
13 years ago
Brendan Dahl
848917b1bf
Only use the integrated find if we aren't in an frame.
13 years ago
Brendan Dahl
95b1f74a30
Add support for firefox integrated find.
13 years ago
Josh Matthews
673582984f
Bug 792582 - Explicitly set privacy status of channels created by pdf.js
13 years ago
Brendan Dahl
2a7312836c
Add comment for migration.
13 years ago
Brendan Dahl
73c2119250
Change how we get the resource principal.
13 years ago
Brendan Dahl
eea7f90c7f
Fix the first run code and make it possible to run multiple times.
13 years ago
Yury Delendik
20c8269e70
Remove unused constants
13 years ago
Yury Delendik
181dd33fbb
Fixes private browsing history
13 years ago
Artur Adib
6864a07221
Use "find" instead of both find & search
13 years ago
Brendan Dahl
c8144d683d
Mozilla central change for metro.
13 years ago
Michael Payne
6ca9245a39
Changes to allowed versioned building of Chrome extension that meets new
...
Chrome extension security requirements
13 years ago
Michael Payne
088c6e17e8
changes to allow chrome extension to load
...
changes to remove inline scripts, update manifest version, fix make.js
so compatibility.js isn't included for chrome. Due to new Chrome
extension changes outlined at
http://developer.chrome.com/extensions/manifestVersion.html
13 years ago
Brendan Dahl
332ae4ce41
Change to the Apache v2 license.
13 years ago
Yury Delendik
19c62f526c
Removes offset and renames set to append
13 years ago
Yury Delendik
aa00fe44c4
Fixing the length given by HTTP headers
13 years ago
Yury Delendik
cd1a645881
Adds support of the indeterminate loading progress
13 years ago
Yury Delendik
077b19fca1
Fixes reported offset when length is unknown
13 years ago
Yury Delendik
df4fadeaf5
Unknown length support; reports download error
13 years ago