Sites like http://news.google.com/ don't navigate properly to external sites.
Created attachment 16899 [details] Implement http redirect support
Comment on attachment 16899 [details] Implement http redirect support + String location = d->m_response.httpHeaderField("location"); Don't you need to pass in "Location" to match the case of the header name? r=me
Landed in r27188.