Commit Graph

29 Commits

Author SHA1 Message Date
Ryan VanderMeulen
1c52e77766 Bug 1272518 - Update pdf.js to version 1.5.256. r=bdahl 2016-05-12 19:02:00 -04:00
Ryan VanderMeulen
22e8588ff2 Bug 1268706 - Update pdf.js to version 1.5.222. r=bdahl 2016-04-29 11:36:14 -04:00
Ryan VanderMeulen
bb66f58776 Backed out changeset 47fdbb8493d0 (bug 1268706) for browser_pdfjs_navigation.js failures. 2016-04-28 21:48:13 -04:00
Ryan VanderMeulen
11b6580180 Bug 1268706 - Update pdf.js to version 1.5.216. r=bdahl 2016-04-28 19:02:46 -04:00
Ryan VanderMeulen
8c1c70db24 Bug 1265738 - Update pdf.js to version 1.4.258. r=bdahl 2016-04-19 10:10:52 -04:00
Ryan VanderMeulen
5712e98843 Bug 1263067 - Update pdf.js to version 1.4.213. r=bdahl, r=sicking 2016-04-07 22:13:03 -04:00
Ryan VanderMeulen
f39edea11c Bug 1245832 - Update pdf.js to version 1.4.42. r=bdahl 2016-02-04 09:29:47 -05:00
Ryan VanderMeulen
05c4b1c33d Bug 1226621 - Update pdf.js to version 1.3.14. r=bdahl 2015-11-20 11:32:09 -05:00
Ryan VanderMeulen
7cd7178f04 Bug 1092160 - Update pdf.js to version 1.0.937. r=bdahl 2014-10-31 14:05:49 -04:00
Ryan VanderMeulen
1c4ea96bf9 Bug 1084158 - Update pdf.js to version 1.0.907. r=bdahl, r=Mossop 2014-10-17 14:15:43 -04:00
Ryan VanderMeulen
bbefbc19b4 Bug 1064496 - Update pdf.js to version 1.0.801. r=yury, r=Mossop 2014-09-19 17:14:01 -04:00
Ryan VanderMeulen
1357f79121 Bug 1049007 - Update pdf.js to version 1.0.577. r=yury 2014-08-05 15:30:37 -04:00
Jim Blandy
39dc0c6097 Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):

 - Never set the buffer's mode.

   Years ago, Emacs did not have a good JavaScript mode, so it made sense
   to use Java or C++ mode in .js files. However, Emacs has had js-mode for
   years now; it's perfectly serviceable, and is available and enabled by
   default in all major Emacs packagings.

   Selecting a mode in the -*- file variable line -*- is almost always the
   wrong thing to do anyway. It overrides Emacs's default choice, which is
   (now) reasonable; and even worse, it overrides settings the user might
   have made in their '.emacs' file for that file extension. It's only
   useful when there's something specific about that particular file that
   makes a particular mode appropriate.

 - Correctly propagate settings that establish the correct indentation
   level for this file: c-basic-offset and js2-basic-offset should be
   js-indent-level. Whatever value they're given should be preserved;
   different parts of our tree use different indentation styles.

 - We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
   Remove tab-width: settings, at least in files that don't contain tab
   characters.

 - Remove js2-mode settings that belong in the user's .emacs file, like
   js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Ryan VanderMeulen
b22d3861c5 Bug 1018999 - Update pdf.js to version 1.0.277. r=yury 2014-06-02 10:43:05 -04:00
Ryan VanderMeulen
17467333bb Bug 999616 - Update pdf.js to version 1.0.68. r=Mossop, r=yury 2014-04-22 13:25:20 -07:00
Brendan Dahl
ddbc1a38f0 Bug 995431 - Update pdf.js to version 1.0.21. r=yury, r=Mossop, f=RyanVM 2014-04-14 16:09:04 -05:00
Ryan VanderMeulen
919e2f6092 Bug 990852 - Update pdf.js to version 0.8.1334. r=yury, r=Mossop 2014-04-04 08:07:41 -04:00
Ryan VanderMeulen
a3dd226790 Bug 983927 - Update pdf.js to version 0.8.1181. r=bdahl, r=Mossop 2014-03-17 12:09:54 -04:00
Ryan VanderMeulen
cc183c47f9 Bug 947260 - Update pdf.js to version 0.8.759. r=bdahl 2013-12-06 18:00:32 -05:00
Ryan VanderMeulen
f0e34febd3 Bug 912006 - Update pdf.js to version 0.8.478. r=bdahl 2013-09-03 12:28:06 -04:00
Ryan VanderMeulen
496a159323 Bug 903452 - Update pdf.js to version 0.8.423. r=bdahl 2013-08-09 15:01:28 -04:00
Ryan VanderMeulen
b554dedbc5 Bug 861399 - Update pdf.js to version 0.8.47. r=bdahl 2013-04-16 13:34:43 -04:00
Ryan VanderMeulen
9f176c3f1e Bug 839627 - Update pdf.js to version 0.7.210. r=yury 2013-02-09 11:00:08 -05:00
Ryan VanderMeulen
c3b72a8004 Bug 789615 - Update pdf.js to version 0.5.22. r=Mossop 2012-09-13 18:47:12 -04:00
Brendan Dahl
cb777af8ab Bug 784718 - Update pdf.js to version 0.4.11. r=dtownsend 2012-08-23 15:32:43 -07:00
Artur Adib
cc1d2e4b2c Bug 748924 - PDF viewer: New interface + Mochitest controls
r=mossop
2012-05-31 11:14:39 +02:00
Dave Townsend
3184d4e503 Bug 740795 part A - file moves for pdf.js not being shipped as an extension, r=bsmedberg 2012-05-18 12:42:01 -04:00
Benjamin Smedberg
313f6b1127 Back out bug 740795 because of bustages (check-sync-dirs at least) 2012-05-18 14:33:25 -04:00
Dave Townsend
60906676f5 Bug 740795 part A - file moves for pdf.js not being shipped as an extension, r=bsmedberg 2012-05-18 12:42:01 -04:00