]>
git.parisson.com Git - pdf.js.git/log
Brendan Dahl [Mon, 19 Mar 2012 17:41:13 +0000 (10:41 -0700)]
Fix names, remove debug function.
Brendan Dahl [Mon, 19 Mar 2012 16:34:28 +0000 (09:34 -0700)]
Merge pull request #1359 from notmasteryet/issue-1357
Add 'Indexed' colorspace abbreviation
Artur Adib [Mon, 19 Mar 2012 16:10:21 +0000 (09:10 -0700)]
Merge pull request #1259 from jviereck/worker_cleanup
Worker cleanup
Brendan Dahl [Mon, 19 Mar 2012 16:09:42 +0000 (09:09 -0700)]
Add test file for string font name.
Brendan Dahl [Mon, 19 Mar 2012 02:57:28 +0000 (19:57 -0700)]
Merge branch 'master' of https://github.com/mozilla/pdf.js into string_fontname
notmasteryet [Sun, 18 Mar 2012 22:27:45 +0000 (15:27 -0700)]
Merge pull request #1363 from kkujala/master
Separate return statement from function for clarity in bidi.js.
Kalervo Kujala [Sun, 18 Mar 2012 20:49:04 +0000 (22:49 +0200)]
Separate return statement from function for clarity in bidi.js.
This fixes also JSlint warning.
notmasteryet [Sun, 18 Mar 2012 04:22:42 +0000 (23:22 -0500)]
Add missing .link files; minor fix
notmasteryet [Sun, 18 Mar 2012 04:13:54 +0000 (23:13 -0500)]
Add tests from #1309 and #1317
notmasteryet [Sun, 18 Mar 2012 04:05:22 +0000 (23:05 -0500)]
Fix unicode re-assignment; MacRomanEncoding detection
notmasteryet [Sat, 17 Mar 2012 22:48:16 +0000 (15:48 -0700)]
Merge pull request #1351 from jviereck/canvas_draw_time
Change the kExecutionTime value to 15.
notmasteryet [Sat, 17 Mar 2012 22:35:04 +0000 (17:35 -0500)]
Add 'Indexed' cs abbreviation
Saebekassebil [Sat, 17 Mar 2012 16:13:52 +0000 (17:13 +0100)]
Merge branch 'mozilla', remote-tracking branch 'origin/master' into mozilla
notmasteryet [Fri, 16 Mar 2012 22:44:06 +0000 (15:44 -0700)]
Merge pull request #1348 from notmasteryet/installrdf
Use <em:maxVersion>@FIREFOX_VERSION@</em:maxVersion>
notmasteryet [Fri, 16 Mar 2012 22:40:44 +0000 (17:40 -0500)]
Fixing install.pdf.in in make.js
Brendan Dahl [Fri, 16 Mar 2012 18:58:23 +0000 (11:58 -0700)]
Fix string font names.
Brendan Dahl [Fri, 16 Mar 2012 17:48:57 +0000 (10:48 -0700)]
Merge pull request #1346 from notmasteryet/verifyname-2
Verify the names parameter in fontLoaderPrepareFontLoadEvent
Brendan Dahl [Fri, 16 Mar 2012 17:46:08 +0000 (10:46 -0700)]
Merge pull request #1349 from bernerdschaefer/fix-bidi-file-format
Change bidi.js file format to unix
Julian Viereck [Fri, 16 Mar 2012 14:08:50 +0000 (15:08 +0100)]
Change the kExecutionTime value to 15. In theory, this should give 60FPS rendering.
Julian Viereck [Fri, 16 Mar 2012 14:02:17 +0000 (15:02 +0100)]
Fix after rebase
Julian Viereck [Mon, 12 Mar 2012 20:26:39 +0000 (21:26 +0100)]
Use singular form for charProcOperatorList - hopefully fixes breakage
Julian Viereck [Mon, 12 Mar 2012 17:41:40 +0000 (18:41 +0100)]
Rename IRQueue and codeIR -> operatorList
Julian Viereck [Thu, 23 Feb 2012 14:46:00 +0000 (15:46 +0100)]
new ScratchCanvas -> createScratchCanvas and fix linting
Julian Viereck [Tue, 21 Feb 2012 13:36:15 +0000 (14:36 +0100)]
Remove suffix _IR
Julian Viereck [Tue, 21 Feb 2012 13:30:40 +0000 (14:30 +0100)]
No need to store ScratchCanvas on CanvasGraphics
Julian Viereck [Tue, 21 Feb 2012 13:28:42 +0000 (14:28 +0100)]
Cleanup the way getIRQueue is called (no need to pass in a queue object in most cases anymore)
Julian Viereck [Tue, 21 Feb 2012 13:10:44 +0000 (14:10 +0100)]
Remove TODO on PDFDocModel and rename pdf to pdfModel
Julian Viereck [Tue, 21 Feb 2012 12:59:22 +0000 (13:59 +0100)]
Cleanup font loading.
notmasteryet [Fri, 16 Mar 2012 12:24:58 +0000 (07:24 -0500)]
Removing tabs
Bernerd Schaefer [Fri, 16 Mar 2012 10:27:09 +0000 (11:27 +0100)]
Change bidi.js file format to unix
This gets rid of all the `^M` control characters when viewed with vim.
notmasteryet [Fri, 16 Mar 2012 05:55:53 +0000 (00:55 -0500)]
#filter substitution
notmasteryet [Fri, 16 Mar 2012 03:54:20 +0000 (20:54 -0700)]
Merge pull request #1347 from brendandahl/app_shutdown
Skip unneeded steps on APP_SHUTDOWN.
notmasteryet [Fri, 16 Mar 2012 03:44:29 +0000 (22:44 -0500)]
Use <em:maxVersion>@FIREFOX_VERSION@</em:maxVersion>
Brendan Dahl [Fri, 16 Mar 2012 03:08:39 +0000 (20:08 -0700)]
Skip unneeded steps on APP_SHUTDOWN.
notmasteryet [Fri, 16 Mar 2012 02:25:19 +0000 (21:25 -0500)]
Verify the names parameter
notmasteryet [Thu, 15 Mar 2012 23:26:07 +0000 (16:26 -0700)]
Merge pull request #1335 from mrqzzz/master
Re-Fixed code (Lint friendly)
Brendan Dahl [Thu, 15 Mar 2012 23:18:56 +0000 (16:18 -0700)]
Merge pull request #1339 from notmasteryet/whitelist-get
Whitelist GET
Brendan Dahl [Thu, 15 Mar 2012 23:14:12 +0000 (16:14 -0700)]
Merge pull request #1341 from notmasteryet/maxversion
Change maxVersion to *
notmasteryet [Thu, 15 Mar 2012 22:52:57 +0000 (15:52 -0700)]
Merge pull request #1343 from morgandenning/patch-1
Line 405 : 'errorback' should have been 'errback'
theredspatula [Thu, 15 Mar 2012 18:59:32 +0000 (11:59 -0700)]
Line 405 : 'errorback' should have been 'errback'
notmasteryet [Thu, 15 Mar 2012 12:36:20 +0000 (07:36 -0500)]
Change maxVersion to *
notmasteryet [Wed, 14 Mar 2012 23:43:20 +0000 (18:43 -0500)]
Whitelist GET
notmasteryet [Wed, 14 Mar 2012 23:41:37 +0000 (16:41 -0700)]
Merge pull request #1338 from arturadib/no-beta
Typo fix
Artur Adib [Wed, 14 Mar 2012 23:40:01 +0000 (19:40 -0400)]
Typo fix
notmasteryet [Wed, 14 Mar 2012 23:23:07 +0000 (16:23 -0700)]
Merge pull request #1336 from arturadib/make-find
Adding new find() commands for moz-central
notmasteryet [Wed, 14 Mar 2012 23:13:01 +0000 (16:13 -0700)]
Merge pull request #1337 from brendandahl/debugpref
Only enable pdfDebug for the extension if a pref is set.
Brendan Dahl [Wed, 14 Mar 2012 22:34:12 +0000 (15:34 -0700)]
Only enable pdfDebug for the extension if a pref is set.
Artur Adib [Wed, 14 Mar 2012 21:50:49 +0000 (17:50 -0400)]
adding new find() commands
Marcus Oblak [Wed, 14 Mar 2012 20:58:22 +0000 (21:58 +0100)]
Re-Fixed Formatting (Lint friendly)
Artur Adib [Wed, 14 Mar 2012 20:23:37 +0000 (13:23 -0700)]
Merge pull request #1334 from notmasteryet/build-mc
Add additional files for mc build
notmasteryet [Wed, 14 Mar 2012 04:31:07 +0000 (23:31 -0500)]
Change max ff version number for the extension
notmasteryet [Wed, 14 Mar 2012 01:31:53 +0000 (20:31 -0500)]
Changing make.js
notmasteryet [Wed, 14 Mar 2012 00:53:25 +0000 (19:53 -0500)]
Add additional files for mc build
notmasteryet [Tue, 13 Mar 2012 23:59:16 +0000 (18:59 -0500)]
Remove empty gryphs; improve glyph unicode movements
Marcus Oblak [Tue, 13 Mar 2012 21:25:39 +0000 (22:25 +0100)]
Fixed code formatting.
Artur Adib [Tue, 13 Mar 2012 18:23:55 +0000 (11:23 -0700)]
Merge pull request #1332 from arturadib/master
(do not merge) bot test
Artur Adib [Tue, 13 Mar 2012 18:17:57 +0000 (15:17 -0300)]
Update README.md
mrqzzz [Tue, 13 Mar 2012 15:52:55 +0000 (16:52 +0100)]
Handled case where var "outlineDict" was null (in certain PDFs). Handled
case where var "e" was null in "function xRefGetEntry" (in certain PDFs)
Artur Adib [Tue, 13 Mar 2012 13:04:48 +0000 (06:04 -0700)]
Merge pull request #1067 from brendandahl/stats
Start of the benchmark recording framework.
notmasteryet [Tue, 13 Mar 2012 00:08:18 +0000 (17:08 -0700)]
Merge pull request #1326 from brendandahl/sanitizelinks
Sanitize pdf link urls.
Brendan Dahl [Mon, 12 Mar 2012 23:31:49 +0000 (16:31 -0700)]
Add function for checking url.
Brendan Dahl [Mon, 12 Mar 2012 21:15:09 +0000 (14:15 -0700)]
Remove unused span.
Brendan Dahl [Mon, 12 Mar 2012 20:23:33 +0000 (13:23 -0700)]
Merge branch 'master' of https://github.com/mozilla/pdf.js into stats
Brendan Dahl [Mon, 12 Mar 2012 20:14:22 +0000 (13:14 -0700)]
Merge pull request #1300 from notmasteryet/tree-85
Chrome extension: uses encodeURIComponent; fixes download button
Brendan Dahl [Mon, 12 Mar 2012 19:00:30 +0000 (12:00 -0700)]
Sanitize pdf link urls.
Julian Viereck [Mon, 12 Mar 2012 17:55:31 +0000 (18:55 +0100)]
Point to the contributor wiki page on how to run the tests form the Readme.md
Brendan Dahl [Mon, 12 Mar 2012 01:21:38 +0000 (18:21 -0700)]
Fix font matrix.
Brendan Dahl [Sun, 11 Mar 2012 03:47:14 +0000 (19:47 -0800)]
Fix lint.
Brendan Dahl [Sun, 11 Mar 2012 03:37:22 +0000 (19:37 -0800)]
Slight rename.
Brendan Dahl [Sun, 11 Mar 2012 03:22:02 +0000 (19:22 -0800)]
Merge branch 'master' of https://github.com/mozilla/pdf.js into cff
Brendan Dahl [Sun, 11 Mar 2012 03:19:00 +0000 (19:19 -0800)]
Add font spec to the unit test list.
Brendan Dahl [Sun, 11 Mar 2012 03:12:33 +0000 (19:12 -0800)]
CFF Parser and Compiler.
Brendan Dahl [Sat, 10 Mar 2012 00:14:36 +0000 (16:14 -0800)]
Merge pull request #1316 from notmasteryet/issue-1251
Fixes unnecessary style attributes in SVG
notmasteryet [Thu, 8 Mar 2012 01:12:05 +0000 (19:12 -0600)]
Fixes unnecessary style attributes in svg
Brendan Dahl [Mon, 5 Mar 2012 21:01:16 +0000 (13:01 -0800)]
Merge pull request #1296 from notmasteryet/issue-1284
Move CustomStyle object
Brendan Dahl [Mon, 5 Mar 2012 21:00:03 +0000 (13:00 -0800)]
Merge pull request #1267 from notmasteryet/issue-894
Skipping HTTP POST requests in the addon
Artur Adib [Mon, 5 Mar 2012 13:33:02 +0000 (05:33 -0800)]
Merge pull request #1301 from notmasteryet/lint-makejs
Exclude make.js from the linting; fixes few lint make.js errors
notmasteryet [Mon, 5 Mar 2012 02:26:57 +0000 (20:26 -0600)]
Exclude make.js from the linting; fixes few lint make.js errors
notmasteryet [Sun, 4 Mar 2012 01:27:35 +0000 (19:27 -0600)]
Chrome extension: uses encodeURIComponent; fixes download button
notmasteryet [Sat, 3 Mar 2012 19:07:55 +0000 (11:07 -0800)]
Merge pull request #1298 from arturadib/shelljs
Using ShellJS
Artur Adib [Sat, 3 Mar 2012 19:01:31 +0000 (14:01 -0500)]
Using ShellJS
Artur Adib [Fri, 2 Mar 2012 17:42:56 +0000 (09:42 -0800)]
Merge pull request #1290 from notmasteryet/tree-84
Re-encodes cmap based on post table or current encoding; ...
notmasteryet [Fri, 2 Mar 2012 13:11:24 +0000 (07:11 -0600)]
Move custom style
notmasteryet [Fri, 2 Mar 2012 04:01:39 +0000 (22:01 -0600)]
Optimization
notmasteryet [Fri, 2 Mar 2012 03:23:36 +0000 (21:23 -0600)]
Add and fix pdfkit_compressed.pdf
notmasteryet [Fri, 2 Mar 2012 00:36:03 +0000 (18:36 -0600)]
Merge branch 'master' of git://github.com/mozilla/pdf.js.git into tree-84
Artur Adib [Thu, 1 Mar 2012 17:41:06 +0000 (12:41 -0500)]
another bot test
Artur Adib [Thu, 1 Mar 2012 17:35:38 +0000 (12:35 -0500)]
testing bot
Artur Adib [Thu, 1 Mar 2012 17:31:53 +0000 (12:31 -0500)]
dummy README - testing bot's gh-pages update
notmasteryet [Thu, 1 Mar 2012 04:57:54 +0000 (22:57 -0600)]
Lint error
notmasteryet [Thu, 1 Mar 2012 04:11:32 +0000 (22:11 -0600)]
Re-encode cmap based on post table or current encoding; fix GlyphsUnicode table entries
Artur Adib [Thu, 1 Mar 2012 02:38:27 +0000 (18:38 -0800)]
Merge pull request #1289 from notmasteryet/cap1
Fixes cap1 statement
notmasteryet [Thu, 1 Mar 2012 00:31:03 +0000 (18:31 -0600)]
Fixing cap1 statement
Artur Adib [Wed, 29 Feb 2012 18:43:45 +0000 (10:43 -0800)]
Merge pull request #1252 from notmasteryet/issue-1249
Check if glyphs are stored outside the glyf table
notmasteryet [Thu, 23 Feb 2012 17:30:25 +0000 (09:30 -0800)]
Merge pull request #1269 from brendandahl/fixbidi
Fix missing bidi for extension.
Brendan Dahl [Thu, 23 Feb 2012 17:21:35 +0000 (09:21 -0800)]
Fix missing bidi for extension.
Artur Adib [Thu, 23 Feb 2012 15:00:48 +0000 (07:00 -0800)]
Merge pull request #1218 from mozilla/bidi
bidi characters algorithm; separation of the toFontChar and toUnicode
notmasteryet [Thu, 23 Feb 2012 03:52:29 +0000 (21:52 -0600)]
Skipping HTTP POST requests in the addon
notmasteryet [Thu, 23 Feb 2012 00:26:43 +0000 (18:26 -0600)]
create bidi closure
notmasteryet [Wed, 22 Feb 2012 23:56:47 +0000 (17:56 -0600)]
Fixing review nits; moving small functions inside bidi