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

Side by Side Diff: ChangeLog

Issue 2882002: Prepare push to trunk. We are now working on version 2.2.21. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
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/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-28: Version 2.2.20
2 Fix bug with for-in on x64 platform (issue 748).
3
4 Fix crash bug on x64 platform (issue 756).
5
6 Fix bug in Object.getOwnPropertyNames. (chromium issue 41243).
7
8 Fix a bug on ARM that caused the result of 1 << x to be
9 miscalculated for some inputs.
10
11 Performance improvements on all platforms.
12
1 2010-06-23: Version 2.2.19 13 2010-06-23: Version 2.2.19
2 14
3 Fix bug that causes the build to break when profillingsupport=off 15 Fix bug that causes the build to break when profillingsupport=off
4 (issue 738). 16 (issue 738).
5 17
6 Added expose-externalize-string flag for testing extensions. 18 Added expose-externalize-string flag for testing extensions.
7 19
8 Resolve linker issues with using V8 as a DLL causing a number of 20 Resolve linker issues with using V8 as a DLL causing a number of
9 problems with unresolved symbols. 21 problems with unresolved symbols.
10 22
(...skipping 1784 matching lines...) Expand 10 before | Expand all | Expand 10 after
1795 1807
1796 Improved debugger support by allowing nested break points and by 1808 Improved debugger support by allowing nested break points and by
1797 dealing with stack-overflows when compiling functions before 1809 dealing with stack-overflows when compiling functions before
1798 setting break points in them. 1810 setting break points in them.
1799 1811
1800 1812
1801 2008-07-03: Version 0.1.0 1813 2008-07-03: Version 0.1.0
1802 1814
1803 Initial export. 1815 Initial export.
1804 1816
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