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 |
|
Brendan Dahl
|
c4c923bdcf
|
Fix string font names.
|
2012-03-16 11:58:23 -07:00 |
|
Brendan Dahl
|
2c5de00ef3
|
Merge pull request #1346 from notmasteryet/verifyname-2
Verify the names parameter in fontLoaderPrepareFontLoadEvent
|
2012-03-16 10:48:57 -07:00 |
|
Brendan Dahl
|
b31ef0f7dd
|
Merge pull request #1349 from bernerdschaefer/fix-bidi-file-format
Change bidi.js file format to unix
|
2012-03-16 10:46:08 -07:00 |
|
Julian Viereck
|
25cfebfd71
|
Change the kExecutionTime value to 15. In theory, this should give 60FPS rendering.
|
2012-03-16 15:08:50 +01:00 |
|
Julian Viereck
|
b22bfad5ec
|
Fix after rebase
|
2012-03-16 15:02:17 +01:00 |
|
Julian Viereck
|
7ddce7f586
|
Use singular form for charProcOperatorList - hopefully fixes breakage
|
2012-03-16 14:58:53 +01:00 |
|
Julian Viereck
|
fd2ab059d3
|
Rename IRQueue and codeIR -> operatorList
|
2012-03-16 14:58:53 +01:00 |
|
Julian Viereck
|
f80fd13fe5
|
new ScratchCanvas -> createScratchCanvas and fix linting
|
2012-03-16 14:56:43 +01:00 |
|
Julian Viereck
|
261ff39f6d
|
Remove suffix _IR
|
2012-03-16 14:56:43 +01:00 |
|
Julian Viereck
|
8325d37f9d
|
No need to store ScratchCanvas on CanvasGraphics
|
2012-03-16 14:56:43 +01:00 |
|
Julian Viereck
|
1c87b63124
|
Cleanup the way getIRQueue is called (no need to pass in a queue object in most cases anymore)
|
2012-03-16 14:56:43 +01:00 |
|
Julian Viereck
|
c57349a927
|
Remove TODO on PDFDocModel and rename pdf to pdfModel
|
2012-03-16 14:54:10 +01:00 |
|
Julian Viereck
|
889d6d100a
|
Cleanup font loading.
|
2012-03-16 14:54:10 +01:00 |
|
notmasteryet
|
e721c90f77
|
Removing tabs
|
2012-03-16 07:24:58 -05:00 |
|
Bernerd Schaefer
|
31839d8c78
|
Change bidi.js file format to unix
This gets rid of all the `^M` control characters when viewed with vim.
|
2012-03-16 11:27:09 +01:00 |
|
notmasteryet
|
ffdae468b0
|
#filter substitution
|
2012-03-16 00:55:53 -05:00 |
|
notmasteryet
|
c8d7d88d0a
|
Merge pull request #1347 from brendandahl/app_shutdown
Skip unneeded steps on APP_SHUTDOWN.
|
2012-03-15 20:54:20 -07:00 |
|
notmasteryet
|
ec02862934
|
Use <em:maxVersion>@FIREFOX_VERSION@</em:maxVersion>
|
2012-03-15 22:44:29 -05:00 |
|
Brendan Dahl
|
7c902eb612
|
Skip unneeded steps on APP_SHUTDOWN.
|
2012-03-15 20:08:39 -07:00 |
|
notmasteryet
|
2508d2c12b
|
Verify the names parameter
|
2012-03-15 21:25:19 -05:00 |
|
notmasteryet
|
6051720ecb
|
Merge pull request #1335 from mrqzzz/master
Re-Fixed code (Lint friendly)
|
2012-03-15 16:26:07 -07:00 |
|
Brendan Dahl
|
f63db6de79
|
Merge pull request #1339 from notmasteryet/whitelist-get
Whitelist GET
|
2012-03-15 16:18:56 -07:00 |
|
Brendan Dahl
|
30ad387d30
|
Merge pull request #1341 from notmasteryet/maxversion
Change maxVersion to *
|
2012-03-15 16:14:12 -07:00 |
|
notmasteryet
|
6af1f4b25d
|
Merge pull request #1343 from morgandenning/patch-1
Line 405 : 'errorback' should have been 'errback'
|
2012-03-15 15:52:57 -07:00 |
|
theredspatula
|
6f61b52943
|
Line 405 : 'errorback' should have been 'errback'
|
2012-03-15 11:59:32 -07:00 |
|
notmasteryet
|
b7ff72f5a4
|
Change maxVersion to *
|
2012-03-15 07:36:20 -05:00 |
|
notmasteryet
|
6186ab6004
|
Whitelist GET
|
2012-03-14 18:43:20 -05:00 |
|
notmasteryet
|
f79ed9c941
|
Merge pull request #1338 from arturadib/no-beta
Typo fix
|
2012-03-14 16:41:37 -07:00 |
|
Artur Adib
|
681a0c47e2
|
Typo fix
|
2012-03-14 19:40:01 -04:00 |
|