OLD | NEW |
---|---|
1 2012-11-23: Version 3.15.5 | |
2 | |
3 Forced small array literals to have FAST_ELEMENTs | |
Jakob Kummerow
2012/11/23 14:28:25
drop this
ulan
2012/11/23 14:32:55
Done.
| |
4 | |
5 Fixed JSON.stringify for objects with interceptor handlers. | |
6 (Chromium issue 161028) | |
7 | |
8 Reset progress bar of object to 0 when RecordWrites changes object | |
Jakob Kummerow
2012/11/23 14:28:25
drop this
ulan
2012/11/23 14:32:55
Done.
| |
9 color to grey. (issue 2423) | |
10 | |
11 Reverted r13025 and r13026 (they introduced a bug on arm and regressed | |
Jakob Kummerow
2012/11/23 14:28:25
drop this
ulan
2012/11/23 14:32:55
Done.
| |
12 octane crypto). | |
13 | |
14 Object.observe: Unblacklist some tests involving indexed properties | |
Jakob Kummerow
2012/11/23 14:28:25
drop this
ulan
2012/11/23 14:32:55
Done.
| |
15 (issue 2409) | |
16 | |
17 Fixed corner case in x64 compare stubs. (issue 2416) | |
18 | |
19 Performance and stability improvements on all platforms. | |
20 | |
21 | |
1 2012-11-16: Version 3.15.4 | 22 2012-11-16: Version 3.15.4 |
2 | 23 |
3 Fixed Array.prototype.join evaluation order. (issue 2263) | 24 Fixed Array.prototype.join evaluation order. (issue 2263) |
4 | 25 |
5 Perform CPU sampling by CPU sampling thread only iff processing thread | 26 Perform CPU sampling by CPU sampling thread only iff processing thread |
6 is not running. (issue 2364) | 27 is not running. (issue 2364) |
7 | 28 |
8 When using an Object as a set in Object.getOwnPropertyNames, null out | 29 When using an Object as a set in Object.getOwnPropertyNames, null out |
9 the proto. (issue 2410) | 30 the proto. (issue 2410) |
10 | 31 |
(...skipping 4785 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4796 setting break points in them. | 4817 setting break points in them. |
4797 | 4818 |
4798 | 4819 |
4799 2008-07-03: Version 0.1.0 | 4820 2008-07-03: Version 0.1.0 |
4800 | 4821 |
4801 Initial export. | 4822 Initial export. |
4802 | 4823 |
4803 # Local Variables: | 4824 # Local Variables: |
4804 # mode:text | 4825 # mode:text |
4805 # End: | 4826 # End: |
OLD | NEW |