OLD | NEW |
---|---|
1 2012-05-31: Version 3.11.8 | |
2 | |
3 Avoid overdeep recursion in regexp where a guarded expression with a | |
4 minimum repetition count is inside another quantifier. | |
5 (Chromium issue 129926) | |
6 | |
7 Fix missing write barrier in store field stub. | |
Jakob Kummerow
2012/05/31 13:18:43
nit: past tense please. More below.
| |
8 (issues 2143, 1465, Chromium issue 129355) | |
9 | |
10 Proxies: Fix receiver for setters inherited from proxies. | |
11 Proxies: Fix ToStringArray function so that it does not reject some | |
12 keys. | |
13 (issue 1543) | |
14 | |
15 Performance and stability improvements on all platforms. | |
16 | |
17 | |
1 2012-05-29: Version 3.11.7 | 18 2012-05-29: Version 3.11.7 |
2 | 19 |
3 Get better function names in stack traces. | 20 Get better function names in stack traces. |
4 | 21 |
5 Performance and stability improvements on all platforms. | 22 Performance and stability improvements on all platforms. |
6 | 23 |
7 | 24 |
8 2012-05-24: Version 3.11.6 | 25 2012-05-24: Version 3.11.6 |
9 | 26 |
10 Fixed RegExp.prototype.toString for incompatible receivers | 27 Fixed RegExp.prototype.toString for incompatible receivers |
(...skipping 4184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4195 setting break points in them. | 4212 setting break points in them. |
4196 | 4213 |
4197 | 4214 |
4198 2008-07-03: Version 0.1.0 | 4215 2008-07-03: Version 0.1.0 |
4199 | 4216 |
4200 Initial export. | 4217 Initial export. |
4201 | 4218 |
4202 # Local Variables: | 4219 # Local Variables: |
4203 # mode:text | 4220 # mode:text |
4204 # End: | 4221 # End: |
OLD | NEW |