aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authormachenbach@chromium.org <machenbach@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>2014-08-07 08:39:21 +0000
committermachenbach@chromium.org <machenbach@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>2014-08-07 08:39:21 +0000
commit9d72b8dd94263d9f500f18255d67f0c7b8c3527a (patch)
tree2c1ca095948262c96f10076ad2657e85962cf3ab /build
parentcdbcce18778eb3df29e0aebc9743531b2be9956d (diff)
downloadv8-9d72b8dd94263d9f500f18255d67f0c7b8c3527a.tar.gz
Version 3.28.62 (based on bleeding_edge revision r22958)
Only escape U+0022 in argument values of `String.prototype` HTML methods (issue 2217). Update webkit test for expected own properties. This implements unscopables (issue 3401). Add `CheckObjectCoercible` for the `String.prototype` HTML methods (issue 2218). Add initial support for compiler unit tests using GTest/GMock (issue 3489). Trigger exception debug events on Promise reject (Chromium issue 393913). Refactor unit tests for the base library to use GTest (issue 3489). Performance and stability improvements on all platforms. git-svn-id: https://v8.googlecode.com/svn/trunk@22960 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 3860379ea..b0b4fa687 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -10,6 +10,7 @@
'dependencies': [
'../samples/samples.gyp:*',
'../src/d8.gyp:d8',
+ '../test/base-unittests/base-unittests.gyp:*',
'../test/cctest/cctest.gyp:*',
],
'conditions': [