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

Side by Side Diff: ChangeLog

Issue 6066010: Merge 6095:6198 from bleeding_edge to experimental/gc. (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/gc/
Patch Set: Created 9 years, 11 months 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 | MERGE » ('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-01-05: Version 3.0.6
2
3 Allowed getters and setters on JSArray elements (Issue 900).
4
5 Stopped JSON objects from hitting inherited setters (part of
6 Issue 1015).
7
8 Allowed numbers and strings as names of getters/setters in object
9 initializer (Issue 820).
10
11 Added use_system_v8 option to gyp (off by default), to make it easier
12 for Linux distributions to ship with system-provided V8 library.
13
14 Exported external array data accessors (Issue 1016).
15
16 Added labelled thread names to help with debugging (on Linux).
17
18
19 2011-01-03: Version 3.0.5
20
21 Fixed a couple of cast errors for gcc-3.4.3.
22
23 Performance improvements in GC and IA32 code generator.
24
25
1 2010-12-21: Version 3.0.4 26 2010-12-21: Version 3.0.4
2 27
3 Added Date::ResetCache() to the API so that the cached values in the 28 Added Date::ResetCache() to the API so that the cached values in the
4 Date object can be reset to allow live DST / timezone changes. 29 Date object can be reset to allow live DST / timezone changes.
5 30
6 Extended existing support for printing (while debugging) the contents 31 Extended existing support for printing (while debugging) the contents
7 of objects. Added support for printing objects from release builds. 32 of objects. Added support for printing objects from release builds.
8 33
9 Fixed V8 issues 989, 1006, and 1007. 34 Fixed V8 issues 989, 1006, and 1007.
10 35
(...skipping 2315 matching lines...) Expand 10 before | Expand all | Expand 10 after
2326 2351
2327 Improved debugger support by allowing nested break points and by 2352 Improved debugger support by allowing nested break points and by
2328 dealing with stack-overflows when compiling functions before 2353 dealing with stack-overflows when compiling functions before
2329 setting break points in them. 2354 setting break points in them.
2330 2355
2331 2356
2332 2008-07-03: Version 0.1.0 2357 2008-07-03: Version 0.1.0
2333 2358
2334 Initial export. 2359 Initial export.
2335 2360
OLDNEW
« no previous file with comments | « no previous file | MERGE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698