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

Side by Side Diff: ChangeLog

Issue 6964006: Prepare push to trunk. Now working on version 3.3.6. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 7 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 2011-05-09: Version 3.3.5
2
3 Fixed build on FreeBSD. Patch by Akinori MUSHA.
4
5 Added check that receiver is JSObject on API calls.
6
7 Implemented CallAsConstructor method for Object in the API (Issue 1348).
8 Patch by Peter Varga.
9
10 Added CallAsFunction method to the Object class in the API (Issue 1336).
11 Patch by Peter Varga.
12
13 Added per-isolate locking and unlocking.
14
15 Fixed bug in x64 >>> operator (Issue 1359).
16
17
1 2011-05-04: Version 3.3.4 18 2011-05-04: Version 3.3.4
2 19
3 Implemented API to disallow code generation from strings for a context 20 Implemented API to disallow code generation from strings for a context
4 (issue 1258). 21 (issue 1258).
5 22
6 Fixed bug with whitespaces in parseInt (issue 955). 23 Fixed bug with whitespaces in parseInt (issue 955).
7 24
8 Fixed bug with == comparison of Date objects (issue 1356). 25 Fixed bug with == comparison of Date objects (issue 1356).
9 26
10 Added GYP variables for ARM code generation: 27 Added GYP variables for ARM code generation:
(...skipping 2739 matching lines...) Expand 10 before | Expand all | Expand 10 after
2750 2767
2751 Improved debugger support by allowing nested break points and by 2768 Improved debugger support by allowing nested break points and by
2752 dealing with stack-overflows when compiling functions before 2769 dealing with stack-overflows when compiling functions before
2753 setting break points in them. 2770 setting break points in them.
2754 2771
2755 2772
2756 2008-07-03: Version 0.1.0 2773 2008-07-03: Version 0.1.0
2757 2774
2758 Initial export. 2775 Initial export.
2759 2776
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