Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Unified Diff: third_party/WebCore/Modules/intents/DeliveredIntent.idl

Issue 10513011: Roll IDL to multivm@576 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebCore/Modules/intents/DeliveredIntent.idl
diff --git a/third_party/WebCore/Modules/indexeddb/IDBVersionChangeEvent.idl b/third_party/WebCore/Modules/intents/DeliveredIntent.idl
similarity index 80%
copy from third_party/WebCore/Modules/indexeddb/IDBVersionChangeEvent.idl
copy to third_party/WebCore/Modules/intents/DeliveredIntent.idl
index c6a41718f625fc2424912e9dcfc04db04cecdac2..25e978debe7853f402c8f7a97fde804e62089d61 100644
--- a/third_party/WebCore/Modules/indexeddb/IDBVersionChangeEvent.idl
+++ b/third_party/WebCore/Modules/intents/DeliveredIntent.idl
@@ -23,11 +23,14 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-module storage {
-
+module window {
interface [
- Conditional=INDEXED_DATABASE
- ] IDBVersionChangeEvent : Event {
- readonly attribute DOMString version;
+ Conditional=WEB_INTENTS,
+ ] DeliveredIntent : Intent {
+ readonly attribute MessagePortArray ports;
+
+ [TreatReturnedNullStringAs=Null] DOMString getExtra(in DOMString key);
+ void postResult(in SerializedScriptValue result);
+ void postFailure(in SerializedScriptValue result);
};
}
« no previous file with comments | « third_party/WebCore/Modules/intents/DOMWindowIntents.idl ('k') | third_party/WebCore/Modules/mediastream/LocalMediaStream.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698