[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/khtml/ecma
From:       Zack Rusin <zack () kde ! org>
Date:       2004-11-11 4:34:28
Message-ID: 20041111043428.D2E3416BD0 () office ! kde ! org
[Download RAW message or body]

CVS commit by zrusin: 

Smallish fixes.


  M +2 -4      xmlhttprequest.cpp   1.8
  M +2 -1      xmlhttprequest.h   1.5


--- kdelibs/khtml/ecma/xmlhttprequest.cpp  #1.7:1.8
@@ -360,5 +359,5 @@ void XMLHttpRequest::abort()
 {
   if (job) {
-    job->kill();
+    job->kill(false);
     job = 0;
   }

--- kdelibs/khtml/ecma/xmlhttprequest.h  #1.4:1.5
@@ -61,5 +61,6 @@ namespace KJS {
     virtual const ClassInfo* classInfo() const { return &info; }
     static const ClassInfo info;
-    enum { Onload, Onreadystatechange, ReadyState, ResponseText, ResponseXML, \
Status, StatusText, Abort, GetAllResponseHeaders, GetResponseHeader, Open, Send, \
SetRequestHeader }; +    enum { Onload, Onreadystatechange, ReadyState, ResponseText, \
ResponseXML, Status, StatusText, Abort, +           GetAllResponseHeaders, \
GetResponseHeader, Open, Send, SetRequestHeader };  
   private:


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic