Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 2011-07-06: Version 3.4.10 | |
| 2 | |
| 3 Fixed assert hit in runtime profiles when running on IA32 without | |
| 4 snapshot(issue 1522). | |
|
Søren Thygesen Gjesse
2011/07/06 09:31:52
Missing space before (.
Jakob Kummerow
2011/07/06 09:33:28
Done.
Sven Panne
2011/07/06 09:57:54
Slightly obscure grammar, perhaps "Fixed an assert
| |
| 5 | |
| 6 Fixed ABI for API calls on IA32 (for clang compatibility). | |
| 7 | |
| 8 Introduced code flushing of RegExp code to free memory used by | |
| 9 RegExps sooner. | |
| 10 | |
| 11 Fixed linux-tick-processor built wrong version of v8 (issue 1532). | |
| 12 | |
| 13 Fixed assert hit in v8::TryCache::StackTrace (issue 1529). | |
| 14 | |
| 15 Performance improvements on all platforms. | |
| 16 | |
| 17 | |
| 1 2011-07-04: Version 3.4.9 | 18 2011-07-04: Version 3.4.9 |
| 2 | 19 |
| 3 Added support for debugger inspection of locals in optimized frames | 20 Added support for debugger inspection of locals in optimized frames |
| 4 (issue 1140). | 21 (issue 1140). |
| 5 | 22 |
| 6 Fixed SConstruct to pass correct defines to samples/preparser when | 23 Fixed SConstruct to pass correct defines to samples/preparser when |
| 7 building with library=shared. | 24 building with library=shared. |
| 8 | 25 |
| 9 Made date parser handle ES5 Date Time Strings correctly (issue 1498). | 26 Made date parser handle ES5 Date Time Strings correctly (issue 1498). |
| 10 | 27 |
| (...skipping 2989 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3000 setting break points in them. | 3017 setting break points in them. |
| 3001 | 3018 |
| 3002 | 3019 |
| 3003 2008-07-03: Version 0.1.0 | 3020 2008-07-03: Version 0.1.0 |
| 3004 | 3021 |
| 3005 Initial export. | 3022 Initial export. |
| 3006 | 3023 |
| 3007 # Local Variables: | 3024 # Local Variables: |
| 3008 # mode:text | 3025 # mode:text |
| 3009 # End: | 3026 # End: |
| OLD | NEW |