Commit Graph

3042 Commits

Author SHA1 Message Date
Brendan Dahl
fb31dc3f86 Fix some nits. 2012-02-07 17:54:40 -08:00
Brendan Dahl
b867aa9922 Switch to constant for max database length. 2012-02-07 16:44:03 -08:00
Brendan Dahl
1af9a72011 Make the add-on truly restartless. 2012-02-07 16:39:07 -08:00
Brendan Dahl
9a1741f466 Protect against a malicious setDatabase. Remove unneeded save data. 2012-02-06 21:04:53 -08:00
Brendan Dahl
7a17676b06 Better way to add custom event listener. 2012-02-06 16:06:18 -08:00
Brendan Dahl
b6f05fb8c6 Throw exception for sync version. Don't use const. 2012-02-06 13:23:18 -08:00
Brendan Dahl
4994faa3c1 Use services where possible. 2012-02-03 16:49:44 -08:00
Brendan Dahl
c7c8f1cafa Merge pull request #1120 from arturadib/localStorage-fix
Fixes localStorage feature detection
2012-02-03 11:22:50 -08:00
Brendan Dahl
b3fb41caa9 Merge pull request #1106 from arturadib/issue-1049
fontMatrix parsing fix, setFont() supports negative sizes
2012-02-03 11:10:58 -08:00
Brendan Dahl
1212d58085 Merge pull request #1164 from notmasteryet/tree-63
Fix HTTP redirection for the extension
2012-02-02 18:47:19 -08:00
notmasteryet
40341882ae Merge pull request #1161 from jwagner79/ie9svg
IE9 SVG control images need viewport defined
2012-02-02 17:18:09 -08:00
notmasteryet
84f69eb27f Fix HTTP redirection for the extension 2012-02-02 18:29:08 -06:00
Jeff Wagner
e73e10c4d9 IE9 SVG images need viewport defined 2012-02-02 12:33:28 -08:00
Brendan Dahl
6e0891d1f4 Merge pull request #1150 from arturadib/loading-icon
Show animated loading icon until page loads
2012-02-01 12:24:31 -08:00
Artur Adib
2f1252af36 CSS fix 2012-02-01 15:19:01 -05:00
Artur Adib
6aa02d286e Merge branch 'refs/heads/master' into localStorage-fix
Conflicts:
	web/viewer.js
2012-02-01 12:08:40 -05:00
notmasteryet
ff01faa86f Merge pull request #1148 from arturadib/readXRefTable
Rewrite of readXRefTable [obj.js]
2012-02-01 04:40:22 -08:00
notmasteryet
13f207424c Merge pull request #1118 from brendandahl/amowarnings
Address AMO Review Concerns
2012-02-01 04:33:51 -08:00
Brendan Dahl
218714fe57 Merge pull request #1151 from notmasteryet/sampled
implement sampled functions based on the PDF spec (part 2)
2012-01-31 20:34:22 -08:00
notmasteryet
5fba376a33 Fixing interpolation (continuation of #1143) 2012-01-31 20:19:44 -06:00
Brendan Dahl
b381c960d9 Merge branch 'master' of https://github.com/mozilla/pdf.js into amowarnings 2012-01-31 17:53:54 -08:00
Brendan Dahl
6cf3109329 Address review concerns. 2012-01-31 17:53:42 -08:00
Artur Adib
8950d0bca9 Remove instead of hide icon 2012-01-31 16:53:54 -05:00
Artur Adib
5ef79dca14 New version: show loading icon until page renders 2012-01-31 16:49:48 -05:00
Artur Adib
47f24cd27b Show animated loading icon if page renders slow 2012-01-31 16:20:09 -05:00
Artur Adib
191b0f82a2 Merge pull request #1149 from arturadib/master
Updating bot references
2012-01-31 13:03:52 -08:00
Artur Adib
1047f0264a Update README.md 2012-01-31 15:31:26 -05:00
Artur Adib
589410d528 Merge pull request #1135 from notmasteryet/tree-62
Fixing standard encoding mapping (bonus symbol encoding)
2012-01-31 12:30:41 -08:00
Artur Adib
7873ec966b Merge branch 'refs/heads/master' into issue-1049
Conflicts:
	src/canvas.js
2012-01-31 13:20:05 -05:00
Artur Adib
775290d698 Lint 2012-01-31 10:57:32 -05:00
Artur Adib
9e9674d45c Remove debugging line 2012-01-31 10:50:30 -05:00
Artur Adib
0959cd3517 New readXRefTable, working 2012-01-31 10:49:06 -05:00
Artur Adib
4375bd2219 progress 2012-01-31 09:57:12 -05:00
Artur Adib
8068ff242d readXRefTable rewrite, progress 2012-01-31 09:01:04 -05:00
notmasteryet
2047fba8cb Merge pull request #1122 from kkujala/refactor
Change throws to errors.
2012-01-30 18:35:35 -08:00
Artur Adib
30a01c5da6 addressing reviewer comments, bug fix 2012-01-30 09:24:49 -05:00
Andreas Gal
59283bdf6d implement sampled functions based on the PDF spec 2012-01-30 01:38:28 -08:00
notmasteryet
0ee81516e3 Merge pull request #1142 from andreasgal/master
rewrite cmyk to rgb conversion
2012-01-29 18:54:04 -08:00
Andreas Gal
9650df5c10 fix style and add var declaration 2012-01-29 15:05:26 -08:00
Kalervo Kujala
e3a3ec6f2e Use JPX and JPEG in error messages.
Also throw in workerConsole.
2012-01-29 22:25:06 +02:00
Andreas Gal
28f82e3dd7 rewrite CMYK to RGB conversion 2012-01-29 11:09:33 -08:00
Kalervo Kujala
f6cb7b2a24 Merge remote-tracking branch 'upstream/master' into refactor 2012-01-29 20:20:24 +02:00
notmasteryet
5415fed14d Mapping well-known chars to the similar equivalents in the normal characters range 2012-01-27 20:36:27 -06:00
notmasteryet
10a0a60f8e Fixing symbols encoding 2012-01-27 18:53:05 -06:00
Brendan Dahl
f46b0474ce Change name to reflect what it is now. Change GUID. 2012-01-27 11:02:27 -08:00
Brendan Dahl
337806deed Fix url for thumbnail. (still not working 100) 2012-01-27 10:53:37 -08:00
Brendan Dahl
e7a0a2e129 Better way to listen to events and verify them. 2012-01-27 10:53:07 -08:00
notmasteryet
dd066f8369 Fixing standard encoding mapping 2012-01-26 18:51:58 -06:00
Julian Viereck
5841383d97 Merge pull request #1131 from notmasteryet/tree-61
Fixing initial scale when named destination is specified
2012-01-26 08:56:39 -08:00
notmasteryet
2b2e4b19ab Fixing initial scale when named destination is specified 2012-01-25 21:52:10 -06:00