Commits (11)
-
Joerg Bornemann authored
We have no equivalent of QWebFrame::javaScriptWindowObjectCleared and won't need it. Change-Id: I998e0412256887414c125df9ab994216dee22dc9 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
c004741c -
Kai Koehne authored
If all arguments are made absolute the system command line easily get's too long, which will lead to weird build errors later on. This can be easily worked around by resolving the path names on the callee side. Anyhow, we now have to make sure that the file separators are consistent. Task-number: QTBUG-53618 Change-Id: I1b28cc43dd890f6c9b723af9b70d2b2614651ba2 Reviewed-by:
Michael Brüning <michael.bruning@theqtcompany.com>
88082464 -
Michal Klocek authored
Qt Quick Controls 1 always creates "native" windows for popups, however it does not check if the platform can support creating "native" windows. As a workaround disable context menu until Qt Quick Controls 2 are in place. Task-number: QTBUG-53467 Change-Id: Iea32e19f256f3d7e81a61e23f7da64dfc7ec660d Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
7b279882 -
Allan Sandfeld Jensen authored
Without qtpositioning from qtlocation source module, we have no support for geolocation. Also correct a false dependency on xmlpatterns, and adds a feature report on geolocation at configure time. Change-Id: I7d80b8288631401bf4c8aaa2541327a52910c3e6 Reviewed-by:
Michael Brüning <michael.bruning@theqtcompany.com>
42d864c8 -
Kai Koehne authored
Task-number: QTBUG-53685 Change-Id: I4bd08196929953a24e96d82eb583014785e6bbf8 Reviewed-by:
Alexandru Croitor <alexandru.croitor@theqtcompany.com> Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
81047eb5 -
Leena Miettinen authored
Add "Module" to the overview section titles, to stop links from other modules from leading to the "Qt WebEngine" section in the "Overview" instead of to the Qt WebEngine module front page. Change-Id: I1c571c4edad0bcf9dd05e4dad703f95f39eb579c Reviewed-by:
Kai Koehne <kai.koehne@qt.io>
6ed5fe0b -
Leena Miettinen authored
Change-Id: I5e22ceaf5a8450fb5254278dbcbe6e02ecf51a45 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
8ec03692 -
Akihiko Odaki authored
Change-Id: I98cb984548d833121d7e3102b9d89ccc7c8a11b6 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
1897f28e -
Akihiko Odaki authored
In case arm_version == 7, arm_thumb used by default. This change allows to override the configuration. Change-Id: Ifa924d3d6b6c39da513523fdc40757d277fb7f26 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
1c96e5ba -
Allan Sandfeld Jensen authored
Application short-cuts override the passing the keys to WebCore, and makes it impossible to type '/' in form elements. Change-Id: I7df99547f99a3a0703d98d19d3ccdb23de0641ce Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
c1e67d92 -
Akihiko Odaki authored
This patch is a port of commit 4b0cac9dfeebb73f21a11e10e6a2bc7bddbe889b in Chromium for Qt WebEngine. The based commit says: > http://www.khronos.org/registry/egl/extensions/KHR/EGL_KHR_surfaceless_context.txt > > This patch adds support in GLSurfaceEGL to be able to use > surfaceless context when supported by the drivers. This avoids > the creation of a dummy offscreen surface. This would also enable > support for offscreen rendering on platforms (i.e Ozone-Wayland) which > donot support pbuffer surfaces. Some platforms supported by QPA, such as Mesa 3D DRI2 with drm and wayland backend also don't support pbuffer surfaces. Change-Id: I8378957931d79b691392b6fbe13082b8610b8fe6 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
bfcbdc3a
Showing