]> git.parisson.com Git - pdf.js.git/shortlog
pdf.js.git
2012-02-18 notmasteryetSets proper unicode range for symbols; sanitize no...
2012-02-18 Julian ViereckMerge pull request #1241 from notmasteryet/issue-1237
2012-02-18 notmasteryetFixes "invalid 'in' operand destKind"
2012-02-18 notmasteryetMerge pull request #1239 from brendandahl/fixparsequery
2012-02-17 notmasteryetFix `Line 648, E:0001: Extra space after "]"`
2012-02-17 Brendan DahlFix upstream lint error.
2012-02-17 Brendan DahlUse obj instead of array.
2012-02-17 Brendan DahlFix parse query.
2012-02-17 Artur AdibMerge pull request #1226 from notmasteryet/tree-80
2012-02-16 Artur AdibMerge pull request #1211 from brendandahl/debugger2
2012-02-16 Brendan DahlAddress review comments.
2012-02-16 notmasteryetMerge pull request #1212 from arturadib/issue-1155
2012-02-16 Artur AdibAddressing reviewer comments
2012-02-16 Artur AdibMerge pull request #1225 from notmasteryet/pins
2012-02-16 notmasteryetMerge pull request #1223 from arturadib/issue-1186
2012-02-16 notmasteryetVector pins
2012-02-16 notmasteryetRewrite predictor code to avoid writing into subarrays.
2012-02-16 Brendan DahlMove special debug flags to the hash section of the...
2012-02-15 Brendan DahlMove debugger to the web folder.
2012-02-15 Brendan DahlFix the font inspector.
2012-02-15 Brendan DahlChange name of debugger to stepper.
2012-02-15 Brendan DahlChange how the tools are enabled.
2012-02-15 Brendan DahlMerge upstream.
2012-02-15 Brendan DahlMerge pull request #1203 from notmasteryet/glyf-sanitize
2012-02-15 Artur AdibCloses #1186
2012-02-15 Brendan DahlMerge pull request #1214 from notmasteryet/tree-76
2012-02-15 Brendan DahlMerge pull request #1207 from notmasteryet/tree-73
2012-02-15 notmasteryetNot relying on the xref in the parser
2012-02-15 notmasteryetFixing getting of the "Filter" attribute
2012-02-14 Artur Adiboops
2012-02-14 Artur AdibAdding regression test
2012-02-14 Artur AdibFixes #1155
2012-02-14 Brendan DahlFix undefined stepper.
2012-02-14 Brendan DahlAdd a few comments.
2012-02-14 Brendan DahlMerge pull request #1173 from notmasteryet/tree-66
2012-02-14 notmasteryetMerge pull request #1204 from anapple/chromium-fun
2012-02-14 Lucas StadlerUpdate instructions for installing the chrome extension.
2012-02-14 Julian ViereckMerge pull request #1209 from notmasteryet/tree-75
2012-02-14 notmasteryetAdd bugzill reference, reducing to 1px size
2012-02-14 notmasteryetReducing min font size to 2; rearranging fontSizeScale...
2012-02-14 notmasteryetMerge pull request #1179 from gigaherz/sidebar-pinning
2012-02-14 notmasteryetscale line width; set min font size to 8
2012-02-14 notmasteryetAdd gif as known mime type for `make server`
2012-02-14 Brendan DahlCombining Yury's and my debugging tools.
2012-02-14 notmasteryetFixes compatibity.js removal for gh-pages
2012-02-13 Lucas StadlerMake chrome extensions compatible with latest API changes.
2012-02-13 gigaherzMake the pin icons glow a bit.
2012-02-13 gigaherzMerge branch 'master' of git://github.com/mozilla/pdf...
2012-02-13 gigaherzAdd png to the mime types.
2012-02-13 notmasteryetSanitizing the glyphs to avoid OTS rejections
2012-02-11 Artur AdibMerge pull request #1198 from notmasteryet/tree-71
2012-02-10 gigaherzForgot to lower a bit the outline view.
2012-02-10 gigaherz(I hate myself right now) Reduce pointless differences...
2012-02-10 gigaherzWhoops.
2012-02-10 gigaherzGot rid of the "released" class and made the pin icon...
2012-02-10 notmasteryetUsing sans-serif instead of loaded fonts; fix IE9 datas...
2012-02-10 gigaherzNo need to be paranoid, the code isn't going to contain...
2012-02-10 gigaherzChanged class management to use the classList collectio...
2012-02-09 gigaherzMerge branch 'master' of https://github.com/mozilla...
2012-02-08 notmasteryetMerge pull request #1193 from brendandahl/amo2
2012-02-08 Brendan DahlUnload the pdfstreamconverter on shutdown.
2012-02-08 Brendan DahlUpdate README.md
2012-02-08 notmasteryetMerge pull request #1192 from brendandahl/fixscript
2012-02-08 Brendan DahlFix closing script tag.
2012-02-08 Brendan DahlMerge pull request #1189 from brendandahl/amobump
2012-02-08 Brendan DahlFix version number for amo.
2012-02-08 notmasteryetMerge pull request #1188 from brendandahl/amobump
2012-02-08 Brendan DahlBump max firefox version.
2012-02-08 notmasteryetMerge pull request #1157 from arturadib/issue1133
2012-02-08 notmasteryetMerge pull request #1184 from brendandahl/amo2
2012-02-08 Brendan DahlFix some nits.
2012-02-08 notmasteryetOptimization: don't scale when parameter is 1.0
2012-02-08 Brendan DahlSwitch to constant for max database length.
2012-02-08 Brendan DahlMake the add-on truly restartless.
2012-02-07 Artur AdibMerge pull request #1181 from brendandahl/license
2012-02-07 Brendan DahlAdd Artur and me to the license.
2012-02-07 gigaherzMore style fixes.
2012-02-07 gigaherzRan `make lint` and fixed the issues it complained...
2012-02-07 gigaherzTiny issue with tabs/spaces in viewer.html
2012-02-07 gigaherzMove code to the right place and give it a better style.
2012-02-07 Brendan DahlProtect against a malicious setDatabase. Remove unneede...
2012-02-07 Artur AdibMerge remote-tracking branch 'mozilla/master' into...
2012-02-07 Artur AdibisDefaultDecode(), as per reviewer comments
2012-02-07 Brendan DahlBetter way to add custom event listener.
2012-02-06 Brendan DahlThrow exception for sync version. Don't use const.
2012-02-05 gigaherzMade the code somewhat cuter. Still totally wrong in...
2012-02-04 notmasteryetReducing MIN_FONT_SIZE size to 5px
2012-02-04 gigaherzQuick & dirty sidebar pinning.
2012-02-04 notmasteryetBrowser minimal font adjustment
2012-02-04 Brendan DahlUse services where possible.
2012-02-04 Brendan DahlMerge pull request #1166 from notmasteryet/ftp
2012-02-03 Brendan DahlMerge pull request #1120 from arturadib/localStorage-fix
2012-02-03 Brendan DahlMerge pull request #1106 from arturadib/issue-1049
2012-02-03 notmasteryetFixing test execution / relative URL protocol detection
2012-02-03 notmasteryetFTP protocol support (#1165)
2012-02-03 Brendan DahlMerge pull request #1164 from notmasteryet/tree-63
2012-02-03 notmasteryetMerge pull request #1161 from jwagner79/ie9svg
2012-02-03 notmasteryetFix HTTP redirection for the extension
2012-02-02 Jeff WagnerIE9 SVG images need viewport defined
2012-02-01 Artur AdibLab color space, closes #1133
next