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

Side by Side Diff: ChangeLog

Issue 12511: Added the v8::jscre namespace around the jscre functions to avoid link errors... (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: Created 12 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/api.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 2008-11-26: Version 0.4.4.1
2
3 Added the v8::jscre namespace around the jscre functions to avoid
4 link errors (duplicate symbols) when building Google Chrome.
5
6
1 2008-11-17: Version 0.4.4 7 2008-11-17: Version 0.4.4
2 8
3 Reduced code size by using shorter instruction encoding when 9 Reduced code size by using shorter instruction encoding when
4 possible. 10 possible.
5 11
6 Added a --help option to the shell sample and to the d8 shell. 12 Added a --help option to the shell sample and to the d8 shell.
7 13
8 Added visual studio project files for building the ARM simulator. 14 Added visual studio project files for building the ARM simulator.
9 15
10 Fixed a number of ARM simulator issues. 16 Fixed a number of ARM simulator issues.
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 472
467 Improved debugger support by allowing nested break points and by 473 Improved debugger support by allowing nested break points and by
468 dealing with stack-overflows when compiling functions before 474 dealing with stack-overflows when compiling functions before
469 setting break points in them. 475 setting break points in them.
470 476
471 477
472 2008-07-03: Version 0.1.0 478 2008-07-03: Version 0.1.0
473 479
474 Initial export. 480 Initial export.
475 481
OLDNEW
« no previous file with comments | « no previous file | src/api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698