summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup after chromium update.Zeno Albisser2013-07-247-13/+24
* [Mac] Buildfix: reintroduce ResourceBundle::GetLocaleFilePath.Zeno Albisser2013-07-191-0/+9
* Fix the duplicate symbols build failure.Jocelyn Turcotte2013-07-191-5/+0
* Add a python script to generate the chromium .pak resource files.Zeno Albisser2013-07-182-3/+4
* Add support for file and data url scheme.Zeno Albisser2013-07-167-1/+201
* Set up TransportSecurityState for UrlRequestContext.Michael Brüning2013-07-121-0/+4
* Add missing header for ThreadRestrictions.Zeno Albisser2013-07-111-0/+1
* Remove unneeded code from BrowserMainPartsQtAndras Becsi2013-07-092-21/+4
* Do not leak singletons in WebEngineContextAndras Becsi2013-07-092-14/+20