Commit Graph

3389 Commits

Author SHA1 Message Date
Artur Adib
dd53edffad Merge pull request #1226 from notmasteryet/tree-80
Rewrite predictor code to avoid writing into subarrays.
2012-02-17 07:56:02 -08:00
Brendan Dahl
5e818ce04f Merge branch 'master' of https://github.com/mozilla/pdf.js into stats 2012-02-16 18:47:00 -08:00
Artur Adib
1b0bf24322 Merge pull request #1211 from brendandahl/debugger2
Debugging Tools
2012-02-16 11:14:05 -08:00
Brendan Dahl
0f4730c825 Address review comments. 2012-02-16 09:55:09 -08:00
notmasteryet
4e967b201d Merge pull request #1212 from arturadib/issue-1155
Fixes #1155: intersection of CropBox and MediaBox
2012-02-16 09:04:21 -08:00
Artur Adib
9cf9c36227 Addressing reviewer comments 2012-02-16 12:02:18 -05:00
Artur Adib
4147317ec2 Merge pull request #1225 from notmasteryet/pins
Vector pins
2012-02-16 08:38:31 -08:00
notmasteryet
c5c08888bf Merge pull request #1223 from arturadib/issue-1186
Fixes #1186 - Race condition due to fast zooming
2012-02-15 19:13:20 -08:00
notmasteryet
3e6c7693a0 Vector pins 2012-02-15 20:11:08 -06:00
notmasteryet
b73cf1b3c2 Rewrite predictor code to avoid writing into subarrays. 2012-02-15 18:40:41 -06:00
Brendan Dahl
5e04ad5e3a Move special debug flags to the hash section of the url. 2012-02-15 16:03:04 -08:00
Brendan Dahl
f17a1679eb Move debugger to the web folder. 2012-02-15 14:55:16 -08:00
Brendan Dahl
45e3db77f2 Fix the font inspector. 2012-02-15 14:38:18 -08:00
Brendan Dahl
c04ab5fe45 Change name of debugger to stepper. 2012-02-15 14:12:58 -08:00
Brendan Dahl
f54486d8c8 Change how the tools are enabled. 2012-02-15 13:13:07 -08:00
Brendan Dahl
0175f53637 Merge upstream. 2012-02-15 12:56:05 -08:00
Brendan Dahl
c440dfeee0 Merge pull request #1203 from notmasteryet/glyf-sanitize
Sanitizing the font glyphs to avoid OTS rejections
2012-02-15 12:08:05 -08:00
Artur Adib
739cfb11ff Closes #1186 2012-02-15 13:26:11 -05:00
Brendan Dahl
7347c28682 Merge pull request #1214 from notmasteryet/tree-76
Fixing the getting of the "Filter" attribute
2012-02-15 09:34:56 -08:00
Brendan Dahl
ba0267f5ee Merge pull request #1207 from notmasteryet/tree-73
Fixes compatibity.js removal for gh-pages
2012-02-15 09:20:53 -08:00
notmasteryet
6c7e7df6da linting 2012-02-14 23:06:16 -06:00
notmasteryet
16bd59edf0 Separating fontChar and unicode 2012-02-14 23:00:09 -06:00
notmasteryet
2f98d18dc1 Not relying on the xref in the parser 2012-02-14 20:19:43 -06:00
notmasteryet
8c727860dd Fixing getting of the "Filter" attribute 2012-02-14 18:38:56 -06:00
Artur Adib
db5f43be46 oops 2012-02-14 15:00:43 -05:00
Artur Adib
f1dfe880e8 Adding regression test 2012-02-14 14:55:39 -05:00
Artur Adib
048e40b869 Fixes #1155 2012-02-14 14:48:58 -05:00
Brendan Dahl
ebf26a5e29 Fix undefined stepper. 2012-02-14 10:25:53 -08:00
Brendan Dahl
6aa72f411b Add a few comments. 2012-02-14 09:24:29 -08:00
Brendan Dahl
612151d1bc Merge pull request #1173 from notmasteryet/tree-66
Fixes browsers minimal font limitations
2012-02-14 09:05:21 -08:00
notmasteryet
e00aa8e90b Merge pull request #1204 from anapple/chromium-fun
Make chrome extensions compatible with latest API changes.
2012-02-14 05:04:15 -08:00
Lucas Stadler
ec7eef01d8 Update instructions for installing the chrome extension. 2012-02-14 11:48:08 +01:00
Julian Viereck
72e3d3d703 Merge pull request #1209 from notmasteryet/tree-75
Add gif as known mime type for `make server`
2012-02-13 23:02:40 -08:00
notmasteryet
1cfb099640 Add bugzill reference, reducing to 1px size 2012-02-13 22:35:42 -06:00
notmasteryet
b32a7b1c8b Reducing min font size to 2; rearranging fontSizeScale logic 2012-02-13 21:12:55 -06:00
notmasteryet
27b9ae79ee Merge pull request #1179 from gigaherz/sidebar-pinning
Implement sidebar pinning
2012-02-13 19:07:05 -08:00
notmasteryet
99d71cc713 scale line width; set min font size to 8 2012-02-13 20:45:51 -06:00
notmasteryet
7a8a9b9d93 Add gif as known mime type for make server 2012-02-13 20:33:33 -06:00
notmasteryet
c8e88def83 Light bidi fixes 2012-02-13 20:28:36 -06:00
notmasteryet
fd65ee17d1 Merge pull request #1202 from ironymark/bidi
I fixed up some issues with bidi selection
2012-02-13 17:46:30 -08:00
Brendan Dahl
9fe5eff905 Combining Yury's and my debugging tools. 2012-02-13 17:35:58 -08:00
notmasteryet
feaa8aaa59 Fixes compatibity.js removal for gh-pages 2012-02-13 18:29:48 -06:00
Lucas Stadler
913faac2e4 Make chrome extensions compatible with latest API changes.
That is, webRequest is no longer experimental and so it's easier
to start (without --enable-experimental-extension-apis).
2012-02-13 20:28:25 +01:00
gigaherz
49a208829b Make the pin icons glow a bit. 2012-02-13 18:13:53 +01:00
Adil Allawi
b50cf76ab5 Properly integrate new file bidi.js 2012-02-13 14:56:37 +00:00
Adil Allawi
6902ba51fa Properly support custom CSS properties
Fix comment in bidi
2012-02-13 14:56:37 +00:00
gigaherz
349e0b9d47 Merge branch 'master' of git://github.com/mozilla/pdf.js into sidebar-pinning 2012-02-13 09:35:46 +01:00
gigaherz
897a4517b4 Add png to the mime types. 2012-02-13 09:35:11 +01:00
notmasteryet
3cd4159489 Sanitizing the glyphs to avoid OTS rejections 2012-02-12 21:11:44 -06:00
Adil Allawi
2bc708305d Fix up bidi algorithm, and set direction of div to match text direction 2012-02-13 02:10:41 +00:00