Commit Graph

16 Commits

Author SHA1 Message Date
Yury Delendik
f05e4f226e Bug 1077198 - Update Shumway to version 0.9.2970. r=till 2014-10-02 19:13:04 -05:00
Yury Delendik
76b35cb721 Bug 1061888 - Update Shumway to version 0.9.2697. r=till
--HG--
extra : rebase_source : 315c2427809ec0652ddb3dd87bcffb352272c567
2014-09-04 13:11:14 -05:00
Jim Blandy
7e20285e70 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
773a29db0b Bug 1022388 - Fix Shumway communication with chrome code. r=till 2014-06-23 14:49:47 -05:00
Yury Delendik
4543644062 Bug 980742 - Update Shumway to version 0.8.271. r=till 2014-03-07 14:25:03 -06:00
Yury Delendik
fd5479d445 Bug 962736 - Update Shumway to version 0.8.6. r=till 2014-01-24 09:26:32 -06:00
Yury Delendik
821accba8f Bug 958110 - Update Shumway to version 0.7.993. r=till 2014-01-09 10:46:09 -06:00
Yury Delendik
c00ed4e57c Bug 943006 - Update Shumway to version 0.7.806. r=till 2013-11-26 08:16:32 -06:00
Ed Morley
9722d1a50f Backed out changeset e6a9c98d62d0 (bug 927196) for causing bug 939269 2013-11-18 10:59:01 +00:00
Martijn Wargers
a0594db74e Bug 927196 - Check more stuff in XHR. r=sicking 2013-10-16 19:20:51 +02:00
Yury Delendik
983c838713 Bug 929849 - Delay profiler initialization in Shumway. r=till 2013-10-29 07:48:40 -05:00
Yury Delendik
9319ce7b04 Bug 928969 - Update Shumway to version 0.7.501. r=till 2013-10-21 11:01:48 -05:00
Yury Delendik
a5e0799345 Bug 928969 - Telemetry infrastructure for Shumway. r=till 2013-10-21 10:59:43 -05:00
Yury Delendik
4fdc046925 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
Yury Delendik
5b6fdf6810 Bug 904346 - Shumway extension abc files 2013-09-30 18:25:59 -05:00
Yury Delendik
40ad67bdb2 Bug 904346 - Shumway extension core files 2013-09-30 18:24:58 -05:00