summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7.0Michael Bruning2016-05-238-13/+33
|\
| * Let setContent / setHtml fail when content is too big to load.Michael Bruning2016-05-201-1/+7
| * Merge "Merge remote-tracking branch 'origin/5.6.1' into 5.6" into refs/stagin...Liang Qi2016-05-191-2/+0
| |\
| | * Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-181-2/+0
| | |\
| | | * Revert marking qrc: as a local schemeMichael Bruning2016-05-101-2/+0
| * | | Silence zero-as-null-pointer=constant warningsAllan Sandfeld Jensen2016-05-193-3/+3
| * | | Fix pasting images to web pagesJoerg Bornemann2016-05-191-2/+2
| |/ /
| * / Fix CXX :visited selectorIlia Kirianovskii2016-05-133-5/+21
| |/
* | Merge remote-tracking branch 'origin/5.6' into 5.7Allan Sandfeld Jensen2016-05-096-53/+165
|\|
| * Fix threading issues with URLRequestContextAllan Sandfeld Jensen2016-05-034-53/+162
| * Reset the selected text of a page when setHtml is called.Alexandru Croitor2016-05-031-0/+1
| * Fix QtWebEngineCore::initialize() for Qt < 5.6.1Joerg Bornemann2016-05-021-0/+2
| * Never call QtWebEngine::initialize from DllMainCorentin Jabot2016-04-281-0/+5
* | Adds qwebengine_convert_dict toolMichal Klocek2016-05-061-1/+1
* | Use empty default values in spellcheck initMichal Klocek2016-05-041-6/+3
* | Remove warnings about missing dictionariesMichal Klocek2016-05-041-13/+5
* | Provide a debug version of QtWebEngineProcessJoerg Bornemann2016-05-043-2/+24
* | Combine candidate icons for a page into a single iconPeter Varga2016-05-043-32/+88
* | Remove availableDictionaries from spellcheck apiMichal Klocek2016-05-043-24/+7
* | Remove WebAudio settingsAllan Sandfeld Jensen2016-05-022-3/+0
* | Disable extensions at compile timeAllan Sandfeld Jensen2016-04-292-2/+2
* | Cleanup copyright and origin in src/coreAllan Sandfeld Jensen2016-04-297-1/+24
* | Copyright cleanup in core/renderer sourcesAllan Sandfeld Jensen2016-04-297-3/+27
* | Implement hooks for pepper isolated filesystemAllan Sandfeld Jensen2016-04-284-0/+236
* | [OSX] Try and load the widevine plugin where Chrome looks for it.Alexandru Croitor2016-04-281-0/+11
* | Merge remote-tracking branch 'origin/5.6' into 5.7Allan Sandfeld Jensen2016-04-2522-92/+173
|\|
| * Fix regenerating job-factoryAllan Sandfeld Jensen2016-04-222-6/+34
| * Cleanup and comment URLRequestContextGetterQtAllan Sandfeld Jensen2016-04-212-11/+17
| * Do not access browser-context to read user-agent or accept languageAllan Sandfeld Jensen2016-04-212-21/+16
| * Fix saving cookiesMichal Klocek2016-04-211-0/+1
| * Fix copying images to clipboardJoerg Bornemann2016-04-214-2/+120
| * Use the temporary zoom factor to set the zoom factorMichael Bruning2016-04-211-1/+9
| * Remove direct access BrowserContextAdapter's customUrlSchemeHandlersAllan Sandfeld Jensen2016-04-202-7/+9
| * Improve thread-safety of custom scheme handlersAllan Sandfeld Jensen2016-04-208-22/+51
| * Remove unused BrowserContextAdapter handlesKai Koehne2016-04-205-11/+7
| * Fix user-agent override works when setting contentAllan Sandfeld Jensen2016-04-191-0/+1
| * Switch BrowserContextAdapter to QSharedPointerAllan Sandfeld Jensen2016-04-199-21/+22
| * Assert thread assumptionsAllan Sandfeld Jensen2016-04-191-0/+10
* | Parse logging verbosity levelsAllan Sandfeld Jensen2016-04-211-10/+30
* | Add QQuickWebEngineFaviconProviderPeter Varga2016-04-201-0/+4
* | Add comments to new ResourceType enumsKai Koehne2016-04-191-2/+2
* | Update spellchecker APIsMichal Klocek2016-04-189-27/+28
* | Merge branch '5.6' into 5.7Allan Sandfeld Jensen2016-04-186-32/+35
|\|
| * Install all resources for developer build in .pro fileKai Koehne2016-04-152-26/+8
| * Fix crash while settingPersistentStoragePathMichal Klocek2016-04-131-1/+4
| * Fix compilation error with missing includeKai Koehne2016-04-111-0/+2
| * Avoid crashing if WebContext is accessed before initializedAllan Sandfeld Jensen2016-04-111-4/+19
| * Still send navigation request signal on non-blocking interceptAllan Sandfeld Jensen2016-04-111-1/+2
* | Fix merge duplicationAllan Sandfeld Jensen2016-04-131-1/+0
* | Merge branch '5.6' into 5.7Allan Sandfeld Jensen2016-04-1115-23/+141
|\|