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

Side by Side Diff: ChangeLog

Issue 22715004: Version 3.20.15 (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Add TypedArray API and correctness patches r16033 and r16084 Created 7 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « .gitignore ('k') | Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2013-08-07: Version 3.20.14
2
3 Exposed eternal handle api.
4
5 Bugfix to solve issues with enabling V8 typed arrays in Blink.
6
7 Fixed Array index dehoisting. (Chromium issue 264203)
8
9 Updated Array Iterator to use numeric indexes (issue 2818)
10
11 Return start/end profiling time in microseconds instead of milliseconds
12 (issue 2824)
13
14 Performance and stability improvements on all platforms.
15
16
17 2013-08-06: Version 3.20.14
18
19 Added new Harmony methods to Array.prototype object.
20 (issue 2776,v8:2777)
21
22 Performance and stability improvements on all platforms.
23
24
25 2013-08-01: Version 3.20.12 1 2013-08-01: Version 3.20.12
26 2
27 Removed buggy ToNumber truncation (partial fix for issue 2813) 3 Removed buggy ToNumber truncation (partial fix for issue 2813)
28 4
29 Calling Map etc without new should throw TypeError (issue 2819) 5 Calling Map etc without new should throw TypeError (issue 2819)
30 6
31 Fixed a crash for large code objects on ARM (Chromium issue 2736) 7 Fixed a crash for large code objects on ARM (Chromium issue 2736)
32 8
33 Fixed stale unhandlified value in JSObject::SetPropertyForResult. 9 Fixed stale unhandlified value in JSObject::SetPropertyForResult.
34 (Chromium issue 265894) 10 (Chromium issue 265894)
(...skipping 5667 matching lines...) Expand 10 before | Expand all | Expand 10 after
5702 setting break points in them. 5678 setting break points in them.
5703 5679
5704 5680
5705 2008-07-03: Version 0.1.0 5681 2008-07-03: Version 0.1.0
5706 5682
5707 Initial export. 5683 Initial export.
5708 5684
5709 # Local Variables: 5685 # Local Variables:
5710 # mode:text 5686 # mode:text
5711 # End: 5687 # End:
OLDNEW
« no previous file with comments | « .gitignore ('k') | Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698