summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revision WebEngineProfile::userNotificationKai Koehne2019-02-212-1/+2
* Do not pass ar to gn, update ChromiumMichal Klocek2019-02-212-1/+1
* Add build time override of ninja jobsMichal Klocek2019-02-211-1/+1
* Emit QWebEnginePage::selectionChanged asynchronouslyJüri Valdmann2019-02-212-1/+24
* Add client certificate store test casesVijith Kini2019-02-208-0/+212
* Add proxy authentication unit testMichal Klocek2019-02-195-1/+229
* Try using authentication from QNetworkProxyMichal Klocek2019-02-195-5/+45
* 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
* Use qmake toolchain for gnMichal Klocek2019-02-182-1/+4
* Remove hack with passing WebContentsAdapterClient as NativeViewAllan Sandfeld Jensen2019-02-184-18/+35
* Use QMAKE_GCC_MAJOR_VERSION to check GCC version for extensionsFlorian Bruhin2019-02-151-1/+1
* 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-1516-112/+284
|\
| * Update ChromiumAllan Sandfeld Jensen2019-02-141-0/+0
| * Update ChromiumAllan Sandfeld Jensen2019-02-121-0/+0
| * Shutdown ProxyResolutionSerivceMichal Klocek2019-02-111-0/+3
| * Better error reporting for QWebEngineUrlSchemeJüri Valdmann2019-02-113-6/+46
| * Doc: Extend documentation of callbacksTamas Zakor2019-02-083-0/+29
| * tst_origins: Don't create SharedWorkers from unregistered schemeJüri Valdmann2019-02-051-4/+1
| * Update ChromiumAllan Sandfeld Jensen2019-02-051-0/+0
| * 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-019-93/+177
| |\
| | * Update Chromiumv5.12.1Allan Sandfeld Jensen2019-01-161-0/+0
| | * Add changes file for Qt 5.12.1Antti Kokko2019-01-161-0/+78
| | * Fix incorrect GLX pbuffer attributes terminatorKirill Burtsev2019-01-091-1/+1
| | * Fix hide/show of delegate widgetMichal Klocek2019-01-092-0/+24
| | * Fix recreation of cookie store and channel id serviceMichal Klocek2019-01-093-91/+73
| | * Merge 5.12 into 5.12.1Kari Oikarinen2019-01-0838-87/+593
| | |\
| | * | Update ChormiumMichal Klocek2018-12-211-0/+0
| | * | Update ChromiumMichal Klocek2018-12-201-0/+0
| | * | Update ChromiumMichael Brüning2018-12-191-0/+0
| | * | Fix building with -no-opengl on macOSMichael Brüning2018-12-181-1/+1
* | | | 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-142-3/+6
* | | | Simplify visual properties handling in RenderWidgetHostViewQtJüri Valdmann2019-02-1314-228/+89
* | | | 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
* | | | Replace deprecated QDesktopWidget::screenGeometry usage in simplebrowserPeter Varga2019-02-081-1/+2
* | | | Fix incorrect include of pref_names.hMichal Klocek2019-02-081-1/+1
* | | | Web Notifications APIKirill Burtsev2019-02-0649-23/+1702
* | | | Merge remote-tracking branch 'origin/dev' into 5.13Michael Brüning2019-02-0574-106/+4495
|\ \ \ \