summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Create v8_snapshot gn toolchain from one pro fileAllan Sandfeld Jensen2017-03-253-14/+18
* Fix movementX and movementY properties of mouse eventsSzabolcs David2017-03-244-7/+43
* Doc: Add inheritance to WebEngineView type docsLeena Miettinen2017-03-241-0/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Michael Brüning2017-03-245-10/+14
|\
| * Delegate QWebEngineHistory::currentItem() to itemAt()Viktor Engelmann2017-03-211-3/+1
| * Remove stale parent connection when initializing delegate as a childMichael Brüning2017-03-151-0/+3
| * Improve cross-links between QtWebEngine classes in docsFlorian Bruhin2017-03-083-7/+10
* | Add QML test for "Fix search restart after zero entries"Peter Varga2017-03-231-0/+31
* | Remove gyp handlingAllan Sandfeld Jensen2017-03-2227-1683/+294
* | Support Visual Studio 2017Joerg Bornemann2017-03-221-0/+2
* | Turn off MSVC warnings about unused variables/parametersJoerg Bornemann2017-03-221-0/+2
* | Handle texture nodes alternative source rectAllan Sandfeld Jensen2017-03-221-8/+18
* | Use matching bitwidth for x86 targetSamuli Piippo2017-03-211-1/+1
* | Cleanup ozone platformAllan Sandfeld Jensen2017-03-204-95/+98
* | Port MIPS configuration to GNAllan Sandfeld Jensen2017-03-201-0/+18
* | Fix OpenGL for embedded buildsAllan Sandfeld Jensen2017-03-204-6/+15
* | Build v8snapshot with host of matching bitwidthAllan Sandfeld Jensen2017-03-192-12/+16
* | Support appstore compliancy switch from the new configure systemAlexandru Croitor2017-03-172-5/+3
* | Unblacklist changeLocale auto testsPeter Varga2017-03-154-12/+6
* | Support linux-clang-libc++ buildsAllan Sandfeld Jensen2017-03-142-0/+2
* | Port ARM configuration to GNAllan Sandfeld Jensen2017-03-141-0/+37
* | Remove uses of QString::nullMarc Mutz2017-03-112-2/+2
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-103-2/+6
|\|
| * Clarify JavascriptCanAccessClipboard documentationFlorian Bruhin2017-03-072-2/+4
| * Handle Qt::AA_UseSoftwareOpenGLAllan Sandfeld Jensen2017-03-031-0/+2
* | Restructure print_view_manager_base_qt.cppAllan Sandfeld Jensen2017-03-091-248/+237
* | Move opus, webp and ffmpeg to new configure systemAllan Sandfeld Jensen2017-03-082-14/+74
* | Enable FFMPEG configuration for GNAllan Sandfeld Jensen2017-03-083-1/+3
* | Rework form validation QML testsPeter Varga2017-03-083-55/+57
* | Add SIGSEGV handler for the QML tests on LinuxPeter Varga2017-03-081-0/+74
* | Cleanup QRegExp includesSamuel Gaist2017-03-071-0/+1
* | Fix 32-bit Windows buildJoerg Bornemann2017-03-071-0/+1
* | Add FINALs and explicit constructor to QQuickWebEngineScriptSzabolcs David2017-03-071-7/+7
* | Remove erroneous CONSTANT attributes from the public widgets APIAlexandru Croitor2017-03-072-7/+7
* | Use GN linker flags on core_moduleAllan Sandfeld Jensen2017-03-072-4/+5
* | Respect use system opus, vpx and icu configurationAllan Sandfeld Jensen2017-03-072-3/+3
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Allan Sandfeld Jensen2017-03-0432-102/+197
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Allan Sandfeld Jensen2017-03-0232-102/+197
| |\|
| | * Pass <input type="file"> result to correct RenderFrameHostViktor Engelmann2017-02-283-14/+13
| | * Update HTTP Cache when generating new cookie storeViktor Engelmann2017-02-271-0/+7
| | * Add support for macOS Airplay to Demobrowser in presence of dual GPUsAlexandru Croitor2017-02-232-0/+9
| | * Ignore synthetic hover move events if the mouse has not actually movedMichael Brüning2017-02-221-1/+2
| | * Fix crash on context menuAllan Sandfeld Jensen2017-02-224-3/+3
| | * Update chromiumMichal Klocek2017-02-221-0/+0
| | * Use Qt::ToolTip as window type for dropdown popusFlorian Bruhin2017-02-221-0/+4
| | * Abort findText when destroying QWebEnginePageViktor Engelmann2017-02-222-0/+4
| | * Fix building spellchecker example when Qt is not yet installedAlexandru Croitor2017-02-212-3/+35
| | * Fix Q_ASSERT when dragging an item over WebEngineViewJoerg Bornemann2017-02-213-62/+26
| | * Fix empty dialogs on window.onbeforeunloadSzabolcs David2017-02-213-3/+6
| | * Fix QWebEngineView::setFocus to properly set internal QQuickItem focusAlexandru Croitor2017-02-202-0/+52