summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Avoid full storage update on installing URL scheme handlersJoerg Bornemann2016-01-193-3/+10
* Widgets: Improve geometryChangeRequested signalSzabolcs David2016-01-193-1/+14
* Doc: remove docs for QWebEngineCookieStore::FilterRequest classLeena Miettinen2016-01-191-32/+0
* Use QFileInfo::exist(f) instead of QFileInfo(f).exists()Anton Kudryavtsev2016-01-192-4/+4
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Allan Sandfeld Jensen2016-01-181-9/+28
|\
| * 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
* | | Correct QWebEngineUrlRequestInterceptor documentation.Michael Bruning2016-01-181-3/+1
|/ /
* | 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
* | 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
* | Doc: remove obsolete docs about URL requests and scheme handlerLeena Miettinen2015-12-022-12/+0
* | Rename setExtraHeader to setHttpHeader in QWebEngineUrlRequestInfo.Michael Bruning2015-12-022-3/+3
* | Change QWebEngineUrlRequestInterceptor::interceptRequest to void.Michael Bruning2015-12-025-2/+15
* | Doc: edit QWebEngineCookieStoreClient::FilterRequest docsLeena Miettinen2015-12-021-7/+18
* | Work around MSVC linker out of memory failureJoerg Bornemann2015-12-021-0/+24
* | Support custom mouse cursorsSzabolcs David2015-12-012-2/+17
* | Add core-private dependency to core_api.proJoerg Bornemann2015-12-011-1/+1
* | Remove superfluous destructor from QWebEngineCookieStorePrivateJoerg Bornemann2015-12-012-6/+0
* | Rename QWebEngineCookieStoreClient to QWebEngineCookieStoreMichal Klocek2015-12-019-95/+95
* | Remove the empty virtual destructor from QWebEngineUrlRequestInterceptor.Michael Bruning2015-12-011-3/+0
* | Rename url scheme handler's destroyed signalAllan Sandfeld Jensen2015-12-012-2/+4
* | Fix loading of Flash plugin on WindowsKai Koehne2015-12-011-4/+13