Commit Graph

53 Commits

Author SHA1 Message Date
Brendan Dahl
492fa6edb4 Add the new preprocessor. 2012-08-01 11:55:39 -07:00
Yury Delendik
af4bd10c70 Allow relative URLs in getDocument 2012-07-26 12:11:28 -05:00
Yury Delendik
7a0e91af4b removes expandUrl(url); fixes error message 2012-07-19 16:10:26 -05:00
Yury Delendik
f199a8b19e Fixes merge with 1849 2012-06-28 05:33:32 -05:00
Yury Delendik
eb863b2298 Merge branch 'master' of git://github.com/mozilla/pdf.js.git into loadpdf-1
Conflicts:
	src/api.js
2012-06-28 05:26:16 -05:00
Yury Delendik
665ff0d36f Merge pull request #1849 from kingsquare/master
Fix for web worker test in Safari
2012-06-28 03:05:04 -07:00
Tim de Koning
17c1018eef lint compliance 2012-06-27 11:14:14 +02:00
Tim de Koning
0c33615301 Fixing web worker feature detection for Safari 2012-06-26 23:07:37 +02:00
Yury Delendik
0b1111f368 Cleanup: removing main thread loading fallback code 2012-06-23 15:49:17 -05:00
Yury Delendik
00f1d6dbf1 Fetches pdf data in the worker 2012-06-23 14:48:33 -05:00
Brendan Dahl
3c874c9bb7 Change to priority rendering. 2012-06-18 09:48:47 -07:00
Brendan Dahl
6175e4b526 Use already downloaded data for the open with/save as dialog. 2012-06-01 14:17:09 -07:00
Artur Adib
9597efb3f4 merge upstream 2012-05-29 11:54:11 -04:00
Brendan Dahl
2da12930a6 Merge branch 'master' of github.com:mozilla/pdf.js into fallback-ui
Conflicts:
	extensions/firefox/components/PdfStreamConverter.js
2012-05-24 14:01:10 -07:00
Artur Adib
0bac4abcb5 Merge branch 'master' of github.com:mozilla/pdf.js into textsearch 2012-05-16 12:51:19 -04:00
Brendan Dahl
080c3e79fc Merge upstream. Use new l10n. 2012-05-15 10:33:01 -07:00
Brendan Dahl
034583e1a1 Add new severity log info(). Change severity of some log messages. Trigger fallback on errors and warnings for extension. 2012-05-14 17:19:09 -07:00
Jakob Miland
45d6daa853 Wrong variable name, fix 2012-05-14 20:58:56 +02:00
Jakob Miland
0a30d3961b Support password and add the relevant l10n strings 2012-05-14 20:45:07 +02:00
Artur Adib
2d3ed7fc78 Merge branch 'refs/heads/master' into textsearch
Conflicts:
	web/viewer.css
	web/viewer.html
	web/viewer.js
2012-05-08 17:22:48 -04:00
beat
e11cad884c code style fixes 2012-05-08 14:17:51 +02:00
beat
7786e4fefb Make authentication work 2012-05-07 09:17:00 +02:00
asraniel
353a43cb46 Add first API change, not working yet 2012-05-06 21:24:42 +02:00
Kalervo Kujala
117256ce78 Correct PDFDocumentProxyClosure name. 2012-05-01 20:54:16 +03:00
Kalervo Kujala
889b3d3168 Correct class method names. 2012-05-01 20:48:07 +03:00
Brendan Dahl
92d0d1d694 Merge new API and text search. 2012-04-20 16:49:08 -07:00
Yury Delendik
cff6c8db08 skip cached objects and has consistent font ids 2012-04-16 21:42:05 -05:00
Yury Delendik
b6edbb38c1 Fixes content stream reset; terminating rendering when destroyed 2012-04-16 16:46:26 -05:00
Yury Delendik
32684fe324 Change render status logic 2012-04-16 16:19:45 -05:00
Yury Delendik
0380d408e0 Fixes comment 2012-04-16 15:28:34 -05:00
Yury Delendik
357805696b Fixing concurrency and test driver 2012-04-16 14:49:55 -05:00
Yury Delendik
1e96c73207 Fixing concurent draw page requests for de-allocation 2012-04-16 14:13:41 -05:00
Yury Delendik
08830731c0 Fix the operator list deallocation 2012-04-16 13:38:27 -05:00
Yury Delendik
12b0282836 Remove debug code 2012-04-14 17:57:14 -05:00
Yury Delendik
6bf640260f Fix jsdoc comment; remove resources dict from type3 properties 2012-04-14 17:52:49 -07:00
Yury Delendik
4953e0fecc Merge branch 'api' of git://github.com/mozilla/pdf.js.git into api 2012-04-14 13:56:57 -07:00
Yury Delendik
42911f1fc9 Async getAnnotations(); hide map and xref for Dict 2012-04-14 13:54:31 -07:00
Brendan Dahl
c207d4a7d6 Add docs to API. 2012-04-13 09:25:08 -07:00
Brendan Dahl
23df48bf0e Fix page error handling. 2012-04-12 15:14:18 -07:00
Brendan Dahl
c02b18b5e8 Merge upstream. 2012-04-12 14:11:22 -07:00
Brendan Dahl
07fc34551d Minor clean up. 2012-04-12 14:07:11 -07:00
Yury Delendik
494fd1ccf9 Fixes make files, removes stats from backend, stepper 2012-04-12 14:02:47 -07:00
Brendan Dahl
2c49cab3a1 Fixing names. 2012-04-12 12:11:22 -07:00
Yury Delendik
f0687c4d50 Refactor pageNumber/pageIndex concept 2012-04-12 10:01:07 -07:00
Brendan Dahl
5608f8e445 Test refactoring for async api. 2012-04-11 18:05:43 -07:00
Yury Delendik
3b83a42a91 Outline fix, destroy, and linting 2012-04-11 17:09:55 -07:00
Brendan Dahl
fd58f04117 Refactor API to be async. 2012-04-11 16:47:42 -07:00
Yury Delendik
73cab9c302 Initial API refectoring 2012-04-11 15:52:15 -07:00
Yury Delendik
2f4423cffb Fixing zoom and rotate issues 2012-04-11 09:42:41 -07:00
Yury Delendik
82dd32e807 Merge branch 'api' of git://github.com/mozilla/pdf.js.git into remove-rotatept 2012-04-11 08:30:24 -07:00