| OLD | NEW |
| 1 2011-08-01: Version 3.5.2 |
| 2 |
| 3 Performance improvements on all platforms. |
| 4 |
| 5 |
| 6 2011-07-28: Version 3.5.1 |
| 7 |
| 8 Fixed setting the readonly flag on the prototype property using the |
| 9 API call FunctionTemplate::SetPrototypeAttributes (issue 1539). |
| 10 |
| 11 Changed the tools/test.py script to use d8 instead of shell for |
| 12 testing. |
| 13 |
| 14 Fixed crash in ToBooleanStub when GC happens during invocation. |
| 15 |
| 16 Enabled automatic unboxing of double arrays. |
| 17 |
| 18 Performance improvements on all platforms. |
| 19 |
| 20 |
| 21 2011-07-25: Version 3.5.0 |
| 22 |
| 23 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for |
| 24 proxies. |
| 25 |
| 26 Removed logging to memory support. |
| 27 |
| 28 Bugfixes and performance work. |
| 29 |
| 30 |
| 31 2011-07-20: Version 3.4.14 |
| 32 |
| 33 Fix the debugger for strict-mode functions. (Chromium issue 89236) |
| 34 |
| 35 Add GetPropertyAttribute method for Object in the API. (Patch by |
| 36 Peter Varga) |
| 37 |
| 38 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291) |
| 39 |
| 40 |
| 41 2011-07-18: Version 3.4.13 |
| 42 |
| 43 Improved debugger support to allow inspection of optimized frames (issue |
| 44 1140). |
| 45 |
| 46 Fixed a bug in prototype transitions cache clearing introduced by r8165. |
| 47 |
| 48 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo. |
| 49 |
| 50 Fixed a memory leak in sample/shell.cc (dispose semaphores). |
| 51 |
| 52 Simplified HClampToUint8. Patch by Andy Wingo. |
| 53 |
| 54 Exposed APIs for detecting boxed primitives, native errors. Patch by |
| 55 Luke Zarko. |
| 56 |
| 57 Added map check for COW elements to crankshaft array handling code |
| 58 (issue 1560). |
| 59 |
| 60 Sample shell and (a light version of) D8 links against a shared library |
| 61 now. |
| 62 |
| 63 Fixed bug in array filter and reduce functions (issue 1559). |
| 64 |
| 65 Avoid TLS load in AstNode constructor. |
| 66 |
| 67 Introduced a random entropy source which can optionally be provided at |
| 68 initialization. (Chromium issue 89462). |
| 69 |
| 70 |
| 71 2011-07-13: Version 3.4.12 |
| 72 |
| 73 Added --prof profiling option to d8 shell. |
| 74 |
| 75 Fixed a bug where reading a directory in d8 shell hangs (issue 1533). |
| 76 |
| 77 Fixed a potential assertion failure in const declarations. |
| 78 |
| 79 Fixed an assertion failure in descriptor arrays (issue 1526). |
| 80 |
| 81 Enabled fast thread-local storage by default on supported platforms. |
| 82 |
| 83 Improved reporting of source position for global variable loads |
| 84 (issue 1527). |
| 85 |
| 86 |
| 1 2011-07-11: Version 3.4.11 | 87 2011-07-11: Version 3.4.11 |
| 2 | 88 |
| 3 Fixed MinGW32 build. | 89 Fixed MinGW32 build. |
| 4 | 90 |
| 5 Fixed a GC bug with RegExp code flushing. | 91 Fixed a GC bug with RegExp code flushing. |
| 6 | 92 |
| 7 Implemented Object.defineProperty for proxies. | 93 Implemented Object.defineProperty for proxies. |
| 8 | 94 |
| 9 Fixed a bug in for/in iteration of arguments objects (issue 1531). | 95 Fixed a bug in for/in iteration of arguments objects (issue 1531). |
| 10 | 96 |
| (...skipping 3025 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3036 setting break points in them. | 3122 setting break points in them. |
| 3037 | 3123 |
| 3038 | 3124 |
| 3039 2008-07-03: Version 0.1.0 | 3125 2008-07-03: Version 0.1.0 |
| 3040 | 3126 |
| 3041 Initial export. | 3127 Initial export. |
| 3042 | 3128 |
| 3043 # Local Variables: | 3129 # Local Variables: |
| 3044 # mode:text | 3130 # mode:text |
| 3045 # End: | 3131 # End: |
| OLD | NEW |