- Apr 11, 2016
-
-
Allan Sandfeld Jensen authored
-
Allan Sandfeld Jensen authored
Change-Id: I53645ee5405b1c43807123fd3c196e314cfd1ce9
-
Leena Miettinen authored
Task-number: QTBUG-52355 Change-Id: I4f332e9e4504b2685360dafd32f2947483f5665c Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Joerg Bornemann authored
Like in the QWidget API we must discard unaccepted download items. The QtQuick minimal example asserted when triggering the save web action twice, because the download item of the first (unhandled) save operation was still in the list of ongoing downloads. Task-number: QTBUG-52370 Change-Id: I23b1990f8fa5082121f7c75927039b7959c28700 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
- Apr 09, 2016
-
-
Allan Sandfeld Jensen authored
Adds QML API for the context menu data and improved spell checking API. Change-Id: I47868bdfaaec42d13aa7693bdc14bc75b008b862 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- Apr 08, 2016
-
-
Alexandru Croitor authored
Rename all uses of wasRecentlyAudible to recentlyAudible. Add missing recentlyAudible properties. Change QtQuick slots to simple functions. Change affected demobrowser example. Adjust documentation for the API. Change-Id: I5a6f7b8384c0b7e34afaa5c412a5543c210d3ef9 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Michal Klocek <michal.klocek@theqtcompany.com>
-
- Apr 07, 2016
-
-
Joerg Bornemann authored
Pulls in build fix for MSVC 2015 Update 2. Task-number: QTBUG-52367 Change-Id: I57f17388b280eb79397cbba3e6b1b546d30be096 Reviewed-by:
Michal Klocek <michal.klocek@theqtcompany.com>
-
Kai Koehne authored
Fix compilation warning: qtwebengine/examples/webenginewidgets/simplebrowser/webview.cpp:131: warning: enumeration value 'WebBrowserBackgroundTab' not handled in switch [-Wswitch] switch (type) { ^ Change-Id: I590207c56525db740e62403b6cb949c6281d765c Reviewed-by:
Michal Klocek <michal.klocek@theqtcompany.com>
-
- Apr 06, 2016
-
-
Peter Varga authored
Change-Id: I46805d8956815e4d691afd05a69ff16d6a86ad6b Reviewed-by:
Michal Klocek <michal.klocek@theqtcompany.com>
-
Kai Koehne authored
Change-Id: I143c1ff7556777813387b664a59bafba1c9a3a58 Task-number: QTBUG-51808 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Kai Koehne authored
Change-Id: Ibea40489390e2e7b89ab4f47edf06856f3d764d5 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
Peter Varga authored
- Remove superfluous imports of QtWebEngine.experimental - Remove unused waitForViewportReady() - Remove "when: windowShown" from tests where UI is not used for testing Change-Id: I05362596ace44a490417dc61e6d0564b4004537e Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- Apr 05, 2016
-
-
Allan Sandfeld Jensen authored
Pulls in SHA based on updated Chromium Change-Id: I1d9125fdfa355344914dadc4eab7fef1c53dfc40 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Kai Koehne authored
This property is new in Qt 5.7 / QtWebEngine 1.3 Task-number: QTBUG-52338 Change-Id: Ib15a219bd1ec1e542d1c5c13a812b0022485485c Reviewed-by:
Michael Brüning <michael.bruning@theqtcompany.com>
-
Kai Koehne authored
Change-Id: I44c67824f56c64f137631f174c419c083af0652c Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Kai Koehne authored
The property was already revisioned, but the signal was not. Also mark the property as new in the documentation. Change-Id: Iab50bea0d593e9dafb3e58b7f99dd5b95655a1a9 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
Michael Brüning authored
It is needed to let local content access the qrc resources by making them part of the same security origin. This is stated in the docs as the default behavior. This also backports change f7d34300 from 5.7, which fixed some race condition with the qrc registration. Task-number: QTBUG-52085 Change-Id: Ia704fa6dbce8529f82695ab543244020cb9f8b8a Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
Joerg Bornemann authored
The test passes now. Change-Id: Ifc96c995036759d554938dbbc80ca05a5680d496 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
Allan Sandfeld Jensen authored
Pulls in security fixes from Chromium 49.0.2623.108 Change-Id: Icb318aa21772eecb4b39f2bbe92ccdc0f020aee3 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Leena Miettinen authored
For example, @include, @match, and @exclude. Change-Id: I16d29b4e72452980e43c8e7c5702e21cccf159d5 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Adam Kallai authored
The mimeType property of the WebEngingeDownloadIten is tagged for REVISION 1 so the related signal should be tagged for REVISION 1 as well. Change-Id: I918de55c81779424011e42c358d5c7aeed2909ee Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
Allan Sandfeld Jensen authored
Fixes access of label of MediaStream tracks Also fixes the logged error: WebContentsDelegate::CheckMediaAccessPermission: Not supported. Change-Id: I3fee9ccd9e8b2e5cbd6b707336cc61425a44ba31 Task-number: QTBUG-52216 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Giulio Camuffo authored
We shouldn't special case some platform integration names, instead check if it supports the proper capabilities Change-Id: Ib8a28a974a4054cea4fbfb503be7c0e0f797e242 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Leena Miettinen authored
Change-Id: I644475dc966b9a0a13bba242b653d2bc2357f24b Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
- Apr 03, 2016
-
-
Szabolcs David authored
Change-Id: I9e1acaa0dbd31978730dae33ebb517f467f8df49 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
Kai Koehne authored
Fix src/webengine/api/qquickwebengineprofile.cpp:78: warning: Undocumented enum item 'NoCache' in QQuickWebEngineProfile::HttpCacheType Also mention that the value was added in Qt 5.7. Change-Id: Ie3f139c473b6d36a74fdc094154e123425e7bef1 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
Kai Koehne authored
Was forgotten in commit 66e01f28 , when the printing API moved to QWebEnginePage. Change-Id: Idc7fc41c407c4187144e0278975dfd59bef0633f Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
Kai Koehne authored
Change-Id: I1bd0c58a0cee3933370238841c12cf0c1d965c93 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Leena Miettinen authored
Change-Id: I40706d93348c868f7572fa4c0485f0babf98a06e Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com> Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Leena Miettinen authored
Add docs for ResourceTypeCspReport and ResourceTypePluginResource Task-number: QTBUG-51808 Change-Id: Id8b0f90f201670a927caf67e6cdff1ade211ebdc Reviewed-by:
Florian Bruhin <qt-project.org@the-compiler.org> Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
- Apr 01, 2016
-
-
Allan Sandfeld Jensen authored
Instead of hard-coding en-US as the default, read the Qt default and use that. Change-Id: I118d2e7b9b4486dd32b2ccbd42c90bc1cee2257f Reviewed-by:
Michal Klocek <michal.klocek@theqtcompany.com>
-
Alexandru Croitor authored
The qputenv() call inside gl_surface_qt.cpp, which is executed on a GpuChildThread, can reallocate the process environment structure, and it is possible that at the same time the main thread calls getenv, which will dereference a pointer to the freed environment structure, essentially causing a use-after-free crash. Make sure the qputenv() call happens before Chromium initialization starts, so no thread-race can occur. Change-Id: I4ecbdc8bf2abbe45f7d6c5d2633dc9fe27f51e66 Task-number: QTBUG-52124 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com> Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com> (cherry picked from commit 76c61aa1)
-
Kai Koehne authored
Compiling against NSS 3.23 fails with current Chromium. Also, with NSS 3.21 there are failures connecting to e.g. google.com. Fix this by adapting the setup endorsed by upstream Chromium: BoringSSL is always used for cryptography, and NSS only for certificate handlng. Patches included in 3rdparty update: 0a385bb [backport] Call EnsureNSSHttpIOInit in the chimera build. 0472123 Fix build against newer NSS 90c62c4 <third_party/libpng> [Backport] update to libpng 1.2.56 34857b8 <third_party/libpng> [Backport] Stop large iCCP chunks causing delays and "Aw Snap!" Task-number: QTBUG-52193 Task-number: QTBUG-51890 Task-number: QTBUG-52068 Change-Id: If8aaed9b9a09475c5ed0dfec64d31f45ce9670f5 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
Kai Koehne authored
Change-Id: Ic1b3cbf9e29b553a36e55b3575382494761aaaf8 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Adam Kallai authored
Chromium usually clears the pending entry when it fails, so that an arbitrary URL is not left visible above a committed page. However, it does preserve the pending entry in some cases, such as on the initial navigation of an unmodified blank tab. So in other cases Chromium clears the pending entry (if the navigation is not in progress), and it does force the UI (URL bar) to refresh. In our case we allow failed URLs to stick around in the URL bar but only when alternate error pages are used. Change-Id: I26e81e7a99415aa184880dcb647a06d977584119 Task-number: QTBUG-48995 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
- Mar 31, 2016
-
-
Friedemann Kleint authored
Task-number: QTBUG-52104 Change-Id: Icf8b4eea7fc52498b2ce9a2c04da6a24e8bdb070 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Joerg Bornemann authored
QTRY_VERIFY combined with CallbackSpy::waitForResult is one layer of retry/wait too much. If the first waitForResult fails but subsequent waitForResult calls succeed something's very wrong. The condition in the second QTRY_VERIFY was wrong. The unary not was applied to length, not to the whole comparison. Change-Id: Ic66f740ba01527a979ab1ef9d8188dcbe9ab713a Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
Joerg Bornemann authored
moc.prf contains magic (translation: weird heuristics) to determine if the moc command line would exceed the command line length limit on Windows. If such an excess is detected a response file is created in MOC_DIR. As our build directory is not qmake's default one, moc calls will not find the response file. Set MOC_DIR accordingly to generate the reponse file in the right location. Task-number: QTBUG-51847 Change-Id: Id0695451a986cd9514a7c965c6d33c5c3ef800cd Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Joerg Bornemann authored
Chromium insists on getting the command line via the system call GetCommandLineW. QCoreApplication already did that, and we want to pass the already split argument vector to init CommandLine. This way, the user can pass custom arguments to QGuiApplication, and Chromium will pick those up correctly. Task-number: QTBUG-51971 Change-Id: I85b2071fcd8e5781b13ec8d22dc00b1a0c71601b Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Joerg Bornemann authored
This test is failing on 32 bit Windows. Unfortunately, we couldn't reproduce the failure locally yet. Blacklist the test for now. Change-Id: I7bdbc52033ccc0ed16ccf934418cc56a7783f88b Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-