Commit Graph

131 Commits

Author SHA1 Message Date
Ryan VanderMeulen
70a6cbc9a1 Bug 1110260 - Update pdf.js to version 1.0.978. r=bdahl 2014-12-15 18:41:28 -05:00
Cosmin Malutan
8c0c28ff92 Bug 1098246 - Enhance browser_pdfjs_navigation.js to navigate using arrows keys. r=mossop 2014-12-09 06:29:00 +01:00
Joel Maher
c7d3ded16c 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
c249e52e07 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
d61a879878 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
9159de2159 Bug 1092160 - Update pdf.js to version 1.0.937. r=bdahl 2014-10-31 14:05:49 -04:00
Cosmin Malutan
d0c508a91e Bug 875766 - Add automated test for navigation through the document. r=Mossop 2014-10-23 23:14:00 -04:00
Ryan VanderMeulen
98746c9b82 Bug 1084158 - Update pdf.js to version 1.0.907. r=bdahl, r=Mossop 2014-10-17 14:15:43 -04:00
Dave Townsend
51dcbf1256 Bug 1039500: Fix remaining callers of tabbrowser._getTabForBrowser on a CLOSED TREE. r=Unfocused 2014-10-09 16:26:11 -07:00
Ed Morley
1b548da245 Merge mozilla-central and inbound 2014-10-03 15:14:53 +01:00
Yury Delendik
adb34bbb3e Bug 1077198 - Update Shumway to version 0.9.2970. r=till 2014-10-02 19:13:04 -05:00
Yury Delendik
c479b47720 Bug 1064306 - Adjust pdfjs Makefile to stop excluding non-existent files. r=gps 2014-09-08 09:48:10 -05:00
Jim Mathies
261334f593 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
9e0123fb19 Bug 1064496 - Update pdf.js to version 1.0.801. r=yury, r=Mossop 2014-09-19 17:14:01 -04:00
Joel Maher
4097f41bfd 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
Yury Delendik
bbb89ac30e Bug 1061888 - Update Shumway to version 0.9.2697. r=till
--HG--
extra : rebase_source : 315c2427809ec0652ddb3dd87bcffb352272c567
2014-09-04 13:11:14 -05:00
Christoph Kerschbaumer
e25473a9a7 Bug 1053028 - Remove remaining relicts of deprecated X-CSP header (r=sstamm) 2014-08-12 21:15:56 -07:00
Ryan VanderMeulen
e40646e31b Bug 1055570 - Update pdf.js to version 1.0.712. r=yury 2014-08-19 11:17:14 -04:00
Ryan VanderMeulen
35ba4ea7d9 Bug 1051999 - Update pdf.js to version 1.0.645. r=yury 2014-08-11 15:28:35 -04:00
Ryan VanderMeulen
5600530b77 Bug 1049007 - Update pdf.js to version 1.0.577. r=yury 2014-08-05 15:30:37 -04:00
Birunthan Mohanathas
373b90c0f1 Bug 1044446 - Collapse test-only moz.build files under browser/ into ancestor moz.build files. r=gps 2014-07-28 18:02:44 -07:00
Ryan VanderMeulen
4d79dd83df Bug 1042307 - Update pdf.js to version 1.0.473. r=yury, r=Mossop 2014-07-28 08:20:46 -04:00
Jim Blandy
4d6a633bba 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
Yury Delendik
801f9a77d2 Bug 1022388 - Fix Shumway communication with chrome code. r=till 2014-06-23 14:49:47 -05:00
Ryan VanderMeulen
342efea0db Bug 1025878 - Update pdf.js to version 1.0.370. r=yury 2014-06-16 15:24:29 -04:00
Ryan VanderMeulen
8ff2b2fdbf Bug 1018999 - Update pdf.js to version 1.0.277. r=yury 2014-06-02 10:43:05 -04:00
Ryan VanderMeulen
7656cf4023 Bug 1017133 - Update pdf.js to version 1.0.266. r=yury 2014-05-28 15:29:39 -04:00
Ryan VanderMeulen
041068cb0c Bug 1016308 - Update pdf.js to version 1.0.248. r=yury 2014-05-27 15:38:13 -04:00
Ryan VanderMeulen
aa2cd312e7 Bug 1007627 - Update pdf.js to version 1.0.162. r=yury, r=Mossop 2014-05-09 09:31:32 -04:00
Ryan VanderMeulen
41bf99a1c4 Bug 999616 - Update pdf.js to version 1.0.68. r=Mossop, r=yury 2014-04-22 13:25:20 -07:00
Yury Delendik
430a64943a Bug 980742 - Update Shumway to version 0.8.271. r=till 2014-03-07 14:25:03 -06:00
Brendan Dahl
cf5aa1c522 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
5a9447f808 Backed out changeset 8ea9fae20fa5 (bug 995431) for mochitest-bc crashes. 2014-04-12 23:25:11 -04:00
Ryan VanderMeulen
fa8bec28bd Bug 963075 - Skip browser_pdfjs_main.js and browser_pdfjs_views.js on Windows for frequent leaks. 2014-04-12 21:15:41 -04:00
Brendan Dahl
e9aae6856c Bug 995431 - Update pdf.js to version 1.0.2. r=yury 2014-04-11 14:26:11 -07:00
Ryan VanderMeulen
d7087cb29f Bug 963075 - Skip browser_pdfjs_main.js and browser_pdfjs_views.js on OSX debug for frequent leaks on a CLOSED TREE. 2014-04-11 17:11:30 -04:00
Ryan VanderMeulen
9789dc5965 Bug 990852 - Update pdf.js to version 0.8.1334. r=yury, r=Mossop 2014-04-04 08:07:41 -04:00
Mark Hammond
cd2c8e6c5b Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted. 2014-04-02 10:53:55 +11:00
Ryan VanderMeulen
bfd07a820b Bug 983927 - Update pdf.js to version 0.8.1181. r=bdahl, r=Mossop 2014-03-17 12:09:54 -04:00
Yury Delendik
3c125ad52e Bug 979909 - Update pdf.js to version 0.8.1114. r=Mossop
--HG--
rename : browser/extensions/pdfjs/components/PdfRedirector.js => browser/extensions/pdfjs/content/PdfRedirector.jsm
rename : browser/extensions/pdfjs/components/PdfStreamConverter.js => browser/extensions/pdfjs/content/PdfStreamConverter.jsm
2014-03-05 10:41:20 -06:00
Ryan VanderMeulen
e8e8a752f8 Bug 977066 - Update pdf.js to version 0.8.1041. r=bdahl, r=Mossop 2014-02-26 13:41:21 -05:00
Alex Henrie
30ceadd9a6 Bug 968029 - Use unprefixed box-sizing in browser/extensions/pdfjs/. r=bdahl 2014-02-06 12:31:26 -07:00
Ryan VanderMeulen
085a0be86f Bug 965861 - Update pdf.js to version 0.8.990. r=bdahl 2014-01-31 12:52:51 -05:00
Yury Delendik
6386fcb195 Bug 962736 - Update Shumway to version 0.8.6. r=till 2014-01-24 09:26:32 -06:00
Andrea Marchesini
994bd1f6f9 Bug 620935 - Make console object available in Web Workers, r=ehsan, r=bz 2014-01-26 12:35:17 +00:00
Ryan VanderMeulen
45f5cb9027 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
3cce110da7 Backed out changeset 41143dba70eb (bug 962736) for xperf regressions. 2014-01-24 09:50:16 -05:00
Yury Delendik
b226cb134f Bug 962736 - Update Shumway to version 0.8.2. r=till 2014-01-22 14:13:47 -06:00
Wes Kocher
bf9a0ed35b Backed out changeset ad1af0ef7f50 (bug 960051) for potentially breaking xperf on an already CLOSED TREE 2014-01-23 18:54:09 -08:00
Wes Kocher
1a8719cdac Backed out changeset 24fda7c805e3 (bug 962736) for potential xperf bustage on an already CLOSED TREE 2014-01-23 18:53:13 -08:00