OLD | NEW |
1 2014-04-15: Sentinel | 1 2014-05-09: 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-09: Version 3.27.0 |
| 8 |
| 9 Unbreak samples and tools. |
| 10 |
| 11 Performance and stability improvements on all platforms. |
| 12 |
| 13 |
| 14 2014-05-08: Version 3.26.33 |
| 15 |
| 16 Removed default Isolate (Chromium issue 359977). |
| 17 |
| 18 Performance and stability improvements on all platforms. |
| 19 |
| 20 |
| 21 2014-05-07: Version 3.26.32 |
| 22 |
| 23 Performance and stability improvements on all platforms. |
| 24 |
| 25 |
| 26 2014-05-06: Version 3.26.31 |
| 27 |
| 28 Add a basic gn file for V8. |
| 29 |
| 30 Performance and stability improvements on all platforms. |
| 31 |
| 32 |
| 33 2014-05-05: Version 3.26.30 |
| 34 |
| 35 Introduce a microtask suppression scope and move microtask methods to |
| 36 isolate (Chromium issue 369503). |
| 37 |
| 38 Re-enable Object.observe and add enforcement for security invariants. |
| 39 |
| 40 Move cache line size calculation directly into CPU::FlushICache |
| 41 (Chromium issue 359977). |
| 42 |
| 43 Generation of our home-grown memmove doesn't depend on serializer state |
| 44 anymore (Chromium issue 359977). |
| 45 |
| 46 Fix |RunMicrotasks()| leaking reference to the last context being run |
| 47 on. |
| 48 |
| 49 Object.defineProperty shouldn't be a hint that we're constructing a |
| 50 dictionary (Chromium issue 362870). |
| 51 |
| 52 Performance and stability improvements on all platforms. |
| 53 |
| 54 |
| 55 2014-05-01: Version 3.26.29 |
| 56 |
| 57 Added a Isolate* parameter to Serializer::enabled() (Chromium issue |
| 58 359977). |
| 59 |
| 60 ES6: Add support for Array.prototype.fill() (issue 3273). |
| 61 |
| 62 Performance and stability improvements on all platforms. |
| 63 |
| 64 |
| 65 2014-04-29: Version 3.26.28 |
| 66 |
| 67 PromiseThen should ignore non-function parameters (Chromium issue |
| 68 347455). |
| 69 |
| 70 Performance and stability improvements on all platforms. |
| 71 |
| 72 |
| 73 2014-04-29: Version 3.26.27 |
| 74 |
| 75 Error stack getter should not overwrite itself with a data property |
| 76 (issue 3294). |
| 77 |
| 78 Performance and stability improvements on all platforms. |
| 79 |
| 80 |
| 81 2014-04-28: Version 3.26.26 |
| 82 |
| 83 Expose promise value through promise mirror (issue 3093). |
| 84 |
| 85 Simplified CPU/CpuFeatures a bit (Chromium issue 359977). |
| 86 |
| 87 Performance and stability improvements on all platforms. |
| 88 |
| 89 |
| 90 2014-04-28: Version 3.26.25 |
| 91 |
| 92 Add timestamps to CPU profile samples (Chromium issue 363976). |
| 93 |
| 94 Expose promise status through promise mirror (issue 3093). |
| 95 |
| 96 Remove static CallCompletedCallback handlers. |
| 97 |
| 98 Added an Isolate* field to NoTrackDoubleFieldsForSerializerScope, |
| 99 PlatformFeatureScope and BinaryOpIC::State (Chromium issue 359977). |
| 100 |
| 101 Trigger debug event on not yet caught exception in promises (issue |
| 102 3093). |
| 103 |
| 104 Unbreak vtunejit=on (issue 3288). |
| 105 |
| 106 Performance and stability improvements on all platforms. |
| 107 |
| 108 |
| 109 2014-04-25: Version 3.26.24 |
| 110 |
| 111 MIPS: CodeStubs contain their corresponding Isolate* now. (part 2) |
| 112 (Chromium issue 359977). |
| 113 |
| 114 MIPS: CodeStubs contain their corresponding Isolate* now. (part 1) |
| 115 (Chromium issue 359977). |
| 116 |
| 117 CodeStubs contain their corresponding Isolate* now. (part 2) (Chromium |
| 118 issue 359977). |
| 119 |
| 120 Make DescriptorArray::IsMoreGeneralThan() and DescriptorArray::Merge() |
| 121 compatible again (Chromium issue 365172). |
| 122 |
| 123 CodeStubs contain their corresponding Isolate* now. (part 1) (Chromium |
| 124 issue 359977). |
| 125 |
| 126 Performance and stability improvements on all platforms. |
| 127 |
| 128 |
| 129 2014-04-24: Version 3.26.23 |
| 130 |
| 131 Performance and stability improvements on all platforms. |
| 132 |
| 133 |
| 134 2014-04-23: Version 3.26.22 |
| 135 |
| 136 Disable field type tracking by default (Chromium issue 365172). |
| 137 |
| 138 Performance and stability improvements on all platforms. |
| 139 |
| 140 |
| 141 2014-04-23: Version 3.26.21 |
| 142 |
| 143 Context-allocate all parameters in generators (issue 3280). |
| 144 |
| 145 Simplify v8/Isolate teardown (Chromium issue 359977). |
| 146 |
| 147 Performance and stability improvements on all platforms. |
| 148 |
| 149 |
| 150 2014-04-21: Version 3.26.20 |
| 151 |
| 152 ES6: Add support for Map/Set forEach (Chromium issues 1793, 2323). |
| 153 |
| 154 Performance and stability improvements on all platforms. |
| 155 |
| 156 |
| 157 2014-04-18: Version 3.26.19 |
| 158 |
| 159 ES6: Add support for Map/Set forEach (Chromium issues 1793, 2323). |
| 160 |
| 161 Performance and stability improvements on all platforms. |
| 162 |
| 163 |
| 164 2014-04-17: Version 3.26.18 |
| 165 |
| 166 Removed Isolate::EnterDefaultIsolate (Chromium issue 359977). |
| 167 |
| 168 Performance and stability improvements on all platforms. |
| 169 |
| 170 |
| 171 2014-04-16: Version 3.26.17 |
| 172 |
| 173 Clear invalid field maps in PropertyAccessInfo (Chromium issue 363956). |
| 174 |
| 175 ES6: Add support for Map/Set forEach (Chromium issues 1793, 2323). |
| 176 |
| 177 Performance and stability improvements on all platforms. |
| 178 |
| 179 |
| 180 2014-04-16: Version 3.26.16 |
| 181 |
| 182 Removed EnterIsolateIfNeeded and a soon-to-be-useless assertion |
| 183 (Chromium issue 359977). |
| 184 |
| 185 Removed GetDefaultIsolate{Debugger,ForLocking,StackGuard} (Chromium |
| 186 issue 359977). |
| 187 |
| 188 Performance and stability improvements on all platforms. |
| 189 |
| 190 |
7 2014-04-15: Version 3.26.15 | 191 2014-04-15: Version 3.26.15 |
8 | 192 |
9 Fix result of LCodeGen::DoWrapReceiver for strict functions and builtins | 193 Fix result of LCodeGen::DoWrapReceiver for strict functions and builtins |
10 (Chromium issue 362128). | 194 (Chromium issue 362128). |
11 | 195 |
12 Performance and stability improvements on all platforms. | 196 Performance and stability improvements on all platforms. |
13 | 197 |
14 | 198 |
15 2014-04-15: Version 3.26.14 | 199 2014-04-15: Version 3.26.14 |
16 | 200 |
(...skipping 7171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7188 setting break points in them. | 7372 setting break points in them. |
7189 | 7373 |
7190 | 7374 |
7191 2008-07-03: Version 0.1.0 | 7375 2008-07-03: Version 0.1.0 |
7192 | 7376 |
7193 Initial export. | 7377 Initial export. |
7194 | 7378 |
7195 # Local Variables: | 7379 # Local Variables: |
7196 # mode:text | 7380 # mode:text |
7197 # End: | 7381 # End: |
OLD | NEW |