summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Optimize the QMatrix4x4 after a conversion from SkMatrix44Jocelyn Turcotte2014-11-031-1/+3
| * Print a more descriptive warning when a build is skipped.Michael Brüning2014-10-291-1/+8
| * Add runJavaScript testAllan Sandfeld Jensen2014-10-291-0/+68
| * Update chromium submodule after adding fixes for MacOSX10.10.sdk.Zeno Albisser2014-10-291-0/+0
| * Fixing quotation mark usage for WindowsAdam Kallai2014-10-291-2/+2
| * Support Qt::AA_ShareOpenGLContextsPierre Rossi2014-10-291-4/+13
| * Make url handling consistent in widget and quick APIPeter Varga2014-10-287-10/+14
| * Use the correct comment syntax.Michael Brüning2014-10-281-1/+1
| * Fix tst_QWebEngineFrame::setUrlHistory expected failuresPeter Varga2014-10-281-17/+26
| * Add checks for python and GCC versions.Michael Brüning2014-10-281-0/+16
| * Display error if building for ARM architecture older than ARMv6Jonathan Liu2014-10-271-0/+1
| * Enable build on all supported linux platforms.Michael Brüning2014-10-211-1/+1
| * Disable geolocationSzabolcs David2014-10-162-0/+24
| * Look for the NINJA_PATH env var and prefer that over the bootstrapped ninjaJarred Nicholls2014-10-161-4/+9
| * Allow building on boot2qt.Zeno Albisser2014-10-162-1/+1
| * Add plugins.qmltypes for WebEngine APIMichael Brüning2014-10-151-0/+164
| * Include QMAKE_CC when extracting C compiler flagsJonathan Liu2014-10-151-1/+1
| * Fix ARM NEON detection for -mfpu=neon-vfpv4Jonathan Liu2014-10-151-1/+1
| * Fix up coding style in GetNavigationErrorStringsPierre Rossi2014-10-142-28/+26
| * Add setting ErrorPageEnabledAndras Becsi2014-10-1411-4/+43
| * Disable Desktop Notifications.Michael Brüning2014-10-141-0/+1
| * Use the shared waitForSignal method in QQuickWebEngineViewGraphics testSzabolcs David2014-10-141-15/+2
| * Import QQuickWebEngineView API testSzabolcs David2014-10-1413-3/+729
| * Fix localization on OS XAndras Becsi2014-10-133-18/+1
| * Do not run Callback for already canceled URLRequests.v5.4.0-beta1Michael Brüning2014-10-101-0/+3
| * Bounds check the zoom factor before we pass it along.Pierre Rossi2014-10-101-0/+2
| * Revert "Allow more generic platform names for linux based platforms."Zeno Albisser2014-10-101-2/+2
| * Notify canGoBack/canGoForward on urlChanged instead of loadingChanged.Jarred Nicholls2014-10-091-2/+2
| * Doc: Correct snippets for QWebEngineView API doc.Michael Brüning2014-10-091-4/+4
* | Unglobalize browserContextAllan Sandfeld Jensen2014-11-0619-61/+242
* | Distinguish between tab dispositions in NewViewRequest Quick API.Jarred Nicholls2014-10-213-3/+7
* | Let Qt decide whether to build the examplesAndras Becsi2014-10-201-6/+0
* | Implement acceptNavigationRequest for the widgets API.Andras Becsi2014-10-207-150/+106
* | Add support for DebugBorderDrawQuadPierre Rossi2014-10-131-0/+25
* | TestBrowser: prevent popups from getting GCedPierre Rossi2014-10-131-1/+1
* | Implement programatic zooming for QtQuickPierre Rossi2014-10-136-0/+160
* | Use QUrl::fromLocalFilePierre Rossi2014-10-102-2/+2
* | Merge remote-tracking branch 'origin/1.0' into devPierre Rossi2014-10-09103-817/+2525
|\|
| * Disable Downloads for now.Michael Brüning2014-10-091-1/+0
| * Accessibility: Table interfaceFrederik Gladhorn2014-10-082-0/+232
| * Allow more generic platform names for linux based platforms.Zeno Albisser2014-10-081-2/+2
| * Replace QStringLiteral with QLatin1String where appropriateKai Koehne2014-10-076-16/+16
| * Fix WebContentsAdapater::requestedUrl() functionPeter Varga2014-10-072-6/+8
| * Fix loadFinished signal in case of interrupting error page loadingPeter Varga2014-10-072-0/+3
| * Fix WebEngineSettings::setDefaultTextEncoding()Szabolcs David2014-10-072-6/+5
| * Update build configuration for eLinux after update to Chromium 37.Zeno Albisser2014-10-063-1/+6
| * gfx::LoadLibrary has been replaced in Chromium by base::LoadNativeLibrary.Zeno Albisser2014-10-061-8/+14
| * Update OzonePlatformEglfs after update to Chromium 37.Zeno Albisser2014-10-062-6/+54
| * Examples: Fix warnings in webenginewidgets/browser example.Michael Brüning2014-10-064-0/+7
| * Examples: Replace deprecated Q_WS_MAC defines with Q_OS_OSX.Michael Brüning2014-10-063-11/+11