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

Side by Side Diff: ChangeLog

Issue 210041: Added change to ChangeLog that had been left out. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 3 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2009-09-22: Version 1.3.12 1 2009-09-22: Version 1.3.12
2 2
3 Changed behavior of |function|.toString() on built-in functions to 3 Changed behavior of |function|.toString() on built-in functions to
4 be compatible with other implementations. Patch by Jan de Mooij. 4 be compatible with other implementations. Patch by Jan de Mooij.
5 5
6 Added Object::IsDirty in the API. 6 Added Object::IsDirty in the API.
7 7
8 Optimized array construction; it is now handled purely in native 8 Optimized array construction; it is now handled purely in native
9 code. 9 code.
10 10
11 [ES5] Made properties of the arguments array enumerable. 11 [ES5] Made properties of the arguments array enumerable.
12 12
13 [ES5] Added test suite adapter for the es5conform test suite. 13 [ES5] Added test suite adapter for the es5conform test suite.
14 14
15 [ES5] Added Object.keys function.
15 16
16 2009-09-15: Version 1.3.11 17 2009-09-15: Version 1.3.11
17 18
18 Fixed crash in error reporting during bootstrapping. 19 Fixed crash in error reporting during bootstrapping.
19 20
20 Optimized generated IA32 math code by using SSE2 instructions when 21 Optimized generated IA32 math code by using SSE2 instructions when
21 available. 22 available.
22 23
23 Implemented missing pieces of debugger infrastructure on ARM. The 24 Implemented missing pieces of debugger infrastructure on ARM. The
24 debugger is now fully functional on ARM. 25 debugger is now fully functional on ARM.
(...skipping 1235 matching lines...) Expand 10 before | Expand all | Expand 10 after
1260 1261
1261 Improved debugger support by allowing nested break points and by 1262 Improved debugger support by allowing nested break points and by
1262 dealing with stack-overflows when compiling functions before 1263 dealing with stack-overflows when compiling functions before
1263 setting break points in them. 1264 setting break points in them.
1264 1265
1265 1266
1266 2008-07-03: Version 0.1.0 1267 2008-07-03: Version 0.1.0
1267 1268
1268 Initial export. 1269 Initial export.
1269 1270
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698