OLD | NEW |
---|---|
1 2011-07-20: Version 3.4.14 | |
2 | |
3 Implement sealing, freezing, and related functions for proxies. | |
Mads Ager (chromium)
2011/07/20 13:06:04
I would not put any proxy stuff in the ChangeLog s
rossberg
2011/07/20 13:17:01
Done.
| |
4 | |
5 Implement `in' for proxies. | |
6 | |
7 Fix the debugger for strict-mode functions. (Chromium issue 89236) | |
8 | |
9 Implement setting the length property for FixedDoubleArrays. | |
Mads Ager (chromium)
2011/07/20 13:06:04
I would put double array stuff in here either.
rossberg
2011/07/20 13:17:01
Done.
| |
10 | |
11 Implement for..in for FastDoubleArrays. | |
12 | |
13 Add GetPropertyAttribute method for Object in the API. (Patch by Peter V arga) | |
14 | |
15 grokdump: Add simple support for non-full minudumps. | |
Mads Ager (chromium)
2011/07/20 13:06:04
Internal tool, remove.
rossberg
2011/07/20 13:17:01
Done.
| |
16 | |
17 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291) | |
18 | |
19 | |
1 2011-07-18: Version 3.4.13 | 20 2011-07-18: Version 3.4.13 |
2 | 21 |
3 Improved debugger support to allow inspection of optimized frames (issue | 22 Improved debugger support to allow inspection of optimized frames (issue |
4 1140). | 23 1140). |
5 | 24 |
6 Fixed a bug in prototype transitions cache clearing introduced by r8165. | 25 Fixed a bug in prototype transitions cache clearing introduced by r8165. |
7 | 26 |
8 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo. | 27 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo. |
9 | 28 |
10 Fixed a memory leak in sample/shell.cc (dispose semaphores). | 29 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. | 3101 setting break points in them. |
3083 | 3102 |
3084 | 3103 |
3085 2008-07-03: Version 0.1.0 | 3104 2008-07-03: Version 0.1.0 |
3086 | 3105 |
3087 Initial export. | 3106 Initial export. |
3088 | 3107 |
3089 # Local Variables: | 3108 # Local Variables: |
3090 # mode:text | 3109 # mode:text |
3091 # End: | 3110 # End: |
OLD | NEW |