Chromium Code Reviews

Side by Side Diff: ChangeLog

Issue 17392002: Prepare push to trunk. Now working on 3.19.19. (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.
Jump to:
View unified diff | | 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-18: Version 3.19.18
2
3 Fixed read-only attribute of Function.length in strict mode.
4 (issue 2705)
5
6 Fix Runtime_SetProperty to properly handle OOM failures
Jakob Kummerow 2013/06/18 11:33:02 nit: we prefer the past tense in ChangeLog entries
7 (Chromium issue 249873)
8
9 Emit deprecated check for constant function transitions.
10 (Chromium issue 250609)
11
12 Make MathFloorOfDiv optimization trigger more often
13 (Issue 2205)
14
15 Reland "Make more GCs in idle notification handler."
16 (Chromium issue 241815)
17
18 Increase default type info threshold.
19 (Issue 2730)
20
21 Performance and stability improvements on all platforms.
22
23
1 2013-06-14: Version 3.19.16 24 2013-06-14: Version 3.19.16
2 25
3 Performance and stability improvements on all platforms. 26 Performance and stability improvements on all platforms.
4 27
5 28
6 2013-06-13: Version 3.19.15 29 2013-06-13: Version 3.19.15
7 30
8 Performance and stability improvements on all platforms. 31 Performance and stability improvements on all platforms.
9 32
10 33
(...skipping 5496 matching lines...)
5507 setting break points in them. 5530 setting break points in them.
5508 5531
5509 5532
5510 2008-07-03: Version 0.1.0 5533 2008-07-03: Version 0.1.0
5511 5534
5512 Initial export. 5535 Initial export.
5513 5536
5514 # Local Variables: 5537 # Local Variables:
5515 # mode:text 5538 # mode:text
5516 # End: 5539 # End:
OLDNEW
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »

Powered by Google App Engine