summaryrefslogtreecommitdiffstats
path: root/tests/quicktestbrowser
Commit message (Expand)AuthorAgeFilesLines
* Remove quicktestbrowserPeter Varga2023-02-0212-1069/+0
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-2210-270/+20
* Rename Quick examples' folder from webengine to webenginequickBalazs Egedi2021-09-131-4/+4
* Rename quick's 'newViewRequested' to 'newWindowRequested'Kirill Burtsev2021-08-181-1/+1
* Fix QWebEngineQuick namespace for webenginequick moduleMichal Klocek2021-06-151-2/+2
* WebEngineView: rename navigationHistory to historyKirill Burtsev2021-06-041-2/+2
* Fix 'WebEngine' ambiguity for Qt6Michal Klocek2021-04-132-3/+3
* Remove usages of qVariantFromValueSona Kurazyan2019-07-051-1/+1
* Notification API cleanupKirill Burtsev2019-04-052-2/+2
* Web Notifications APIKirill Burtsev2019-02-063-13/+29
* Chromium requires C++14Allan Sandfeld Jensen2018-10-111-1/+0
* Merge remote-tracking branch 'origin/5.11' into 5.12Allan Sandfeld Jensen2018-09-171-4/+4
|\
| * Document Tango icons used in examplesKai Koehne2018-08-211-4/+4
* | Use range-based for instead of Q_FOREACHJüri Valdmann2018-06-061-1/+1
|/
* Switch cookie-filter API to std::functionAllan Sandfeld Jensen2018-03-161-2/+2
* Reinstate cookie filter APIAllan Sandfeld Jensen2018-01-192-1/+29
* Remove extra profile from quicktestbrowserSzabolcs David2017-12-041-11/+1
* Remove the usages of experimental API from quicktestbrowserSzabolcs David2016-09-204-56/+0
* Adjust webengine to the qtConfig() changes in qtbaseLars Knoll2016-08-231-1/+1
* Updated license headersJani Heikkinen2016-02-0111-310/+176
* Remove FilterRequest from qwebenginecookiestoreMichal Klocek2016-01-152-15/+1
* Make QQuickWebEngineProfile publicKai Koehne2015-12-121-10/+4
* Rename QWebEngineCookieStoreClient to QWebEngineCookieStoreMichal Klocek2015-12-011-4/+4
* Fullscreen notification popups for the Quick examplesSzabolcs David2015-10-274-2/+111
* Do not require to subclass/install QWebEngineCookieStoreClientKai Koehne2015-10-191-21/+8
* Add invokable to QQuickWebEngineProfile to set cookie clientAndras Becsi2015-08-283-1/+49
* Fix quicktestbrowser crash caused by wrong experimental versionAndras Becsi2015-06-221-1/+1
* Merge remote-tracking branch 'origin/5.5' into devAndras Becsi2015-05-113-31/+42
|\
| * Quick: Share profiles between application windowsSzabolcs David2015-05-073-31/+42
* | Add support for Shockwave Flash plugin.Zeno Albisser2015-03-301-0/+8
|/
* Support middle click navigationSzabolcs David2015-03-161-1/+6
* Move featurePermissionRequested to the public APISzabolcs David2015-03-162-13/+13
* Fix settings menu in qtquicktestbrowserAllan Sandfeld Jensen2015-03-131-6/+7
* Force c++11 support when building the testsAndras Becsi2015-03-121-0/+1
* Promote fullscreen API to 5.5 publicSzabolcs David2015-03-091-14/+19
* Move findText to the public APISzabolcs David2015-03-041-3/+3
* Quick: Fix handling of multiple certificate errors per requestPaulo Pinheiro2015-03-042-11/+52
* Move navigationHistory out of experimentalPierre Rossi2015-02-181-4/+4
* Update copyright headersJani Heikkinen2015-02-1610-50/+50
* Update QML download API to match widgets and add documentationAndras Becsi2015-02-062-3/+5
* Fix Back/Forward menusPierre Rossi2015-02-061-1/+1
* Add Qt WebEngine Quick API for allowing certificate errorsPaulo Pinheiro2015-02-021-1/+21
* Move newViewRequested to the public APISzabolcs David2015-01-231-14/+15
* Fix the new window example code GC problemsJocelyn Turcotte2015-01-236-21/+124
* Clean the file structure of quicknanobrowser and quicktestbrowserJocelyn Turcotte2015-01-237-159/+46
* Enable building Qt WebEngine without accessiblity enabled.Michael Brüning2015-01-231-0/+2
* Replace the inspectable property with an environment variableJocelyn Turcotte2015-01-221-0/+3
* Fix quicktestbrowserAndras Becsi2015-01-152-2/+2
* Add QML download APIAndras Becsi2015-01-124-5/+189