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

Side by Side Diff: ChangeLog

Issue 25043006: Prepare push to trunk. Now working on version 3.22.5. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 2 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 2013-09-30: Version 3.22.4
2
3 Function::Call and Object::CallAsFunction APIs should allow v8::Value as
4 a receiver (issue 2915).
5
6 Removed unnecessary mutex (Chromium issue 291236).
7
8 Removed ArrayBufferView::BaseAddress method.
9
10 Performance and stability improvements on all platforms.
11
12
1 2013-09-27: Version 3.22.3 13 2013-09-27: Version 3.22.3
2 14
3 Added methods to enable configuration of ResourceConstraints based on 15 Added methods to enable configuration of ResourceConstraints based on
4 limits derived at runtime. 16 limits derived at runtime.
5 (Chromium issue 292928) 17 (Chromium issue 292928)
6 18
7 Added -optimize-for-size flag to optimize for memory size (will be used 19 Added -optimize-for-size flag to optimize for memory size (will be used
8 by pre-aging CL), and removed the is_memory_constrained 20 by pre-aging CL), and removed the is_memory_constrained
9 ResourceConstraint. 21 ResourceConstraint.
10 (Chromium issue 292928) 22 (Chromium issue 292928)
(...skipping 5981 matching lines...) Expand 10 before | Expand all | Expand 10 after
5992 setting break points in them. 6004 setting break points in them.
5993 6005
5994 6006
5995 2008-07-03: Version 0.1.0 6007 2008-07-03: Version 0.1.0
5996 6008
5997 Initial export. 6009 Initial export.
5998 6010
5999 # Local Variables: 6011 # Local Variables:
6000 # mode:text 6012 # mode:text
6001 # End: 6013 # 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