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

Side by Side Diff: ChangeLog

Issue 9966002: Prepare push to trunk. Now working on version 3.10.1. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 8 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 | 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 2012-03-30: Version 3.10.0
2
3 Fixed store IC writability check in strict mode
4 (Chromium issue 120099).
5
6 Resynchronize timers if the Windows system time was changed.
7 (Chromium issue 119815)
8
9 Removed "-mfloat-abi=hard" from host compiler cflags when building for
10 hardfp ARM
11 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
12
13 Fixed edge case for case independent regexp character classes
14 (issue 2032).
15
16 Reset function info counters after context disposal.
17 (Chromium issue 117767, V8 issue 1902)
18
19 Fixed missing write barrier in CopyObjectToObjectElements.
20 (Chromium issue 119926)
21
22 Fixed missing bounds check in HasElementImpl.
23 (Chromium issue 119925)
24
25 Performance and stability improvements on all platforms.
26
27
1 2012-03-23: Version 3.9.24 28 2012-03-23: Version 3.9.24
2 29
3 Activated count-based profiler for ARM. 30 Activated count-based profiler for ARM.
4 31
5 Fixed use of proxies as f.prototype properties. (issue 2021) 32 Fixed use of proxies as f.prototype properties. (issue 2021)
6 33
7 Enabled snapshots on MIPS. 34 Enabled snapshots on MIPS.
8 35
9 Performance and stability improvements on all platforms. 36 Performance and stability improvements on all platforms.
10 37
(...skipping 3917 matching lines...) Expand 10 before | Expand all | Expand 10 after
3928 setting break points in them. 3955 setting break points in them.
3929 3956
3930 3957
3931 2008-07-03: Version 0.1.0 3958 2008-07-03: Version 0.1.0
3932 3959
3933 Initial export. 3960 Initial export.
3934 3961
3935 # Local Variables: 3962 # Local Variables:
3936 # mode:text 3963 # mode:text
3937 # End: 3964 # End:
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