summaryrefslogtreecommitdiffstats
path: root/lib/web_contents_view_qt.h
Commit message (Expand)AuthorAgeFilesLines
* Moving sources to src part 1: Move files.Jocelyn Turcotte2013-11-281-128/+0
* Mark functions with Q_DECL_OVERRIDE where necessary.Zeno Albisser2013-11-141-25/+25
* Implement popup dialogMary Wu2013-10-291-1/+1
* Add javascript dialogs supportPierre Rossi2013-10-171-0/+3
* Add preliminary context menu supportPierre Rossi2013-10-111-0/+2
* Implement window creation through QWebEnginePage::createWindow.Jocelyn Turcotte2013-09-021-6/+10
* Avoid keeping a RWHVDelegate pointer in WebContentsViewQt.Jocelyn Turcotte2013-08-121-1/+0
* Fix some style inconsistencies in the header file.Michael BrĂ¼ning2013-08-071-3/+3
* Split out the Widgets and QtQuick integrationPierre Rossi2013-07-311-12/+3
* Cleanup after chromium update.Zeno Albisser2013-07-241-2/+2
* Fix linking of QtWebEngineProcessAndras Becsi2013-07-041-1/+1
* Stop using OverrideCreateWebContentsView for creating the contents viewAndras Becsi2013-07-041-1/+1
* Get rid of some more QT_NOT_YET_IMPLEMENTEDAndras Becsi2013-07-031-3/+3
* Implement focus handling functionsAndras Becsi2013-07-021-4/+5
* Add function stubs required to be reimplemented on Mac.Zeno Albisser2013-06-271-0/+7
* Implement WebContentsViewQt::GetContainerBoundsAndras Becsi2013-06-271-1/+1
* Use WebContentsViewQt::SetPageTitle for title change notificationsAndras Becsi2013-06-251-1/+1
* Deduplicate data in private view classesAndras Becsi2013-06-251-8/+7
* Move RenderWidgetHostViewQt out of the content namespace.Jocelyn Turcotte2013-06-191-2/+2
* Move API layer-only classes back from the shared static lib.Jocelyn Turcotte2013-06-191-1/+1
* Allow the API class to provide the page widget rendering implementation.Jocelyn Turcotte2013-06-191-8/+14
* Fix undefined symbols in debug builds.Jocelyn Turcotte2013-06-101-3/+4
* Implement support for QtQuick2.Zeno Albisser2013-06-051-4/+4
* Add standard license boilerplateSimon Hausmann2013-05-311-1/+42
* Integrate the event loop with QApplication.Jocelyn Turcotte2013-05-311-0/+1
* Create the RasterWindowContainer in WebContentsViewQt.Zeno Albisser2013-05-311-4/+3
* Remove WebContentsViewGtk dependency.Zeno Albisser2013-05-311-3/+45
* Make use of OverrideCreateWebContentsView.Zeno Albisser2013-05-311-155/+30
* make the backingstore use a QPixmap instead of QBackingStoreZeno Albisser2013-05-311-1/+2
* Introduce RasterWindowContainer to allow reusing the container with different...Zeno Albisser2013-05-221-0/+156