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

Side by Side Diff: ChangeLog

Issue 267004: Prepare push to trunk. Now working on version 1.3.16. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 11 years, 2 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-10-07: Version 1.3.15
2
3 Expand the maximum size of the code space to 512MB for 64-bit mode.
4
5 Fixed a crash bug happening when starting profiling (issue
6 http://crbug.com/23768).
7
8
1 2009-10-07: Version 1.3.14 9 2009-10-07: Version 1.3.14
2 10
3 Added GetRealNamedProperty to the API to lookup real properties 11 Added GetRealNamedProperty to the API to lookup real properties
4 located on the object or in the prototype chain skipping any 12 located on the object or in the prototype chain skipping any
5 interceptors. 13 interceptors.
6 14
7 Fix the stack limits setting API to work correctly with threads. The 15 Fix the stack limits setting API to work correctly with threads. The
8 stack limit now needs to be set to each thread thich is used with V8. 16 stack limit now needs to be set to each thread thich is used with V8.
9 17
10 Remove the high-priority flag from IdleNotification() 18 Remove the high-priority flag from IdleNotification()
(...skipping 1301 matching lines...) Expand 10 before | Expand all | Expand 10 after
1312 1320
1313 Improved debugger support by allowing nested break points and by 1321 Improved debugger support by allowing nested break points and by
1314 dealing with stack-overflows when compiling functions before 1322 dealing with stack-overflows when compiling functions before
1315 setting break points in them. 1323 setting break points in them.
1316 1324
1317 1325
1318 2008-07-03: Version 0.1.0 1326 2008-07-03: Version 0.1.0
1319 1327
1320 Initial export. 1328 Initial export.
1321 1329
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