OLD | NEW |
| 1 2013-08-22: Version 3.21.2 |
| 2 |
| 3 Stability improvements on all platforms. |
| 4 |
| 5 |
1 2013-08-21: Version 3.21.1 | 6 2013-08-21: Version 3.21.1 |
2 | 7 |
3 Promoted ArrayBuffer, DataView and typed arrays to non-experimental. | 8 Promoted ArrayBuffer, DataView and typed arrays to non-experimental. |
4 (Chromium issue 270527) | 9 (Chromium issue 270527) |
5 | 10 |
6 Replaced OS::MemCopy with memcpy in typed array initialization. | 11 Replaced OS::MemCopy with memcpy in typed array initialization. |
7 (Chromium issue 270642) | 12 (Chromium issue 270642) |
8 | 13 |
9 Moved i18n break iterator C++ code to runtime (issue 2745) | 14 Moved i18n break iterator C++ code to runtime (issue 2745) |
10 | 15 |
(...skipping 5754 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5765 setting break points in them. | 5770 setting break points in them. |
5766 | 5771 |
5767 | 5772 |
5768 2008-07-03: Version 0.1.0 | 5773 2008-07-03: Version 0.1.0 |
5769 | 5774 |
5770 Initial export. | 5775 Initial export. |
5771 | 5776 |
5772 # Local Variables: | 5777 # Local Variables: |
5773 # mode:text | 5778 # mode:text |
5774 # End: | 5779 # End: |
OLD | NEW |