Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Unified Diff: native_client_sdk/src/doc/sdk/release-notes.rst

Issue 227473010: [NaCl SDK Docs] Add release notes for Chrome 34 and 35. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « native_client_sdk/src/doc/pepper_dev/index.rst ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/doc/sdk/release-notes.rst
diff --git a/native_client_sdk/src/doc/sdk/release-notes.rst b/native_client_sdk/src/doc/sdk/release-notes.rst
index 6183741a3ce5d2c8e7fb8499a03b7fd2ee8ec859..3306957b6632d4c4e8e3b580d797a1fb78d1aeba 100644
--- a/native_client_sdk/src/doc/sdk/release-notes.rst
+++ b/native_client_sdk/src/doc/sdk/release-notes.rst
@@ -4,8 +4,40 @@
Release Notes
#############
-Chrome/Pepper 33 (branched on 16 December 2013)
-===============================================
+Chrome/Pepper 35 (31 Mar 2014)
+==============================
+
+PNaCl
+-----
+* Upgraded LLVM to version 3.4.
+* Translation now uses dynamic load balancing.
JF 2014/04/10 13:35:37 Making translation time faster.
binji 2014/04/10 22:24:25 Done.
+* Unstable pexes (i.e. non-finalized) with debug information can be loaded by
+ Chrome, simplifying debugging with PNaCl. See :ref:`Debugging PNaCl pexes
+ <debugging_pnacl_pexes>`
+
+
+Chrome/Pepper 34 (20 Feb 2014)
+==============================
+
+Pepper
+------
+* Filesystems can now be passed from JavaScript to NaCl. The resulting
+ ``pp::Var`` will contain a ``pp::Resource`` that can be given to the
+ ``pp::FileSystem`` constructor.
+* New Audio and Video input APIs have been added as dev interfaces. See
+ `pp::MediaStreamAudioTrack
+ </native-client/pepper_dev/cpp/classpp_1_1_media_stream_audio_track>`_ and
+ `pp::MediaStreamVideoTrack
+ </native-client/pepper_dev/cpp/classpp_1_1_media_stream_video_track>`_ for
+ more details.
+
+PNaCl
+-----
+* Parallel translation: at least 1.6x faster, even with older pexes.
JF 2014/04/10 13:35:37 1.7x was the final number for 34?
binji 2014/04/10 22:24:25 Done.
+* Intelligent abbreviations in the bitcode: 20% reduction in binary size.
JF 2014/04/10 13:35:37 This should point at Karl's documentation for redu
binji 2014/04/10 22:24:25 Done.
+
+Chrome/Pepper 33 (16 Dec 2013)
+==============================
Portable Native Client
----------------------
« no previous file with comments | « native_client_sdk/src/doc/pepper_dev/index.rst ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698