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

Side by Side Diff: ChangeLog

Issue 112863002: Merge bleeding_edge 18021:18297 (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
Patch Set: Created 7 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 | « .clang-format ('k') | Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2013-12-09: Version 3.24.0
2
3 Performance and stability improvements on all platforms.
4
5
6 2013-12-04: Version 3.23.18
7
8 Performance and stability improvements on all platforms.
9
10
11 2013-12-03: Version 3.23.17
12
13 Performance and stability improvements on all platforms.
14
15
16 2013-12-02: Version 3.23.16
17
18 Array builtins need to be prevented from changing frozen objects, and
19 changing structure on sealed objects (Chromium issue 299979).
20
21 Performance and stability improvements on all platforms.
22
23
24 2013-11-29: Version 3.23.15
25
26 Fix context register allocation in LTransitionElementsKind
27 (Chromium issue 324306).
28
29 Fix bug in inlining Function.apply (Chromium issue 323942).
30
31 Ensure that length is Smi in TypedArrayFromArrayLike constructor
32 (Chromium issue 324028).
33
34 Performance and stability improvements on all platforms.
35
36
37 2013-11-28: Version 3.23.14
38
39 Shorten autogenerated error message (issue 3019).
40
41 Performance and stability improvements on all platforms.
42
43
44 2013-11-27: Version 3.23.13
45
46 Increase precision for base conversion for large integers (issue 3025).
47
48 Flatten cons string for single character substrings (Chromium issue
49 323041).
50
51 Performance and stability improvements on all platforms.
52
53
54 2013-11-26: Version 3.23.12
55
56 Performance and stability improvements on all platforms.
57
58
59 2013-11-25: Version 3.23.11
60
61 Deprecate old versions of Isolate::SetData and GetData.
62
63 Performance and stability improvements on all platforms.
64
65
1 2013-11-22: Version 3.23.10 66 2013-11-22: Version 3.23.10
2 67
3 Remove preemption thread and API. 68 Remove preemption thread and API.
4 (issue 3004) 69 (issue 3004)
5 70
6 Performance and stability improvements on all platforms. 71 Performance and stability improvements on all platforms.
7 72
8 73
9 2013-11-21: Version 3.23.9 74 2013-11-21: Version 3.23.9
10 75
(...skipping 6289 matching lines...) Expand 10 before | Expand all | Expand 10 after
6300 setting break points in them. 6365 setting break points in them.
6301 6366
6302 6367
6303 2008-07-03: Version 0.1.0 6368 2008-07-03: Version 0.1.0
6304 6369
6305 Initial export. 6370 Initial export.
6306 6371
6307 # Local Variables: 6372 # Local Variables:
6308 # mode:text 6373 # mode:text
6309 # End: 6374 # End:
OLDNEW
« no previous file with comments | « .clang-format ('k') | Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698