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

Unified Diff: Source/core/xmlhttprequest/XMLHttpRequestProgressEvent.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
Index: Source/core/xmlhttprequest/XMLHttpRequestProgressEvent.idl
diff --git a/Source/core/xmlhttprequest/XMLHttpRequestProgressEvent.idl b/Source/core/xmlhttprequest/XMLHttpRequestProgressEvent.idl
index 41bed63426926774ff93dc9bb263b86b46633471..950a8540be0d4293099603cdb97359ddf9703fac 100644
--- a/Source/core/xmlhttprequest/XMLHttpRequestProgressEvent.idl
+++ b/Source/core/xmlhttprequest/XMLHttpRequestProgressEvent.idl
@@ -23,9 +23,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-// We should also inherit from LSProgressEvent when the idl is added.
+// TODO(philipj): Remove this interface together with position/totalSize.
interface XMLHttpRequestProgressEvent : ProgressEvent {
[DeprecateAs=XHRProgressEventPosition] readonly attribute unsigned long long position;
[DeprecateAs=XHRProgressEventTotalSize] readonly attribute unsigned long long totalSize;
};
-
« no previous file with comments | « Source/core/xmlhttprequest/XMLHttpRequestEventTarget.idl ('k') | Source/core/xmlhttprequest/XMLHttpRequestUpload.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698