Version 3.25.6 (based on bleeding_edge revision r19746)

Replace the recursion in PropagateMinusZeroChecks() with a loop and a worklist (issue 3204).

Reland "Enable Object.observe by default" (issue 2409).

Enable Object.observe by default (issue 2409).

AllocationTracker now maintains a map from address range to stack trace that allocated the range. When snapshot is generated the map is used to find construction stack trace for an object using its address (Chromium issue 277984).

Introduce Runtime_GetAllScopesDetails to get all scopes at once for a frame (Chromium issue 340285).

Reduce heavy runtime calls from debug mirrors (Chromium issue 340285).

Check and clear date cache in DateCurrentTime, DateLocalTimezone and getTimezoneOffset (Chromium issue 142141).

Performance and stability improvements on all platforms.

git-svn-id: http://v8.googlecode.com/svn/trunk@19747 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
diff --git a/.gitignore b/.gitignore
index 1b74e7f..de51f8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,7 +47,7 @@
 /test/mozilla/data
 /test/mozilla/downloaded_*
 /test/test262/data
-/test/test262/test262-*
+/test/test262/tc39-test262-*
 /third_party
 /tools/jsfunfuzz
 /tools/jsfunfuzz.zip