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

Side by Side Diff: ChangeLog

Issue 654003: Prepare push to trunk. Now working on 2.1.3. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 years, 10 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-02-23: Version 2.1.2
2
3 Fix a crash bug caused by wrong assert.
4
5 Fix a bug with register names on 64-bit V8 (issue 615).
6
7 Performance improvements on all platforms.
8
1 2010-02-19: Version 2.1.1 9 2010-02-19: Version 2.1.1
2 10
3 [ES5] Implemented Object.defineProperty. 11 [ES5] Implemented Object.defineProperty.
4 12
5 Improved profiler support. 13 Improved profiler support.
6 14
7 Added SetPrototype method in the public V8 API. 15 Added SetPrototype method in the public V8 API.
8 16
9 Added GetScriptOrigin and GetScriptLineNumber methods to Function 17 Added GetScriptOrigin and GetScriptLineNumber methods to Function
10 objects in the API. 18 objects in the API.
(...skipping 1502 matching lines...) Expand 10 before | Expand all | Expand 10 after
1513 1521
1514 Improved debugger support by allowing nested break points and by 1522 Improved debugger support by allowing nested break points and by
1515 dealing with stack-overflows when compiling functions before 1523 dealing with stack-overflows when compiling functions before
1516 setting break points in them. 1524 setting break points in them.
1517 1525
1518 1526
1519 2008-07-03: Version 0.1.0 1527 2008-07-03: Version 0.1.0
1520 1528
1521 Initial export. 1529 Initial export.
1522 1530
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