summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Add tst_filePicker.qml test for UIDelegateAdam Kallai2015-04-241-2/+9
* Merge remote-tracking branch 'origin/5.5' into devAndras Becsi2015-04-2311-8/+49
|\
| * Remove unused includesPeter Varga2015-04-231-3/+0
| * Force to use English language for QML auto testsPeter Varga2015-04-235-2/+27
| * WebEngineView does not load a url while invisibleAndras Becsi2015-04-223-0/+14
| * Fix assignment of observer to RenderProcessHost.Adam Kallai2015-04-213-3/+6
| * Fix the crash on exit with --single-processSzabolcs David2015-04-201-0/+2
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-1916-179/+79
|\|
| * Add a fallback for QLibraryInfo::DataPath as well.Michael BrĂ¼ning2015-04-161-7/+25
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-162-1/+6
| |\
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Andras Becsi2015-04-152-1/+6
| | |\
| | | * Fix non-accessible build without -fpermissiveStephan Binner2015-03-051-2/+0
| | | * Enable building Qt WebEngine without accessiblity enabled.Stephan Binner2015-03-048-2/+36
| * | | Fix QtCreator loading of qtwebengine.proAndras Becsi2015-04-152-0/+5
| |/ /
| * | Remove eAndroid hooksAndras Becsi2015-04-1412-168/+10
| * | Add a fallback for discovering plugins and translations.Michael BrĂ¼ning2015-04-091-7/+37
* | | Update support for Shockwave Flash plugin.Paulo Pinheiro2015-04-1616-3/+1167
* | | Fix initialization order in file_picker_controller.cppAndras Becsi2015-04-151-1/+1
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-083-6/+8
|\| |
| * | Revert "Enable the use of IPC tracing"Peter Varga2015-04-071-6/+0
| * | Revive ReloadAndBypassCachePierre Rossi2015-04-072-0/+8
* | | Add missing include to file_picker_controller.hZeno Albisser2015-04-011-0/+1
* | | Add support for Shockwave Flash plugin.Zeno Albisser2015-03-307-1/+119
* | | Merge remote-tracking branch 'origin/5.5' into devPierre Rossi2015-03-228-52/+15
|\| |
| * | Fix gesture recognitionAndras Becsi2015-03-201-0/+2
| * | Enable the use of IPC tracingPierre Rossi2015-03-191-0/+6
| * | Fix geolocation (and slight cleanup)Pierre Rossi2015-03-184-15/+5
| * | Properly copy the UserScriptDataPierre Rossi2015-03-181-12/+2
| * | Remove uneeded GetShareHandle() function from EGL integrationAndras Becsi2015-03-171-25/+0
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-171-0/+6
|\| |
| * | Support middle click navigationSzabolcs David2015-03-161-0/+6
* | | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devAllan Sandfeld Jensen2015-03-168-21/+69
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.5' into devAllan Sandfeld Jensen2015-03-168-21/+69
| |\| |
| | * | Support HTML5 form validation featurePeter Varga2015-03-133-0/+24
| | * | Clean up global profiles and ownershipAllan Sandfeld Jensen2015-03-125-21/+45
* | | | Not all public functions of FilePickerController need to be slotsAndras Becsi2015-03-161-5/+4
|/ / /
* | | Merge remote-tracking branch 'origin/5.5' into devAllan Sandfeld Jensen2015-03-1397-71/+437
|\| |
| * | UserScript: Rename source property to sourceCode.Robin Burchell2015-03-122-6/+6
| * | Add testsupport QML API and error page signalsPeter Varga2015-03-062-3/+13
| * | Add missing QtWebEngineCore namespace refs to egl integrationStephan Binner2015-03-043-4/+4
| * | Fix namespace of SurfaceFactoryQtAllan Sandfeld Jensen2015-03-043-3/+3
| * | Respect use-system-jpeg Qt settingAllan Sandfeld Jensen2015-03-041-0/+2
| * | Fix building Qt WebEngine without accessiblity enabledStephan Binner2015-03-042-2/+2
| * | Add namespace to internal QtWebEngine APIAllan Sandfeld Jensen2015-03-0291-54/+400
* | | Refactor FilePickerControllerAdam Kallai2015-03-057-45/+206
|/ /
* | Introduce a user scripts mechanismPierre Rossi2015-02-2116-9/+1069
* | Synchronize with QAtomic instead of volatileAllan Sandfeld Jensen2015-02-202-28/+26
* | Fix crashes and ownership issues in Custom URL scheme handlingAllan Sandfeld Jensen2015-02-204-7/+8
* | Fix the build on eLinuxAndras Becsi2015-02-208-33/+124
* | Experimental custom URL scheme APIAllan Sandfeld Jensen2015-02-1912-0/+638