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

Side by Side Diff: ChangeLog

Issue 2280001: Prepare push to trunk. Now working on version 2.2.13. (Closed)
Patch Set: Created 10 years, 7 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
« 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-05-26: Version 2.2.12
2
3 Allowed accessors to be defined on objects rather than just object
4 templates.
5
6 Changed the ScriptData API.
7
8
1 2010-05-21: Version 2.2.11 9 2010-05-21: Version 2.2.11
2 10
3 Fix crash bug in liveedit on 64 bit. 11 Fix crash bug in liveedit on 64 bit.
4 12
5 Use 'full compiler' when debugging is active. This should increase 13 Use 'full compiler' when debugging is active. This should increase
6 the density of possible break points, making single step more fine 14 the density of possible break points, making single step more fine
7 grained. This will only take effect for functions compiled after 15 grained. This will only take effect for functions compiled after
8 debugging has been started, so recompilation of all functions is 16 debugging has been started, so recompilation of all functions is
9 required to get the full effect. IA32 and x64 only for now. 17 required to get the full effect. IA32 and x64 only for now.
10 18
(...skipping 1696 matching lines...) Expand 10 before | Expand all | Expand 10 after
1707 1715
1708 Improved debugger support by allowing nested break points and by 1716 Improved debugger support by allowing nested break points and by
1709 dealing with stack-overflows when compiling functions before 1717 dealing with stack-overflows when compiling functions before
1710 setting break points in them. 1718 setting break points in them.
1711 1719
1712 1720
1713 2008-07-03: Version 0.1.0 1721 2008-07-03: Version 0.1.0
1714 1722
1715 Initial export. 1723 Initial export.
1716 1724
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