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

Side by Side Diff: ChangeLog

Issue 77243006: Prepare push to trunk. Now working on version 3.23.10. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Review 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-21: Version 3.23.9
2
3 API: Change AdjustAmountOfExternalAllocatedMemory calls to use int64_t
4 instead of intptr_t.
5
6 Remove deprecated v8::SetResourceConstraints without Isolate parameter.
7
8 Remove deprecated v8-defaults.h and defaults.cc.
9 (Chromium issue 312241)
10
11 Make it possible to add more than one piece of embedder data to
12 isolates.
13 (Chromium issue 317398)
14
15 Performance and stability improvements on all platforms.
16
17
1 2013-11-20: Version 3.23.8 18 2013-11-20: Version 3.23.8
2 19
3 Fixed crashes exposed though fuzzing. 20 Fixed crashes exposed though fuzzing.
4 (Chromium issue 320948) 21 (Chromium issue 320948)
5 22
6 Deprecated v8::External::New without Isolate parameter. 23 Deprecated v8::External::New without Isolate parameter.
7 24
8 Made number of available threads isolate-dependent and exposed it to 25 Made number of available threads isolate-dependent and exposed it to
9 ResourceConstraints. 26 ResourceConstraints.
10 (issue 2991) 27 (issue 2991)
(...skipping 6264 matching lines...) Expand 10 before | Expand all | Expand 10 after
6275 setting break points in them. 6292 setting break points in them.
6276 6293
6277 6294
6278 2008-07-03: Version 0.1.0 6295 2008-07-03: Version 0.1.0
6279 6296
6280 Initial export. 6297 Initial export.
6281 6298
6282 # Local Variables: 6299 # Local Variables:
6283 # mode:text 6300 # mode:text
6284 # End: 6301 # 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