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

Side by Side Diff: ChangeLog

Issue 9716030: Prepare push to trunk. Now working on version 3.9.21. (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-03-19: Version 3.9.20
2
3 Fix declarations escaping global strict eval. (Issue 1624)
4
5 Fix wrapping of receiver for non-strict callbacks. (Issue 1973)
6
7 Fix function declarations overwriting read-only global properties.
8 (Chromium issue 115452)
9
10 Fix --use-strict flag in combination with --harmony[-scoping].
11
12 Debugger: naive implementation of "step into Function.prototype.bind".
13
14 Debugger: add ability to set script source from within OnBeforeCompile.
15
16 Add flag to always call DebugBreak on abort.
17
18 Re-enable constructor inlining and inline === comparison with boolean
19 constants. (Issue 2009)
20
21 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
22
23 Performance and stability improvements on all platforms.
24
25
1 2012-03-14: Version 3.9.19 26 2012-03-14: Version 3.9.19
2 27
3 Ensure there is a smi check of the receiver for global load and call 28 Ensure there is a smi check of the receiver for global load and call
4 ICs (Chromium issue 117794). 29 ICs (Chromium issue 117794).
5 30
6 Performance and stability improvements on all platforms. 31 Performance and stability improvements on all platforms.
7 32
8 33
9 2012-03-13: Version 3.9.18 34 2012-03-13: Version 3.9.18
10 35
(...skipping 3855 matching lines...) Expand 10 before | Expand all | Expand 10 after
3866 setting break points in them. 3891 setting break points in them.
3867 3892
3868 3893
3869 2008-07-03: Version 0.1.0 3894 2008-07-03: Version 0.1.0
3870 3895
3871 Initial export. 3896 Initial export.
3872 3897
3873 # Local Variables: 3898 # Local Variables:
3874 # mode:text 3899 # mode:text
3875 # End: 3900 # 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