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

Side by Side Diff: ChangeLog

Issue 16838008: Prepare push to trunk. Now working on version 3.19.15. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 6 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-06-13: Version 3.19.14
2
3 Fixed crashes when calling new Array(a) with a single argument that
4 could result in creating a holey array with a packed elements kind.
5 (Chromium issue 245480)
6
7 Deprecated obsolete JSFunction::unchecked_shared accessor.
Jakob Kummerow 2013/06/12 22:28:45 I don't think we need to mention this.
8 (issue 1490)
9
10 Fixed issues in parallel compilation.
11 (Chromium issue 248076)
12
13 Performance and stability improvements on all platforms.
14
15
1 2013-06-11: Version 3.19.13 16 2013-06-11: Version 3.19.13
2 17
3 Performance and stability improvements on all platforms. 18 Performance and stability improvements on all platforms.
4 19
5 20
6 2013-06-10: Version 3.19.12 21 2013-06-10: Version 3.19.12
7 22
8 Fixed arguments array access. (Chromium issue 247303) 23 Fixed arguments array access. (Chromium issue 247303)
9 24
10 Fixed bug in LookupForWrite. (Chromium issue 242332) 25 Fixed bug in LookupForWrite. (Chromium issue 242332)
(...skipping 5474 matching lines...) Expand 10 before | Expand all | Expand 10 after
5485 setting break points in them. 5500 setting break points in them.
5486 5501
5487 5502
5488 2008-07-03: Version 0.1.0 5503 2008-07-03: Version 0.1.0
5489 5504
5490 Initial export. 5505 Initial export.
5491 5506
5492 # Local Variables: 5507 # Local Variables:
5493 # mode:text 5508 # mode:text
5494 # End: 5509 # 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