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

Unified Diff: core/xmlhttprequest/XMLHttpRequestProgressEvent.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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/xmlhttprequest/XMLHttpRequestEventTarget.idl ('k') | core/xmlhttprequest/XMLHttpRequestUpload.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/xmlhttprequest/XMLHttpRequestProgressEvent.idl
diff --git a/core/xml/XMLHttpRequestProgressEvent.idl b/core/xmlhttprequest/XMLHttpRequestProgressEvent.idl
similarity index 95%
rename from core/xml/XMLHttpRequestProgressEvent.idl
rename to core/xmlhttprequest/XMLHttpRequestProgressEvent.idl
index 41bed63426926774ff93dc9bb263b86b46633471..950a8540be0d4293099603cdb97359ddf9703fac 100644
--- a/core/xml/XMLHttpRequestProgressEvent.idl
+++ b/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 | « core/xmlhttprequest/XMLHttpRequestEventTarget.idl ('k') | core/xmlhttprequest/XMLHttpRequestUpload.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698