Commit Graph

11 Commits

Author SHA1 Message Date
Matthew Horan 2eb38b3c02 Don't disconnect loadFinished in UnsupportedContentHandler
WebPage::setContent will cause the loadFinished signal to fire, so
there's no need to call loadFinished if the signal is connected.
2012-12-05 21:05:36 -05:00
Matthew Horan 5bef33624c Don't wait for finished replies
Synchronous requests will have emitted the finished signal by the time
we connect to it.
2012-12-04 00:24:43 -05:00
Matthew Horan fbead1ebb5 Return unsupported content as plain text 2012-11-30 21:38:56 -05:00
Matthew Horan ecfa7836d9 Render non-HTML content when reply emits finished 2012-10-23 23:24:42 -04:00
Joe Ferris cae5119eef Fix issues with Qt 4.8 2012-10-23 21:00:50 -04:00
Joe Ferris d8020ce3a4 Treat fewer responses as fatal failures
* Relies on errorExtension instead of loadFinished
* Ignores errors from canceled requests
2012-07-10 20:03:32 -07:00
Matthew Mongeau 784b9b7f63 Setup multi-window sync. 2012-06-29 10:43:50 -04:00
Stephen Delano 62e0ec1b93 set unsupported content response headers 2011-10-12 20:27:25 -07:00
Matthew Mongeau ff0a6e769b Reversed if clause 2011-09-23 11:06:03 -04:00
Matthew Mongeau 9257fe3c93 Cleanup 2011-09-23 11:00:50 -04:00
Matthew Mongeau 353fe860b2 Handle unsupported content types gracefully 2011-09-23 10:28:50 -04:00