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

Side by Side Diff: ChangeLog

Issue 173189: Prepare to push to trunk. We are now working on version 1.3.7 (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 11 years, 4 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 2009-08-21: Version 1.3.6
2
3 Add support for forceful termination of JavaScript execution.
4
5 Add low memory notification to the API. The embedding host can signal
6 a low memory situation to V8.
7
8 Changed the handling of global handles (persistent handles in the API
9 sense) to avoid issues regarding allocation of new global handles
10 during weak handle callbacks.
11
12 Changed the growth policy of the young space.
13
14 Fixed a GC issue introduced in version 1.3.5.
15
16
1 2009-08-19: Version 1.3.5 17 2009-08-19: Version 1.3.5
2 18
3 Optimize initialization of some arrays in the builtins. 19 Optimize initialization of some arrays in the builtins.
4 20
5 Fix mac-nm script to support filenames with spaces. 21 Fix mac-nm script to support filenames with spaces.
6 22
7 Support for using the V8 profiler when V8 is embedded in a Windows DLL. 23 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
8 24
9 Changed typeof RegExp from 'object' to 'function' for compatibility. 25 Changed typeof RegExp from 'object' to 'function' for compatibility.
10 Fixed bug where regexps were not callable across contexts. 26 Fixed bug where regexps were not callable across contexts.
(...skipping 1155 matching lines...) Expand 10 before | Expand all | Expand 10 after
1166 1182
1167 Improved debugger support by allowing nested break points and by 1183 Improved debugger support by allowing nested break points and by
1168 dealing with stack-overflows when compiling functions before 1184 dealing with stack-overflows when compiling functions before
1169 setting break points in them. 1185 setting break points in them.
1170 1186
1171 1187
1172 2008-07-03: Version 0.1.0 1188 2008-07-03: Version 0.1.0
1173 1189
1174 Initial export. 1190 Initial export.
1175 1191
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