Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 2013-04-22: Version 3.18.2 | |
| 2 | |
| 3 OS::MemMove/OS::MemCopy: Don't call through to generated code when size | |
|
Jakob Kummerow
2013/04/22 09:42:22
I don't think this entry is required; but feel fre
| |
| 4 == 0 to avoid prefetching invalid memory (Chromium issue 233500) | |
| 5 | |
| 6 Removed heap snapshot size limit. (Chromium issue 232305) | |
| 7 | |
| 8 Performance and stability improvements on all platforms. | |
| 9 | |
| 10 | |
| 1 2013-04-18: Version 3.18.1 | 11 2013-04-18: Version 3.18.1 |
| 2 | 12 |
| 3 Removed SCons related files and deprecated test suite configurations. | 13 Removed SCons related files and deprecated test suite configurations. |
| 4 | 14 |
| 5 Improved handling of unary plus (issue 2527). | 15 Improved handling of unary plus (issue 2527). |
| 6 | 16 |
| 7 Performance and stability improvements on all platforms. | 17 Performance and stability improvements on all platforms. |
| 8 | 18 |
| 9 | 19 |
| 10 2013-04-17: Version 3.18.0 | 20 2013-04-17: Version 3.18.0 |
| (...skipping 5286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5297 setting break points in them. | 5307 setting break points in them. |
| 5298 | 5308 |
| 5299 | 5309 |
| 5300 2008-07-03: Version 0.1.0 | 5310 2008-07-03: Version 0.1.0 |
| 5301 | 5311 |
| 5302 Initial export. | 5312 Initial export. |
| 5303 | 5313 |
| 5304 # Local Variables: | 5314 # Local Variables: |
| 5305 # mode:text | 5315 # mode:text |
| 5306 # End: | 5316 # End: |
| OLD | NEW |