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

Unified Diff: third_party/WebCore/xml/XMLHttpRequest.idl

Issue 11363035: Roll IDLs forward. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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/xml/XMLHttpRequest.idl
diff --git a/third_party/WebCore/xml/XMLHttpRequest.idl b/third_party/WebCore/xml/XMLHttpRequest.idl
index 37c694e75cb273b8af24d045ac3542edc3238332..244da04cb432ca965b9ab25e1c902ac70d4a4892 100644
--- a/third_party/WebCore/xml/XMLHttpRequest.idl
+++ b/third_party/WebCore/xml/XMLHttpRequest.idl
@@ -43,6 +43,7 @@
attribute EventListener onloadend;
attribute EventListener onloadstart;
attribute EventListener onprogress;
+ [Conditional=XHR_TIMEOUT] attribute EventListener ontimeout;
// event handler attributes
attribute EventListener onreadystatechange;
@@ -54,6 +55,8 @@
const unsigned short LOADING = 3;
const unsigned short DONE = 4;
+ [Conditional=XHR_TIMEOUT] attribute unsigned long timeout
+ setter raises(DOMException);
readonly attribute unsigned short readyState;
attribute boolean withCredentials
@@ -117,4 +120,3 @@
boolean dispatchEvent(in Event evt)
raises(EventException);
};
-
« third_party/WebCore/page/DOMWindow.idl ('K') | « third_party/WebCore/workers/WorkerContext.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698