From e3b8ece1ce004f2049481ceb668bf05ad3ae99f7 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 16 Dec 2012 17:04:37 +0100 Subject: "Workaround" cookie management in private browsing mode From the note in webpage file: I'm sorry I really cannot let KIO work as needed in private browsing mode. The problem is basically cookie related. This way we lose some features in private browsing mode, but we ensure PRIVACY! This change cannot be reverted until a proper fix for KIO (or the right workaround for rekonq) will be found. BUG: 303552 --- src/webwindow/webwindow.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/webwindow/webwindow.h') diff --git a/src/webwindow/webwindow.h b/src/webwindow/webwindow.h index 3f7fcc54..55c8b1d7 100644 --- a/src/webwindow/webwindow.h +++ b/src/webwindow/webwindow.h @@ -62,7 +62,7 @@ class WebWindow : public QWidget Q_OBJECT public: - WebWindow(QWidget *parent = 0, WebPage *pg = 0); + WebWindow(QWidget *parent = 0, bool isPrivateBrowsing = false, WebPage *pg = 0); ~WebWindow(); void load(const QUrl &); @@ -82,8 +82,6 @@ public: virtual KActionCollection *actionCollection() const; QAction *actionByName(const QString &name); - bool isPrivateBrowsing(); - void checkFocus(); private: @@ -92,7 +90,6 @@ private: public Q_SLOTS: void setWidgetsHidden(bool hide); - void setPrivateBrowsing(bool); private Q_SLOTS: void webLoadProgress(int); @@ -177,8 +174,6 @@ private: QTimer *m_hidePopupTimer; KActionCollection *_ac; - - bool _isPrivateBrowsing; }; #endif // WEB_WINDOW -- cgit v1.2.1