Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Side by Side Diff: ChangeLog

Issue 5763002: Prepare push to trunk. Now working on version 3.0.2. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2010-12-13: Version 3.0.1
2
3 Added support for an experimental internationalization API as an
4 extension. This extension is disabled by default but can be enabled
5 when building V8. The ECMAScript internationalization strawman is
6 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
7
8 Made RegExp character class parsing stricter. This mirrors a change
9 to RegExp parsing in WebKit.
10
11 Fixed a bug in Object.defineProperty when used to change attributes
12 of an existing property. It incorrectly set the property value to
13 undefined (issue 965).
14
15 Fixed several different compilation failures on various platforms
16 caused by the 3.0.0 release.
17
18 Optimized Math.pow so it can work on unboxed doubles.
19
20 Sped up quoting of JSON strings by removing one traversal of the
21 string.
22
23
1 2010-12-07: Version 3.0.0 24 2010-12-07: Version 3.0.0
2 25
3 Improved performance by (partially) addressing issue 957 on 26 Improved performance by (partially) addressing issue 957 on
4 IA-32. Still needs more work for the other architectures. 27 IA-32. Still needs more work for the other architectures.
5 28
6 29
7 2010-11-29: Version 2.5.9 30 2010-11-29: Version 2.5.9
8 31
9 Fixed crashes during GC caused by partially initialize heap 32 Fixed crashes during GC caused by partially initialize heap
10 objects. 33 objects.
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 script to tools and --ll-prof flag to V8. 148 script to tools and --ll-prof flag to V8.
126 149
127 150
128 2010-10-18: Version 2.5.0 151 2010-10-18: Version 2.5.0
129 152
130 Fixed bug in cache handling of lastIndex on global regexps 153 Fixed bug in cache handling of lastIndex on global regexps
131 (issue http://crbug.com/58740). 154 (issue http://crbug.com/58740).
132 155
133 Added USE_SIMULATOR macro that explicitly indicates that we wish to use 156 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
134 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com> 157 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
135 » from Hewlett-Packard Development Company, LP). 158 from Hewlett-Packard Development Company, LP).
136 159
137 Fixed compilation error on ARM with gcc 4.4 (issue 894). 160 Fixed compilation error on ARM with gcc 4.4 (issue 894).
138 161
139 162
140 2010-10-13: Version 2.4.9 163 2010-10-13: Version 2.4.9
141 164
142 Fixed a bug in the handling of conditional expressions in test 165 Fixed a bug in the handling of conditional expressions in test
143 contexts in compiler for top-level code. 166 contexts in compiler for top-level code.
144 167
145 Added "//@ sourceURL" information to the StackTrace API. 168 Added "//@ sourceURL" information to the StackTrace API.
(...skipping 2129 matching lines...) Expand 10 before | Expand all | Expand 10 after
2275 2298
2276 Improved debugger support by allowing nested break points and by 2299 Improved debugger support by allowing nested break points and by
2277 dealing with stack-overflows when compiling functions before 2300 dealing with stack-overflows when compiling functions before
2278 setting break points in them. 2301 setting break points in them.
2279 2302
2280 2303
2281 2008-07-03: Version 0.1.0 2304 2008-07-03: Version 0.1.0
2282 2305
2283 Initial export. 2306 Initial export.
2284 2307
OLDNEW
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698