Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 .. _sdk-release-notes: | 1 .. _sdk-release-notes: |
| 2 | 2 |
| 3 ############# | 3 ############# |
| 4 Release Notes | 4 Release Notes |
| 5 ############# | 5 ############# |
| 6 | 6 |
| 7 Chrome/Pepper 41 (09 January 2015) | |
| 8 ================================== | |
| 9 | |
| 10 * The x86 NaCl validators now accept instructions from the AVX1 and FMA3 | |
|
shyamsundarr
2015/01/05 21:58:05
fma3 hasn't been rolled up yet into chromium.
ht
JF
2015/01/05 21:59:38
I'm hoping Mark lands a DEPS roll today. I'll remo
| |
| 11 extensions. | |
| 12 | |
| 13 Chrome/Pepper 40 (November 07 2014) | |
| 14 =================================== | |
| 15 | |
| 7 Chrome/Pepper 39 (26 September 2014) | 16 Chrome/Pepper 39 (26 September 2014) |
| 8 ==================================== | 17 ==================================== |
| 9 | 18 |
| 10 Pepper | 19 Pepper |
| 11 ------ | 20 ------ |
| 12 | 21 |
| 13 .. TODO(jfb): Change to VideoDecoder to pepper_stable when it hits stable. | |
| 14 | |
| 15 * Support for ``DEBUG_ONLY:dev://postmessage`` has been removed in favor of | 22 * Support for ``DEBUG_ONLY:dev://postmessage`` has been removed in favor of |
| 16 :ref:`other more useful debugging approaches <devcycle-debugging>`. | 23 :ref:`other more useful debugging approaches <devcycle-debugging>`. |
| 17 * `VideoDecoder | 24 * `VideoDecoder |
| 18 </native-client/pepper_beta/cpp/classpp_1_1_video_decoder.html>`_ is now | 25 </native-client/pepper_stable/cpp/classpp_1_1_video_decoder.html>`_ is now |
|
bradn
2015/01/05 21:49:58
FWIW, Bill is looking into an issue around whether
| |
| 19 stable, see the SDK example in ``pepper_canary/examples/api/video_decode``. | 26 stable, see the SDK example in ``pepper_canary/examples/api/video_decode``. |
| 20 * ``postMessageAndAwaitResponse`` is now stable and allows JavaScript to | 27 * ``postMessageAndAwaitResponse`` is now stable and allows JavaScript to |
| 21 communicate synchronously with PNaCl embeds. | 28 communicate synchronously with PNaCl embeds. |
| 22 | 29 |
| 23 Chrome/Pepper 38 (15 August 2014) | 30 Chrome/Pepper 38 (15 August 2014) |
| 24 ================================= | 31 ================================= |
| 25 | 32 |
| 26 PNaCl | 33 PNaCl |
| 27 ----- | 34 ----- |
| 28 | 35 |
| (...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 636 | 643 |
| 637 PPAPI | 644 PPAPI |
| 638 ----- | 645 ----- |
| 639 | 646 |
| 640 * The ``CompletionCallbackFactory`` class template now takes a thread traits | 647 * The ``CompletionCallbackFactory`` class template now takes a thread traits |
| 641 class as its second parameter. For details see the `CompletionCallbackFactory | 648 class as its second parameter. For details see the `CompletionCallbackFactory |
| 642 class template reference | 649 class template reference |
| 643 </native-client/pepper_stable/cpp/classpp_1_1_completion_callback_factory#deta ils>`_. | 650 </native-client/pepper_stable/cpp/classpp_1_1_completion_callback_factory#deta ils>`_. |
| 644 | 651 |
| 645 .. TODO: Port release notes for older releases | 652 .. TODO: Port release notes for older releases |
| OLD | NEW |