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

Side by Side Diff: ChangeLog

Issue 27129: Prepare push to trunk. Now working on version 1.0.3. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 10 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/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 2009-02-25: Version 1.0.2
2
3 Improved profiling support by performing simple call stack
4 sampling for ticks and by fixing a bug in the logging of code
5 addresses.
6
7 Fixed a number of debugger issues.
8
9 Optimized code that uses eval.
10
11 Fixed a couple of bugs in the regular expression engine.
12
13 Reduced the size of generated code for certain regular expressions.
14
15 Removed JSCRE completely.
16
17 Fixed issue where test could not be run if there was a dot in the
18 checkout path.
19
20
1 2009-02-13: Version 1.0.1 21 2009-02-13: Version 1.0.1
2 22
3 Fixed two crash-bugs in irregexp (issue 231 and 233). 23 Fixed two crash-bugs in irregexp (issue 231 and 233).
4 24
5 Fixed a number of minor bugs (issue 87, 227 and 228). 25 Fixed a number of minor bugs (issue 87, 227 and 228).
6 26
7 Added support for morphing strings to external strings on demand 27 Added support for morphing strings to external strings on demand
8 to avoid having to create copies in the embedding code. 28 to avoid having to create copies in the embedding code.
9 29
10 Removed experimental support for external symbol callbacks. 30 Removed experimental support for external symbol callbacks.
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 627
608 Improved debugger support by allowing nested break points and by 628 Improved debugger support by allowing nested break points and by
609 dealing with stack-overflows when compiling functions before 629 dealing with stack-overflows when compiling functions before
610 setting break points in them. 630 setting break points in them.
611 631
612 632
613 2008-07-03: Version 0.1.0 633 2008-07-03: Version 0.1.0
614 634
615 Initial export. 635 Initial export.
616 636
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