OLD | NEW |
1 2014-05-09: Sentinel | 1 2014-05-13: 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 2014-05-13: Version 3.27.2 |
| 7 |
| 8 Harden %SetIsObserved with RUNTIME_ASSERTs (Chromium issue 371782). |
| 9 |
| 10 Drop unused static microtask API. |
| 11 |
| 12 Introduce an api to query the microtask autorun state of an isolate. |
| 13 |
| 14 Performance and stability improvements on all platforms. |
| 15 |
| 16 |
| 17 2014-05-12: Version 3.27.1 |
| 18 |
| 19 Object.observe: avoid accessing acceptList properties more than once |
| 20 (issue 3315). |
| 21 |
| 22 Array Iterator prototype should not have a constructor (issue 3293). |
| 23 |
| 24 Fix typos in unit test for Array.prototype.fill(). |
| 25 |
| 26 Shorten autogenerated error message for functions only (issue 3019, |
| 27 Chromium issue 331971). |
| 28 |
| 29 Reland "Removed default Isolate." (Chromium issue 359977). |
| 30 |
| 31 Performance and stability improvements on all platforms. |
| 32 |
6 | 33 |
7 2014-05-09: Version 3.27.0 | 34 2014-05-09: Version 3.27.0 |
8 | 35 |
9 Unbreak samples and tools. | 36 Unbreak samples and tools. |
10 | 37 |
11 Performance and stability improvements on all platforms. | 38 Performance and stability improvements on all platforms. |
12 | 39 |
13 | 40 |
14 2014-05-08: Version 3.26.33 | 41 2014-05-08: Version 3.26.33 |
15 | 42 |
(...skipping 7356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7372 setting break points in them. | 7399 setting break points in them. |
7373 | 7400 |
7374 | 7401 |
7375 2008-07-03: Version 0.1.0 | 7402 2008-07-03: Version 0.1.0 |
7376 | 7403 |
7377 Initial export. | 7404 Initial export. |
7378 | 7405 |
7379 # Local Variables: | 7406 # Local Variables: |
7380 # mode:text | 7407 # mode:text |
7381 # End: | 7408 # End: |
OLD | NEW |