summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the Google Chrome path for pepper Flash on LinuxJocelyn Turcotte2016-01-221-1/+2
* Fix deadlock on QWebEngineUrlRequestJob::failJoerg Bornemann2016-01-221-4/+8
* 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