[webkit-changes] [35617] trunk/WebCore

Adam Roben aroben at apple.com
Thu Aug 7 07:26:28 PDT 2008


On Aug 6, 2008, at 7:08 PM, kmccullough at apple.com wrote:

>
> Modified: trunk/WebCore/xml/XMLHttpRequest.cpp (35616 => 35617)
> --- trunk/WebCore/xml/XMLHttpRequest.cpp	2008-08-06 23:07:27 UTC  
> (rev 35616)
> +++ trunk/WebCore/xml/XMLHttpRequest.cpp	2008-08-06 23:08:20 UTC  
> (rev 35617)
> @@ -1064,7 +1064,7 @@
>      if (Frame* frame = m_doc->frame()) {
>          if (Page* page = frame->page()) {
>              page->inspectorController()- 
> >resourceRetrievedByXMLHttpRequest(m_loader ? m_loader- 
> >identifier() : m_identifier, m_responseText);
> -            page->inspectorController()- 
> >addMessageToConsole(JSMessageSource, LogMessageLevel, "XHR did  
> finish loading \"" + m_url + "\".", 0, m_doc->url());
> +            page->inspectorController()- 
> >addMessageToConsole(JSMessageSource, LogMessageLevel, "XHR finished  
> loading \"" + m_url + "\".", 0, m_doc->url());
>          }
>      }
>

Another reason why we should let the Inspector control this is that it  
would allow us to localize this message.

-Adam

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.webkit.org/pipermail/webkit-changes/attachments/20080807/daf54ede/attachment.html 


More information about the webkit-changes mailing list