Commit Graph

47 Commits

Author SHA1 Message Date
Ryan VanderMeulen
4260c9e13a Bug 1521413 - Update pdf.js to version 2.1.215. r=bdahl 2019-01-20 14:17:03 -05:00
Ryan VanderMeulen
9cff5ed29f Bug 1495403 - Update pdf.js to version 2.0.892. r=bdahl 2018-10-01 07:02:33 -04:00
Ryan VanderMeulen
f76fad31db Bug 1474226 - Update pdf.js to version 2.0.673. r=bdahl 2018-07-08 21:11:56 -04:00
Ryan VanderMeulen
2e3b53c6bd Bug 1439634 - Update pdf.js to version 2.0.385. r=bdahl 2018-02-20 11:26:33 -05:00
Ryan VanderMeulen
51735f0c46 Bug 1415002 - Update pdf.js to version 2.0.104. r=bdahl 2017-11-06 19:47:49 -05:00
Ryan VanderMeulen
15f7fec809 Bug 1370122 - Update pdf.js to version 1.8.423. r=bdahl 2017-06-04 21:38:45 -04:00
Ryan VanderMeulen
6f4901d18d Bug 1363022 - Update pdf.js to version 1.8.331. r=bdahl 2017-05-08 10:00:47 -04:00
Ryan VanderMeulen
a1deba2890 Bug 1361060 - Update pdf.js to version 1.8.290. r=bdahl 2017-05-01 11:01:24 -04:00
Ryan VanderMeulen
70fef73e3e Bug 1360342 - Update pdf.js to version 1.8.269. r=bdahl 2017-04-27 16:09:49 -04:00
Florian Queze
6cc0b6e992 Bug 1355056 - replace (function(args) { /* do stuff using this */ }).bind(this) with arrow functions, r=jaws. 2017-04-27 00:25:45 +02:00
Ryan VanderMeulen
aa39d2c47d Bug 1352276 - Update pdf.js to version 1.7.401. r=bdahl 2017-03-30 20:52:55 -04:00
Ryan VanderMeulen
4296bffa34 Bug 1338395 - Update pdf.js to version 1.7.290. r=bdahl 2017-02-13 18:57:51 -05:00
Sebastian Hengst
61e43ed4e3 Backed out changeset f884a597f402 (bug 1338395) for timing out in browser_pdfjs_main.js, at least on Linux with e10s. r=backout 2017-02-10 20:46:38 +01:00
Ryan VanderMeulen
0b9bcad296 Bug 1338395 - Update pdf.js to version 1.7.278. r=bdahl 2017-02-10 13:12:37 -05:00
Ryan VanderMeulen
539645910d Backed out changeset e9d5d057344d (bug 1338395) for packaging bustage on a CLOSED TREE. 2017-02-09 21:56:00 -05:00
Ryan VanderMeulen
044882391f Bug 1338395 - Update pdf.js to version 1.7.274. r=bdahl 2017-02-09 21:37:45 -05:00
Florian Quèze
63de711857 Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
Ryan VanderMeulen
53523f6290 Bug 1288803 - Update pdf.js to version 1.5.345. r=bdahl 2016-07-22 14:18:27 -04:00
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