Commit Graph

518 Commits

Author SHA1 Message Date
sbarman
9d286d789e cleanup 2011-06-19 15:01:52 -05:00
sbarman
07b6ee2d03 Merge branch 'master' into tiling 2011-06-19 12:15:52 -07:00
sbarman
8705c341d6 Merge branch 'master' of github.com:andreasgal/pdf.js 2011-06-19 12:04:57 -07:00
Andreas Gal
b6d4de3de0 no need for new for typed array constructors 2011-06-19 11:29:18 -07:00
Vivien Nicolas
bf835f7aa5 Really pass the sanitizer (encoding is broken) 2011-06-19 11:07:03 +02:00
Chris Jones
92fa629d10 use strict mode and fix violators 2011-06-18 23:18:46 -07:00
andreasgal
d0d608b17f Merge pull request #23 from notmasteryet/a2d7c18aee4d66cd37085bf2597808acfeaec8e9
XRefStream implementation
2011-06-18 21:38:10 -07:00
Chris Jones
fcbf6e61ce CharSet is optional 2011-06-18 21:18:56 -07:00
Vivien Nicolas
7e3c1340ff Re-enable TrueType and add a TODO about translating the ToUnicode entry (note TrueType still fails on cmap) 2011-06-19 04:35:25 +02:00
Vivien Nicolas
2670aa680b Another undeclared variable caught by strict mode 2011-06-19 03:08:43 +02:00
Vivien Nicolas
e62bd48a9e Use strict mode for js files 2011-06-19 02:35:28 +02:00
sbarman
57034abe4c Merge branch 'master' into tiling 2011-06-18 13:07:20 -07:00
sbarman
ab6ff77b41 Fixed predictor 2011-06-18 13:06:54 -07:00
sbarman
8a18c82f15 Merge branch 'master' into predictor 2011-06-18 09:33:59 -07:00
Andreas Gal
e9980c1558 remove toString code to avoid any future accidental implicit conversions 2011-06-18 01:18:21 -07:00
Andreas Gal
5517602df0 speedup unicode/glyph conversion and cache translated strings in the font 2011-06-17 21:22:37 -07:00
Andreas Gal
2588eb054b IsInteger => IsInt 2011-06-17 20:17:10 -07:00
sbarman
1fa41144c7 Merge branch 'master' of github.com:andreasgal/pdf.js 2011-06-17 17:58:24 -07:00
sbarman
6c5448770d Merge branch 'master' of github.com:andreasgal/pdf.js into streamrewrite2 2011-06-17 17:58:06 -07:00
sbarman
74024df89a clean up tiling 2011-06-17 17:48:44 -07:00
sbarman
569e8c1d02 clean up tiling 2011-06-17 17:46:02 -07:00
sbarman
2179d64593 Merge branch 'master' into tiling 2011-06-17 17:38:29 -07:00
sbarman
4593fb3949 Cleaned up code for tiling 2011-06-17 17:35:56 -07:00
Andreas Gal
a4e1fba9ec even more error checking for font translation 2011-06-17 16:34:29 -07:00
Andreas Gal
050acaf5e0 add more error checking for font translation 2011-06-17 16:29:48 -07:00
sbarman
3da5245abf Working version of predictors 2011-06-17 16:06:02 -07:00
Andreas Gal
1db4812c00 inline Encodings table into pdf.js and use getters for lazy construction 2011-06-17 15:48:17 -07:00
sbarman
ce09870e2b Rearranged predictor interface 2011-06-17 13:32:26 -07:00
sbarman
558ac50d72 changed skip in FlateStream to not call getChar 2011-06-17 13:13:25 -07:00
sbarman
35aacef28c Merge branch 'master' into streamrewrite2 2011-06-17 12:32:32 -07:00
sbarman
70e6f493b1 Merge branch 'master' of github.com:andreasgal/pdf.js 2011-06-17 12:14:45 -07:00
Vivien Nicolas
4bd3308b78 Do not assume charset is defined and move some fonts timing to the right place 2011-06-17 20:29:34 +02:00
sbarman
de184e0530 stored bytes in flatestream 2011-06-17 10:10:29 -07:00
sbarman
5baaa758f1 Merge branch 'master' into predictor 2011-06-17 09:07:40 -07:00
sbarman
4a5e1329c2 Merge branch 'master' into tiling 2011-06-17 09:00:04 -07:00
sbarman
6ad785b188 Merge branch 'master' of github.com:andreasgal/pdf.js 2011-06-17 08:33:14 -07:00
notmasteryet
a2d7c18aee readXRefStream and PNG predictor 12 2011-06-17 07:37:14 -05:00
Vivien Nicolas
172dadb008 Clean up some debug leftovers 2011-06-17 13:55:42 +02:00
sbarman
60989ee3b9 initial implementation of predictor 2011-06-16 17:03:15 -07:00
sbarman
5ff59eadcb Added comments 2011-06-16 12:03:50 -07:00
sbarman
1e3147d0d7 working version of tiling 2011-06-16 11:26:50 -07:00
Vivien Nicolas
3dbfde89a3 Resolve the char->glyphs mapping issue 2011-06-16 03:55:45 +02:00
Vivien Nicolas
2e87e8ca83 Merge from gal's master branch (got a regression on the mapping between char->glyph) 2011-06-16 03:05:55 +02:00
Chris Jones
8ab68cf17a implement setDash 2011-06-15 12:55:48 -07:00
Chris Jones
672741bc5c Merge branch 'master' of github.com:andreasgal/pdf.js 2011-06-15 12:42:48 -07:00
sbarman
7077ad5b67 Merge branch 'master' of github.com:andreasgal/pdf.js
Conflicts:
	pdf.js
2011-06-15 12:37:05 -07:00
Chris Jones
0c4e4d1651 implement some operators and add TODOs for remaining undefined ones 2011-06-15 14:24:44 -05:00
sbarman
a0375c0f0b cleaned up fetchIfRef, changed switch-case to array lookup, changed IsFunction to IsPDFFunction 2011-06-15 11:34:47 -07:00
Andreas Gal
815544ab81 fixes suggested by @brendaneich 2011-06-15 00:37:15 -07:00
Andreas Gal
02df7f8e58 clarify API a bit and hand in xref and resources to ease translation 2011-06-14 23:44:59 -07:00
Andreas Gal
cf4bca7813 completed async font loading framework 2011-06-14 23:41:26 -07:00
Andreas Gal
d94b3006a3 eagerly translate all fonts (a no-op currently) 2011-06-14 23:34:11 -07:00
Andreas Gal
662fab04ca pdf is using a dumb name, content makes much more sense than Contents 2011-06-14 23:22:19 -07:00
Andreas Gal
d1b9e4054a cache results of compilation 2011-06-14 23:16:53 -07:00
Andreas Gal
e8ce0b361d eagerly compile XForm objects 2011-06-14 22:54:49 -07:00
Andreas Gal
e7d6b47099 return ready-to-run closure from compile that captures its objpool 2011-06-14 20:36:45 -07:00
Vivien Nicolas
32118c5650 Add a basic support for TrueType (generate fonts with OS/2 table) 2011-06-15 04:46:48 +02:00
Andreas Gal
7a0ba61a2a compile PDF command streams into JS code 2011-06-14 18:31:14 -07:00
sbarman
58ca7ab61c Cleaned up code, renamed PDFFunction class 2011-06-14 13:49:50 -07:00
Vivien Nicolas
363071aab9 Add XObjects fonts to the list of page fonts and has a forEach method to the Dict class 2011-06-14 21:38:59 +02:00
sbarman
3c12d9ee31 cleaned up code 2011-06-14 12:19:35 -07:00
sbarman
de9150b528 Implemented type 2 shading for the pdf (aka gradients) 2011-06-14 11:57:02 -07:00
Vivien Nicolas
3625ac93a3 Forgot to push function calls changes to get the unicode char from a random code 2011-06-14 19:40:36 +02:00
Vivien Nicolas
0ebd3cdf93 Add support for ligatures, asterisks, etc. 2011-06-14 11:08:08 +02:00
Vivien Nicolas
b0ee046b31 Make the fonts decoding code works with asynchronous data url 2011-06-14 04:35:46 +02:00
Vivien Nicolas
c03dd98075 Do not use makeSubStream in the CFF constructor 2011-06-13 23:23:13 +02:00
Vivien Nicolas
f9e3607601 Merge to upstream 2011-06-13 19:16:03 +02:00
Vivien Nicolas
2dc7bda2bc Merge the stream handling changes with the Font code 2011-06-13 18:59:46 +02:00
Vivien Nicolas
2c4a0aa269 Undo last patch, it broke font rendering 2011-06-13 07:06:51 +02:00
Andreas Gal
83e100b013 starting position of a stream is relative to the file, not the current stream 2011-06-13 12:47:40 +08:00
Andreas Gal
e0a6c8ef76 use const instead of var 2011-06-13 11:40:49 +08:00
Vivien Nicolas
0a135091de Add a root 'Font' class as the outside world API 2011-06-13 01:38:05 +02:00
Andreas Gal
609842b76c remove debug code 2011-06-11 23:49:17 -07:00
Vivien Nicolas
632fcfed18 Turn on TrueType decoder even if the sanitizer prevent them to load at the moment 2011-06-12 03:10:54 +02:00
Vivien Nicolas
828367a1b4 Make the Type1 to OTF code active, even if the sanitizer prevent fonts to load at the moment 2011-06-12 03:00:45 +02:00
Chris Jones
d1cd02f0a7 Merge branch 'master' of github.com:andreasgal/pdf.js 2011-06-10 12:17:00 -07:00
Chris Jones
a5731ddc47 skeleton of shading fill 2011-06-10 12:16:45 -07:00
sbarman
b61700b5a5 changed bufferPos to pos, fixed style issue (spacing) 2011-06-10 11:30:48 -07:00
sbarman
3d9f609054 Merge branch 'master' of github.com:andreasgal/pdf.js 2011-06-09 23:06:36 -07:00
sbarman
f10aca6a46 Fixed up excess code 2011-06-09 19:34:34 -07:00
sbarman
1dbf2d1d0c cleaned up code, used dict.get2, hoisted conditional outside loop when drawing image 2011-06-09 19:19:09 -07:00
Chris Jones
78d0b3caf1 implement TL and T* 2011-06-09 18:19:17 -07:00
sbarman
b83979f40d Revert "working on optimizations"
This reverts commit 03747940a2.
2011-06-09 18:17:27 -07:00
sbarman
03747940a2 working on optimizations 2011-06-09 17:15:44 -07:00
Vivien Nicolas
74abf984d5 Add the beginning of a Type1 to Type2 charstring converter 2011-06-10 01:20:00 +02:00
sbarman
0e8f323f0a fixed error with getBytes in flate stream 2011-06-09 15:02:58 -07:00
sbarman
78493db421 Merge remote-tracking branch 'agal/master'
Conflicts:
	pdf.js
	test.html
2011-06-09 14:59:15 -07:00
Andreas Gal
287e7a702a remove left-over shell code 2011-06-10 05:44:41 +08:00
sbarman
c5a04b900f Merge commit '496a6374c1ac04e'
Conflicts:
	pdf.js
2011-06-09 14:42:31 -07:00
sbarman
496a6374c1 fixed the display of images 2011-06-09 14:35:55 -07:00
sbarman
cfff44f2b2 fixed getBytes 2011-06-09 12:53:38 -07:00
sbarman
5da69f520d Half working version of paintImageXObject 2011-06-08 17:45:50 -07:00
sbarman
c326f1808f Fixed geBytes implementation 2011-06-08 17:42:29 -07:00
sbarman
19f9897ec3 added getBytes method 2011-06-08 15:41:17 -07:00
Andreas Gal
bab03e6add remove left-over shell code 2011-06-08 13:40:10 -07:00
sbarman
a89bd1d30e Copied entire buffer for flate stream's snarf function (since decoding looks back) 2011-06-08 11:49:37 -07:00
Andreas Gal
f85953b342 read in image data en-block instead of sucking it through the stream interface 2011-06-09 01:09:02 +08:00
Andreas Gal
8b119087f0 use dict.get2 to lookup with a key that has an abbreviation (i.e. BitsPerComponent/BPC) 2011-06-09 01:09:02 +08:00
Vivien Nicolas
c098f0b31f Fix some bugs and add the beginning of a Type2 reader 2011-06-08 17:26:29 +02:00
Andreas Gal
ee5d8763e8 read in image data en-block instead of sucking it through the stream interface 2011-06-08 07:50:35 -07:00
Vivien Nicolas
4d261759d9 Support TrueType Font 2011-06-07 19:17:46 +02:00
Andreas Gal
5c5d09c898 use dict.get2 to lookup with a key that has an abbreviation (i.e. BitsPerComponent/BPC) 2011-06-06 21:34:21 -07:00
sbarman
99aacfe42c Implemented basic version of smask 2011-06-06 18:35:45 -07:00
sbarman
27b8b68b87 Removed log code from previous commit 2011-06-06 18:34:24 -07:00
sbarman
11f427d235 Fixed FlateStreams to read in multiple blocks 2011-06-06 18:31:54 -07:00
Andreas Gal
386d70f33c add code to parse bits per component information for images 2011-06-05 10:56:05 -07:00
Andreas Gal
378f381625 don't cache stream objects 2011-06-04 23:18:55 -07:00
Andreas Gal
5c06cd1de5 use an array not an object to cache objects 2011-06-04 23:15:51 -07:00
Andreas Gal
47f0326eee parse Interpolate and ImageMask for images 2011-06-04 23:01:25 -07:00
Andreas Gal
5647dbc0a4 convert remaining inflate code tables to typed arrays 2011-06-04 11:11:14 -07:00
Andreas Gal
4d70cb4aaf turn distDecode into a typed array 2011-06-04 10:27:25 -07:00
Andreas Gal
9143ad4cf5 make lengthDecode a typed array 2011-06-04 10:18:04 -07:00
Andreas Gal
cd7c229ccc make codeLenCodeMap a typed array 2011-06-04 10:14:17 -07:00
Chris Jones
fadbb1b5e7 FlateStream wants a .dict member for duck typing 2011-06-03 22:58:06 -05:00
Chris Jones
2f8d80677b implement even-odd fill/clip 2011-06-03 22:52:27 -05:00
Vivien Nicolas
c166db13fd Add the 'for' keyword and support 2's complement signed integer 2011-06-04 00:43:50 +02:00
Andreas Gal
92aa46cf81 hand in xref to the parser if needed so we can resolve 'Length' for sub-streams 2011-06-03 14:38:54 -07:00
Andreas Gal
b6b5c2ac49 fix deflate code 2011-06-03 14:22:38 -07:00
Andreas Gal
267f312f13 fix length/end of stream handling 2011-06-03 14:16:04 -07:00
Vivien Nicolas
a08691313f Clean up some code and add some changes to pdf.js 2011-06-03 19:47:07 +02:00
Chris Jones
41f46ca346 fix typo that breaks ff4 2011-06-02 21:13:48 -07:00
Chris Jones
4533902953 skeleton of image drawing 2011-06-02 18:27:56 -05:00
Chris Jones
ebc483a0c7 Font and XObject entries can be refs, and dump image magic bytes 2011-06-02 14:24:46 -05:00
Andreas Gal
9b9a258a57 starting position of a stream is relative to the file, not the current stream 2011-06-02 10:57:06 -07:00
Vivien Nicolas
fe11af4b57 Add a the beggining of a Type1 font reader 2011-05-31 20:22:05 +02:00
Andreas Gal
503d888036 Merge branch 'master' of github.com:andreasgal/pdf.js 2011-05-30 10:04:35 +02:00
Chris Jones
53018c8e4c fix next/prev/next bug, fiddle with UI, remove debugging code 2011-05-25 21:09:06 +12:00
Chris Jones
c79cb83d52 reset current point on text state changes and remove redundant "cur" prefix 2011-05-23 21:22:56 +12:00
Andreas Gal
98dfcf57ec use const instead of var 2011-05-21 07:40:28 +02:00
Chris Jones
f80a88864b basic kinda-working form xobject support 2011-05-17 14:08:05 +12:00
Chris Jones
d7f3c31d9d add assert helpers, small cleanup 2011-05-17 11:59:38 +12:00
Chris Jones
8f8b302b23 initial (broken) support for xobjects 2011-05-17 11:39:45 +12:00
Andreas Gal
db6f072507 fix a couple more shadowings 2011-05-13 00:23:27 -07:00
Andreas Gal
f4bb211283 forgot another shadowing 2011-05-13 00:21:32 -07:00
Andreas Gal
a4c5b6095b use defineProperty to shadow getters 2011-05-13 00:19:50 -07:00
Chris Jones
0753ce25c1 fix typo in lexing of octal escapes 2011-05-13 13:09:13 +12:00
Andreas Gal
a9a16ccb8a fix for new XHR2 binary API 2011-05-12 16:58:19 -07:00
Andreas Gal
fed7e723b8 clone stream if we got it from the cache in case its already in use 2011-05-11 23:00:36 -07:00
Chris Jones
76e43dd982 fix next/prev, small tweaks 2011-05-12 17:05:46 +12:00
Andreas Gal
9521168b5c remove the echo interpreter, dissolve interpreter into gfx and Page 2011-05-11 20:13:57 -07:00
Andreas Gal
bffedbb33c cache refs, not streams, in the interest of saving memory 2011-05-11 20:03:45 -07:00
Andreas Gal
284ef90e47 uncompressed pdfs render a bit now 2011-05-11 19:05:30 -07:00
Andreas Gal
6a4b0e8058 fix bug in string obj handling 2011-05-11 17:17:47 -07:00
Andreas Gal
52d8555c17 parser content streams 2011-05-11 17:09:06 -07:00
Andreas Gal
2326832f49 fixes for the huffman decoder 2011-05-11 16:30:30 -07:00
Andreas Gal
9543128796 wired up decompression, not working yet 2011-05-11 03:26:33 -07:00
Andreas Gal
cebd567fa1 parse the page tree and extract pages and their content 2011-05-11 03:14:08 -07:00
Andreas Gal
7c604ae280 add code to access the page dictionary 2011-05-11 01:50:47 -07:00
Andreas Gal
db5488a50e reading the catalog, at last 2011-05-11 01:20:12 -07:00
Andreas Gal
7b5effcdbe use exceptions instead of error codes in case of errors 2011-05-11 00:10:15 -07:00
Andreas Gal
c8ab1c014e finish inflate code, still untested 2011-05-10 23:57:03 -07:00
Andreas Gal
903e6e2b9d add inflate code 2011-05-10 21:22:28 -07:00
Andreas Gal
f9faa3f34a Merge branch 'master' of github.com:andreasgal/pdf.js 2011-05-10 00:31:51 -07:00
Andreas Gal
4a7d875495 use skip() instead of getChar() when the return value isn't used anyway 2011-05-09 23:47:08 -07:00
Andreas Gal
da1532e0d8 remove skipChar(), use skip() without an argument instead 2011-05-09 23:44:25 -07:00
Andreas Gal
2a60352e24 inline asString since its only used once 2011-05-09 23:37:21 -07:00
Andreas Gal
0b5cdf651d move find out of the Stream class 2011-05-09 23:32:22 -07:00
Andreas Gal
056a81ee89 remove putBack and make skip go via skipChar 2011-05-09 23:10:40 -07:00
Andreas Gal
ac17a847d0 remove getByte for now 2011-05-09 23:08:29 -07:00
Chris Jones
99972ad26a placeholders for scn/SCN 2011-05-09 21:19:26 -05:00
Chris Jones
3674f38fdd shadingFill placeholder 2011-05-09 21:14:09 -05:00
Chris Jones
c1758ea66f Placeholder even-odd fill 2011-05-09 21:08:21 -05:00
Chris Jones
e820a20b63 Clipping (non-zero winding) 2011-05-09 21:05:33 -05:00
Chris Jones
79ef581434 Merge 2011-05-09 20:17:22 -05:00
Chris Jones
fcdd7e3845 Implement "n" (end path), add stubs for NYI operators 2011-05-09 20:16:06 -05:00
Andreas Gal
bbbf30c81f throw Error for errors, and warn in browser and shell 2011-05-09 18:10:15 -07:00
Andreas Gal
f16e6b8d1c Merge branch 'master' of github.com:andreasgal/pdf.js 2011-05-09 18:04:31 -07:00
Andreas Gal
247509680e beginnings of inflate decompression 2011-05-09 18:04:22 -07:00
Chris Jones
f9839beda8 Implement j (line join style) 2011-05-09 19:11:40 -05:00
Chris Jones
5bf0818b2e Implement J (line-cap style) 2011-05-09 18:57:23 -05:00
Chris Jones
a8d9ab5e62 Merge branch 'master' of github.com:andreasgal/pdf.js 2011-05-09 18:20:10 -05:00
Chris Jones
127a6e97d0 Implement TJ 2011-05-09 18:20:04 -05:00
Andreas Gal
a018fe60ef Merge branch 'master' of github.com:andreasgal/pdf.js 2011-05-09 15:58:50 -07:00
Andreas Gal
4a43ba6f8c bug fixes, getting closer to parsing a latex paper 2011-05-09 15:58:37 -07:00
Chris Jones
82f49501c3 Restore font lookup and setting 2011-05-09 15:18:19 -05:00
Andreas Gal
195671adba add buffer to write data to 2011-05-08 17:39:40 -07:00
Andreas Gal
5376c8b4e1 use Object.create for Dict instead of a key prefix 2011-05-08 14:26:08 -07:00
Andreas Gal
fed34c7d07 eliminate putBack 2011-05-08 14:08:38 -07:00
Andreas Gal
dd5ab1f10f don't use array buffes to implement moveStart, that won't work for filtered streams 2011-05-08 11:35:32 -07:00
Andreas Gal
a2dcda8be5 factor out isSpace 2011-05-08 11:32:53 -07:00
Andreas Gal
506828d522 fix StringStream constructor delegation to Stream 2011-05-07 22:57:04 -07:00
Andreas Gal
314889d3d1 add skeleton decryption and stream filter support 2011-05-07 01:20:04 -07:00
Andreas Gal
65a35fcabf start working on stream decoding 2011-05-06 23:37:49 -07:00
Andreas Gal
d971dfa01b fix reading linearized documents 2011-05-06 22:44:01 -07:00
Andreas Gal
e655900785 restore long-form function names and a mapping table 2011-05-06 22:15:18 -07:00
Andreas Gal
d65ebb7533 tighten up the interpreter loop 2011-05-06 18:15:51 -07:00
Andreas Gal
36f657b4ad get rid of Obj 2011-05-06 17:27:27 -07:00
Andreas Gal
4349a5b2bc more XRef parsing 2011-05-06 16:38:16 -07:00
Andreas Gal
16b3a7abc4 more XRef parsing 2011-05-06 16:18:13 -07:00
Andreas Gal
2e88d3779c skeleton for XRef support 2011-05-06 12:12:57 -07:00
Andreas Gal
860c8129bf fix a bunch of bugs and make startxref parsing work 2011-05-06 02:18:31 -07:00
Andreas Gal
4a5794e705 add command line arguments for the shell, -e for echo tests, -p for parse tests 2011-05-06 01:44:17 -07:00
Andreas Gal
455c646206 Merge branch 'master' of github.com:andreasgal/pdf.js 2011-05-06 01:16:20 -07:00
Andreas Gal
16bc5f6fe3 parse startxref 2011-05-06 01:16:09 -07:00
Chris Jones
e655fd0adb Lower the common denominator 2011-05-06 00:42:43 -05:00
Chris Jones
7827e91566 Respect media box 2011-05-05 23:46:54 -05:00
Chris Jones
68f1ca51ce Basic transforms of PDF page/text space to canvas space 2011-05-05 22:20:07 -05:00
Chris Jones
b860bc8d60 Less hacky save/restore/moveText impl 2011-05-05 12:40:34 -05:00
Chris Jones
2ecb90fd45 Mock resource dict, look up fonts 2011-05-05 12:28:37 -05:00
Chris Jones
e464d31d18 Indirect ops so that they can access interpreter state 2011-05-05 12:08:36 -05:00
Chris Jones
07119364fc More nicely truncate args array 2011-05-04 23:53:55 -05:00
Chris Jones
3b558229c1 Couple more tests and operators 2011-05-04 23:34:59 -05:00
Chris Jones
10c7ea0770 Manually hoist constant to avoid building it on each method invocation 2011-05-04 21:31:46 -05:00
Chris Jones
198a3f1a1b Dumb text WIP, more UI for test.html 2011-05-04 20:08:52 -05:00
Chris Jones
d2c96d420a Factor out mock tests, add browser test page, initial canvas backend 2011-05-04 19:32:59 -05:00
Chris Jones
bbab24da2e Add eofObj and helper for converting Obj->JS value 2011-05-04 17:15:26 -05:00
Chris Jones
9969a937ce isNum and operator argument type checking 2011-05-04 16:58:51 -05:00
Chris Jones
229043c15d Add more operators, another test, and reorganize per Table 51 in the spec. 2011-05-04 16:52:52 -05:00
Chris Jones
c46faf9e76 Backend skeleton and temporary testing code 2011-05-04 14:46:39 -05:00
Andreas Gal
ef2e66bf99 use undefined to indicate EOF 2011-05-03 02:17:17 -07:00
Andreas Gal
d3f3e611c3 Split out Stream functionality 2011-05-02 22:50:55 -07:00
Andreas Gal
2040b871da no need to freeze constructors and protos 2011-05-02 19:07:16 -07:00
Andreas Gal
a6b123016b shadow in the direct object, no defineProperty needed 2011-05-02 18:26:18 -07:00
Andreas Gal
21c54da9d1 use ES5 Object operations for lazy properties 2011-05-02 17:20:08 -07:00
Andreas Gal
07571b0bbf add PDFDoc 2011-05-02 15:34:59 -07:00
Andreas Gal
9334143941 a couple syntax fixes 2011-05-02 15:16:03 -07:00
Andreas Gal
4c74c34924 cleanup code a bit, avoid tabs, use java mode 2011-05-02 15:06:11 -07:00
Andreas Gal
4570f6a444 initial checkin, untested, just a couple lines of code 2011-04-26 15:33:36 +09:00