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

Side by Side Diff: ChangeLog

Issue 7087025: Prepare push to trunk. Now working on version 3.4.1. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 years, 6 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 2011-05-30: Version 3.4.0
2
3 Changed calls to undefined property setters to not throw (issue 1355).
4
5 Made RegExp objects not callable.
6
7 Made calls to JS builtins pass undefined when called with implicit
Mads Ager (chromium) 2011/05/30 06:30:29 This was reverted. I will put it back in this week
8 receiver.
9
10 Fixed issues on special case large JSON strings in new json parser
11 (issues http://crbug.com/83877 and http://crbug.com/84186).
12
13 Performance improvements on all platforms.
14
15
1 2011-05-25: Version 3.3.10 16 2011-05-25: Version 3.3.10
2 17
3 Fixed calls of strict mode function with an implicit receiver. 18 Fixed calls of strict mode function with an implicit receiver.
4 19
5 Fixed fast handling of arrays to properly deal with changes to the 20 Fixed fast handling of arrays to properly deal with changes to the
6 Object prototype (issue 1403). 21 Object prototype (issue 1403).
7 22
8 Changed strict mode poison pill to be the same type error function 23 Changed strict mode poison pill to be the same type error function
9 (issue 1387). 24 (issue 1387).
10 25
(...skipping 2819 matching lines...) Expand 10 before | Expand all | Expand 10 after
2830 2845
2831 Improved debugger support by allowing nested break points and by 2846 Improved debugger support by allowing nested break points and by
2832 dealing with stack-overflows when compiling functions before 2847 dealing with stack-overflows when compiling functions before
2833 setting break points in them. 2848 setting break points in them.
2834 2849
2835 2850
2836 2008-07-03: Version 0.1.0 2851 2008-07-03: Version 0.1.0
2837 2852
2838 Initial export. 2853 Initial export.
2839 2854
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