Commit Graph

109 Commits

Author SHA1 Message Date
Jim Blandy
b6b202b6bb 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
3f5716e335 Bug 1022388 - Fix Shumway communication with chrome code. r=till 2014-06-23 14:49:47 -05:00
Ryan VanderMeulen
ef3fd24cb6 Bug 1025878 - Update pdf.js to version 1.0.370. r=yury 2014-06-16 15:24:29 -04:00
Ryan VanderMeulen
0e8a8273de Bug 1018999 - Update pdf.js to version 1.0.277. r=yury 2014-06-02 10:43:05 -04:00
Ryan VanderMeulen
e1821aeafd Bug 1017133 - Update pdf.js to version 1.0.266. r=yury 2014-05-28 15:29:39 -04:00
Ryan VanderMeulen
d5e06b8a82 Bug 1016308 - Update pdf.js to version 1.0.248. r=yury 2014-05-27 15:38:13 -04:00
Ryan VanderMeulen
aaccfdc9a3 Bug 1007627 - Update pdf.js to version 1.0.162. r=yury, r=Mossop 2014-05-09 09:31:32 -04:00
Ryan VanderMeulen
6c18836fa6 Bug 999616 - Update pdf.js to version 1.0.68. r=Mossop, r=yury 2014-04-22 13:25:20 -07:00
Yury Delendik
2579878753 Bug 980742 - Update Shumway to version 0.8.271. r=till 2014-03-07 14:25:03 -06:00
Brendan Dahl
5332ac8170 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
b58ec2b1a4 Backed out changeset 8ea9fae20fa5 (bug 995431) for mochitest-bc crashes. 2014-04-12 23:25:11 -04:00
Ryan VanderMeulen
5d4684420e 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
925809342c Bug 995431 - Update pdf.js to version 1.0.2. r=yury 2014-04-11 14:26:11 -07:00
Ryan VanderMeulen
bdd16250b4 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
82986308ad Bug 990852 - Update pdf.js to version 0.8.1334. r=yury, r=Mossop 2014-04-04 08:07:41 -04:00
Mark Hammond
763885adb1 Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted. 2014-04-02 10:53:55 +11:00
Ryan VanderMeulen
baa98ecbf4 Bug 983927 - Update pdf.js to version 0.8.1181. r=bdahl, r=Mossop 2014-03-17 12:09:54 -04:00
Yury Delendik
bfa28c6661 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
d1d9fa660b Bug 977066 - Update pdf.js to version 0.8.1041. r=bdahl, r=Mossop 2014-02-26 13:41:21 -05:00
Alex Henrie
d51f8fe650 Bug 968029 - Use unprefixed box-sizing in browser/extensions/pdfjs/. r=bdahl 2014-02-06 12:31:26 -07:00
Ryan VanderMeulen
b4b53f4dd3 Bug 965861 - Update pdf.js to version 0.8.990. r=bdahl 2014-01-31 12:52:51 -05:00
Yury Delendik
b646d7d863 Bug 962736 - Update Shumway to version 0.8.6. r=till 2014-01-24 09:26:32 -06:00
Andrea Marchesini
8054b36c42 Bug 620935 - Make console object available in Web Workers, r=ehsan, r=bz 2014-01-26 12:35:17 +00:00
Ryan VanderMeulen
9267d16c15 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
c35f698cda Backed out changeset 41143dba70eb (bug 962736) for xperf regressions. 2014-01-24 09:50:16 -05:00
Yury Delendik
e532325d3f Bug 962736 - Update Shumway to version 0.8.2. r=till 2014-01-22 14:13:47 -06:00
Wes Kocher
28ee41e81d 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
b3e7313b34 Backed out changeset 24fda7c805e3 (bug 962736) for potential xperf bustage on an already CLOSED TREE 2014-01-23 18:53:13 -08:00
Yury Delendik
f72dfaf7df Bug 962736 - Update Shumway to version 0.8.2. r=till 2014-01-22 14:13:47 -06:00
Ryan VanderMeulen
c61ccf14e0 Bug 960051 - Update pdf.js to version 0.8.934. r=bdahl, r=Mossop, r=yury 2014-01-23 16:26:26 -05:00
Yury Delendik
633e701bab Bug 958110 - Update Shumway to version 0.7.993. r=till 2014-01-09 10:46:09 -06:00
Matt Brubeck
75a3b0921d Bug 952846 - Ship PDF.js code in Metro Firefox for Nightly builds only [r=jimm] 2014-01-02 09:15:56 -08:00
Matt Brubeck
b0b000eb85 Bug 923596 - Integrate shumway into Metro UI (disabled by default) [r=jimm,gps] 2013-10-17 10:49:54 -07:00
Jonathan Watt
edd4435f17 Bug 948433 - Uplift pdf.js git commit 3eaa421c74 to prevent the page number field from having spin buttons in mozilla now that mozilla supports <input type=number>. r=bdahl 2013-12-11 02:11:11 +00:00
Ryan VanderMeulen
b9a2035ece Bug 947260 - Update pdf.js to version 0.8.759. r=bdahl 2013-12-06 18:00:32 -05:00
Mike Hommey
06d6d3c5cf Bug 943728 - Replace double quotes with single quotes in Makefiles (or remove them when it makes sense). r=mshal 2013-12-03 06:34:21 +09:00
Yury Delendik
71439d79ba Bug 943006 - Update Shumway to version 0.7.806. r=till 2013-11-26 08:16:32 -06:00
Henri Sivonen
2a889b2de7 Bug 852909 part 3 - Disable the charset menu for PDF.js. r=bdahl. 2013-11-26 09:31:52 +02:00
Ed Morley
6682ad6c0d Backed out changeset e6a9c98d62d0 (bug 927196) for causing bug 939269 2013-11-18 10:59:01 +00:00
Ryan VanderMeulen
209381c745 Bug 937670 - Update pdf.js to version 0.8.681. r=bdahl 2013-11-15 21:47:02 -05:00
Martijn Wargers
799d306df8 Bug 927196 - Check more stuff in XHR. r=sicking 2013-10-16 19:20:51 +02:00
Yury Delendik
968fb89043 Bug 929849 - Delay profiler initialization in Shumway. r=till 2013-10-29 07:48:40 -05:00
Brendan Dahl
a11fae73ca Bug 931246 - Update pdf.js to version 0.8.641. r=yury 2013-10-25 15:36:42 -07:00
Yury Delendik
6ef67e921c Bug 926988 - Keep Shumway in nightly only 2013-10-21 20:39:43 -05:00
Yury Delendik
7b71a66232 Bug 928969 - Update Shumway to version 0.7.501. r=till 2013-10-21 11:01:48 -05:00
Yury Delendik
007585e840 Bug 928969 - Telemetry infrastructure for Shumway. r=till 2013-10-21 10:59:43 -05:00
Yury Delendik
50fa364c55 Bug 924571 - Address review comments for Shumway integration patch. r=gavin
--HG--
rename : browser/extensions/shumway/components/FlashStreamConverter.js => browser/extensions/shumway/content/ShumwayStreamConverter.jsm
2013-10-17 16:11:52 -05:00
Ryan VanderMeulen
84f3acb515 Bug 928358 - Update pdf.js to version 0.8.629. r=yury 2013-10-18 10:12:33 -04:00
Gregory Szorc
ec3d3cdf0d Bug 585016 - Move buildlist.py to a mozbuild action; r=mshal
--HG--
rename : config/buildlist.py => python/mozbuild/mozbuild/action/buildlist.py
rename : config/tests/unit-buildlist.py => python/mozbuild/mozbuild/test/action/test_buildlist.py
2013-10-11 07:22:49 -07:00
Ms2ger
9d5ce8dfb7 Bug 922268 - Remove empty makefiles; r=gps 2013-10-03 09:10:00 +02:00