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

Side by Side Diff: ChangeLog

Issue 8510048: Prepare push to trunk. Now working on version 3.7.8. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: fix recent ChangeLog entries' whitespace Created 9 years, 1 month 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-11-14: Version 3.7.7
2
3 Fix missing fast property accessors in heap snapshots.
4 (issue 1818)
5
6
1 2011-11-11: Version 3.7.6 7 2011-11-11: Version 3.7.6
2 8
3 Fixed filtering of store buffer for large object pages. 9 Fixed filtering of store buffer for large object pages.
4 (issue 1817) 10 (issue 1817)
5 11
6 Fixed generated hash function on all platforms. 12 Fixed generated hash function on all platforms.
7 (issue 1808) 13 (issue 1808)
8 14
9 Fixed Heap::Shrink to ensure that it does not free pages that are 15 Fixed Heap::Shrink to ensure that it does not free pages that are
10 still in use. 16 still in use.
11 (Chromium issue 100414) 17 (Chromium issue 100414)
12 18
13 » Stability and performance improvements on all platforms. 19 Stability and performance improvements on all platforms.
14 20
15 21
16 2011-11-10: Version 3.7.5 22 2011-11-10: Version 3.7.5
17 23
18 Added initial gyp infrastructure for MIPS. 24 Added initial gyp infrastructure for MIPS.
19 25
20 » Implemented performance improvements to the incremental garbage 26 Implemented performance improvements to the incremental garbage
21 collector. 27 collector.
22 28
23 » Added optimizations and stability improvements on all platforms. 29 Added optimizations and stability improvements on all platforms.
24 30
25 31
26 2011-11-07: Version 3.7.4 32 2011-11-07: Version 3.7.4
27 33
28 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786). 34 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
29 35
30 Fix Harmony sets and maps to allow null and undefined as keys 36 Fix Harmony sets and maps to allow null and undefined as keys
31 (still hidden behind --harmony flag) (issue 1622). 37 (still hidden behind --harmony flag) (issue 1622).
32 38
33 Implement VirtualMemory on FreeBSD to fix build (issue 1807). 39 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 363
358 Removed logging to memory support. 364 Removed logging to memory support.
359 365
360 Bugfixes and performance work. 366 Bugfixes and performance work.
361 367
362 368
363 2011-07-20: Version 3.4.14 369 2011-07-20: Version 3.4.14
364 370
365 Fix the debugger for strict-mode functions. (Chromium issue 89236) 371 Fix the debugger for strict-mode functions. (Chromium issue 89236)
366 372
367 Add GetPropertyAttribute method for Object in the API. (Patch by 373 Add GetPropertyAttribute method for Object in the API. (Patch by
368 Peter Varga) 374 Peter Varga)
369 375
370 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291) 376 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
371 377
372 378
373 2011-07-18: Version 3.4.13 379 2011-07-18: Version 3.4.13
374 380
375 Improved debugger support to allow inspection of optimized frames (issue 381 Improved debugger support to allow inspection of optimized frames (issue
376 1140). 382 1140).
377 383
(...skipping 3076 matching lines...) Expand 10 before | Expand all | Expand 10 after
3454 setting break points in them. 3460 setting break points in them.
3455 3461
3456 3462
3457 2008-07-03: Version 0.1.0 3463 2008-07-03: Version 0.1.0
3458 3464
3459 Initial export. 3465 Initial export.
3460 3466
3461 # Local Variables: 3467 # Local Variables:
3462 # mode:text 3468 # mode:text
3463 # End: 3469 # 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