Граф коммитов

32 Коммитов

Автор SHA1 Сообщение Дата
Tom Tromey 4113691556 Bug 1221292 - move nondeterministicGetWeakMapKeys to ThreadSafeChromeUtils; r=bz 2015-11-11 12:55:00 +01:00
Shu-yu Guo 64db2267cf 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 e6070e9062 Bug 1165272 - Part 2: replace getNoAppCodebasePrincipal. r=bholley 2015-08-18 15:01:42 +08:00
Bobby Holley edfe287f26 Backed out 3 changesets (bug 1165272) for b2g sanity blocker. 2015-08-25 11:16:21 -07:00
Yoshi Huang de47f4b89f Bug 1165272 - Part 2: Replace getNoAppCodebasePrincipal. r=bholley 2015-08-24 01:18:00 -04:00
Yury Delendik 2ea982f244 Bug 1192450 - Remove PlayPreview registration from Shumway. r=jet
--HG--
extra : amend_source : cd9b8cd949cc2354d6166987cfb7c1fb00beb372
2015-08-18 11:24:16 -05:00
Yury Delendik 96ee296c4c Bug 1180857 - Update Shumway to version 0.11.422. r=till 2015-08-06 17:31:21 -05:00
Mike Hommey 2a077fa258 Bug 1128037 - Use jar manifests for shumway and pdf.js. r=gps 2015-05-05 09:25:33 +09:00
Yury Delendik e7c5220160 Bug 1154731 - Update Shumway to version 0.10.346. r=till 2015-04-15 22:04:58 -05:00
Yury Delendik 72e957fa1f Bug 1148382 - Update Shumway to version 0.10.312. r=till 2015-03-27 09:23:22 -05:00
Yury Delendik 58264b037b Bug 1142484 - Update Shumway to version 0.10.268. r=till 2015-03-12 07:50:04 -05:00
Yury Delendik 6859d8d2da Bug 1140508 - "Update Shumway to version 0.10.225". r=till
--HG--
extra : rebase_source : 414e84de6b1a353556419d732c6a19a103e14f4f
2015-03-06 11:45:00 +01:00
Yury Delendik a0cf2ee3f8 Bug 1133136 - Update Shumway to version 0.10.182. r=till 2015-02-23 16:51:36 -06:00
Yury Delendik 6db8817415 Bug 1130737 - Update Shumway to version 0.9.3775. r=till 2015-02-07 09:53:12 -06:00
Yury Delendik 95a9559c37 Bug 870553 - Adds whitelist to PlayPreview API. r=joshmoz 2015-02-03 13:41:11 -06:00
Yury Delendik 797f4529b9 Bug 1097185 - Update Shumway to version 0.9.3693. r=till,r=jmathies 2015-01-30 14:53:50 -06:00
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