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
670e9e6ef8
Bug 1261352 - Update pdf.js to version 1.4.185. r=bdahl, r=Mossop
2016-04-01 06:37:00 -04:00
Ryan VanderMeulen
2bdd8acccf
Bug 1251620 - Update pdf.js to version 1.4.95. r=bdahl, r=Mossop
2016-02-26 10:58:42 -05:00
Ryan VanderMeulen
0360856386
Bug 1249508 - Update pdf.js to version 1.4.83. r=bdahl, r=Mossop
2016-02-18 22:01:35 -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
1de89e9883
Bug 1222198 - Update pdf.js to version 1.2.68. r=bdahl, r=Mossop
2015-11-05 17:22:25 -05:00
Ryan VanderMeulen
4005ee0198
Bug 1217930 - Update pdf.js to version 1.1.551. r=bdahl, r=Mossop
2015-10-23 13:57:59 -04:00
Ryan VanderMeulen
d55eaf5f69
Bug 1214766 - Update pdf.js to version 1.1.527. r=bdahl
2015-10-16 16:30:11 -04:00
Yoshi Huang
d2b4917583
Bug 1165272 - Part 2: replace getNoAppCodebasePrincipal. r=bholley
2015-08-18 15:01:42 +08:00
Bobby Holley
d12b79b75a
Backed out 3 changesets (bug 1165272) for b2g sanity blocker.
2015-08-25 11:16:21 -07:00
Yoshi Huang
431a4ee3e8
Bug 1165272 - Part 2: Replace getNoAppCodebasePrincipal. r=bholley
2015-08-24 01:18:00 -04:00
Ryan VanderMeulen
4ceb4159b0
Bug 1182228 - Update pdf.js to version 1.1.270. r=
2015-07-09 15:00:32 -04:00
Yury Delendik
1e0799aaf4
Bug 1179262 - Remove PlayPreview usage from PDF viewer. r=bz
2015-07-02 11:09:45 -05: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
Christoph Kerschbaumer
4701bd2e1a
Bug 1167053 - Convert NetUtil.newChannel2 callsites to use new API - update newChannel2 (r=sicking,paolo)
2015-05-21 19:52:03 -07:00
Christoph Kerschbaumer
3c253c09de
Bug 1167053 - Convert NetUtil.newChannel2 callsites to use new API - update asyncFetch2 (r=sicking,paolo)
2015-05-21 19:51:40 -07: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
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
1c4ea96bf9
Bug 1084158 - Update pdf.js to version 1.0.907. r=bdahl, r=Mossop
2014-10-17 14:15:43 -04:00
Dave Townsend
bff0605a13
Bug 1039500: Fix remaining callers of tabbrowser._getTabForBrowser on a CLOSED TREE. r=Unfocused
2014-10-09 16:26:11 -07: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
Christoph Kerschbaumer
594d5683cb
Bug 1053028 - Remove remaining relicts of deprecated X-CSP header (r=sstamm)
2014-08-12 21:15:56 -07: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
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