Title: [148486] trunk/Source/WebCore
- Revision
- 148486
- Author
- [email protected]
- Date
- 2013-04-15 19:15:00 -0700 (Mon, 15 Apr 2013)
Log Message
Remove V8 attribtues from IDLAttributes.txt
https://bugs.webkit.org/show_bug.cgi?id=114651
Reviewed by Sam Weinig.
No tests because no behavior change is expected.
* bindings/scripts/IDLAttributes.txt: Remove V8 attribtues.
* html/track/TextTrackList.idl: Remove a stray V8-specific attribute
(so I guess this change is not useless)
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (148485 => 148486)
--- trunk/Source/WebCore/ChangeLog 2013-04-16 01:38:18 UTC (rev 148485)
+++ trunk/Source/WebCore/ChangeLog 2013-04-16 02:15:00 UTC (rev 148486)
@@ -1,3 +1,16 @@
+2013-04-15 Maciej Stachowiak <[email protected]>
+
+ Remove V8 attribtues from IDLAttributes.txt
+ https://bugs.webkit.org/show_bug.cgi?id=114651
+
+ Reviewed by Sam Weinig.
+
+ No tests because no behavior change is expected.
+
+ * bindings/scripts/IDLAttributes.txt: Remove V8 attribtues.
+ * html/track/TextTrackList.idl: Remove a stray V8-specific attribute
+ (so I guess this change is not useless)
+
2013-04-15 James Craig <[email protected]>
WebKit should not expose AXSubrole:AXDescriptionList on Mountain Lion as it causes a regression in VoiceOver behavior
Modified: trunk/Source/WebCore/bindings/scripts/IDLAttributes.txt (148485 => 148486)
--- trunk/Source/WebCore/bindings/scripts/IDLAttributes.txt 2013-04-16 01:38:18 UTC (rev 148485)
+++ trunk/Source/WebCore/bindings/scripts/IDLAttributes.txt 2013-04-16 02:15:00 UTC (rev 148486)
@@ -114,23 +114,3 @@
TreatUndefinedAs=NullString
TypedArray=*
URL
-V8CacheAttributeForGC
-V8Custom
-V8CustomConstructor
-V8CustomGetter
-V8CustomIndexedGetter
-V8CustomIsReachable
-V8CustomSetter
-V8CustomToJSObject
-V8DependentLifetime
-V8DoNotCheckSignature
-V8EnabledAtRuntime=*
-V8EnabledPerContext=*
-V8GenerateIsReachable=ImplDocument|ImplElementRoot|ImplOwnerRoot|ImplOwnerNodeRoot
-V8NoWrapperCache
-V8MeasureAs=*
-V8PerWorldBindings
-V8ReadOnly
-V8Unforgeable
-V8WrapAsFunction
-V8DeliverCustomElementCallbacks
Modified: trunk/Source/WebCore/html/track/TextTrackList.idl (148485 => 148486)
--- trunk/Source/WebCore/html/track/TextTrackList.idl 2013-04-16 01:38:18 UTC (rev 148485)
+++ trunk/Source/WebCore/html/track/TextTrackList.idl 2013-04-16 02:15:00 UTC (rev 148486)
@@ -28,8 +28,7 @@
IndexedGetter,
EventTarget,
JSCustomMarkFunction,
- JSCustomIsReachable,
- V8GenerateIsReachable=ImplOwnerRoot
+ JSCustomIsReachable
] interface TextTrackList {
readonly attribute unsigned long length;
TextTrack item(in unsigned long index);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes