OLD | NEW |
| 1 2011-07-20: Version 3.4.14 |
| 2 |
| 3 Fix the debugger for strict-mode functions. (Chromium issue 89236) |
| 4 |
| 5 Add GetPropertyAttribute method for Object in the API. (Patch by Peter V
arga) |
| 6 |
| 7 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291) |
| 8 |
| 9 |
1 2011-07-18: Version 3.4.13 | 10 2011-07-18: Version 3.4.13 |
2 | 11 |
3 Improved debugger support to allow inspection of optimized frames (issue | 12 Improved debugger support to allow inspection of optimized frames (issue |
4 1140). | 13 1140). |
5 | 14 |
6 Fixed a bug in prototype transitions cache clearing introduced by r8165. | 15 Fixed a bug in prototype transitions cache clearing introduced by r8165. |
7 | 16 |
8 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo. | 17 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo. |
9 | 18 |
10 Fixed a memory leak in sample/shell.cc (dispose semaphores). | 19 Fixed a memory leak in sample/shell.cc (dispose semaphores). |
(...skipping 3071 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3082 setting break points in them. | 3091 setting break points in them. |
3083 | 3092 |
3084 | 3093 |
3085 2008-07-03: Version 0.1.0 | 3094 2008-07-03: Version 0.1.0 |
3086 | 3095 |
3087 Initial export. | 3096 Initial export. |
3088 | 3097 |
3089 # Local Variables: | 3098 # Local Variables: |
3090 # mode:text | 3099 # mode:text |
3091 # End: | 3100 # End: |
OLD | NEW |