summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Allan Sandfeld Jensen2019-03-203-1/+12
| |\|
| | * Do not report client redirects as link-clickedAllan Sandfeld Jensen2019-03-191-0/+3
| | * Fix warning: implicit conversion of NULL constant to 'const int'Kirill Burtsev2019-03-151-1/+1
| | * Expose missing translations to lupdateFriedemann Kleint2019-03-051-0/+8
* | | Fix Widevine support after Chromium 71Allan Sandfeld Jensen2019-03-202-17/+15
* | | Remove Entry type from QWebEngineClientCertificateStoreAllan Sandfeld Jensen2019-03-202-18/+8
|/ /
* | Fix capitalisation of letters for PDF viewer settingMichael Brüning2019-03-193-4/+4
* | Notification API cleanup: direction type, parameter and method namesKirill Burtsev2019-03-192-19/+12
* | Doc: Link to classes where QWebEngineNotification is passed to usersLeena Miettinen2019-03-181-0/+5
* | Fix crash on query of next persistent notification idKirill Burtsev2019-03-181-1/+1
* | Fix -no-ssl buildv5.13.0-beta1Peter Varga2019-03-074-0/+22
* | Merge remote-tracking branch 'origin/5.12' into 5.13Allan Sandfeld Jensen2019-03-0418-84/+235
|\|
| * Force destruction of webcontent client before profile adapterMichal Klocek2019-03-014-0/+22
| * Fix destruction of qt quick profile after WebEngineContext gets deletedMichal Klocek2019-03-011-1/+2
| * Fix incrementing download IDTamas Zakor2019-02-281-2/+6
| * Fix crash on dynamic_cast in global event filterJüri Valdmann2019-02-256-66/+175
| * Fix handling of touch icons when it is disabledPeter Varga2019-02-253-14/+23
| * Doc: Always treat \brief as full sentenceKai Koehne2019-02-222-2/+2
| * Fix crash in tst_Spellchecking::spellcheckJüri Valdmann2019-02-193-1/+11
* | Tie client certificate stores to profilesAllan Sandfeld Jensen2019-03-018-37/+47
* | Fix detection of opengl supportMichal Klocek2019-02-271-20/+17
* | API cleanupAllan Sandfeld Jensen2019-02-274-4/+4
* | Make client certificate store thread safeAllan Sandfeld Jensen2019-02-256-34/+70
* | Add a setting to control if the PDF viewer is enabledMichael Brüning2019-02-223-3/+30
* | Add build time override of ninja jobsMichal Klocek2019-02-211-1/+1
* | Try using authentication from QNetworkProxyMichal Klocek2019-02-194-0/+36
* | Remove not used define for sanitizerMichal Klocek2019-02-191-1/+0
* | Minor. Remove unused m_index from pdfium_document_wrapper_qt.cppMichal Klocek2019-02-191-3/+0
* | Minor. Remove superfluous std::moveMichal Klocek2019-02-191-1/+1
* | Remove hack with passing WebContentsAdapterClient as NativeViewAllan Sandfeld Jensen2019-02-184-18/+35
* | Fix undefined behavior with extensions disabledAllan Sandfeld Jensen2019-02-151-0/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Allan Sandfeld Jensen2019-02-157-107/+135
|\|
| * Shutdown ProxyResolutionSerivceMichal Klocek2019-02-111-0/+3
| * Better error reporting for QWebEngineUrlSchemeJüri Valdmann2019-02-113-6/+46
| * macOS: Look for the widevine plugin in the possible new locationsAndy Shaw2019-02-041-2/+12
| * Reinstate CT verification using known logsAllan Sandfeld Jensen2019-02-041-2/+11
| * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-02-013-92/+58
| |\
| | * Fix incorrect GLX pbuffer attributes terminatorKirill Burtsev2019-01-091-1/+1
| | * Fix recreation of cookie store and channel id serviceMichal Klocek2019-01-092-91/+57
* | | Support offscreen plugin with glx backendMichal Klocek2019-02-152-4/+5
* | | Fix crash on removing certificates from local storeAllan Sandfeld Jensen2019-02-141-2/+1
* | | Fix incrementing download IDTamas Zakor2019-02-141-2/+6
* | | Simplify visual properties handling in RenderWidgetHostViewQtJüri Valdmann2019-02-138-167/+74
* | | Do not create the native client cert store on every requestAllan Sandfeld Jensen2019-02-112-17/+13
* | | Add link with lld supportMichal Klocek2019-02-111-0/+3
* | | Fix use_gold gn argumentMichal Klocek2019-02-112-3/+7
* | | Cleanup client cert store filesAllan Sandfeld Jensen2019-02-1112-215/+307
* | | Fix -Wreorder warning in ProfileAdapterJüri Valdmann2019-02-111-1/+1
* | | Quiet -Wmismatched-tag warningv5.13.0-alpha1Allan Sandfeld Jensen2019-02-081-1/+2
* | | Only allocate a post data block when postingAllan Sandfeld Jensen2019-02-081-4/+3