| OLD | NEW |
| 1 2013-10-03: Version 3.22.7 |
| 2 |
| 3 Debug: Allow stepping into on a given call frame |
| 4 (Chromium issue 296963). |
| 5 |
| 6 Always use timeGetTime() for TimeTicks::Now() on Windows |
| 7 (Chromium issue 288924). |
| 8 |
| 9 Performance and stability improvements on all platforms. |
| 10 |
| 11 |
| 12 2013-10-02: Version 3.22.6 |
| 13 |
| 14 Performance and stability improvements on all platforms. |
| 15 |
| 16 |
| 17 2013-10-01: Version 3.22.5 |
| 18 |
| 19 Disabled externalization of sliced/cons strings in old pointer space |
| 20 (Chromium issue 276357). |
| 21 |
| 22 Turned on handle zapping for release builds |
| 23 |
| 24 Performance and stability improvements on all platforms. |
| 25 |
| 26 |
| 27 2013-09-30: Version 3.22.4 |
| 28 |
| 29 Function::Call and Object::CallAsFunction APIs should allow v8::Value as |
| 30 a receiver (issue 2915). |
| 31 |
| 32 Removed unnecessary mutex (Chromium issue 291236). |
| 33 |
| 34 Removed ArrayBufferView::BaseAddress method. |
| 35 |
| 36 Performance and stability improvements on all platforms. |
| 37 |
| 38 |
| 1 2013-09-27: Version 3.22.3 | 39 2013-09-27: Version 3.22.3 |
| 2 | 40 |
| 3 Added methods to enable configuration of ResourceConstraints based on | 41 Added methods to enable configuration of ResourceConstraints based on |
| 4 limits derived at runtime. | 42 limits derived at runtime. |
| 5 (Chromium issue 292928) | 43 (Chromium issue 292928) |
| 6 | 44 |
| 7 Added -optimize-for-size flag to optimize for memory size (will be used | 45 Added -optimize-for-size flag to optimize for memory size (will be used |
| 8 by pre-aging CL), and removed the is_memory_constrained | 46 by pre-aging CL), and removed the is_memory_constrained |
| 9 ResourceConstraint. | 47 ResourceConstraint. |
| 10 (Chromium issue 292928) | 48 (Chromium issue 292928) |
| (...skipping 5981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5992 setting break points in them. | 6030 setting break points in them. |
| 5993 | 6031 |
| 5994 | 6032 |
| 5995 2008-07-03: Version 0.1.0 | 6033 2008-07-03: Version 0.1.0 |
| 5996 | 6034 |
| 5997 Initial export. | 6035 Initial export. |
| 5998 | 6036 |
| 5999 # Local Variables: | 6037 # Local Variables: |
| 6000 # mode:text | 6038 # mode:text |
| 6001 # End: | 6039 # End: |
| OLD | NEW |