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

Side by Side Diff: ChangeLog

Issue 71001: Prepare a push to trunk (version 1.1.8). (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 8 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-04-11: Version 1.1.8
2
3 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
4
5 Fixed step-in handling for Function.prototype.apply and call in
6 the debugger (issue 269).
7
8 Fixed v8::Object::DeleteHiddenValue to not bail out when there
9 are no hidden properties.
10
11 Added workaround for crash bug, where external symbol table
12 entries with deleted resources would lead to NPEs when looking
13 up in the symbol table.
14
15
1 2009-04-07: Version 1.1.7 16 2009-04-07: Version 1.1.7
2 17
3 Added support for easily importing additional environment 18 Added support for easily importing additional environment
4 variables into the SCons build. 19 variables into the SCons build.
5 20
6 Optimized strict equality checks. 21 Optimized strict equality checks.
7 22
8 Fixed crash in indexed setters on objects without a corresponding 23 Fixed crash in indexed setters on objects without a corresponding
9 getter (issue 298). 24 getter (issue 298).
10 25
(...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after
767 782
768 Improved debugger support by allowing nested break points and by 783 Improved debugger support by allowing nested break points and by
769 dealing with stack-overflows when compiling functions before 784 dealing with stack-overflows when compiling functions before
770 setting break points in them. 785 setting break points in them.
771 786
772 787
773 2008-07-03: Version 0.1.0 788 2008-07-03: Version 0.1.0
774 789
775 Initial export. 790 Initial export.
776 791
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