mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge remote-tracking branch 'mozilla/master' into bidi
Conflicts: web/viewer.html
This commit is contained in:
commit
28b4dac2d8
22 changed files with 1325 additions and 121 deletions
1
test/pdfs/html5checker.pdf.link
Normal file
1
test/pdfs/html5checker.pdf.link
Normal file
|
@ -0,0 +1 @@
|
|||
http://hsivonen.iki.fi/thesis/html5-conformance-checker.pdf
|
1
test/pdfs/issue1155.pdf.link
Normal file
1
test/pdfs/issue1155.pdf.link
Normal file
|
@ -0,0 +1 @@
|
|||
http://www.madbad.altervista.org/_altervista_ht/2142.pdf
|
1
test/pdfs/issue1169.pdf.link
Normal file
1
test/pdfs/issue1169.pdf.link
Normal file
|
@ -0,0 +1 @@
|
|||
http://www.cs.txstate.edu/~mb92/papers/gpgpu11.pdf
|
|
@ -14,7 +14,7 @@
|
|||
<Description>
|
||||
<em:id>toolkit@mozilla.org</em:id>
|
||||
<em:minVersion>3.0</em:minVersion>
|
||||
<em:maxVersion>7.0a1</em:maxVersion>
|
||||
<em:maxVersion>13.0a1</em:maxVersion>
|
||||
</Description>
|
||||
</em:targetApplication>
|
||||
|
||||
|
|
|
@ -64,7 +64,9 @@ MIMEs = {
|
|||
'.svg': 'image/svg+xml',
|
||||
'.pdf': 'application/pdf',
|
||||
'.xhtml': 'application/xhtml+xml',
|
||||
'.gif': 'image/gif',
|
||||
'.ico': 'image/x-icon',
|
||||
'.png': 'image/png',
|
||||
'.log': 'text/plain'
|
||||
}
|
||||
|
||||
|
|
|
@ -438,6 +438,13 @@
|
|||
"link": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue1169",
|
||||
"file": "pdfs/issue1169.pdf",
|
||||
"md5": "3df3ed21fd43ac7fdb21e2015c8a7809",
|
||||
"rounds": 1,
|
||||
"link": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "zerowidthline",
|
||||
"file": "pdfs/zerowidthline.pdf",
|
||||
"md5": "295d26e61a85635433f8e4b768953f60",
|
||||
|
@ -445,6 +452,14 @@
|
|||
"link": false,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "html5checker",
|
||||
"file": "pdfs/html5checker.pdf",
|
||||
"md5": "74bbd80d1e7eb5f2951582233ef9ebab",
|
||||
"rounds": 1,
|
||||
"pageLimit": 7,
|
||||
"link": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue1133",
|
||||
"file": "pdfs/issue1133.pdf",
|
||||
"md5": "d1b61580cb100e3df93d33703af1773a",
|
||||
|
@ -458,5 +473,12 @@
|
|||
"rounds": 1,
|
||||
"link": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue1155",
|
||||
"file": "pdfs/issue1155.pdf",
|
||||
"md5": "b732ef25c16c9c20a77e40edef5aa6fe",
|
||||
"rounds": 1,
|
||||
"link": true,
|
||||
"type": "eq"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue