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

Side by Side Diff: ChangeLog

Issue 3078024: Prepare push to trunk. We are now working on 2.3.6. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 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 2010-08-04: Version 2.3.5
2 Added support for ES5 property names. Object initialisers and
3 dot-notation property access now allows keywords. Also allowed
4 non-identifiers after "get" or "set" in an object initialiser.
5
6 Randomize the addresses of allocated executable memory on Windows.
7
8
1 2010-08-02: Version 2.3.4 9 2010-08-02: Version 2.3.4
2 10
3 Fixed problems in implementation of ES5 function.prototype.bind. 11 Fixed problems in implementation of ES5 function.prototype.bind.
4 12
5 Fixed error when using apply with arguments object on ARM (issue 784). 13 Fixed error when using apply with arguments object on ARM (issue 784).
6 14
7 Added setting of global flags to debugger protocol. 15 Added setting of global flags to debugger protocol.
8 16
9 Fixed an error affecting cached results of sin and cos (issue 792). 17 Fixed an error affecting cached results of sin and cos (issue 792).
10 18
(...skipping 1921 matching lines...) Expand 10 before | Expand all | Expand 10 after
1932 1940
1933 Improved debugger support by allowing nested break points and by 1941 Improved debugger support by allowing nested break points and by
1934 dealing with stack-overflows when compiling functions before 1942 dealing with stack-overflows when compiling functions before
1935 setting break points in them. 1943 setting break points in them.
1936 1944
1937 1945
1938 2008-07-03: Version 0.1.0 1946 2008-07-03: Version 0.1.0
1939 1947
1940 Initial export. 1948 Initial export.
1941 1949
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