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

Side by Side Diff: ChangeLog

Issue 77673004: Prepare push to trunk. Now working on version 3.23.9. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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 2013-11-20: Version 3.23.8
2
3 Fixed crashes exposed though fuzzing.
4 (Chromium issue 320948)
5
6 Deprecated v8::External::New without Isolate parameter.
7
8 Made number of available threads isolate-dependent and exposed it to
9 ResourceConstraints.
10 (issue 2991)
11
12 Performance and stability improvements on all platforms.
13
14
1 2013-11-19: Version 3.23.7 15 2013-11-19: Version 3.23.7
2 16
3 Bugfix: dependent code field in AllocationSite was keeping code objects 17 Bugfix: dependent code field in AllocationSite was keeping code objects
4 alive even after context death. 18 alive even after context death.
5 (Chromium issue 320532) 19 (Chromium issue 320532)
6 20
7 Fixed data view accessors to throw execptions on offsets bigger than 21 Fixed data view accessors to throw execptions on offsets bigger than
8 size_t. 22 size_t.
9 (issue 3013) 23 (issue 3013)
10 24
(...skipping 6250 matching lines...) Expand 10 before | Expand all | Expand 10 after
6261 setting break points in them. 6275 setting break points in them.
6262 6276
6263 6277
6264 2008-07-03: Version 0.1.0 6278 2008-07-03: Version 0.1.0
6265 6279
6266 Initial export. 6280 Initial export.
6267 6281
6268 # Local Variables: 6282 # Local Variables:
6269 # mode:text 6283 # mode:text
6270 # End: 6284 # 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