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
Yury Delendik
ab562a81be
Bug 1016737 - Wait for PDF Viewer to release resources during testing. r=bdahl
2015-10-29 16:05:58 -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
Blake Kaplan
a787fd3c1d
Bug 1165558 - Return valid dispositions even if there wasn't a header. r=bz
2015-10-14 13:41:26 -07:00
Phil Ringnalda
7248df2295
Back out 5 changesets (bug 1159385, bug 1165558) for making browser_pdfjs_zoom.js frequently leak on Windows
...
CLOSED TREE
Backed out changeset 9c0a6b934c7a (bug 1159385)
Backed out changeset 1dcf1d5a95ce (bug 1159385)
Backed out changeset 50b20aa3fd46 (bug 1159385)
Backed out changeset 863379c3fe31 (bug 1159385)
Backed out changeset 8decc8f8fcb1 (bug 1165558)
2015-10-13 21:36:10 -07:00
Blake Kaplan
fc14c60025
Bug 1159385 - Make browser_pdfjs_zoom.js e10s-compatible. r=yury
2015-10-13 17:01:05 -07:00
Blake Kaplan
faa68935ab
Bug 1159385 - Make browser_pdfjs_views.js e10s-compatible. r=yury
2015-10-13 17:01:05 -07:00
Blake Kaplan
cbc4c46e1e
Bug 1159385 - Make browser_pdfjs_navigation.js e10s-compatible. r=yury
2015-10-13 17:01:05 -07:00
Blake Kaplan
568476dfad
Bug 1159385 - Make browser_pdfjs_main.js e10s compatible. r=mconley
2015-10-13 17:01:05 -07:00
Blake Kaplan
e4c1a0b584
Bug 1165558 - Return valid dispositions even if there wasn't a header. r=bz
2015-10-13 17:00:55 -07:00
Blake Kaplan
0e9f0c740c
Bug 1159385 - Make PDFJS browser-chrome tests e10s compatible. r=yury
2015-11-13 15:07:50 -08:00
Wes Kocher
050b69a1d0
Merge mozilla-inbound to m-c a=merge CLOSED TREE
2015-09-16 10:52:53 -07:00
Ryan VanderMeulen
d7100eee5d
Bug 1205051 - Update pdf.js to version 1.1.469. r=bdahl
2015-09-15 17:03:08 -04:00
Shu-yu Guo
37989840cd
Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
Yoshi Huang
d2b4917583
Bug 1165272 - Part 2: replace getNoAppCodebasePrincipal. r=bholley
2015-08-18 15:01:42 +08:00
Ryan VanderMeulen
756c7ecc57
Bug 1198724 - Update pdf.js to version 1.1.403. r=yury
2015-08-26 10:10:01 -04: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
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
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
Ryan VanderMeulen
c95a722761
Bug 1168547 - Update pdf.js to version 1.1.165. r=yury
2015-05-26 19:32:18 -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
b029adf2ac
Bug 1162317 - Update pdf.js to version 1.1.114. r=yury
2015-05-08 23:26:54 -04:00
Mike Hommey
3ec78a07f4
Bug 1128037 - Use jar manifests for shumway and pdf.js. r=gps
2015-05-05 09:25:33 +09:00
Ryan VanderMeulen
6e3c5d802d
Bug 963075 - Re-enable pdf.js tests on debug builds now that bug 1058695 is fixed.
2015-04-28 14:14:24 -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
Jonas Jenwald
c9699e89d2
Bug 1112947 - Replace a setTimeout with an EventListener to fix an intermittent failure in browser/extensions/pdfjs/test/browser_pdfjs_navigation.js. r=mossop
...
This patch also fixes three small typos in the code. Two of them are trivial spelling errors, while the third one concerns the removal of an EventListener in the function |setZoomToPageFit|.
2015-03-28 23:55:21 +01: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
Cosmin Malutan
42a9ae05ef
Bug 1098246 - Enhance browser_pdfjs_navigation.js to navigate using arrows keys. r=mossop
2014-12-09 06:29:00 +01:00
Joel Maher
81fd8a66c8
Bug 1098640 - browser_pdfjs_zoom.js fails in run-by-dir mode due to missing promise.defer. r=Yoric
2014-11-14 09:59:38 -05:00
Mihaela Velimiroviciu
3f7591ae24
Bug 864250 - Create a browser chrome test that checks the zoom level property of the object. r=yury
2014-11-07 18:23:32 +02:00
Joel Maher
5f253ee8db
Bug 1092587 - TypeError: Promise.defer is not a function, causing browser chrome failures. r=Yoric
2014-11-05 09:47:00 -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
Cosmin Malutan
689bec6b0a
Bug 875766 - Add automated test for navigation through the document. r=Mossop
2014-10-23 23:14:00 -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
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
Jim Mathies
3eab75607a
Bug 1071709 - Don't register Pdf.js mime handlers twice in the parent, fix for startup perf regression. r=mconley
2014-09-24 04:22:25 -05: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
Joel Maher
229ec81b3f
Bug 963075 - disabled browser_pdfjs_[main|views].js leaks until shutdown when run as a standalone directory. r=RyanVM
2014-09-09 10:28:27 -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
3ff115d30a
Bug 1055570 - Update pdf.js to version 1.0.712. r=yury
2014-08-19 11:17:14 -04:00