Title: [156885] trunk/Source/WebCore
- Revision
- 156885
- Author
- [email protected]
- Date
- 2013-10-04 04:59:23 -0700 (Fri, 04 Oct 2013)
Log Message
[WebIDL] Annotate IDL interfaces under Source/WebCore/loader/appcache/ with the OperationsNotDeletable attribute
https://bugs.webkit.org/show_bug.cgi?id=122274
Reviewed by Darin Adler.
Before changing the JSC bindings generator to enforce WebIDL operations to be configurable, all the
interfaces are being annotated with the OperationsNotDeletable attribute. The attribute currently
doesn't have any effect, but will keep the operations not configurable after the generator is modified
to preserve the original behavior. The attribute will be removed from each interface after checking
conformity with other browsers (in terms of configurability of operations of that interface) and the
WebKit's existing test suites.
This patch covers IDL interfaces under Source/WebCore/loader/appcache/.
* loader/appcache/DOMApplicationCache.idl:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (156884 => 156885)
--- trunk/Source/WebCore/ChangeLog 2013-10-04 11:55:18 UTC (rev 156884)
+++ trunk/Source/WebCore/ChangeLog 2013-10-04 11:59:23 UTC (rev 156885)
@@ -1,5 +1,23 @@
2013-10-04 Zan Dobersek <[email protected]>
+ [WebIDL] Annotate IDL interfaces under Source/WebCore/loader/appcache/ with the OperationsNotDeletable attribute
+ https://bugs.webkit.org/show_bug.cgi?id=122274
+
+ Reviewed by Darin Adler.
+
+ Before changing the JSC bindings generator to enforce WebIDL operations to be configurable, all the
+ interfaces are being annotated with the OperationsNotDeletable attribute. The attribute currently
+ doesn't have any effect, but will keep the operations not configurable after the generator is modified
+ to preserve the original behavior. The attribute will be removed from each interface after checking
+ conformity with other browsers (in terms of configurability of operations of that interface) and the
+ WebKit's existing test suites.
+
+ This patch covers IDL interfaces under Source/WebCore/loader/appcache/.
+
+ * loader/appcache/DOMApplicationCache.idl:
+
+2013-10-04 Zan Dobersek <[email protected]>
+
[WebIDL] Annotate IDL interfaces under Source/WebCore/plugins/ with the OperationsNotDeletable attribute
https://bugs.webkit.org/show_bug.cgi?id=122273
Modified: trunk/Source/WebCore/loader/appcache/DOMApplicationCache.idl (156884 => 156885)
--- trunk/Source/WebCore/loader/appcache/DOMApplicationCache.idl 2013-10-04 11:55:18 UTC (rev 156884)
+++ trunk/Source/WebCore/loader/appcache/DOMApplicationCache.idl 2013-10-04 11:59:23 UTC (rev 156885)
@@ -27,7 +27,8 @@
NoInterfaceObject,
EventTarget,
DoNotCheckConstants,
- GenerateIsReachable=ImplFrame
+ GenerateIsReachable=ImplFrame,
+ OperationsNotDeletable
] interface DOMApplicationCache {
// update status
const unsigned short UNCACHED = 0;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes