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
Gregory Jordan
1838ec0427
Add a singlefile target to build one concatenated file
12 years ago
Jonas Jenwald
60610cd625
Implement default preferences
12 years ago
Brendan Dahl
c79acf5861
Fix the B2G viewer and enable bot preview.
12 years ago
Brendan Dahl
f32e65b19f
Read multi-byte character codes based on codespace ranges.
12 years ago
Yury Delendik
79c57dc04e
Fixes 'make web' after chromium directory remaning
12 years ago
Andreas Bovens
8dc41e7483
adjusted some more chrome references in make.js and README.js as per @yurydelendik's suggestion
12 years ago
Andreas Bovens
4a4f570aed
adjusted paths in make.js to reflect chromium instead of chrome
12 years ago
Brendan Dahl
bb2529de03
Move the creation of canvas path fonts to the worker.
12 years ago
Yury Delendik
3f530c43a9
Specifies default workerSrc (if possible)
12 years ago
Yury Delendik
ba23a9e8f9
Adds initial telemetry probes
12 years ago
Brendan Dahl
5ecce4996b
Split files into worker and main thread pieces.
12 years ago
Yury Delendik
2ab481a1da
Removes foreign for Firefox CSS prefixes
12 years ago
Vivin Paliath
83b6eaed16
pr #3356
...
squashing commits.
12 years ago
Yury Delendik
0e133f0090
Drawing without fillText; refactoring ADD_TO_PATH
12 years ago
Mack Duan
f8f4b3f45d
Refactor code for annotations
12 years ago