Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 2012-07-30: Version 3.12.18 | |
| 2 | |
| 3 Forced using bit-pattern for signed zero double. (issue 2239) | |
| 4 | |
| 5 Made sure double to int conversion is correct. (issue 2260) | |
| 6 | |
| 7 Rewrote Makefile rules for Android to allow parallel execution (issue 22 57) | |
|
Jakob Kummerow
2012/07/30 12:57:01
nit: long line. Just remove this entry, it's not r
ulan
2012/07/30 12:59:52
Done.
| |
| 8 | |
| 9 Performance and stability improvements on all platforms. | |
| 10 | |
| 11 | |
| 1 2012-07-27: Version 3.12.17 | 12 2012-07-27: Version 3.12.17 |
| 2 | 13 |
| 3 Always set the callee's context when calling a function from optimized | 14 Always set the callee's context when calling a function from optimized |
| 4 code. | 15 code. |
| 5 (Chromium issue 138887) | 16 (Chromium issue 138887) |
| 6 | 17 |
| 7 Fixed building with GCC 3.x | 18 Fixed building with GCC 3.x |
| 8 (issue 2016, 2017) | 19 (issue 2016, 2017) |
| 9 | 20 |
| 10 Improved API calls that return empty handles. | 21 Improved API calls that return empty handles. |
| (...skipping 4458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4469 setting break points in them. | 4480 setting break points in them. |
| 4470 | 4481 |
| 4471 | 4482 |
| 4472 2008-07-03: Version 0.1.0 | 4483 2008-07-03: Version 0.1.0 |
| 4473 | 4484 |
| 4474 Initial export. | 4485 Initial export. |
| 4475 | 4486 |
| 4476 # Local Variables: | 4487 # Local Variables: |
| 4477 # mode:text | 4488 # mode:text |
| 4478 # End: | 4489 # End: |
| OLD | NEW |