summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update user dir associated to BrowserContext when chaging profile's pathPeter Varga2018-07-201-0/+7
* Enable XSS auditing by defaultFlorian Bruhin2018-07-192-3/+2
* Migrate WebChannel IPC to mojoMichal Klocek2018-07-196-66/+110
* Update ChromiumMichal Klocek2018-07-191-0/+0
* Return invalid ImCursorRectangle when height is zeroJüri Valdmann2018-07-191-4/+6
* Fix build with '-no-feature-action' configurationValentin Fokin2018-07-184-0/+58
* Add missing verbose label for nss checkMichal Klocek2018-07-181-1/+1
* Linux: Check for libnss versionKai Koehne2018-07-161-1/+1
* Create WebContents with initially_hidden = trueJüri Valdmann2018-07-162-0/+5
* Simplify BGR -> RGB conversion in PdfiumPageWrapperQtSzabolcs David2018-07-111-8/+1
* Print macOS toolchain info when configuring WebEngineAlexandru Croitor2018-07-111-0/+30
* Lower Xcode version requirement to 8.3.3 from 9.0Alexandru Croitor2018-07-112-3/+3
* Rename BrowserAdapterClient to ProfileAdapterClientMichal Klocek2018-07-0915-161/+161
* Rename BrowserContextAdapter to ProfileAdapterMichal Klocek2018-07-0942-403/+408
* Enable client certificate storeAllan Sandfeld Jensen2018-07-0816-6/+527
* Finalize change from BrowserContext to ProfileMichal Klocek2018-07-0611-58/+58
* Unset currentPrinter before triggering the callback of printing operationSzabolcs David2018-07-051-1/+1
* Add hack to export our headers to ChromiumMichal Klocek2018-07-037-3/+240
* Migrate from BUILDFLAG to QT_CONFIGMichal Klocek2018-07-0225-99/+190
* Remove superfluous forward declarationPeter Varga2018-06-291-2/+0
* Merge remote-tracking branch 'origin/5.11' into devAllan Sandfeld Jensen2018-06-2612-77/+136
|\
| * Fix mismatch of updated scenegraphs when clippingAllan Sandfeld Jensen2018-06-221-0/+10
| * Doc: Add missing dots (qtwebengine)Paul Wicking2018-06-223-3/+3
| * Merge remote-tracking branch 'origin/5.11.1' into 5.11Qt Forward Merge Bot2018-06-191-0/+0
| |\
| | * Update Chromium and changelogv5.11.1Michal Klocek2018-06-151-0/+0
| | * Update ChromiumMichal Klocek2018-06-071-0/+0
| * | Add fallback lookup for eglGetProcAddressSamuli Piippo2018-06-133-0/+16
| |/
| * Fix crash with non-integer Qt scalingAllan Sandfeld Jensen2018-06-061-1/+2
| * Update ChromiumMichal Klocek2018-06-061-0/+0
| * Update ChromiumMichal Klocek2018-06-061-0/+0
| * Update ChromiumMichal Klocek2018-06-061-0/+0
| * Fix compilation with opengl es2Michal Klocek2018-06-053-16/+14
| * Update ChromiumMichal Klocek2018-06-051-0/+0
| * Update ChromiumMichal Klocek2018-06-051-0/+0
| * Fix WebCursor scaling and hotspotJüri Valdmann2018-06-051-4/+25
| * Update ChromiumMichal Klocek2018-06-051-0/+0
| * Narrow includeAllan Sandfeld Jensen2018-06-051-1/+1
| * Fix segfault in QWebEnginePage::triggerActionJüri Valdmann2018-05-301-50/+51
| * Do make freetype checks in Qt Gui and Qt WebEngine orthogonalKai Koehne2018-05-281-1/+1
* | Adaptations for Chromium 67Allan Sandfeld Jensen2018-06-2661-522/+570
* | Adaptations for Chromium 66Allan Sandfeld Jensen2018-06-2642-456/+536
* | Add support for loading UI delegates from resource filesRomain Pokrzywka2018-06-181-15/+34
* | Remove obsolete embedded_qnx.priMichal Klocek2018-06-181-10/+0
* | Fix bogus check for GL_ARB_ES2_compatibilityMichal Klocek2018-06-181-1/+1
* | Fix webengine geolocation featureMichal Klocek2018-06-185-9/+6
* | Update export symbols for webenginecore moduleMichal Klocek2018-06-1536-59/+301
* | Fine tune configure and clean up header includesMichal Klocek2018-06-1239-115/+801
* | Map CSS 'copy' and 'alias' to DragCopyCursor and DragLinkCursorJüri Valdmann2018-06-121-8/+6
* | Fix use-after-free of QWebEngineCookieStorePrivateJüri Valdmann2018-06-062-24/+60
* | Use range-based for instead of Q_FOREACHJüri Valdmann2018-06-0623-53/+63