155c17c99a
*This is a recent regression, which I stumbled upon while working on cleaning-up the gulpfile related to `pdf.sandbox.js` building.* By placing the `ColorConverters` functionality in the `src/display/display_utils.js` file, you end up including a *significant* chunk of the `pdf.js` file in the built `pdf.scripting.js`/`pdf.sandbox.js` files. Given that I cannot imagine that this was actually intended, since it inflates the built files with unnecessary/unused code, this moves `ColorConverters` to a new file instead (thus breaking the dependencies). To hopefully reduce the risk future bugs, along these lines, a big comment is also placed at the top of the new file. Finally, the `ColorConverters` is converted to a class with static methods, since this felt slightly cleaner overall. |
||
---|---|---|
.. | ||
aform.js | ||
app.js | ||
color.js | ||
console.js | ||
constants.js | ||
doc.js | ||
error.js | ||
event.js | ||
field.js | ||
fullscreen.js | ||
initialization.js | ||
pdf_object.js | ||
print_params.js | ||
proxy.js | ||
quickjs-sandbox.js | ||
thermometer.js | ||
util.js |