Diff
Modified: trunk/Source/WebCore/ChangeLog (117924 => 117925)
--- trunk/Source/WebCore/ChangeLog 2012-05-22 07:30:20 UTC (rev 117924)
+++ trunk/Source/WebCore/ChangeLog 2012-05-22 07:40:05 UTC (rev 117925)
@@ -1,3 +1,21 @@
+2012-05-22 MORITA Hajime <[email protected]>
+
+ Unreviewed expectations update against r117989.
+
+ * 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-05-21 Ilya Tikhonovsky <[email protected]>
Web Inspector: migrate dominatorIndex code to the front-end calculated dominatorsTree.
Modified: trunk/Source/WebCore/bindings/scripts/test/V8/V8Float64Array.cpp (117924 => 117925)
--- trunk/Source/WebCore/bindings/scripts/test/V8/V8Float64Array.cpp 2012-05-22 07:30:20 UTC (rev 117924)
+++ trunk/Source/WebCore/bindings/scripts/test/V8/V8Float64Array.cpp 2012-05-22 07:40:05 UTC (rev 117925)
@@ -21,6 +21,7 @@
#include "config.h"
#include "V8Float64Array.h"
+#include "ContextEnabledFeatures.h"
#include "ExceptionCode.h"
#include "RuntimeEnabledFeatures.h"
#include "V8ArrayBufferView.h"
Modified: trunk/Source/WebCore/bindings/scripts/test/V8/V8TestActiveDOMObject.cpp (117924 => 117925)
--- trunk/Source/WebCore/bindings/scripts/test/V8/V8TestActiveDOMObject.cpp 2012-05-22 07:30:20 UTC (rev 117924)
+++ trunk/Source/WebCore/bindings/scripts/test/V8/V8TestActiveDOMObject.cpp 2012-05-22 07:40:05 UTC (rev 117925)
@@ -21,6 +21,7 @@
#include "config.h"
#include "V8TestActiveDOMObject.h"
+#include "ContextEnabledFeatures.h"
#include "ExceptionCode.h"
#include "RuntimeEnabledFeatures.h"
#include "V8Binding.h"
Modified: trunk/Source/WebCore/bindings/scripts/test/V8/V8TestCustomNamedGetter.cpp (117924 => 117925)
--- trunk/Source/WebCore/bindings/scripts/test/V8/V8TestCustomNamedGetter.cpp 2012-05-22 07:30:20 UTC (rev 117924)
+++ trunk/Source/WebCore/bindings/scripts/test/V8/V8TestCustomNamedGetter.cpp 2012-05-22 07:40:05 UTC (rev 117925)
@@ -21,6 +21,7 @@
#include "config.h"
#include "V8TestCustomNamedGetter.h"
+#include "ContextEnabledFeatures.h"
#include "ExceptionCode.h"
#include "RuntimeEnabledFeatures.h"
#include "V8Binding.h"
Modified: trunk/Source/WebCore/bindings/scripts/test/V8/V8TestEventConstructor.cpp (117924 => 117925)
--- trunk/Source/WebCore/bindings/scripts/test/V8/V8TestEventConstructor.cpp 2012-05-22 07:30:20 UTC (rev 117924)
+++ trunk/Source/WebCore/bindings/scripts/test/V8/V8TestEventConstructor.cpp 2012-05-22 07:40:05 UTC (rev 117925)
@@ -21,6 +21,7 @@
#include "config.h"
#include "V8TestEventConstructor.h"
+#include "ContextEnabledFeatures.h"
#include "Dictionary.h"
#include "RuntimeEnabledFeatures.h"
#include "V8Binding.h"
Modified: trunk/Source/WebCore/bindings/scripts/test/V8/V8TestEventTarget.cpp (117924 => 117925)
--- trunk/Source/WebCore/bindings/scripts/test/V8/V8TestEventTarget.cpp 2012-05-22 07:30:20 UTC (rev 117924)
+++ trunk/Source/WebCore/bindings/scripts/test/V8/V8TestEventTarget.cpp 2012-05-22 07:40:05 UTC (rev 117925)
@@ -21,6 +21,7 @@
#include "config.h"
#include "V8TestEventTarget.h"
+#include "ContextEnabledFeatures.h"
#include "ExceptionCode.h"
#include "RuntimeEnabledFeatures.h"
#include "V8Binding.h"
Modified: trunk/Source/WebCore/bindings/scripts/test/V8/V8TestException.cpp (117924 => 117925)
--- trunk/Source/WebCore/bindings/scripts/test/V8/V8TestException.cpp 2012-05-22 07:30:20 UTC (rev 117924)
+++ trunk/Source/WebCore/bindings/scripts/test/V8/V8TestException.cpp 2012-05-22 07:40:05 UTC (rev 117925)
@@ -21,6 +21,7 @@
#include "config.h"
#include "V8TestException.h"
+#include "ContextEnabledFeatures.h"
#include "RuntimeEnabledFeatures.h"
#include "V8Binding.h"
#include "V8BindingState.h"
Modified: trunk/Source/WebCore/bindings/scripts/test/V8/V8TestInterface.cpp (117924 => 117925)
--- trunk/Source/WebCore/bindings/scripts/test/V8/V8TestInterface.cpp 2012-05-22 07:30:20 UTC (rev 117924)
+++ trunk/Source/WebCore/bindings/scripts/test/V8/V8TestInterface.cpp 2012-05-22 07:40:05 UTC (rev 117925)
@@ -23,6 +23,7 @@
#if ENABLE(Condition1) || ENABLE(Condition2)
+#include "ContextEnabledFeatures.h"
#include "ExceptionCode.h"
#include "RuntimeEnabledFeatures.h"
#include "TestSupplemental.h"
Modified: trunk/Source/WebCore/bindings/scripts/test/V8/V8TestMediaQueryListListener.cpp (117924 => 117925)
--- trunk/Source/WebCore/bindings/scripts/test/V8/V8TestMediaQueryListListener.cpp 2012-05-22 07:30:20 UTC (rev 117924)
+++ trunk/Source/WebCore/bindings/scripts/test/V8/V8TestMediaQueryListListener.cpp 2012-05-22 07:40:05 UTC (rev 117925)
@@ -21,6 +21,7 @@
#include "config.h"
#include "V8TestMediaQueryListListener.h"
+#include "ContextEnabledFeatures.h"
#include "ExceptionCode.h"
#include "MediaQueryListListener.h"
#include "RuntimeEnabledFeatures.h"
Modified: trunk/Source/WebCore/bindings/scripts/test/V8/V8TestNamedConstructor.cpp (117924 => 117925)
--- trunk/Source/WebCore/bindings/scripts/test/V8/V8TestNamedConstructor.cpp 2012-05-22 07:30:20 UTC (rev 117924)
+++ trunk/Source/WebCore/bindings/scripts/test/V8/V8TestNamedConstructor.cpp 2012-05-22 07:40:05 UTC (rev 117925)
@@ -21,6 +21,7 @@
#include "config.h"
#include "V8TestNamedConstructor.h"
+#include "ContextEnabledFeatures.h"
#include "ExceptionCode.h"
#include "RuntimeEnabledFeatures.h"
#include "V8Binding.h"
Modified: trunk/Source/WebCore/bindings/scripts/test/V8/V8TestNode.cpp (117924 => 117925)
--- trunk/Source/WebCore/bindings/scripts/test/V8/V8TestNode.cpp 2012-05-22 07:30:20 UTC (rev 117924)
+++ trunk/Source/WebCore/bindings/scripts/test/V8/V8TestNode.cpp 2012-05-22 07:40:05 UTC (rev 117925)
@@ -21,6 +21,7 @@
#include "config.h"
#include "V8TestNode.h"
+#include "ContextEnabledFeatures.h"
#include "RuntimeEnabledFeatures.h"
#include "V8Binding.h"
#include "V8BindingState.h"
Modified: trunk/Source/WebCore/bindings/scripts/test/V8/V8TestObj.cpp (117924 => 117925)
--- trunk/Source/WebCore/bindings/scripts/test/V8/V8TestObj.cpp 2012-05-22 07:30:20 UTC (rev 117924)
+++ trunk/Source/WebCore/bindings/scripts/test/V8/V8TestObj.cpp 2012-05-22 07:40:05 UTC (rev 117925)
@@ -21,6 +21,7 @@
#include "config.h"
#include "V8TestObj.h"
+#include "ContextEnabledFeatures.h"
#include "Dictionary.h"
#include "ExceptionCode.h"
#include "HTMLNames.h"
@@ -2423,13 +2424,13 @@
void V8TestObj::installPerContextProperties(v8::Handle<v8::Object> instance, TestObj* impl)
{
v8::Local<v8::Object> proto = v8::Local<v8::Object>::Cast(instance->GetPrototype());
- if (RuntimeEnabledFeatures::enabledAtContextAttr1Allowed(impl)) {
+ if (ContextEnabledFeatures::enabledAtContextAttr1Enabled(impl)) {
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 (RuntimeEnabledFeatures::featureNameAllowed(impl)) {
+ if (ContextEnabledFeatures::featureNameEnabled(impl)) {
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 (117924 => 117925)
--- trunk/Source/WebCore/bindings/scripts/test/V8/V8TestSerializedScriptValueInterface.cpp 2012-05-22 07:30:20 UTC (rev 117924)
+++ trunk/Source/WebCore/bindings/scripts/test/V8/V8TestSerializedScriptValueInterface.cpp 2012-05-22 07:40:05 UTC (rev 117925)
@@ -23,6 +23,7 @@
#if ENABLE(Condition1) || ENABLE(Condition2)
+#include "ContextEnabledFeatures.h"
#include "ExceptionCode.h"
#include "MessagePort.h"
#include "RuntimeEnabledFeatures.h"