OLD | NEW |
| 1 2013-03-07: Version 3.17.8 |
| 2 |
| 3 Added missing license headers. (Chromium issue 98597) |
| 4 |
| 5 Inserted missing type cast in JSON.stringify. (issue 2570) |
| 6 |
| 7 Reverted "Send SIGPROF signals on the profiler event processor thread" |
| 8 (issue 2571) |
| 9 |
| 10 Fixed Array.length, String.length and Function.prototype LoadICs on x64. |
| 11 (issue 2568) |
| 12 |
| 13 ES6 symbols: filter symbols form for-in loops and Object.keys. |
| 14 (issue 2158) |
| 15 |
| 16 Properly handle misses for StoreArrayLengthStub on ia32 and x64 |
| 17 (issue 2566) |
| 18 |
| 19 Fixed x32 handling of Atomic64. (Chromium issue chromium-os:36866) |
| 20 |
| 21 Removed "library" variable from standalone.gypi. (Chromium issue 111541) |
| 22 |
| 23 Fixed HCheckSmiOrInt <-> HBoundsCheck interaction wrt. representations. |
| 24 (issue 2556) |
| 25 |
| 26 Enabled zapping of disposed global handles in release mode. |
| 27 (Chromium issue 176056) |
| 28 |
| 29 Added workaround for redefinition of __proto__ property. (issue 2565) |
| 30 |
| 31 ES6 symbols: Allow symbols as property names. (issue 2158) |
| 32 |
| 33 Performance and stability improvements on all platforms. |
| 34 |
| 35 |
1 2013-03-04: Version 3.17.7 | 36 2013-03-04: Version 3.17.7 |
2 | 37 |
3 Limited recursion in regexp compilation by a budget. | 38 Limited recursion in regexp compilation by a budget. |
4 (Chromium issue 178790) | 39 (Chromium issue 178790) |
5 | 40 |
6 ES6 symbols: Implemented Symbol intrinsic and basic functionality | 41 ES6 symbols: Implemented Symbol intrinsic and basic functionality |
7 (issue 2158) | 42 (issue 2158) |
8 | 43 |
9 Performance and stability improvements on all platforms. | 44 Performance and stability improvements on all platforms. |
10 | 45 |
(...skipping 5122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5133 setting break points in them. | 5168 setting break points in them. |
5134 | 5169 |
5135 | 5170 |
5136 2008-07-03: Version 0.1.0 | 5171 2008-07-03: Version 0.1.0 |
5137 | 5172 |
5138 Initial export. | 5173 Initial export. |
5139 | 5174 |
5140 # Local Variables: | 5175 # Local Variables: |
5141 # mode:text | 5176 # mode:text |
5142 # End: | 5177 # End: |
OLD | NEW |