From kde-commits Sat Jan 12 11:51:06 2002 From: David Faure Date: Sat, 12 Jan 2002 11:51:06 +0000 To: kde-commits Subject: kdelibs/kparts X-MARC-Message: https://marc.info/?l=kde-commits&m=101083643003587 kdelibs/kparts browserrun.cpp,NONE,1.1 browserrun.h,NONE,1.1 Makefile.am,1.34,1.35 Author: faure Sat Jan 12 11:50:56 UTC 2002 Modified Files: Makefile.am Added Files: browserrun.cpp browserrun.h Log Message: Introducing a base class for KHTMLRun and KonqRun : KParts::BrowserRun. Gets rid of lots of duplicate code, and should make it easier to write mini-browsers based on khtml (I guess). This brings a few improvements to KHTMLRun: the better HTTP-POST handling (saving to temp file before launching external app), and the showing of the Content-Disposition (suggestedFileName) in the open-or-save dialog.