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

Unified Diff: Source/core/events/ProgressEvent.idl

Issue 1167563002: Sync the XHR-related interfaces with the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: data->body Created 5 years, 7 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 | « Source/core/events/ProgressEvent.cpp ('k') | Source/core/events/ProgressEventInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/ProgressEvent.idl
diff --git a/Source/core/events/ProgressEvent.idl b/Source/core/events/ProgressEvent.idl
index 754d9e7e33508538ecebbd196d1e239299dc2784..5ff7270ce628f1ac967ee77dcc5637b7a522fb7f 100644
--- a/Source/core/events/ProgressEvent.idl
+++ b/Source/core/events/ProgressEvent.idl
@@ -23,8 +23,10 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-// http://www.w3.org/TR/progress-events/#interface-progressevent
+// https://xhr.spec.whatwg.org/#interface-progressevent
+// TODO(philipj): The spec has Exposed=(Window,Worker)
+// https://github.com/whatwg/xhr/issues/19
[
Constructor(DOMString type, optional ProgressEventInit eventInitDict),
] interface ProgressEvent : Event {
@@ -32,4 +34,3 @@
readonly attribute unsigned long long loaded;
readonly attribute unsigned long long total;
};
-
« no previous file with comments | « Source/core/events/ProgressEvent.cpp ('k') | Source/core/events/ProgressEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698