Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 2009-08-13: Version 1.3.4 | |
| 2 | |
| 3 Added a readline() command to the d8 shell. | |
| 4 | |
| 5 Fixed bug in json parsing. | |
| 6 | |
| 7 Added idle notification to the API and reduced memory on idle | |
| 8 notifications. | |
| 9 | |
| 10 Implemented more arithmetic operation optimizations on x64. | |
|
Christian Plesner Hansen
2009/08/13 12:19:01
I wouldn't mention this.
| |
| 11 | |
| 12 | |
| 1 2009-08-12: Version 1.3.3 | 13 2009-08-12: Version 1.3.3 |
| 2 | 14 |
| 3 Fix issue 417: incorrect %t placeholder expansion. | 15 Fix issue 417: incorrect %t placeholder expansion. |
| 4 | 16 |
| 5 Add .gitignore file similar to Chromium's one. | 17 Add .gitignore file similar to Chromium's one. |
| 6 | 18 |
| 7 Fix SConstruct file to build with new logging code for Android. | 19 Fix SConstruct file to build with new logging code for Android. |
| 8 | 20 |
| 9 API: added function to find instance of template in prototype | 21 API: added function to find instance of template in prototype |
| 10 chain. Inlined Object::IsInstanceOf. | 22 chain. Inlined Object::IsInstanceOf. |
| (...skipping 1118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1129 | 1141 |
| 1130 Improved debugger support by allowing nested break points and by | 1142 Improved debugger support by allowing nested break points and by |
| 1131 dealing with stack-overflows when compiling functions before | 1143 dealing with stack-overflows when compiling functions before |
| 1132 setting break points in them. | 1144 setting break points in them. |
| 1133 | 1145 |
| 1134 | 1146 |
| 1135 2008-07-03: Version 0.1.0 | 1147 2008-07-03: Version 0.1.0 |
| 1136 | 1148 |
| 1137 Initial export. | 1149 Initial export. |
| 1138 | 1150 |
| OLD | NEW |