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

Side by Side Diff: ChangeLog

Issue 2814050: Version 2.2.23... (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: '' Created 10 years, 5 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/arm/codegen-arm.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-07-07: Version 2.2.23
2
3 API change: Convert Unicode code points outside the basic multilingual
4 plane to the replacement character. Previous behavior was to silently
5 truncate the value to 16 bits.
6
7 Fixed crash: handle all flat string types in regexp replace.
8
9 Prevent invalid pre-parsing data passed in through the API from
10 crashing V8.
11
12 Performance improvements on all platforms.
13
1 2010-07-05: Version 2.2.22 14 2010-07-05: Version 2.2.22
2 15
3 Added ES5 Object.isExtensible and Object.preventExtensions. 16 Added ES5 Object.isExtensible and Object.preventExtensions.
4 17
5 Enabled building V8 as a DLL. 18 Enabled building V8 as a DLL.
6 19
7 Fixed a bug in date code where -0 was not interpreted as 0 20 Fixed a bug in date code where -0 was not interpreted as 0
8 (issue 736). 21 (issue 736).
9 22
10 Performance improvements on all platforms. 23 Performance improvements on all platforms.
(...skipping 1826 matching lines...) Expand 10 before | Expand all | Expand 10 after
1837 1850
1838 Improved debugger support by allowing nested break points and by 1851 Improved debugger support by allowing nested break points and by
1839 dealing with stack-overflows when compiling functions before 1852 dealing with stack-overflows when compiling functions before
1840 setting break points in them. 1853 setting break points in them.
1841 1854
1842 1855
1843 2008-07-03: Version 0.1.0 1856 2008-07-03: Version 0.1.0
1844 1857
1845 Initial export. 1858 Initial export.
1846 1859
OLDNEW
« no previous file with comments | « no previous file | src/arm/codegen-arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698