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

Side by Side Diff: ChangeLog

Issue 6354006: Prepare push to trunk. We are now working in 3.0.9. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 years, 11 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-01-17: Version 3.0.8
Rico 2011/01/17 09:21:46 2011 + last two entries
Søren Thygesen Gjesse 2011/01/17 09:33:26 Done.
2
3 Expose heap size limit to the heap statistics gathered by
4 the GetHeapStatistics API.
5
6 Wrap external pointers more carefully (issue 1037).
7
8 Hardend the implementation of of error objects to avoid setters
Mads Ager (chromium) 2011/01/17 09:21:27 Hardend -> Hardened of of -> of Also, can we con
Søren Thygesen Gjesse 2011/01/17 09:33:26 Done.
9 intercepting the properties set then throwing an error.
10
11 Avoid trashing the FPSCR when calculating Math.floor on ARM.
12
13 Performance improvements on the IA32 platform.
14
15
1 2010-01-10: Version 3.0.7 16 2010-01-10: Version 3.0.7
2 17
3 Stopped calling inherited setters when creating object literals 18 Stopped calling inherited setters when creating object literals
4 (issue 1015). 19 (issue 1015).
5 20
6 Changed interpretation of malformed \c? escapes in RegExp to match 21 Changed interpretation of malformed \c? escapes in RegExp to match
7 JSC. 22 JSC.
8 23
9 Enhanced the command-line debugger interface and fixed some minor 24 Enhanced the command-line debugger interface and fixed some minor
10 bugs in the debugger. 25 bugs in the debugger.
(...skipping 2354 matching lines...) Expand 10 before | Expand all | Expand 10 after
2365 2380
2366 Improved debugger support by allowing nested break points and by 2381 Improved debugger support by allowing nested break points and by
2367 dealing with stack-overflows when compiling functions before 2382 dealing with stack-overflows when compiling functions before
2368 setting break points in them. 2383 setting break points in them.
2369 2384
2370 2385
2371 2008-07-03: Version 0.1.0 2386 2008-07-03: Version 0.1.0
2372 2387
2373 Initial export. 2388 Initial export.
2374 2389
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