summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Register qrc as local after blink initialization.Michael BrĂ¼ning2016-04-052-3/+20
* Implement CheckMediaAccessPermissionAllan Sandfeld Jensen2016-04-057-0/+35
* Fix typo in the folder name of the cookiesSzabolcs David2016-04-031-2/+7
* Fix crashes due to qputenv being called after Chromium initialization.Alexandru Croitor2016-04-012-3/+6
* Use system NSS only for certificate handlingKai Koehne2016-04-011-3/+6
* Avoid triggering extra urlChanged signalAdam Kallai2016-04-012-0/+15
* Fix Windows build when response files for moc are generatedJoerg Bornemann2016-03-311-0/+3
* Fix CommandLine initialization on WindowsJoerg Bornemann2016-03-311-7/+20
* Fix QtWebEngineProcess not being found after macdeployqt is used.Alexandru Croitor2016-03-301-1/+1
* Doc: Fix documentation about cookie storesKai Koehne2016-03-291-0/+3
* Fix crash when link opens a modal QDialog, using the trackpad.Alexandru Croitor2016-03-242-8/+48
* Disable installation of icudt.dat for builds using system ICUKai Koehne2016-03-101-9/+16
* Initialize lazy base::CPU when IO are allowedIlia Kirianovskii2016-03-101-0/+10
* Flash: Support --ppapi-flash-version argument also for system FlashKai Koehne2016-03-101-1/+2
* Configure MIPS architecure for gypAllan Sandfeld Jensen2016-03-031-0/+13
* Revert "Disable using the ICU data file on embedded linux"Kai Koehne2016-03-011-1/+0
* ICU: Do not try to search for icudtl.dat for WEBENGINE_CONFIG+=system_icuKai Koehne2016-03-012-0/+18
* ICU: Sync use_system_icu and icu_use_data_file_flagKai Koehne2016-03-011-1/+1
* Copy resources also for non-developer non-prefix buildsKai Koehne2016-02-251-2/+2
* Add chromium files to Qt projectAllan Sandfeld Jensen2016-02-241-0/+8
* Implement SSLHostStateDelegateAllan Sandfeld Jensen2016-02-235-1/+223
* Always reject non-overridable certificate errorsAllan Sandfeld Jensen2016-02-231-3/+4
* Include blink image resourcesAllan Sandfeld Jensen2016-02-161-0/+2
* Fix doubled characters when using IME on WindowsJoerg Bornemann2016-02-162-2/+23
* Do slow copy of mailbox textures when contexts are not sharedMichal Klocek2016-02-161-6/+65
* Enable Viewport Meta support for Embedded platformOtavio Salvador2016-02-161-0/+1
* Fix double LoadFinished on URL errorsAllan Sandfeld Jensen2016-02-102-4/+13
* Fix QDoc warning for QWebEngineUrlRequestInterceptor.Michael Bruning2016-02-041-0/+3
* Add SUBDIRS in correct orderSamuli Piippo2016-02-041-2/+2
* Fix build against Qt 5.5Allan Sandfeld Jensen2016-02-042-0/+4
* Disable WebSpeechAllan Sandfeld Jensen2016-02-012-2/+2
* Disable printing in ChromiumAllan Sandfeld Jensen2016-01-315-0/+16
* Fix crash on exit for view-owned QWebEngineUrlSchemeHandler objectsJoerg Bornemann2016-01-282-3/+4
* Fix multi-thread protection in custom url handlerAllan Sandfeld Jensen2016-01-275-96/+206
* Fix occasional "WeakPtrs must be checked on the same sequenced thread."Joerg Bornemann2016-01-262-11/+9
* Copy all resource files to build directoryKai Koehne2016-01-231-8/+17
* Fix asserts in touch handlingKai Koehne2016-01-231-1/+3