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

Side by Side Diff: ChangeLog

Issue 106763003: Prepare push to trunk. Now working on version 3.24.2. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years 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 2013-12-13: Version 3.24.1
2
3 Fix polymorphic inlined calls with migrating prototypes.
4
5 Fixed global object leak caused by overwriting the global receiver (the
6 global proxy) in the global object with the global object itself
7 (Chromium issue 324812).
8
9 Initialize Date parse cache with SMI instead of double to workaround
10 sharing mutable heap numbers in snapshot (Chromium issue 280531).
11
12 Switch armv7 setting to arm_version==7 in v8 gyp files (Chromium issue
13 234135).
14
15 Performance and stability improvements on all platforms.
16
17
1 2013-12-09: Version 3.24.0 18 2013-12-09: Version 3.24.0
2 19
3 Performance and stability improvements on all platforms. 20 Performance and stability improvements on all platforms.
4 21
5 22
6 2013-12-04: Version 3.23.18 23 2013-12-04: Version 3.23.18
7 24
8 Performance and stability improvements on all platforms. 25 Performance and stability improvements on all platforms.
9 26
10 27
(...skipping 6354 matching lines...) Expand 10 before | Expand all | Expand 10 after
6365 setting break points in them. 6382 setting break points in them.
6366 6383
6367 6384
6368 2008-07-03: Version 0.1.0 6385 2008-07-03: Version 0.1.0
6369 6386
6370 Initial export. 6387 Initial export.
6371 6388
6372 # Local Variables: 6389 # Local Variables:
6373 # mode:text 6390 # mode:text
6374 # End: 6391 # 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