Ryan VanderMeulen
d7100eee5d
Bug 1205051 - Update pdf.js to version 1.1.469. r=bdahl
2015-09-15 17:03:08 -04:00
Ryan VanderMeulen
756c7ecc57
Bug 1198724 - Update pdf.js to version 1.1.403. r=yury
2015-08-26 10:10:01 -04:00
Ryan VanderMeulen
123c27573d
Bug 1188344 - Update pdf.js to version 1.1.366. r=bdahl
2015-08-06 13:36:48 -04:00
Ryan VanderMeulen
4ceb4159b0
Bug 1182228 - Update pdf.js to version 1.1.270. r=
2015-07-09 15:00:32 -04:00
Ryan VanderMeulen
d6535f2cc5
Bug 1175142 - Update pdf.js to version 1.1.215. r=Mossop, r=yury
2015-06-16 07:38:00 -04:00
Ryan VanderMeulen
c95a722761
Bug 1168547 - Update pdf.js to version 1.1.165. r=yury
2015-05-26 19:32:18 -04:00
Ryan VanderMeulen
b029adf2ac
Bug 1162317 - Update pdf.js to version 1.1.114. r=yury
2015-05-08 23:26:54 -04:00
Ryan VanderMeulen
f4bfd2288f
Bug 1157827 - Update pdf.js to version 1.1.82. r=bdahl, r=Mossop
2015-04-27 18:06:55 -04:00
Ryan VanderMeulen
03c0b5556b
Bug 1148192 - Update pdf.js to version 1.1.24. r=bdahl, r=Mossop
...
CLOSED TREE
2015-03-27 17:02:06 -04:00
Ryan VanderMeulen
7145885c65
Bug 1135021 - Update pdf.js to version 1.0.1149. r=bdahl
2015-02-20 17:01:13 -05:00
Ryan VanderMeulen
cff8c9045c
Bug 1135021 - Update pdf.js to version 1.0.1147. r=bdahl
2015-02-20 14:35:27 -05:00
Ryan VanderMeulen
d28a192ce8
Bug 1126941 - Update pdf.js to version 1.0.1130. r=Mossop, r=yury
2015-01-30 15:08:06 -05:00
Ryan VanderMeulen
e91182fe60
Bug 1117757 - Update pdf.js to version 1.0.1040. r=yury, r=Mossop
2015-01-05 13:28:37 -05:00
Ryan VanderMeulen
754a9260d5
Bug 1110260 - Update pdf.js to version 1.0.978. r=bdahl
2014-12-15 18:41:28 -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
3ff115d30a
Bug 1055570 - Update pdf.js to version 1.0.712. r=yury
2014-08-19 11:17:14 -04:00
Ryan VanderMeulen
c376868aa0
Bug 1051999 - Update pdf.js to version 1.0.645. r=yury
2014-08-11 15:28:35 -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
Ryan VanderMeulen
c0576ad79c
Bug 1042307 - Update pdf.js to version 1.0.473. r=yury, r=Mossop
2014-07-28 08:20:46 -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
a13e9aeecd
Bug 1025878 - Update pdf.js to version 1.0.370. r=yury
2014-06-16 15:24:29 -04: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
24bcc48b02
Bug 1017133 - Update pdf.js to version 1.0.266. r=yury
2014-05-28 15:29:39 -04:00
Ryan VanderMeulen
16c6f4ae76
Bug 1016308 - Update pdf.js to version 1.0.248. r=yury
2014-05-27 15:38:13 -04:00
Ryan VanderMeulen
9b9706b2ea
Bug 1007627 - Update pdf.js to version 1.0.162. r=yury, r=Mossop
2014-05-09 09:31:32 -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
Yury Delendik
c2a58cac23
Bug 979909 - Update pdf.js to version 0.8.1114. r=Mossop
2014-03-05 10:41:20 -06:00
Ryan VanderMeulen
252eddf301
Bug 977066 - Update pdf.js to version 0.8.1041. r=bdahl, r=Mossop
2014-02-26 13:41:21 -05:00
Ryan VanderMeulen
fdfcf1c86b
Bug 965861 - Update pdf.js to version 0.8.990. r=bdahl
2014-01-31 12:52:51 -05:00
Ryan VanderMeulen
508ab30369
Bug 960051 - Update pdf.js to version 0.8.934. r=bdahl, r=Mossop, r=yury
2014-01-23 16:26:26 -05:00
Wes Kocher
c3cb949f10
Backed out changeset ad1af0ef7f50 (bug 960051) for potentially breaking xperf on an already CLOSED TREE
2014-01-23 18:54:09 -08:00
Ryan VanderMeulen
bda10bfb05
Bug 960051 - Update pdf.js to version 0.8.934. r=bdahl, r=Mossop, r=yury
2014-01-23 16:26:26 -05: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
a1413b6526
Bug 937670 - Update pdf.js to version 0.8.681. r=bdahl
2013-11-15 21:47:02 -05:00
Brendan Dahl
7e4d47a24e
Bug 931246 - Update pdf.js to version 0.8.641. r=yury
2013-10-25 15:36:42 -07:00
Ryan VanderMeulen
c00a01f58f
Bug 928358 - Update pdf.js to version 0.8.629. r=yury
2013-10-18 10:12:33 -04:00
Ryan VanderMeulen
3cf2330c9c
Bug 922693 - Update pdf.js to version 0.8.558. r=bdahl
2013-10-01 12:27:44 -04:00
Ryan VanderMeulen
421b71baf1
Bug 914603 - Update pdf.js to version 0.8.505. r=bdahl
2013-09-12 16:28:48 -04: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
9ef6136738
Bug 897554 - Update pdf.js to version 0.8.377. r=bdahl
2013-07-24 17:48:29 -04:00
Ryan VanderMeulen
a3fa3ffea7
Bug 888635 - Update pdf.js to version 0.8.291. r=bdahl
2013-06-15 16:02:39 -04:00
Ryan VanderMeulen
66b4b89b6f
Bug 878897 - Update pdf.js to version 0.8.229. r=bdahl
2013-06-10 20:11:41 -04:00
Ryan VanderMeulen
c9f5df7f9a
Bug 871530 - Update pdf.js to version 0.8.169. r=dtownsend
2013-05-17 16:46:26 -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