42 Commits (b7ea788b0ccf33beb621e9acdd94737821431e37)

Author SHA1 Message Date
Yury Delendik 42911f1fc9 Async getAnnotations(); hide map and xref for Dict 13 years ago
Yury Delendik dee158d80c Fix title info for PDF document 13 years ago
Yury Delendik eba8f5a22c Fix finger print, remove unused code 13 years ago
Brendan Dahl 2c49cab3a1 Fixing names. 13 years ago
Yury Delendik f0687c4d50 Refactor pageNumber/pageIndex concept 13 years ago
Yury Delendik 3b83a42a91 Outline fix, destroy, and linting 13 years ago
Brendan Dahl fd58f04117 Refactor API to be async. 13 years ago
Yury Delendik 73cab9c302 Initial API refectoring 13 years ago
Julian Viereck fd2ab059d3 Rename IRQueue and codeIR -> operatorList 13 years ago
Julian Viereck c57349a927 Remove TODO on PDFDocModel and rename pdf to pdfModel 13 years ago
Julian Viereck 889d6d100a Cleanup font loading. 13 years ago
Kalervo Kujala e3a3ec6f2e Use JPX and JPEG in error messages. 13 years ago
Kalervo Kujala 66e3441e0e Change throws to errors. 13 years ago
Artur Adib bbdec90c0d Lint 13 years ago
Artur Adib 7f3d5ae6d3 Fix worker message, better error handling 13 years ago
Artur Adib b2791c60a6 Fixed worker_loader for examples/; simplified 14 years ago
Brendan Dahl d1f4e7c7d5 Change to passing promises. 14 years ago
Brendan Dahl 2f10d24502 Fix for chrome. 14 years ago
Brendan Dahl fcd612e486 Add comments to some of the code I touched/created. 14 years ago
Brendan Dahl 176452c988 Style nits. 14 years ago
notmasteryet b11d1b2282 Fix error object wrapper (#914) 14 years ago
Brendan Dahl d1c823efce Cleaned up how messages are passed and replies work. 14 years ago
Brendan Dahl 2a632d4ab2 First stage of trying to support smasks on native jpegs. 14 years ago
Brendan Dahl 3ae06c96ad Address Yury's comments. 14 years ago
Brendan Dahl cddb106358 Fix lints. 14 years ago
Brendan Dahl d6925b13ba Adding new errorback and code to display error messages. 14 years ago
Julian Viereck d9d2ab4c8e Rename processorHandler to messageHandler 14 years ago
Julian Viereck 493c25dcaa Remove `useWorker` variable and turn worker support whenever this is possible. 14 years ago
Artur Adib 2c3991f8b0 More progress, workers working 14 years ago
Julian Viereck 3b7829d057 Address review comments. Use only one PDFJS.workerSrc variable to specify the worker source 14 years ago
Kalervo Kujala 068e77bdec Name anonymous functions in worker.js. 14 years ago
Julian Viereck 1e6d1f9922 Make worker support work again after file split. Add PDFJS_WORKER_DIR/PDFJS_WORKER_FILE to specify where to load files if worker support is enabled 14 years ago
Kalervo Kujala 7e6a589074 Fix js strict warning in worker.js. 14 years ago
Artur Adib e71b6188c6 'use strict' everywhere 14 years ago
Artur Adib 2e0af76865 Viewer working with dev version 14 years ago
Artur Adib 85750aa7f3 minor 14 years ago
Artur Adib 3a8aad0f36 Linting 14 years ago
Artur Adib 21753b9e89 Only one worker file, bundled in pdf.js 14 years ago
Artur Adib 8fbb05613e Progress 14 years ago
Artur Adib a7278b7fbc Splitting files 14 years ago
Julian Viereck b832aa5c1e Address latest review comments by Artur 14 years ago
Julian Viereck 1b69ca80a6 Remove commented out code and change some comments to fit current code state 14 years ago
Julian Viereck 20a348fc0c Fix lint errors 14 years ago
Julian Viereck 90e2546ea3 Process fonts on main thread again - font handling works again 14 years ago
Julian Viereck 75884a6160 Hack something up that renders font right again 14 years ago
Julian Viereck 8929e6b349 Move WorkerPDFDoc to pdf.js. Rename PDFDoc -> PDFDocModel + WorkerPDFDoc -> PDFDoc. This is required until the worker code doesn't depend on an PDFDoc instance anymore 14 years ago
Julian Viereck d7521f758a Merge font and processor working into one worker and fix some bugs in font-loading-data-ready code 14 years ago
Julian Viereck 86b8f12b92 Ensure dependent font data is available before calling startRenderingIRQueue 14 years ago
Julian Viereck 00290b9ff4 Rename some stuff and add missing font_handler.js 14 years ago
Julian Viereck dd9aea21e9 Trying to implement progressive font rendering. Works on FF, but Chrome doesn't catchup the fonts 14 years ago