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

Unified Diff: ChangeLog

Issue 271583004: Sync change log and version file with trunk. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ChangeLog
diff --git a/ChangeLog b/ChangeLog
index 92d061bb9805bbe1b1b60469e6a775aa9223c859..2c0651d8da293053787d6cc4893b801cf3ea7fb4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,193 @@
-2014-04-15: Sentinel
+2014-05-09: Sentinel
The ChangeLog file is no longer maintained on bleeding_edge. This
sentinel should stay on top of this list.
+2014-05-09: Version 3.27.0
+
+ Unbreak samples and tools.
+
+ Performance and stability improvements on all platforms.
+
+
+2014-05-08: Version 3.26.33
+
+ Removed default Isolate (Chromium issue 359977).
+
+ Performance and stability improvements on all platforms.
+
+
+2014-05-07: Version 3.26.32
+
+ Performance and stability improvements on all platforms.
+
+
+2014-05-06: Version 3.26.31
+
+ Add a basic gn file for V8.
+
+ Performance and stability improvements on all platforms.
+
+
+2014-05-05: Version 3.26.30
+
+ Introduce a microtask suppression scope and move microtask methods to
+ isolate (Chromium issue 369503).
+
+ Re-enable Object.observe and add enforcement for security invariants.
+
+ Move cache line size calculation directly into CPU::FlushICache
+ (Chromium issue 359977).
+
+ Generation of our home-grown memmove doesn't depend on serializer state
+ anymore (Chromium issue 359977).
+
+ Fix |RunMicrotasks()| leaking reference to the last context being run
+ on.
+
+ Object.defineProperty shouldn't be a hint that we're constructing a
+ dictionary (Chromium issue 362870).
+
+ Performance and stability improvements on all platforms.
+
+
+2014-05-01: Version 3.26.29
+
+ Added a Isolate* parameter to Serializer::enabled() (Chromium issue
+ 359977).
+
+ ES6: Add support for Array.prototype.fill() (issue 3273).
+
+ Performance and stability improvements on all platforms.
+
+
+2014-04-29: Version 3.26.28
+
+ PromiseThen should ignore non-function parameters (Chromium issue
+ 347455).
+
+ Performance and stability improvements on all platforms.
+
+
+2014-04-29: Version 3.26.27
+
+ Error stack getter should not overwrite itself with a data property
+ (issue 3294).
+
+ Performance and stability improvements on all platforms.
+
+
+2014-04-28: Version 3.26.26
+
+ Expose promise value through promise mirror (issue 3093).
+
+ Simplified CPU/CpuFeatures a bit (Chromium issue 359977).
+
+ Performance and stability improvements on all platforms.
+
+
+2014-04-28: Version 3.26.25
+
+ Add timestamps to CPU profile samples (Chromium issue 363976).
+
+ Expose promise status through promise mirror (issue 3093).
+
+ Remove static CallCompletedCallback handlers.
+
+ Added an Isolate* field to NoTrackDoubleFieldsForSerializerScope,
+ PlatformFeatureScope and BinaryOpIC::State (Chromium issue 359977).
+
+ Trigger debug event on not yet caught exception in promises (issue
+ 3093).
+
+ Unbreak vtunejit=on (issue 3288).
+
+ Performance and stability improvements on all platforms.
+
+
+2014-04-25: Version 3.26.24
+
+ MIPS: CodeStubs contain their corresponding Isolate* now. (part 2)
+ (Chromium issue 359977).
+
+ MIPS: CodeStubs contain their corresponding Isolate* now. (part 1)
+ (Chromium issue 359977).
+
+ CodeStubs contain their corresponding Isolate* now. (part 2) (Chromium
+ issue 359977).
+
+ Make DescriptorArray::IsMoreGeneralThan() and DescriptorArray::Merge()
+ compatible again (Chromium issue 365172).
+
+ CodeStubs contain their corresponding Isolate* now. (part 1) (Chromium
+ issue 359977).
+
+ Performance and stability improvements on all platforms.
+
+
+2014-04-24: Version 3.26.23
+
+ Performance and stability improvements on all platforms.
+
+
+2014-04-23: Version 3.26.22
+
+ Disable field type tracking by default (Chromium issue 365172).
+
+ Performance and stability improvements on all platforms.
+
+
+2014-04-23: Version 3.26.21
+
+ Context-allocate all parameters in generators (issue 3280).
+
+ Simplify v8/Isolate teardown (Chromium issue 359977).
+
+ Performance and stability improvements on all platforms.
+
+
+2014-04-21: Version 3.26.20
+
+ ES6: Add support for Map/Set forEach (Chromium issues 1793, 2323).
+
+ Performance and stability improvements on all platforms.
+
+
+2014-04-18: Version 3.26.19
+
+ ES6: Add support for Map/Set forEach (Chromium issues 1793, 2323).
+
+ Performance and stability improvements on all platforms.
+
+
+2014-04-17: Version 3.26.18
+
+ Removed Isolate::EnterDefaultIsolate (Chromium issue 359977).
+
+ Performance and stability improvements on all platforms.
+
+
+2014-04-16: Version 3.26.17
+
+ Clear invalid field maps in PropertyAccessInfo (Chromium issue 363956).
+
+ ES6: Add support for Map/Set forEach (Chromium issues 1793, 2323).
+
+ Performance and stability improvements on all platforms.
+
+
+2014-04-16: Version 3.26.16
+
+ Removed EnterIsolateIfNeeded and a soon-to-be-useless assertion
+ (Chromium issue 359977).
+
+ Removed GetDefaultIsolate{Debugger,ForLocking,StackGuard} (Chromium
+ issue 359977).
+
+ Performance and stability improvements on all platforms.
+
+
2014-04-15: Version 3.26.15
Fix result of LCodeGen::DoWrapReceiver for strict functions and builtins
« 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