summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/api/qwebengineprofile.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Allan Sandfeld Jensen2018-01-081-0/+9
| |\|
| | * Fix access after free on shutdownAllan Sandfeld Jensen2018-01-051-0/+9
* | | Deprecate download typeJüri Valdmann2018-01-021-1/+1
|/ /
* | Merge branch '5.9' into 5.10Allan Sandfeld Jensen2017-11-011-8/+24
|\|
| * Destruct BrowserContextAdapter together with WebEngineContext in widgetPeter Varga2017-10-271-8/+24
* | Merge remote-tracking branch 'origin/5.9' into 5.10Allan Sandfeld Jensen2017-09-291-0/+4
|\|
| * Document that the Windows version in the user-agent might be wrongKai Koehne2017-09-141-0/+4
* | Add https to list of internal schemesViktor Engelmann2017-08-301-1/+2
* | Reorder documentation for QtWebEngine dictionary discoveryFlorian Bruhin2017-08-041-28/+2
* | Add method for triggering downloadsFlorian Bruhin2017-07-191-1/+1
* | Don't disable local storage for offTheRecord profilesFlorian Bruhin2017-06-261-1/+1
* | Implement pause and resume action in Download ItemsAllan Sandfeld Jensen2017-06-231-5/+0
|/
* Fix crash on exit with url-request interceptorsAllan Sandfeld Jensen2017-05-081-0/+4
* Rename WebCoreVisitedLinksManager to VisitedLinksManagerQtAllan Sandfeld Jensen2017-03-261-1/+1
* Update spellcheck api to support multiple languagesMichal Klocek2016-10-291-10/+10
* Fix spellchecking for macOSAlexandru Croitor2016-10-171-3/+23
* Doc: Describe spellchecking feature in overviewsLeena Miettinen2016-09-201-0/+5
* Add back spellchecking supportMichal Klocek2016-07-021-0/+61
* Add a DownloadType enum property to WebEngineDownloadItemAdam Kallai2016-06-221-0/+1
* Introduce QWebEnginePage::saveJoerg Bornemann2016-06-161-1/+2
* Remove spellchecking supportMichal Klocek2016-05-061-61/+0
* Doc: Document how dictionaries are loadedMichal Klocek2016-05-041-0/+16
* Remove availableDictionaries from spellcheck apiMichal Klocek2016-05-041-17/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Allan Sandfeld Jensen2016-04-251-5/+4
|\
| * Remove direct access BrowserContextAdapter's customUrlSchemeHandlersAllan Sandfeld Jensen2016-04-201-2/+1
| * Switch BrowserContextAdapter to QSharedPointerAllan Sandfeld Jensen2016-04-191-3/+3
* | Update spellchecker APIsMichal Klocek2016-04-181-6/+4
* | Merge branch '5.6' into 5.7Allan Sandfeld Jensen2016-04-111-1/+4
|\|
| * Doc: Mark QWebEngineProfile::setRequestInterceptor as new in Qt 5.6Kai Koehne2016-03-311-0/+1
| * Doc: Fix documentation about cookie storesKai Koehne2016-03-291-1/+3
* | Doc: Document HttpCacheType::NoCacheKai Koehne2016-04-031-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Allan Sandfeld Jensen2016-03-081-6/+28
|\|
| * Doc: Improve web engine profile class descriptionsLeena Miettinen2016-02-291-6/+28
* | Rename UserScriptController/Host to UserResourceController/HostSzabolcs David2016-02-101-1/+1
* | Add spell checker supportMichal Klocek2016-02-011-0/+64
* | Unify license header usage.Jani Heikkinen2016-02-011-11/+14
* | Extend HttpCacheType with NoCache optionSzabolcs David2016-01-271-0/+1
* | Merge branch '5.6' into devAllan Sandfeld Jensen2016-01-121-0/+1
|\|
| * Make the MIME-type of downloads availableAllan Sandfeld Jensen2015-12-071-0/+1
* | Add function to clear data from the cacheSzabolcs David2016-01-061-0/+11
* | Add web action for saving the current web pageJoerg Bornemann2015-12-111-0/+9
|/
* Rename QWebEngineCookieStoreClient to QWebEngineCookieStoreMichal Klocek2015-12-011-4/+4
* Rename url scheme handler's destroyed signalAllan Sandfeld Jensen2015-12-011-3/+3
* Improve documentation for QWebEngineScriptKai Koehne2015-11-051-2/+4
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-281-1/+1
|\
| * Set off-the-record to true as documentedAllan Sandfeld Jensen2015-10-131-1/+1
* | Do not require to subclass/install QWebEngineCookieStoreClientKai Koehne2015-10-191-13/+0
* | Decouple scheme and url scheme handlerAllan Sandfeld Jensen2015-10-161-13/+26
* | Fix compilation with latest qtbaseKai Koehne2015-10-081-2/+2
* | Remove unnecessay delegation over CustomUrlSchemeHandlerAllan Sandfeld Jensen2015-10-061-9/+5