pdf.js/extensions
Michał Gołębiowski e625af3fef Remove type="text/javascript" from script tags.
"text/javascript" is not a correct MIME type (the correct one is
"application/javascript") but it's not even needed; all browsers default
to the correct type and treat it as executable JS when type is ommited.
Since not all browsers recognize the "application/javascript" MIME type
the only way to both stay compliant and to support all popular browsers
is to omit the type. It's also shorter this way.
2014-05-13 02:41:01 +02:00
..
b2g Remove type="text/javascript" from script tags. 2014-05-13 02:41:01 +02:00
chromium Allow unsafe-eval to fix font renderer in crx 2014-05-05 12:11:35 +02:00
firefox Refactors new extension find bar code to support old FF versions 2014-05-08 09:05:28 -05:00