Rob Wu
1b043bfd5a
Chrome extension: Add options page
10 years ago
Jonas Jenwald
7f67d76339
Update |node make lint| to also cover the Firefox specific *.jsm files
11 years ago
Yury Delendik
b16a406f3a
Packages PDFViewer as a UI component.
11 years ago
Yury Delendik
5b93cc102c
Adds css import preprocessing
11 years ago
Yury Delendik
10f702f60e
Adds readme file for the pdfjs-dist repo.
11 years ago
Yury Delendik
2704119c90
Builds distribution package for npm and bower.
11 years ago
Yury Delendik
e77e5c442f
Copies pdfjschildbootstrap.js for MOZCENTRAL
11 years ago
Jonas Jenwald
6c9aa6d795
For |make firefox/mozcentral| builds, add cleanupJSSource to remove duplicate file headers in extensions/firefox/content/PdfjsChromeUtils.jsm
11 years ago
Jonas Jenwald
3ac9bd063d
Fix setPreferences regression from the e10s patch (PR 5115)
11 years ago
Yury Delendik
1cda4c7a4b
Loading PDF.js extension into e10s windows
11 years ago
Yury Delendik
de844a8826
Removes examples from jsbin.com
11 years ago
Rob Wu
1055350425
Chrome extension: Isolate pageAction logic
...
Remove pageAction logic from extension router, and put it in a
separate file. The pageAction URL parsing logic has been simplified,
and all pageAction-related files have been moved to a separate directory.
11 years ago
Yury Delendik
0f862e7eb3
Adds svg.js to the generic and singlefile builds
11 years ago
Tim van der Meij
c29faaa22d
Use strict equalities in make.js, external/* and extensions/*
11 years ago
Yury Delendik
bdeca30fbf
Splits shared/annotation.js into core/ and display/
11 years ago
Yury Delendik
d95f78610e
Adds compatibility.js to the Firefox extension
11 years ago
Yury Delendik
fcc4dfd9b5
Moves shared/function.js to core/
11 years ago
Yury Delendik
7a19085159
Moves shared/colorspace.js into core/
11 years ago
Yury Delendik
b9ba80810d
Adds some addon/mozcentral files to the preprocessor
11 years ago
Yury Delendik
2ca2c387fc
Creates make.js code to build jsdoc.
11 years ago
Yury Delendik
fcebe57d8e
Introduces .jshintignore
11 years ago
Yury Delendik
cffe0fd15a
Require wintersmith when needed
11 years ago
Tim van der Meij
1d066b768f
Removes custom test/reporter.js from the lint process
11 years ago
Tim van der Meij
73e23bbc30
Fixes lint warning W004 in make.js
11 years ago
Brendan Dahl
3ce622a106
Redo and add more documentation to gh-pages.
11 years ago
Christian Krebs
5a49d2eb83
Create the WORKER_SRC_FILES and EXT_SRC_FILES lists in make automatically
11 years ago
Christian Krebs
79f34b183c
Treat fonts with the same font descriptor, encoding and unicode map as aliases
...
Different fonts can point to the same font descriptor
(see https://github.com/mozilla/pdf.js/issues/4339 for details). With this
commit such fonts are treated as aliases if they have also the same encoding
and the same toUnicode map. The according info is stored on the font descriptor.
This change must also ensure that aliases use always the same font name
because translated fonts can get cleared depending on the CLEANUP_TIMEOUT setting.
11 years ago
Yury Delendik
f57c6935d7
Implements WebGL support
11 years ago
Yury Delendik
63f438006b
Fixes lint for windows; adds test/font/fontutils.js
11 years ago
Tim van der Meij
c6f009403d
Implements importl10n command
11 years ago
Jonas Jenwald
f6cfab0061
[Firefox] Stop importing default_preferences.js as a module and include it instead
11 years ago
Yury Delendik
0fe0bb12d4
Removes test.py
11 years ago
Yury Delendik
c2376e5cea
Migrating test.py to test.js
11 years ago
Yury Delendik
4df24f457a
Replaces pythons web server
11 years ago
Yury Delendik
1d8f6cf0e7
Updates make.js for cmaps and make binary cmaps by default
11 years ago
Yury Delendik
69efd9cb96
CMaps binary packing
11 years ago
Jonas Jenwald
855b96990c
Fix coding style in make.js
11 years ago
fkaelberer
7b5b5178ef
Extract duplicate arithmetic decoder to own class
11 years ago
Yury Delendik
ea9c8f8c95
Fixed mozcentral build
11 years ago
Mitar
2c82e720b8
Updated to current latest stable version of jshint.
11 years ago
Brendan Dahl
b8f7bcaf02
Use only one resource url for moz central build.
11 years ago
Brendan Dahl
b5b94a4af3
Use built in CMaps and unify the glyph mapping.
11 years ago
Yury Delendik
894c82cec9
Removes -moz-box-sizing usage
11 years ago
Yury Delendik
e9327050c3
Basic function.js split
11 years ago
Yury Delendik
bf432a37bb
Refactors shared/pattern.js into core/ and display/
11 years ago
Yury Delendik
17dfc7c700
Use jshint v1.1
11 years ago
Tim van der Meij
2684c79c4d
Cleaning up files in extension
11 years ago
Yury Delendik
2b298a7a34
Adds make minified command
11 years ago
Tim van der Meij
c6640809a4
Removing extension-files file
11 years ago
Gregory Jordan
04e2235ce7
Fix singlefile build target
11 years ago