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

Side by Side Diff: ChangeLog

Issue 2815025: Prepare push to trunk. Now working on version 2.2.20. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 10 years, 6 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-06-23: Version 2.2.19
2
3 Fix bug that causes the build to break when profillingsupport=off
4 (issue 738).
5
6 Added expose-externalize-string flag for testing extensions.
7
8 Resolve linker issues with using V8 as a DLL causing a number of
9 problems with unresolved symbols.
10
11 Fix build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
12 defined.
13
14 Performance improvements on all platforms.
15
16
1 2010-06-16: Version 2.2.18 17 2010-06-16: Version 2.2.18
2 18
3 Added API functions to retrieve information on indexed properties 19 Added API functions to retrieve information on indexed properties
4 managed by the embedding layer. Fixes bug 737. 20 managed by the embedding layer. Fixes bug 737.
5 21
6 Make ES5 Object.defineProperty support array elements. Fixes bug 619. 22 Make ES5 Object.defineProperty support array elements. Fixes bug 619.
7 23
8 Add heap profiling to the API. 24 Add heap profiling to the API.
9 25
10 Remove old named property query from the API. 26 Remove old named property query from the API.
(...skipping 1768 matching lines...) Expand 10 before | Expand all | Expand 10 after
1779 1795
1780 Improved debugger support by allowing nested break points and by 1796 Improved debugger support by allowing nested break points and by
1781 dealing with stack-overflows when compiling functions before 1797 dealing with stack-overflows when compiling functions before
1782 setting break points in them. 1798 setting break points in them.
1783 1799
1784 1800
1785 2008-07-03: Version 0.1.0 1801 2008-07-03: Version 0.1.0
1786 1802
1787 Initial export. 1803 Initial export.
1788 1804
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