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