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

Side by Side Diff: ChangeLog

Issue 5962002: Prepare push to trunk. Now working on version 3.0.4.... (Closed) Base URL: http://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-17: Version 3.0.3
2
3 Reapplied all changes for version 3.0.1.
4
5 Improved debugger protocol for remote debugging.
6
7 Added experimental support for using gyp to generate build files
8 for V8.
9
10 Fixed implementation of String::Write in the API (issue 975).
11
12
13 2010-12-15: Version 3.0.2
14
15 Revert version 3.0.1 and patch 3.0.1.1.
16
17
1 2010-12-13: Version 3.0.1 18 2010-12-13: Version 3.0.1
2 19
3 Added support for an experimental internationalization API as an 20 Added support for an experimental internationalization API as an
4 extension. This extension is disabled by default but can be enabled 21 extension. This extension is disabled by default but can be enabled
5 when building V8. The ECMAScript internationalization strawman is 22 when building V8. The ECMAScript internationalization strawman is
6 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api. 23 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
7 24
8 Made RegExp character class parsing stricter. This mirrors a change 25 Made RegExp character class parsing stricter. This mirrors a change
9 to RegExp parsing in WebKit. 26 to RegExp parsing in WebKit.
10 27
(...skipping 2287 matching lines...) Expand 10 before | Expand all | Expand 10 after
2298 2315
2299 Improved debugger support by allowing nested break points and by 2316 Improved debugger support by allowing nested break points and by
2300 dealing with stack-overflows when compiling functions before 2317 dealing with stack-overflows when compiling functions before
2301 setting break points in them. 2318 setting break points in them.
2302 2319
2303 2320
2304 2008-07-03: Version 0.1.0 2321 2008-07-03: Version 0.1.0
2305 2322
2306 Initial export. 2323 Initial export.
2307 2324
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