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

Side by Side Diff: ChangeLog

Issue 802002: Prepare push of version 2.1.3 to trunk. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 years, 9 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-03-10: Version 2.1.3
2
3 Added API method for context-disposal notifications.
4
5 Added API method for accessing elements by integer index.
6
7 Added missing implementation of Uint32::Value and Value::IsUint32
8 API methods.
9
10 Added IsExecutionTerminating API method.
11
12 Disabled strict aliasing for GCC 4.4.
13
14 Fixed string-concatenation bug (issue 636).
15
16 Performance improvements on all platforms.
17
18
1 2010-02-23: Version 2.1.2 19 2010-02-23: Version 2.1.2
2 20
3 Fix a crash bug caused by wrong assert. 21 Fix a crash bug caused by wrong assert.
4 22
5 Fix a bug with register names on 64-bit V8 (issue 615). 23 Fix a bug with register names on 64-bit V8 (issue 615).
6 24
7 Performance improvements on all platforms. 25 Performance improvements on all platforms.
8 26
27
9 2010-02-19: Version 2.1.1 28 2010-02-19: Version 2.1.1
10 29
11 [ES5] Implemented Object.defineProperty. 30 [ES5] Implemented Object.defineProperty.
12 31
13 Improved profiler support. 32 Improved profiler support.
14 33
15 Added SetPrototype method in the public V8 API. 34 Added SetPrototype method in the public V8 API.
16 35
17 Added GetScriptOrigin and GetScriptLineNumber methods to Function 36 Added GetScriptOrigin and GetScriptLineNumber methods to Function
18 objects in the API. 37 objects in the API.
(...skipping 1502 matching lines...) Expand 10 before | Expand all | Expand 10 after
1521 1540
1522 Improved debugger support by allowing nested break points and by 1541 Improved debugger support by allowing nested break points and by
1523 dealing with stack-overflows when compiling functions before 1542 dealing with stack-overflows when compiling functions before
1524 setting break points in them. 1543 setting break points in them.
1525 1544
1526 1545
1527 2008-07-03: Version 0.1.0 1546 2008-07-03: Version 0.1.0
1528 1547
1529 Initial export. 1548 Initial export.
1530 1549
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