24 Commits (8f21f87fd923f0c3da3d71da1c93f65be2e7c54e)

Author SHA1 Message Date
Julian Viereck 06cef910fb Cleanup Moz support in FontLoader 14 years ago
Julian Viereck 5ecbc64d8d Backup 14 years ago
Julian Viereck 9e84dd35b6 Add Objects.clear() and fallback for testStr in FontMeasure 14 years ago
Julian Viereck 18ce3ebaed Just use imageData directly on Gecko 14 years ago
Julian Vierec 86681a8d25 Add Objects.setData and Promise.data to set the data before the object/promise is resolved 14 years ago
Julian Viereck 6dcf9f42a5 Make font processing happen in a worker 14 years ago
Julian Viereck d639a9a94a Remove no longer needed worker files, rename boot to boot_processor 14 years ago
Julian Viereck 6e9306afd2 Remove console.logs from previous commit again 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
Julian Viereck ac11f30ae9 Send JpegStreams to the main thread ASAP. No need for ImagesLoader anymore 14 years ago
Julian Viereck cda4c04312 Removing some console.log statements. 14 years ago
Julian Viereck c370b8a428 Ensure things work for default fonts like Arial 14 years ago
Julian Viereck 7ee894c09c fontFile doesn't have to be a FlateStream. complex_ttf_font.pdf 14 years ago
Julian Viereck 89afa69395 Fix rendering of fonts on Firefox + turn worker on again. 14 years ago
Julian Viereck 7e3bbccaae Add dependency management for loading images that causes the execution to halt if the dependency isn't satisfied during executing time 14 years ago
Julian Viereck 443bb84cd6 Add very simple Promise object 14 years ago
Julian Viereck 790816bbdd Use all over the place and cleanup/renomve not longer needed code 14 years ago
Julian Viereck a4cfc44409 Add rendering timer 14 years ago
Julian Viereck d887d2bd29 Implement paintReadyJpegXObject + add infrastructure to handle JpegStreams 14 years ago
Julian Viereck c466450aae Use the worker 14 years ago
Julian Viereck ac4a57e858 Refactor to execute IR on main thead by posting messages to itself 14 years ago
Julian Viereck cc17707da6 First page is rendering using new worker infrastructure 14 years ago
Julian Viereck 71ff8ee586 backup 14 years ago
Julian Viereck 0a571899c8 Very basic worker implementation 14 years ago
Julian Viereck a3d815074d First pass on review: worker.js -> pdf_worker.js, Font.bind cleanup + other stuff 14 years ago
Julian Viereck 229edf24d4 First pass on review: worker.js -> pdf_worker.js, Font.bind cleanup + other stuff 14 years ago
Julian Viereck 4281f799e5 Move client code into worker_client.js. Cleanup + comments + 2-space-indention 14 years ago
Julian Viereck 405c367ece Move client code into worker_client.js. Cleanup + comments + 2-space-indention 14 years ago
Julian Viereck 22bdd50a98 Merge ImageCanvasProxy and CanvasProxy. Add support for rendering multiple canvas objects on the worker and assemble them again on the main thread. 14 years ago
Julian Viereck 897ac256fc Merge ImageCanvasProxy and CanvasProxy. Add support for rendering multiple canvas objects on the worker and assemble them again on the main thread. 14 years ago
Julian Viereck 50d902d9eb Make the ProxyCanvas be more a canvas - provide a ctx object to interact through 14 years ago
Julian Viereck b17bf4b20e Make the ProxyCanvas be more a canvas - provide a ctx object to interact through 14 years ago
Julian Viereck 2c17af3720 Add JpegStreamProxy - doesnt seem to be used anywhere in the example.pdf file 14 years ago
Julian Viereck 04cec20384 Add JpegStreamProxy - doesnt seem to be used anywhere in the example.pdf file 14 years ago
Julian Viereck 52a117d32a Fixing some smaller bugs & do some cleanup. viewer_worker.html UI is now 14 years ago
Julian Viereck 4f10e93f8c Fixing some smaller bugs & do some cleanup. viewer_worker.html UI is now 14 years ago
Julian Viereck 39ac389a7e Get working for not real images 14 years ago
Julian Viereck d99dc718c5 Get working for not real images 14 years ago
Julian Viereck 61b76c7e87 Make fonts getting loaded by a very nasty hack 14 years ago
Julian Viereck d9424a7135 Make fonts getting loaded by a very nasty hack 14 years ago
Julian Viereck e15328800a Most working, but once you add the font-css file to the web page, there is no font drawn at all 14 years ago
Julian Viereck a8dcb0dcd6 Most working, but once you add the font-css file to the web page, there is no font drawn at all 14 years ago
Julian Viereck 986ef148c4 Backup work 14 years ago
Julian Viereck f346014c12 Backup work 14 years ago