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

Side by Side Diff: ChangeLog

Issue 7833025: Prepare push to trunk. Now working on version 3.6.1. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 9 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 | 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 2011-09-05: Version 3.6.0
2
3 Fixed a bug when optimizing named function expression (issue 1647).
4
5 Fixed a bug when optimizing f.call.apply (issue 1650).
6
7 Made arguments and caller always be null on native functions
8 (issues 1548 and 1643).
9
10 Fixed issue 1648 (cross-compiling x64 targeting ia32).
11
12 Fixed issue 371 (d8 printing of strings containing \0).
13
14 Fixed order of evaluation in arguments to parseInt (issue 1649).
15
16 Fixed a problem with large heap snapshots in Chrome DevTools
17 (issue 1658, chromium issue 89268).
18
19 Upped maximum heap size from 512M to 700M.
Vyacheslav Egorov (Chromium) 2011/09/05 10:36:44 default maximum heap size
20
21
1 2011-08-31: Version 3.5.10 22 2011-08-31: Version 3.5.10
2 23
3 Added dependency of v8_base on WinSocket2 Windows library in 24 Added dependency of v8_base on WinSocket2 Windows library in
4 the GYP-build. 25 the GYP-build.
5 26
6 Various bugfixes. 27 Various bugfixes.
7 28
8 29
9 2011-08-29: Version 3.5.9 30 2011-08-29: Version 3.5.9
10 31
(...skipping 3206 matching lines...) Expand 10 before | Expand all | Expand 10 after
3217 setting break points in them. 3238 setting break points in them.
3218 3239
3219 3240
3220 2008-07-03: Version 0.1.0 3241 2008-07-03: Version 0.1.0
3221 3242
3222 Initial export. 3243 Initial export.
3223 3244
3224 # Local Variables: 3245 # Local Variables:
3225 # mode:text 3246 # mode:text
3226 # End: 3247 # End:
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