OLD | NEW |
1 2014-05-09: Sentinel | 1 2014-05-19: Sentinel |
2 | 2 |
3 The ChangeLog file is no longer maintained on bleeding_edge. This | 3 The ChangeLog file is no longer maintained on bleeding_edge. This |
4 sentinel should stay on top of this list. | 4 sentinel should stay on top of this list. |
5 | 5 |
6 | 6 |
| 7 2014-05-19: Version 3.27.7 |
| 8 |
| 9 Performance and stability improvements on all platforms. |
| 10 |
| 11 |
| 12 2014-05-19: Version 3.27.6 |
| 13 |
| 14 Performance and stability improvements on all platforms. |
| 15 |
| 16 |
| 17 2014-05-16: Version 3.27.5 |
| 18 |
| 19 Performance and stability improvements on all platforms. |
| 20 |
| 21 |
| 22 2014-05-15: Version 3.27.4 |
| 23 |
| 24 Drop thenable coercion cache (Chromium issue 372788). |
| 25 |
| 26 Skip write barriers when updating the weak hash table (Chromium issue |
| 27 359401). |
| 28 |
| 29 Performance and stability improvements on all platforms. |
| 30 |
| 31 |
| 32 2014-05-14: Version 3.27.3 |
| 33 |
| 34 Performance and stability improvements on all platforms. |
| 35 |
| 36 |
| 37 2014-05-13: Version 3.27.2 |
| 38 |
| 39 Harden %SetIsObserved with RUNTIME_ASSERTs (Chromium issue 371782). |
| 40 |
| 41 Drop unused static microtask API. |
| 42 |
| 43 Introduce an api to query the microtask autorun state of an isolate. |
| 44 |
| 45 Performance and stability improvements on all platforms. |
| 46 |
| 47 |
| 48 2014-05-12: Version 3.27.1 |
| 49 |
| 50 Object.observe: avoid accessing acceptList properties more than once |
| 51 (issue 3315). |
| 52 |
| 53 Array Iterator prototype should not have a constructor (issue 3293). |
| 54 |
| 55 Fix typos in unit test for Array.prototype.fill(). |
| 56 |
| 57 Shorten autogenerated error message for functions only (issue 3019, |
| 58 Chromium issue 331971). |
| 59 |
| 60 Reland "Removed default Isolate." (Chromium issue 359977). |
| 61 |
| 62 Performance and stability improvements on all platforms. |
| 63 |
| 64 |
7 2014-05-09: Version 3.27.0 | 65 2014-05-09: Version 3.27.0 |
8 | 66 |
9 Unbreak samples and tools. | 67 Unbreak samples and tools. |
10 | 68 |
11 Performance and stability improvements on all platforms. | 69 Performance and stability improvements on all platforms. |
12 | 70 |
13 | 71 |
14 2014-05-08: Version 3.26.33 | 72 2014-05-08: Version 3.26.33 |
15 | 73 |
16 Removed default Isolate (Chromium issue 359977). | 74 Removed default Isolate (Chromium issue 359977). |
(...skipping 7355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7372 setting break points in them. | 7430 setting break points in them. |
7373 | 7431 |
7374 | 7432 |
7375 2008-07-03: Version 0.1.0 | 7433 2008-07-03: Version 0.1.0 |
7376 | 7434 |
7377 Initial export. | 7435 Initial export. |
7378 | 7436 |
7379 # Local Variables: | 7437 # Local Variables: |
7380 # mode:text | 7438 # mode:text |
7381 # End: | 7439 # End: |
OLD | NEW |