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

Unified Diff: core/xmlhttprequest/XMLHttpRequest.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « core/xml/XSLTProcessor.idl ('k') | core/xmlhttprequest/XMLHttpRequestEventTarget.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/xmlhttprequest/XMLHttpRequest.idl
diff --git a/core/xmlhttprequest/XMLHttpRequest.idl b/core/xmlhttprequest/XMLHttpRequest.idl
index da146641808b683f4ec87a0a21dfa82661a7cfe6..28d9452beef27ef93d4ff191ee17daf2b7d196b5 100644
--- a/core/xmlhttprequest/XMLHttpRequest.idl
+++ b/core/xmlhttprequest/XMLHttpRequest.idl
@@ -41,11 +41,9 @@ enum XMLHttpRequestResponseType {
// TODO(philipj): Most DOMString types in the XMLHttpRequest interface should be
// either ByteString or USVString.
[
- ActiveDOMObject,
+ DependentLifetime,
Constructor,
ConstructorCallWith=ScriptState,
- // TODO(philipj): The spec has Exposed=(Window,Worker)
- // https://github.com/whatwg/xhr/issues/19
Exposed=(Window,DedicatedWorker,SharedWorker)
] interface XMLHttpRequest : XMLHttpRequestEventTarget {
// event handler
« no previous file with comments | « core/xml/XSLTProcessor.idl ('k') | core/xmlhttprequest/XMLHttpRequestEventTarget.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698