Commit Graph

3307 Commits

Author SHA1 Message Date
Brendan Dahl
e641dabd2c Merge pull request #1430 from kkujala/master
Fix a couple of closure names.
2012-03-27 19:21:03 -07:00
Brendan Dahl
1943134193 Merge pull request #1431 from notmasteryet/tree-88
Remove scrollTo on unload
2012-03-27 17:40:48 -07:00
notmasteryet
eda1fe74f4 Remove scrollTo on unload 2012-03-27 11:48:47 -05:00
Kalervo Kujala
a84fbb9eb2 Fix a couple of closure names. 2012-03-27 14:27:49 +03:00
notmasteryet
e18264d289 Merge pull request #1428 from notmasteryet/tree-87
Fixing refimages
2012-03-26 20:22:27 -07:00
notmasteryet
7ee3d2d9a5 Fixing refimages 2012-03-26 21:43:51 -05:00
notmasteryet
19bc96a617 Merge pull request #1406 from 'bdahl/string_fontname'
Fix string font names.
2012-03-26 21:17:16 -05:00
notmasteryet
981427dddb Merge pull request #1406 from brendandahl/altlistener
Use Different Approach to add Event Listener
2012-03-26 18:51:11 -07:00
Brendan Dahl
d9bb76d54c Merge pull request #1418 from notmasteryet/truetype-enc-2
Checking if it's a true symbolic truetype font
2012-03-26 17:12:16 -07:00
Artur Adib
2452b00701 Merge pull request #1393 from notmasteryet/issue-1392
fixing usmanm-bad.pdf link
2012-03-26 12:45:54 -07:00
Julian Viereck
222f92e317 Merge pull request #1415 from saebekassebil/issue1302
Fix issue #1302
2012-03-26 12:21:16 -07:00
notmasteryet
851220074d Checking if it's a true symbolic truetype font 2012-03-25 16:30:44 -05:00
Saebekassebil
efa89ba41a Fix issue #1302 2012-03-25 13:00:43 +02:00
Saebekassebil
8c8242f5d1 Merge remote-tracking branch 'origin/master' into mozilla 2012-03-25 12:30:24 +02:00
notmasteryet
32eb64389e Merge pull request #1382 from kkujala/master
Use [] instead of new Array(...).
2012-03-24 10:00:46 -07:00
notmasteryet
982d58f4e5 Merge pull request #1412 from gigaherz/misc
Adding myself to the contributor list.
2012-03-24 08:26:31 -07:00
gigaherz
be8daec13f Adding myself to the contributor list. 2012-03-24 16:22:55 +01:00
Brendan Dahl
a794319845 Add url check. 2012-03-23 14:48:50 -07:00
Brendan Dahl
11e84b2b7b Remove duplicaten dom window func. 2012-03-23 14:32:19 -07:00
Brendan Dahl
22c858c2ec Use a different way to add the event listener. 2012-03-23 14:28:09 -07:00
notmasteryet
a30f54078d fixing usmanm-bad.pdf link 2012-03-22 18:07:40 -05:00
Saebekassebil
5600cf93a0 Merge remote-tracking branch 'origin/master' into mozilla 2012-03-22 20:35:05 +01:00
Brendan Dahl
25c0bfaa79 Merge pull request #1361 from notmasteryet/truetype-enc-1
Fixes TrueType cmap re-encoding
2012-03-22 11:49:16 -07:00
Kalervo Kujala
8e060bdbca Use [] instead of new Array(...). 2012-03-22 15:15:27 +02:00
notmasteryet
3aec1f4f21 Merge pull request #1320 from brendandahl/cff
CFF Parser and Compiler
2012-03-21 17:33:15 -07:00
Brendan Dahl
2d7e1d6346 Merge upstream. 2012-03-21 16:13:24 -07:00
Brendan Dahl
37fef69e5e Remove slice. 2012-03-21 16:03:17 -07:00
notmasteryet
8ee818ec03 Merge pull request #1369 from kkujala/master
Remove unreachable logic after error(...) is called.
2012-03-20 21:24:17 -07:00
notmasteryet
75dcd2b6f9 Merge pull request #1373 from brendandahl/mcreview
Address MC Review Comments
2012-03-20 19:52:28 -07:00
Brendan Dahl
cd1fd17f7b Add icon for extension. 2012-03-20 15:25:02 -07:00
Brendan Dahl
94fca5edc7 Change extension name, creator, description. Remove unpack and icon url. Move strict compatibility entry for MC. 2012-03-20 15:24:23 -07:00
Brendan Dahl
84568ee46d Address mc extension code review. 2012-03-20 09:39:33 -07:00
Kalervo Kujala
ed2bcf0ffa Add protection against malicious code in font loader. 2012-03-20 17:57:38 +02:00
Kalervo Kujala
eb4ec7899a Remove unreachable logic after error(...) is called.
The function error(...) always throws so there is no need to return separately
or have an else branch.
2012-03-20 14:16:48 +02:00
Brendan Dahl
52a4bcbd4f Merge upstream. 2012-03-19 10:45:53 -07:00
Brendan Dahl
6f5baaa60b Fix names, remove debug function. 2012-03-19 10:41:13 -07:00
Brendan Dahl
cdbbd76594 Merge pull request #1359 from notmasteryet/issue-1357
Add 'Indexed' colorspace abbreviation
2012-03-19 09:34:28 -07:00
Artur Adib
0c258ae7a8 Merge pull request #1259 from jviereck/worker_cleanup
Worker cleanup
2012-03-19 09:10:21 -07:00
Brendan Dahl
52222b7de3 Add test file for string font name. 2012-03-19 09:09:42 -07:00
Brendan Dahl
c0b9b8928b Merge branch 'master' of https://github.com/mozilla/pdf.js into string_fontname 2012-03-18 19:57:28 -07:00
notmasteryet
dc9cb3d23b Merge pull request #1363 from kkujala/master
Separate return statement from function for clarity in bidi.js.
2012-03-18 15:27:45 -07:00
Kalervo Kujala
2fb6e413db Separate return statement from function for clarity in bidi.js.
This fixes also JSlint warning.
2012-03-18 22:56:03 +02:00
notmasteryet
73c9f8797b Add missing .link files; minor fix 2012-03-17 23:22:42 -05:00
notmasteryet
b2b78cfeb2 Add tests from #1309 and #1317 2012-03-17 23:13:54 -05:00
notmasteryet
a66b1a7ad3 Fix unicode re-assignment; MacRomanEncoding detection 2012-03-17 23:05:22 -05:00
notmasteryet
29fb446a38 Merge pull request #1351 from jviereck/canvas_draw_time
Change the kExecutionTime value to 15.
2012-03-17 15:48:16 -07:00
notmasteryet
1f0af7c476 Add 'Indexed' cs abbreviation 2012-03-17 17:35:04 -05:00
Saebekassebil
28459f0f80 Merge branch 'mozilla', remote-tracking branch 'origin/master' into mozilla 2012-03-17 17:13:52 +01:00
notmasteryet
82868ae52c Merge pull request #1348 from notmasteryet/installrdf
Use <em:maxVersion>@FIREFOX_VERSION@</em:maxVersion>
2012-03-16 15:44:06 -07:00
notmasteryet
b63917d306 Fixing install.pdf.in in make.js 2012-03-16 17:40:44 -05:00