OLD | NEW |
---|---|
1 2013-06-13: Version 3.19.14 | |
2 | |
3 Fixed crashes when calling new Array(a) with a single argument that | |
4 could result in creating a holey array with a packed elements kind. | |
5 (Chromium issue 245480) | |
6 | |
7 Deprecated obsolete JSFunction::unchecked_shared accessor. | |
Jakob Kummerow
2013/06/12 22:28:45
I don't think we need to mention this.
| |
8 (issue 1490) | |
9 | |
10 Fixed issues in parallel compilation. | |
11 (Chromium issue 248076) | |
12 | |
13 Performance and stability improvements on all platforms. | |
14 | |
15 | |
1 2013-06-11: Version 3.19.13 | 16 2013-06-11: Version 3.19.13 |
2 | 17 |
3 Performance and stability improvements on all platforms. | 18 Performance and stability improvements on all platforms. |
4 | 19 |
5 | 20 |
6 2013-06-10: Version 3.19.12 | 21 2013-06-10: Version 3.19.12 |
7 | 22 |
8 Fixed arguments array access. (Chromium issue 247303) | 23 Fixed arguments array access. (Chromium issue 247303) |
9 | 24 |
10 Fixed bug in LookupForWrite. (Chromium issue 242332) | 25 Fixed bug in LookupForWrite. (Chromium issue 242332) |
(...skipping 5474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5485 setting break points in them. | 5500 setting break points in them. |
5486 | 5501 |
5487 | 5502 |
5488 2008-07-03: Version 0.1.0 | 5503 2008-07-03: Version 0.1.0 |
5489 | 5504 |
5490 Initial export. | 5505 Initial export. |
5491 | 5506 |
5492 # Local Variables: | 5507 # Local Variables: |
5493 # mode:text | 5508 # mode:text |
5494 # End: | 5509 # End: |
OLD | NEW |