Diff
Modified: trunk/Source/WebCore/ChangeLog (120287 => 120288)
--- trunk/Source/WebCore/ChangeLog 2012-06-14 06:47:32 UTC (rev 120287)
+++ trunk/Source/WebCore/ChangeLog 2012-06-14 06:54:06 UTC (rev 120288)
@@ -1,3 +1,21 @@
+2012-06-13 MORITA Hajime <morr...@google.com>
+
+ Unreviewed expectation update.
+
+ * bindings/scripts/test/V8/V8Float64Array.cpp:
+ * bindings/scripts/test/V8/V8TestActiveDOMObject.cpp:
+ * bindings/scripts/test/V8/V8TestCustomNamedGetter.cpp:
+ * bindings/scripts/test/V8/V8TestEventConstructor.cpp:
+ * bindings/scripts/test/V8/V8TestEventTarget.cpp:
+ * bindings/scripts/test/V8/V8TestException.cpp:
+ * bindings/scripts/test/V8/V8TestInterface.cpp:
+ * bindings/scripts/test/V8/V8TestMediaQueryListListener.cpp:
+ * bindings/scripts/test/V8/V8TestNamedConstructor.cpp:
+ * bindings/scripts/test/V8/V8TestNode.cpp:
+ * bindings/scripts/test/V8/V8TestObj.cpp:
+ (WebCore::V8TestObj::installPerContextProperties):
+ * bindings/scripts/test/V8/V8TestSerializedScriptValueInterface.cpp:
+
2012-06-13 Kinuko Yasuda <kin...@chromium.org>
Move isolated file system code out of chromium-specific directory
Modified: trunk/Source/WebCore/bindings/scripts/test/V8/V8Float64Array.cpp (120287 => 120288)
--- trunk/Source/WebCore/bindings/scripts/test/V8/V8Float64Array.cpp 2012-06-14 06:47:32 UTC (rev 120287)
+++ trunk/Source/WebCore/bindings/scripts/test/V8/V8Float64Array.cpp 2012-06-14 06:54:06 UTC (rev 120288)
@@ -21,7 +21,7 @@
#include "config.h"
#include "V8Float64Array.h"
-#include "ContextEnabledFeatures.h"
+#include "ContextFeatures.h"
#include "ExceptionCode.h"
#include "RuntimeEnabledFeatures.h"
#include "V8ArrayBufferView.h"
Modified: trunk/Source/WebCore/bindings/scripts/test/V8/V8TestActiveDOMObject.cpp (120287 => 120288)
--- trunk/Source/WebCore/bindings/scripts/test/V8/V8TestActiveDOMObject.cpp 2012-06-14 06:47:32 UTC (rev 120287)
+++ trunk/Source/WebCore/bindings/scripts/test/V8/V8TestActiveDOMObject.cpp 2012-06-14 06:54:06 UTC (rev 120288)
@@ -21,7 +21,7 @@
#include "config.h"
#include "V8TestActiveDOMObject.h"
-#include "ContextEnabledFeatures.h"
+#include "ContextFeatures.h"
#include "ExceptionCode.h"
#include "RuntimeEnabledFeatures.h"
#include "V8Binding.h"
Modified: trunk/Source/WebCore/bindings/scripts/test/V8/V8TestCustomNamedGetter.cpp (120287 => 120288)
--- trunk/Source/WebCore/bindings/scripts/test/V8/V8TestCustomNamedGetter.cpp 2012-06-14 06:47:32 UTC (rev 120287)
+++ trunk/Source/WebCore/bindings/scripts/test/V8/V8TestCustomNamedGetter.cpp 2012-06-14 06:54:06 UTC (rev 120288)
@@ -21,7 +21,7 @@
#include "config.h"
#include "V8TestCustomNamedGetter.h"
-#include "ContextEnabledFeatures.h"
+#include "ContextFeatures.h"
#include "ExceptionCode.h"
#include "RuntimeEnabledFeatures.h"
#include "V8Binding.h"
Modified: trunk/Source/WebCore/bindings/scripts/test/V8/V8TestEventConstructor.cpp (120287 => 120288)
--- trunk/Source/WebCore/bindings/scripts/test/V8/V8TestEventConstructor.cpp 2012-06-14 06:47:32 UTC (rev 120287)
+++ trunk/Source/WebCore/bindings/scripts/test/V8/V8TestEventConstructor.cpp 2012-06-14 06:54:06 UTC (rev 120288)
@@ -21,7 +21,7 @@
#include "config.h"
#include "V8TestEventConstructor.h"
-#include "ContextEnabledFeatures.h"
+#include "ContextFeatures.h"
#include "Dictionary.h"
#include "RuntimeEnabledFeatures.h"
#include "V8Binding.h"
Modified: trunk/Source/WebCore/bindings/scripts/test/V8/V8TestEventTarget.cpp (120287 => 120288)
--- trunk/Source/WebCore/bindings/scripts/test/V8/V8TestEventTarget.cpp 2012-06-14 06:47:32 UTC (rev 120287)
+++ trunk/Source/WebCore/bindings/scripts/test/V8/V8TestEventTarget.cpp 2012-06-14 06:54:06 UTC (rev 120288)
@@ -21,7 +21,7 @@
#include "config.h"
#include "V8TestEventTarget.h"
-#include "ContextEnabledFeatures.h"
+#include "ContextFeatures.h"
#include "ExceptionCode.h"
#include "RuntimeEnabledFeatures.h"
#include "V8Binding.h"
Modified: trunk/Source/WebCore/bindings/scripts/test/V8/V8TestException.cpp (120287 => 120288)
--- trunk/Source/WebCore/bindings/scripts/test/V8/V8TestException.cpp 2012-06-14 06:47:32 UTC (rev 120287)
+++ trunk/Source/WebCore/bindings/scripts/test/V8/V8TestException.cpp 2012-06-14 06:54:06 UTC (rev 120288)
@@ -21,7 +21,7 @@
#include "config.h"
#include "V8TestException.h"
-#include "ContextEnabledFeatures.h"
+#include "ContextFeatures.h"
#include "RuntimeEnabledFeatures.h"
#include "V8Binding.h"
#include "V8BindingState.h"
Modified: trunk/Source/WebCore/bindings/scripts/test/V8/V8TestInterface.cpp (120287 => 120288)
--- trunk/Source/WebCore/bindings/scripts/test/V8/V8TestInterface.cpp 2012-06-14 06:47:32 UTC (rev 120287)
+++ trunk/Source/WebCore/bindings/scripts/test/V8/V8TestInterface.cpp 2012-06-14 06:54:06 UTC (rev 120288)
@@ -23,7 +23,7 @@
#if ENABLE(Condition1) || ENABLE(Condition2)
-#include "ContextEnabledFeatures.h"
+#include "ContextFeatures.h"
#include "ExceptionCode.h"
#include "RuntimeEnabledFeatures.h"
#include "TestSupplemental.h"
Modified: trunk/Source/WebCore/bindings/scripts/test/V8/V8TestMediaQueryListListener.cpp (120287 => 120288)
--- trunk/Source/WebCore/bindings/scripts/test/V8/V8TestMediaQueryListListener.cpp 2012-06-14 06:47:32 UTC (rev 120287)
+++ trunk/Source/WebCore/bindings/scripts/test/V8/V8TestMediaQueryListListener.cpp 2012-06-14 06:54:06 UTC (rev 120288)
@@ -21,7 +21,7 @@
#include "config.h"
#include "V8TestMediaQueryListListener.h"
-#include "ContextEnabledFeatures.h"
+#include "ContextFeatures.h"
#include "ExceptionCode.h"
#include "MediaQueryListListener.h"
#include "RuntimeEnabledFeatures.h"
Modified: trunk/Source/WebCore/bindings/scripts/test/V8/V8TestNamedConstructor.cpp (120287 => 120288)
--- trunk/Source/WebCore/bindings/scripts/test/V8/V8TestNamedConstructor.cpp 2012-06-14 06:47:32 UTC (rev 120287)
+++ trunk/Source/WebCore/bindings/scripts/test/V8/V8TestNamedConstructor.cpp 2012-06-14 06:54:06 UTC (rev 120288)
@@ -21,7 +21,7 @@
#include "config.h"
#include "V8TestNamedConstructor.h"
-#include "ContextEnabledFeatures.h"
+#include "ContextFeatures.h"
#include "ExceptionCode.h"
#include "RuntimeEnabledFeatures.h"
#include "V8Binding.h"
Modified: trunk/Source/WebCore/bindings/scripts/test/V8/V8TestNode.cpp (120287 => 120288)
--- trunk/Source/WebCore/bindings/scripts/test/V8/V8TestNode.cpp 2012-06-14 06:47:32 UTC (rev 120287)
+++ trunk/Source/WebCore/bindings/scripts/test/V8/V8TestNode.cpp 2012-06-14 06:54:06 UTC (rev 120288)
@@ -21,7 +21,7 @@
#include "config.h"
#include "V8TestNode.h"
-#include "ContextEnabledFeatures.h"
+#include "ContextFeatures.h"
#include "RuntimeEnabledFeatures.h"
#include "V8Binding.h"
#include "V8BindingState.h"
Modified: trunk/Source/WebCore/bindings/scripts/test/V8/V8TestObj.cpp (120287 => 120288)
--- trunk/Source/WebCore/bindings/scripts/test/V8/V8TestObj.cpp 2012-06-14 06:47:32 UTC (rev 120287)
+++ trunk/Source/WebCore/bindings/scripts/test/V8/V8TestObj.cpp 2012-06-14 06:54:06 UTC (rev 120288)
@@ -21,7 +21,7 @@
#include "config.h"
#include "V8TestObj.h"
-#include "ContextEnabledFeatures.h"
+#include "ContextFeatures.h"
#include "Dictionary.h"
#include "ExceptionCode.h"
#include "HTMLNames.h"
@@ -2155,13 +2155,13 @@
v8::Local<v8::Object> proto = v8::Local<v8::Object>::Cast(instance->GetPrototype());
// When building QtWebkit with V8 this variable is unused when none of the features are enabled.
UNUSED_PARAM(proto);
- if (ContextEnabledFeatures::enabledAtContextAttr1Enabled(impl)) {
+ if (ContextFeatures::enabledAtContextAttr1Enabled(impl->document())) {
static const BatchedAttribute attrData =\
// Attribute 'enabledAtContextAttr1' (Type: 'attribute' ExtAttr: 'V8EnabledPerContext')
{"enabledAtContextAttr1", TestObjV8Internal::enabledAtContextAttr1AttrGetter, TestObjV8Internal::enabledAtContextAttr1AttrSetter, 0 /* no data */, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), 0 /* on instance */};
configureAttribute(instance, proto, attrData);
}
- if (ContextEnabledFeatures::featureNameEnabled(impl)) {
+ if (ContextFeatures::featureNameEnabled(impl->document())) {
static const BatchedAttribute attrData =\
// Attribute 'enabledAtContextAttr2' (Type: 'attribute' ExtAttr: 'V8EnabledPerContext')
{"enabledAtContextAttr2", TestObjV8Internal::enabledAtContextAttr2AttrGetter, TestObjV8Internal::enabledAtContextAttr2AttrSetter, 0 /* no data */, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), 0 /* on instance */};
Modified: trunk/Source/WebCore/bindings/scripts/test/V8/V8TestSerializedScriptValueInterface.cpp (120287 => 120288)
--- trunk/Source/WebCore/bindings/scripts/test/V8/V8TestSerializedScriptValueInterface.cpp 2012-06-14 06:47:32 UTC (rev 120287)
+++ trunk/Source/WebCore/bindings/scripts/test/V8/V8TestSerializedScriptValueInterface.cpp 2012-06-14 06:54:06 UTC (rev 120288)
@@ -23,7 +23,7 @@
#if ENABLE(Condition1) || ENABLE(Condition2)
-#include "ContextEnabledFeatures.h"
+#include "ContextFeatures.h"
#include "ExceptionCode.h"
#include "MessagePort.h"
#include "RuntimeEnabledFeatures.h"