1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 07:08:08 +02:00
pdf.js/src
Ionuț G. Stan 090b4d6647 Fix same origin policy issue when adding @font-face rules
If the first stylesheet in the document is located on an external domain, then
trying to access the `cssRules` property of that `CSSStyleSheet` object will
result in a Security error being thrown in Firefox. In Safari, `cssRules` will
be null, which causes a null pointer exception in the `styleSheet.cssRules.length`
expression.
2011-11-02 13:06:26 +02:00
..
utils Progress 2011-10-25 09:10:56 -07:00
canvas.js Merge upstream 2011-10-31 08:51:45 -07:00
charsets.js 'use strict' everywhere 2011-10-25 18:18:22 -07:00
cidmaps.js Fix js strict warning in worker.js. 2011-10-27 21:51:10 +03:00
colorspace.js Name anonymous functions in colorspace.js. 2011-10-30 13:44:10 +02:00
core.js Name anonymous functions in core.js. 2011-10-30 12:41:55 +02:00
crypto.js Fix js strict warning in worker.js. 2011-10-27 21:51:10 +03:00
evaluator.js Merge upstream 2011-10-31 08:51:45 -07:00
fonts.js Fix same origin policy issue when adding @font-face rules 2011-11-02 13:06:26 +02:00
function.js Name anonymous funtions in function.js. 2011-10-29 20:59:49 +03:00
glyphlist.js 'use strict' everywhere 2011-10-25 18:18:22 -07:00
image.js Name anonymous functions in image.js. 2011-10-30 13:07:38 +02:00
metrics.js Fix js strict warning in worker.js. 2011-10-27 21:51:10 +03:00
obj.js Name anonymous functions in obj.js. 2011-10-29 20:31:56 +03:00
parser.js Fix js strict warning in worker.js. 2011-10-27 21:51:10 +03:00
pattern.js Rename Shanding related functions with better name names. 2011-10-29 17:57:31 +03:00
pdf.js Fix js strict warning in worker.js. 2011-10-27 21:51:10 +03:00
stream.js Name a few anonymous functions. 2011-10-29 13:20:48 +03:00
util.js Name a few anonymous functions. 2011-10-29 13:20:48 +03:00
worker.js Name anonymous functions in worker.js. 2011-10-28 21:23:30 +03:00
worker_loader.js Fix js strict warning in worker.js. 2011-10-27 21:51:10 +03:00