OLD | NEW |
---|---|
1 2013-08-01: Version 3.20.12 | |
2 | |
3 Remove buggy ToNumber truncation (partial fix for issue 2813) | |
4 | |
5 Calling Map etc without new should throw TypeError (issue 2819) | |
6 | |
7 Fix a crash for large code objects on ARM (Chromium issue 2736) | |
Jakob Kummerow
2013/08/01 16:56:00
nit: past tense. (Again below.)
| |
8 | |
9 Fix stale unhandlified value in JSObject::SetPropertyForResult. | |
10 (Chromium issue 265894) | |
11 | |
12 Add new Harmony methods to String.prototype object. | |
13 (issue 2796,v8:2797,v8:2798,v8:2799) | |
14 | |
15 Performance and stability improvements on all platforms. | |
16 | |
17 | |
1 2013-07-30: Version 3.20.11 | 18 2013-07-30: Version 3.20.11 |
2 | 19 |
3 Performance and stability improvements on all platforms. | 20 Performance and stability improvements on all platforms. |
4 | 21 |
5 | 22 |
6 2013-07-29: Version 3.20.10 | 23 2013-07-29: Version 3.20.10 |
7 | 24 |
8 Performance and stability improvements on all platforms. | 25 Performance and stability improvements on all platforms. |
9 | 26 |
10 | 27 |
(...skipping 5650 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5661 setting break points in them. | 5678 setting break points in them. |
5662 | 5679 |
5663 | 5680 |
5664 2008-07-03: Version 0.1.0 | 5681 2008-07-03: Version 0.1.0 |
5665 | 5682 |
5666 Initial export. | 5683 Initial export. |
5667 | 5684 |
5668 # Local Variables: | 5685 # Local Variables: |
5669 # mode:text | 5686 # mode:text |
5670 # End: | 5687 # End: |
OLD | NEW |