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

Side by Side Diff: ChangeLog

Issue 21575003: Prepare push to trunk. Now working on version 3.20.13. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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 | « no previous file | src/version.cc » ('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-01: Version 3.20.12
2
3 Remove buggy ToNumber truncation (partial fix for issue 2813)
4
5 Calling Map etc without new should throw TypeError (issue 2819)
6
7 Fix a crash for large code objects on ARM (Chromium issue 2736)
Jakob Kummerow 2013/08/01 16:56:00 nit: past tense. (Again below.)
8
9 Fix stale unhandlified value in JSObject::SetPropertyForResult.
10 (Chromium issue 265894)
11
12 Add new Harmony methods to String.prototype object.
13 (issue 2796,v8:2797,v8:2798,v8:2799)
14
15 Performance and stability improvements on all platforms.
16
17
1 2013-07-30: Version 3.20.11 18 2013-07-30: Version 3.20.11
2 19
3 Performance and stability improvements on all platforms. 20 Performance and stability improvements on all platforms.
4 21
5 22
6 2013-07-29: Version 3.20.10 23 2013-07-29: Version 3.20.10
7 24
8 Performance and stability improvements on all platforms. 25 Performance and stability improvements on all platforms.
9 26
10 27
(...skipping 5650 matching lines...) Expand 10 before | Expand all | Expand 10 after
5661 setting break points in them. 5678 setting break points in them.
5662 5679
5663 5680
5664 2008-07-03: Version 0.1.0 5681 2008-07-03: Version 0.1.0
5665 5682
5666 Initial export. 5683 Initial export.
5667 5684
5668 # Local Variables: 5685 # Local Variables:
5669 # mode:text 5686 # mode:text
5670 # End: 5687 # End:
OLDNEW
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698