summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Don't pass the RWHV to the AdapterClientPierre Rossi2013-08-0213-21/+39
* Handle basic cursor changes.Jocelyn Turcotte2013-08-016-2/+110
* Forward mouse hover events to the page.Jocelyn Turcotte2013-08-017-1/+42
* Use ui::GestureRecognizer to enable viewport gestures.Jocelyn Turcotte2013-08-012-2/+93
* Transform QTouchEvent into ui::TouchEvent first.Jocelyn Turcotte2013-08-014-47/+63
* Enable accelerated composition with QtWidgets view for testing.Jocelyn Turcotte2013-08-015-7/+32
* Split out the Widgets and QtQuick integrationPierre Rossi2013-07-3128-269/+769
* Forward touch events.Jocelyn Turcotte2013-07-297-3/+67
* Fix the GPU process launch.Jocelyn Turcotte2013-07-291-0/+1
* Fix the debug build.Jocelyn Turcotte2013-07-292-164/+0
* Remove erroneous Q_DECL_OVERRIDE from non-virtual functionAndras Becsi2013-07-291-1/+1
* Use command line switch identifiers instead of string constants.Jocelyn Turcotte2013-07-291-9/+6
* Fix the indentation of browser_context_qt.hAndras Becsi2013-07-261-67/+67
* Fix BrowserContextQt::GetPath() to return path to user data directoryAndras Becsi2013-07-263-40/+43
* Silence compiler warningsAndras Becsi2013-07-263-3/+2