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

Side by Side Diff: ChangeLog

Issue 9495004: Prepare push to trunk. Now working on version 3.9.13. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 9 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-02-28: Version 3.9.12
2
3 Fix the negative lookup stub to handle deleted entries in a dictionary.
4 (issue 1964)
5
6 Add a new API where the host can supply a callback function. The
7 callback function can resolve the location of a return address on stack
8 to the location where a return-address rewriting profiler stashed the
9 original return address.
10
11 When compiling for-in pass correct context value to the increment
12 instruction. (Chromium issue http://crbug.com/115646)
13
14 Update breakpoints set with partial file name after compile.
15 (issue 1853)
16
17
1 2012-02-27: Version 3.9.11 18 2012-02-27: Version 3.9.11
2 19
3 Make 'module' a context-sensitive keyword (V8 issue 1957). 20 Make 'module' a context-sensitive keyword (V8 issue 1957).
4 21
5 22
6 2012-02-24: Version 3.9.10 23 2012-02-24: Version 3.9.10
7 24
8 Fixed V8 issues 1322, 1772 and 1969. 25 Fixed V8 issues 1322, 1772 and 1969.
9 26
10 Conformance improvements. 27 Conformance improvements.
(...skipping 3768 matching lines...) Expand 10 before | Expand all | Expand 10 after
3779 setting break points in them. 3796 setting break points in them.
3780 3797
3781 3798
3782 2008-07-03: Version 0.1.0 3799 2008-07-03: Version 0.1.0
3783 3800
3784 Initial export. 3801 Initial export.
3785 3802
3786 # Local Variables: 3803 # Local Variables:
3787 # mode:text 3804 # mode:text
3788 # End: 3805 # 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