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

Side by Side Diff: ChangeLog

Issue 11137016: Prepare push to trunk. Now working on version 3.14.5. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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 2012-10-15: Version 3.14.4
2
3 Allow evals for debugger even if they are prohibited in the debugee
4 context. (Chromium issue 154733)
5
6 Ensure code flushing is disabled in incremental marking. (issue 1609)
Jakob Kummerow 2012/10/15 11:46:12 nit: past tense please. On a higher level, I don'
7
8 Move code flushing support into shared visitor. (issue 1609)
Jakob Kummerow 2012/10/15 11:46:12 Same here. Past tense if you insist on keeping it,
9
10 Enable --verify-heap in release mode (issue 2120)
Jakob Kummerow 2012/10/15 11:46:12 nit: past tense please
11
12 Performance and stability improvements on all platforms.
13
14
1 2012-10-11: Version 3.14.3 15 2012-10-11: Version 3.14.3
2 16
3 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings 17 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
4 (Chromium issue 155076). 18 (Chromium issue 155076).
5 19
6 Bumped variable limit further to 2^17 (Chromium issue 151625). 20 Bumped variable limit further to 2^17 (Chromium issue 151625).
7 21
8 Performance and stability improvements on all platforms. 22 Performance and stability improvements on all platforms.
9 23
10 24
(...skipping 4673 matching lines...) Expand 10 before | Expand all | Expand 10 after
4684 setting break points in them. 4698 setting break points in them.
4685 4699
4686 4700
4687 2008-07-03: Version 0.1.0 4701 2008-07-03: Version 0.1.0
4688 4702
4689 Initial export. 4703 Initial export.
4690 4704
4691 # Local Variables: 4705 # Local Variables:
4692 # mode:text 4706 # mode:text
4693 # End: 4707 # 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