summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/api
Commit message (Expand)AuthorAgeFilesLines
* Fix url stored in LoadRequestPeter Varga2014-09-052-4/+5
* Don't forward loading of error pages to the API layerPierre Rossi2014-09-022-2/+6
* Add Qt WebEngine Widgets API for allowing certificate errorsAllan Sandfeld Jensen2014-08-295-0/+217
* Update license headers.Pierre Rossi2014-08-282-28/+18
* Update License Headers for Qt WebEngine to LGPLv3.Zeno Albisser2014-08-2110-164/+176
* Propagate the page's screen coordinates when the top-level window movedJocelyn Turcotte2014-08-202-6/+0
* Add iconUrl() to QWebEngineHistoryItemAllan Sandfeld Jensen2014-08-192-0/+7
* Remove unsupport DeveloperExtrasEnabled settingAllan Sandfeld Jensen2014-08-191-1/+0
* Add missing include to qwebenginesettings.hAllan Sandfeld Jensen2014-08-181-0/+1
* Use Q_DECLARE_PRIVATE to wrap the p-impl in QWebEngineSettingsJocelyn Turcotte2014-08-153-10/+20
* Fix a crash in WebEngineSettings when opening a new windowJocelyn Turcotte2014-08-154-17/+7
* Fix unused parameter warnings in qwebenginepage_p.hJocelyn Turcotte2014-08-151-1/+1
* Widgets settings implementationPierre Rossi2014-08-126-24/+405
* Ground work for Settings/PreferencesPierre Rossi2014-08-092-0/+26
* Add QQuick API for intercepting navigation requestsAndras Becsi2014-08-061-0/+1
* s/QWebEngine/QtWebEngine/gPierre Rossi2014-08-041-1/+4
* Do away without QWebEngineWidgets::initializePierre Rossi2014-08-042-7/+4
* Don't inherit from Qt private typesJocelyn Turcotte2014-08-046-11/+19
* Don't use QAuthenticator private APIJocelyn Turcotte2014-08-011-4/+2
* Fix tab focus in the widgets and QML webviewsJocelyn Turcotte2014-08-012-1/+7
* Add loadVisuallyCommitted signal to the experimental Quick APISzabolcs David2014-08-011-0/+1
* Add api to get the favicon URLAllan Sandfeld Jensen2014-07-304-1/+21
* Fix the indexOfChild function for the web documentFrederik Gladhorn2014-07-112-0/+8
* Fix duplicate document roleFrederik Gladhorn2014-07-111-1/+1
* Widget based accessibility glue codeFrederik Gladhorn2014-07-103-0/+40
* Add core accessibilityFrederik Gladhorn2014-07-092-0/+6
* Remove stray semicolonsFrederik Gladhorn2014-07-071-3/+3
* Add linkHovered support for Widgets APISzabolcs David2014-05-153-1/+8
* Remove the xPath argument from runJavaScriptJocelyn Turcotte2014-05-122-6/+6
* Append MessageLevel postfix to the JavaScriptConsoleMessageLevel.Michael BrĂ¼ning2014-05-121-3/+3
* Add test_baseUrlAfterLoadHtml QML test caseSzabolcs David2014-05-081-1/+1
* Properly cleanup the old page when attaching a new oneJocelyn Turcotte2014-05-071-0/+3
* Add linkHovered signal to the QQuickWebEngineViewSzabolcs David2014-05-051-0/+1
* WebRTC Widgets APIPierre Rossi2014-04-293-1/+61
* Add WebRTC supportPierre Rossi2014-04-291-0/+1
* Add a way of using UI dialogs for authorizationPierre Rossi2014-04-291-0/+3
* Cleanup the QtWebEngineWidgets public headers and APIJocelyn Turcotte2014-04-158-785/+0
* Replace uses of QWebEngineFrame with a security origin URLJocelyn Turcotte2014-04-152-12/+12
* Update QWebEnginePage::WebWindowTypeJocelyn Turcotte2014-04-152-2/+18
* Fix how NewPopupDisposition is exposed in QQuickWebEngineViewJocelyn Turcotte2014-04-152-2/+3
* Map Javascript console message level to enum values.Michael BrĂ¼ning2014-04-143-5/+12
* Fix an false positive assertion with context menuPierre Rossi2014-04-101-0/+3
* Get rid of the BackingStore rendering pathJocelyn Turcotte2014-04-082-6/+5
* Render the widgets view using the scene graph into a QOpenGLWidgetJocelyn Turcotte2014-04-083-2/+57
* Revert part of the RenderWidgetHostViewQtDelegate refactoringJocelyn Turcotte2014-04-084-107/+18
* Prevent an embarassing crashPierre Rossi2014-03-311-1/+1
* Implement QWebEngineHistoryItem::lastVisitedJocelyn Turcotte2014-03-311-2/+2
* Fix tst_QWebEngineHistory::clear()Jocelyn Turcotte2014-03-311-0/+1
* Implement QWebEngineHistory serializationJocelyn Turcotte2014-03-313-4/+12
* Do not store a WebContentsAdapter directly in QWebEngineHistoryJocelyn Turcotte2014-03-314-31/+31