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

Side by Side Diff: ChangeLog

Issue 6933004: Prepare push to trunk. Now working on version 3.3.5. (Closed) Base URL: http://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-04: Version 3.3.4
2
3 Implemented API to disallow code generation from strings for a context
4 (issue 1258)
Søren Thygesen Gjesse 2011/05/04 11:48:42 End sentence with period (times 3)?
5
6 Fixed bug with whitespaces in parseInt (issue 955)
7
8 Fixed bug with == comparison of Date objects (issue 1356)
9
10 Added GYP variables for ARM code generation:
11 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
12 and v8_use_arm_eabi_hardfloat.
13
14
1 2011-05-02: Version 3.3.3 15 2011-05-02: Version 3.3.3
2 16
3 Added support for generating Visual Studio solution and project files 17 Added support for generating Visual Studio solution and project files
4 using GYP. 18 using GYP.
5 19
6 Implemented support for ARM EABI calling convention variation where 20 Implemented support for ARM EABI calling convention variation where
7 floating-point arguments are passed in registers (hardfloat). 21 floating-point arguments are passed in registers (hardfloat).
8 22
9 Added Object::HasOwnProperty() to the API. 23 Added Object::HasOwnProperty() to the API.
10 24
(...skipping 2725 matching lines...) Expand 10 before | Expand all | Expand 10 after
2736 2750
2737 Improved debugger support by allowing nested break points and by 2751 Improved debugger support by allowing nested break points and by
2738 dealing with stack-overflows when compiling functions before 2752 dealing with stack-overflows when compiling functions before
2739 setting break points in them. 2753 setting break points in them.
2740 2754
2741 2755
2742 2008-07-03: Version 0.1.0 2756 2008-07-03: Version 0.1.0
2743 2757
2744 Initial export. 2758 Initial export.
2745 2759
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