summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/api
Commit message (Expand)AuthorAgeFilesLines
* Support HTML5 form validation featurePeter Varga2015-03-133-0/+36
* Clean up global profiles and ownershipAllan Sandfeld Jensen2015-03-123-18/+17
* UserScript: Rename source property to sourceCode.Robin Burchell2015-03-122-8/+8
* Add testsupport QML API and error page signalsPeter Varga2015-03-062-5/+13
* Add missing QtWebEngineCore namespace refs to egl integrationStephan Binner2015-03-041-0/+1
* Add namespace to internal QtWebEngine APIAllan Sandfeld Jensen2015-03-0216-30/+55
* Introduce a user scripts mechanismPierre Rossi2015-02-2111-2/+606
* Fix crashes and ownership issues in Custom URL scheme handlingAllan Sandfeld Jensen2015-02-203-7/+8
* Experimental custom URL scheme APIAllan Sandfeld Jensen2015-02-198-1/+414
* WebChannel: don't mess with the navigator objectPierre Rossi2015-02-191-2/+2
* Update copyright headersJani Heikkinen2015-02-1621-135/+135
* Add QWebChannel setter and getter to QWebEnginePagePierre Rossi2015-02-132-0/+35
* Reverse the logic for download cancellationAndras Becsi2015-02-061-2/+2
* Add settings to WebEngineProfilesAllan Sandfeld Jensen2015-02-057-145/+68
* Propagate unhandled key events to the QtWebEngine view's parentJocelyn Turcotte2015-02-052-0/+7
* Fix widgets download state updateAndras Becsi2015-02-022-1/+2
* Add widgets download APIAndras Becsi2015-02-026-2/+577
* Add Qt WebEngine Quick API for allowing certificate errorsPaulo Pinheiro2015-02-022-2/+2
* Document geolocation featureAllan Sandfeld Jensen2015-01-281-1/+1
* Enable building Qt WebEngine without accessiblity enabled.Michael BrĂ¼ning2015-01-235-2/+14
* Introduce ASSERT_ENUMS_MATCH macroPierre Rossi2015-01-222-12/+12
* Widgets: Implement mouse lock permission APISzabolcs David2015-01-163-1/+15
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devFrederik Gladhorn2015-01-141-0/+33
|\
| * Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-021-0/+33
| |\
| | * Add class and enum documentation to QWebEngineCertificateErrorAllan Sandfeld Jensen2014-12-031-0/+33
* | | API for controlling tracking of visited linksAllan Sandfeld Jensen2015-01-082-0/+37
|/ /
* | Introduce QWebEngineProfile APIAllan Sandfeld Jensen2014-12-126-5/+525
* | Wire the geolocation API to QtPositioningPierre Rossi2014-11-242-0/+13
* | Use Q_GLOBAL_STATIC instead of local statics for singletonsAndras Becsi2014-11-203-16/+21
* | Merge remote-tracking branch 'origin/5.4' into devAllan Sandfeld Jensen2014-11-115-20/+27
|\|
| * Fix enum names of audio/video featuresAllan Sandfeld Jensen2014-11-072-14/+18
| * Make url handling consistent in widget and quick APIPeter Varga2014-10-282-5/+5
| * Add setting ErrorPageEnabledAndras Becsi2014-10-142-1/+4
* | Unglobalize browserContextAllan Sandfeld Jensen2014-11-062-0/+8
* | Implement acceptNavigationRequest for the widgets API.Andras Becsi2014-10-203-1/+27
|/
* Hide QWebEngineCallback from the docsPierre Rossi2014-09-182-0/+19
* Add widgets settings doc plus revive QWeb(Engine)View::settingsPierre Rossi2014-09-174-2/+26
* 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