summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Add spell checker supportMichal Klocek2016-02-0119-9/+348
* Unify license header usage.Jani Heikkinen2016-02-01166-1816/+2308
* Extend HttpCacheType with NoCache optionSzabolcs David2016-01-272-1/+5
* Remove superfluous enable_plugins=1Kai Koehne2016-01-272-2/+0
* Package devtools_resources separatelyKai Koehne2016-01-275-3/+19
* Fix un-processed drag events not being handled on OSX.Alexandru Croitor2016-01-233-0/+29
* Enable Widevine CDMAllan Sandfeld Jensen2016-01-1912-1/+420
* Merge branch '5.6' into devAllan Sandfeld Jensen2016-01-189-162/+89
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Allan Sandfeld Jensen2016-01-181-9/+28
| |\
| | * Update key code mappings using QtWebkit mappings as reference.Alexandru Croitor2016-01-121-7/+24
| | * Send proper key codes for KeyEvents to WebKit.Alexandru Croitor2016-01-111-2/+4
| * | Remove FilterRequest from qwebenginecookiestoreMichal Klocek2016-01-154-51/+2
| * | Remove callback functions from qwebenginecookiestoreMichal Klocek2016-01-152-84/+33
| * | Fix crash in BrowserContextAdapter::removeCustomUrlSchemeHandlerJoerg Bornemann2016-01-151-2/+2
| * | Fix access of freed dataAllan Sandfeld Jensen2016-01-151-7/+7
| * | Fix access after freeAllan Sandfeld Jensen2016-01-151-2/+7
| * | Have a WeakPtrFactory per thread in URLRequestCustomJobJoerg Bornemann2016-01-152-8/+11
| * | Fix access violation error because of access to an invalid QString.Alexandru Croitor2016-01-121-1/+1
* | | Add API to set WebChannel on isolated worldAllan Sandfeld Jensen2016-01-158-22/+82
* | | Merge "Merge branch '5.6' into dev" into refs/staging/devAllan Sandfeld Jensen2016-01-1335-115/+378
|\ \ \
| * | | Merge branch '5.6' into devAllan Sandfeld Jensen2016-01-1235-115/+378
| |\| |
| | * | Move ICU data to resources sub-dirAllan Sandfeld Jensen2016-01-112-12/+16
| | * | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2016-01-112-0/+5
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-072-0/+5
| | | |\|
| | | | * Fix MouseMove event handling when opening a new tab with middle click.Alexandru Croitor2015-12-222-0/+5
| | * | | Implicitly use QStringBuilder in all modulesJoerg Bornemann2016-01-095-6/+1
| | * | | Simplify search for Flash plugin on WindowsKai Koehne2016-01-081-10/+4
| | * | | Fix resources location for developer buildsJoerg Bornemann2016-01-081-3/+3
| | * | | Enable loading of Flash plugin on Windows 64 bitKai Koehne2016-01-071-2/+1
| | |/ /
| | * | Install qtwebengine resources in a sub-directoryAllan Sandfeld Jensen2016-01-062-4/+31
| | * | Propagate qmake's warnings-are-errors settingAllan Sandfeld Jensen2016-01-061-0/+2
| | * | Fix more syncqt warningsAllan Sandfeld Jensen2016-01-0510-9/+21
| | * | Fix an assertion in QWebEngineCookieStoreSzabolcs David2016-01-054-2/+19
| | * | Use QOpenGLContext::isOpenGLES() to check if OpenGL ES is enabledSiteshwar Vashisht2015-12-211-7/+9
| | * | Use default URLRequestInterceptors passed from ChromiumAleksey Yermakov2015-12-165-14/+29
| | * | Move WebEngine initialization to core libraryAllan Sandfeld Jensen2015-12-152-0/+95
| | * | Fix some syncqt warningsJoerg Bornemann2015-12-113-0/+26
| | * | Make use of QObject's d-pointer in QWebEngineCookieStoreJoerg Bornemann2015-12-104-12/+10
| | * | Merge remote-tracking branch 'origin/5.5' into 5.6Michael Bruning2015-12-092-24/+81
| | |\|
| | | * Reuse or clean up HttpNetworkSession when (re-) setting a cache type.Michael Bruning2015-12-042-24/+81
| | | * Fix embedded Linux debug buildJoerg Bornemann2015-12-021-1/+0
| | * | Make the MIME-type of downloads availableAllan Sandfeld Jensen2015-12-072-10/+19
| | * | Doc: mark QWebEngineUrlRequestInfo::changed() internalLeena Miettinen2015-12-031-0/+3
* | | | Reduce javascript dialog URL to originAllan Sandfeld Jensen2016-01-131-1/+1
|/ / /
* | | Add methods for running javascript in isolated worldsAllan Sandfeld Jensen2016-01-083-8/+18
* | | Switch WebChannel's IPC transport to ginAllan Sandfeld Jensen2016-01-075-45/+59
* | | Add function to clear data from the cacheSzabolcs David2016-01-064-0/+28
* | | Respect --enable-smooth-scrollingAllan Sandfeld Jensen2016-01-051-1/+2
* | | Implement drag and drop supportJoerg Bornemann2016-01-038-10/+259
* | | Extend toQImage to automatically deduce the image formatJoerg Bornemann2015-12-172-0/+77