summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Render delegated renderer frames using the Qt scene graph.Jocelyn Turcotte2013-10-1411-16/+470
* Mac: INCLUDEPATH fixPierre Rossi2013-10-111-0/+3
* Do not forward declare OBJC types.Zeno Albisser2013-10-111-1/+2
* Add preliminary context menu supportPierre Rossi2013-10-1110-1/+144
* We should still be able to build with Qt 5.1 for the time being.Andras Becsi2013-10-071-0/+3
* Remove v8-private private dependencyPierre Rossi2013-10-041-1/+1
* Fix my broken coding style from 8c1de0fPierre Rossi2013-10-041-3/+1
* Add loadProgress APIArvid Nilsson2013-10-049-0/+34
* Quick: Add Favicon APIArvid Nilsson2013-10-038-0/+38
* Widgets: implement zoomFactorPierre Rossi2013-10-014-0/+41
* Ground work for splitting RenderWidgetHostViewQtDelegateQuick.Jocelyn Turcotte2013-09-274-168/+141
* Use an enum at creation to initialize the compositing mode.Jocelyn Turcotte2013-09-2510-19/+22
* Add Qt namespace macros QtWebEngine classes.Michael Brüning2013-09-1722-5/+85
* Implement multiple mouse click detection.Michael Brüning2013-09-163-16/+40
* Use toFilePathString for download file names.Michael Brüning2013-09-121-10/+9
* Implement sizeHint for widgets API.Michael Brüning2013-09-121-0/+2
* WebContentsDelegateQt: Remove WebContents memberPierre Rossi2013-09-052-4/+2
* Add implementation to enable downloads.Michael Brüning2013-09-032-6/+128
* Fix rendering on Retina displaysAndras Becsi2013-09-028-14/+59
* Implement window creation through QWebEnginePage::createWindow.Jocelyn Turcotte2013-09-0216-33/+172
* Make less noise with QT_WEBENGINE_LOGGINGAndras Becsi2013-08-301-5/+5
* Ref-count WebContentsAdapter.Jocelyn Turcotte2013-08-293-5/+7
* Get rid of WebContentsAdapter::webContents().Jocelyn Turcotte2013-08-292-30/+38
* Let WebContentsAdapter own the WebContents directly.Jocelyn Turcotte2013-08-293-55/+40
* Fix Tab to switch focus instead of inserting \t.Jocelyn Turcotte2013-08-211-0/+1
* Fix the build.Jocelyn Turcotte2013-08-201-0/+1
* Implement the basic parts of QWebEngineHistory.Jocelyn Turcotte2013-08-208-11/+300
* Use the WebContentsAdapter directly in QWebEngineHistory.Jocelyn Turcotte2013-08-204-16/+11
* Implement QWebEnginePage::action for basic navigation.Jocelyn Turcotte2013-08-204-43/+149
* Centralize type conversion functions.Jocelyn Turcotte2013-08-207-19/+84
* Let the application sanitize the URL.Jocelyn Turcotte2013-08-201-2/+0
* Implement QWebEngineView/Page::url/setUrl.Jocelyn Turcotte2013-08-202-0/+21
* Implement QWebEngineView::title and QWebEnginePage::title.Jocelyn Turcotte2013-08-202-5/+16
* Move the WebContentsAdapter to QWebEnginePage.Jocelyn Turcotte2013-08-208-88/+116
* Merge QWebEngineFrame into QWebEnginePage.Jocelyn Turcotte2013-08-202-219/+157
* Import QtWebKit public headers.Jocelyn Turcotte2013-08-2015-63/+1462
* Use QObject::d_ptr for public API classesJocelyn Turcotte2013-08-208-21/+18
* Change "Contents" to "Engine" in API class names.Jocelyn Turcotte2013-08-1911-120/+120
* Add implementation for pure virtual functions after updating Chromium.Zeno Albisser2013-08-171-0/+3
* Move QWEBENGINEWIDGETS_EXPORT to qtwebkitwidgetsglobal.hJocelyn Turcotte2013-08-134-7/+58
* Once created, keep the WebEngineContext until shutdown.Jocelyn Turcotte2013-08-121-15/+4
* Delete the ResourceContextQt on the IO thread.Jocelyn Turcotte2013-08-121-1/+6
* Fix the segfault on exit.Jocelyn Turcotte2013-08-122-11/+17
* Delay the RWHVDelegate parenting until it's been attached to its RWHV.Jocelyn Turcotte2013-08-1212-11/+32
* Simplify the ownership between RWHVQt and RWHVQtDelegate.Jocelyn Turcotte2013-08-124-9/+10
* Avoid keeping a RWHVDelegate pointer in WebContentsViewQt.Jocelyn Turcotte2013-08-127-5/+19
* Add a dummy implementation of DownloadManagerDelegate.Michael Brüning2013-08-084-2/+237
* Fix some style inconsistencies in the header file.Michael Brüning2013-08-0710-25/+25
* Remove ASSERT from forwardEvent.Michael Brüning2013-08-021-1/+0
* Implement more detailed load information handling.Michael Brüning2013-08-027-2/+36