Jonas
f61d272754
Disable range requests in old Android versions
12 years ago
Brendan Dahl
e9f5336cc9
Add atob polyfill. Remove uneeded data uri polyfill.
12 years ago
Rob Wu
b076cd1d6a
Always declare window.URL even if undefined
...
Otherwise it breaks feature detection,
"ReferenceError: Can't find variabl: URL" in Safari 5.1
12 years ago
Rob Wu
69a64d45bc
Put URL = URL || webkitURL in compatibility.js
...
Declares the URL variable globally. If the feature is not
supported, the variable will still be declared, but have the
"undefined" value.
Supported by:
- Firefox 4
Firefox 21 in Web worker
- Chrome 8 (prefixed as webkitURL), 23+ unprefixed
Chrome 10 (prefixed as webkitURL) in Web Worker, 23+ unprefixed
- Opera 15
Opera 15 in Web Worker
- Internet Explorer 10
Internet Explorer 11 in Web Worker
- Safari 6 (prefixed as webkitURL)
Safari 6 (prefixed as webkitURL) in Web Worker
12 years ago
benbro
74ee295812
Add IE 11 to the text/html data URI shim
12 years ago
Jonas
5c93ec3a2c
Check if the browser supports manipulation of the history
12 years ago
Yury Delendik
729e35079f
Disables range requestes for safari immediately
12 years ago
Yury Delendik
152e376971
Capturing disableRange set on capture phase of DOMContentLoaded event
12 years ago
Brendan Dahl
e6dadaadb8
Disable range request loading for safari.
12 years ago
vyv03354
385a5f7dcc
Add a console warning when JavaScript/AcroForm/XFA was found
12 years ago
Ofir
bf837cb524
Clone the array manually when slice is missing
12 years ago
Yury Delendik
81f8f92696
Adds web/* and test/* for jshint target
12 years ago
Yury Delendik
d1e017cc5e
Fixes console log methods for IE9
13 years ago
Yury Delendik
332cb20fcc
Fixes function declaration for strict mode
13 years ago
Yury Delendik
fc6b0e9bf2
Workaround for android gb browser bug
13 years ago
Brendan Dahl
332ae4ce41
Change to the Apache v2 license.
13 years ago
Yury Delendik
96c2f5c6ae
Simulate support of data URIs for IE10
13 years ago
Yury Delendik
5b583e596a
data.length optimization
13 years ago
Yury Delendik
b272cb7d1d
Using readAsArrayBuffer
13 years ago
Yury Delendik
c515bd2c52
Adds overrideMimeType for IE10
13 years ago
Tim de Koning
a30199527e
We should use feature detection. Thanks @brendandahl
13 years ago
Tim de Koning
44d0802700
We should use feature detection. Thanks @brendandahl
13 years ago
Tim de Koning
d70e6ab40c
Bug, seen by @yurydelendik , thanx!
13 years ago
Tim de Koning
17c1018eef
lint compliance
13 years ago
Tim de Koning
823db83b19
Fixed Safari / Iphone / Ipad support further
13 years ago
Yury Delendik
cd18c197ac
Fixes classList and dataset for IE9; background for option element
13 years ago
Steffen Märcker
e624971e3f
lint issue fixed
13 years ago
Steffen Märcker
d3a88411ec
corrected comment
13 years ago
Steffen Märcker
548591fcf5
fix for opera DSK-354448: onclick fired on disabled nodes with opaque content
13 years ago
notmasteryet
cdf1db35fc
Using sans-serif instead of loaded fonts; fix IE9 dataset compatibility shim
13 years ago
Jeff Wagner
08f8aed521
define console for IE9; updated to fix lint errors and comment
13 years ago
Jeff Wagner
19622406da
define console for IE9 when debugging tools is not opened
13 years ago
Jeff Wagner
567dd330e1
Fix subarray error for IE9
13 years ago
notmasteryet
e6b0d768fe
Improving typed arrays compatibility support
14 years ago
notmasteryet
d6e4607fd0
Add compatibility for HTMLElement's dataset ( #945 )
14 years ago
notmasteryet
0912959503
Fixing 'compatibility.js' load order; add Object.keys emulation
14 years ago
=
65ea07a3a2
Initial merge of master.
14 years ago
Vivien Nicolas
674d6a7d18
Fix warnings in strict mode
14 years ago
Kalervo Kujala
06cdba3526
Name anonymous functions.
14 years ago
Kalervo Kujala
07254bb0a5
Fix small lint warnings.
14 years ago
Artur Adib
1a79f3fb43
Changed exec flags of non-exec files (chmod -x)
14 years ago
Kalervo Kujala
8e5a8fb49f
Fix Mode comment lines.
14 years ago
notmasteryet
64b08e3d82
using .src
14 years ago
notmasteryet
e4205ca66b
rename to bound
14 years ago
notmasteryet
5773511d16
Fixing font loading hack for IE9.. and some styles
14 years ago
notmasteryet
180747dbdc
Optimize usage of the memory in the LZWStream; linting
14 years ago
Rob Sayre
699c91b0aa
Fix up late patches to pdf.js and web/compatibility.js.
14 years ago
notmasteryet
e5762f3ec8
Function.prototype.bind emulation; enable compatibility.js for multi_page_viewer
14 years ago
notmasteryet
2179cd0943
Move compatibility.js into web folder, enable it for viewer.html
14 years ago
notmasteryet
a82536881d
Compatibility hacks for IE, Opera, Safari
14 years ago