- 26 Oct, 2016 - 1 commit
-
-
Peter Varga authored
Get rid of some potential flaky issues: - Fix typo in redirect.html - Do not check URL before wait the result of the load. As a corner case the load might be finished earlier than the comparison. - Get rid of unnecessary signal handlers for unrelated test cases. The superfluous operations might have enough overhead to cause a comparison to be timed out. - Separate data URL test case and blacklist it due a to known issue (QTBUG-56661) Task-number: QTBUG-56180 Task-number: QTBUG-56661 Change-Id: I76cec4e761be646c2f60588a34bae806cf558b3a Reviewed-by:
Kai Koehne <kai.koehne@qt.io>
-
- 25 Oct, 2016 - 1 commit
-
-
Peter Varga authored
Task-number: QTBUG-56242 Change-Id: Ib6689d6f183532502382c86f92fdbdf27dd6c37c Reviewed-by:
Alexandru Croitor <alexandru.croitor@qt.io>
-
- 21 Oct, 2016 - 1 commit
-
-
Oswald Buddenhagen authored
the simulator_and_device CONFIG flag is now gone. this also implies that we can set the debug_and_release and build_all flags based on the same condition. Change-Id: Ib16d05213e738a961c9e0b232829985b8ad64a50 Reviewed-by:
Jake Petroules <jake.petroules@qt.io>
-
- 19 Oct, 2016 - 2 commits
-
-
Allan Sandfeld Jensen authored
Format the output slightly more, and report the list of optional bundled and system libraries used. Change-Id: I1fd06a5a83fb01e93dfd29236774a6e320530a6e Reviewed-by:
Alexandru Croitor <alexandru.croitor@qt.io>
-
Liang Qi authored
fdf3a40 in qtwebview fixed the macOS 10.9 build issue. This reverts commit 41ba9b70 . Change-Id: I178ba785500bf7d15f1b0b8319fe520d07f0388c Reviewed-by:
Alexandru Croitor <alexandru.croitor@qt.io>
-
- 18 Oct, 2016 - 1 commit
-
-
Peter Varga authored
Update Chromium for the actual fix. Add quick auto test for the issue and unskip WebViewFindText::testfindTextManyMatches. Task-number: QTBUG-56373 Change-Id: Id70291e5231f572c85b0a7c1ec1b6facd161115a Reviewed-by:
Kai Koehne <kai.koehne@qt.io>
-
- 17 Oct, 2016 - 5 commits
-
-
Alexandru Croitor authored
The change fixes spellchecking to work on macOS. A new WebEngine configure option is available to allow spellchecking on macOS to use either Hunspell like the other platforms, or the native spellchecker that comes with the OS. The default is to use Hunspell. Task-number: QTBUG-53135 Change-Id: I3e45b2e0d728b1bf2659c35f3d0a042b0ecd6239 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Michal Klocek <michal.klocek@qt.io>
-
Peter Varga authored
Title might be changed after a successful page load too. The order is not guaranteed. Implement wait for the expected title change. Task-number: QTBUG-56180 Change-Id: If8c529e6246fe9e8c93e41be84c8934c8ed8d729 Reviewed-by:
Kai Koehne <kai.koehne@qt.io>
-
Jani Heikkinen authored
This reverts commit 6e9779ac . It seems there is an issue with 10.9 & Qt 5.8, see QTBUG-56563. Reverting this to be able to integrate qt5.git in '5.8' Change-Id: Ide35be544e81d31c3bcbd525bb43d3a864ce116c Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@qt.io> Reviewed-by:
Alexandru Croitor <alexandru.croitor@qt.io>
-
Michal Klocek authored
Use convert_dict_linking.pri instead of QtWebEngineCore_linking.pri for qwebengine_convert_dict linking step. New linking information contains only required dependencies, so linker should have much less work to resolve all the symbols. The target change to executable is also required to generate convert_dict_linking.pri Task-number: QTBUG-53135 Change-Id: I1432207bd1853e762d5d8291ce61027592fd0161 Reviewed-by:
Alexandru Croitor <alexandru.croitor@qt.io>
-
Leena Miettinen authored
Add a page for exposed Qt WebEngine module C++ classes. Change-Id: I4fd15e9d5c5c1b8c51a836ad5a036083adaae328 Reviewed-by:
Topi Reiniö <topi.reinio@theqtcompany.com>
-
- 15 Oct, 2016 - 3 commits
-
-
Peter Varga authored
Simplify code and remove unnecessary wait calls. Change-Id: If3a783a2a4f97e84de993b9394f5cfa0df948ec2 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
-
Peter Varga authored
This fix implements an attempt to remove wait from the test. Task-number: QTBUG-56180 Change-Id: I2bfeb14ebc9451a1237178aa3c97bd1b27e9485c Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
-
Peter Varga authored
Reimplement setting focus on a HTML element in JavaScript. Change-Id: I1db53bcb526fd52df1fa23527089f8186dfd0ea3 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
-
- 14 Oct, 2016 - 2 commits
-
-
Peter Varga authored
Task-number: QTBUG-56540 Change-Id: Ic48883f94d72acf9a965fe8687abb20205a4703b Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
-
Peter Varga authored
Task-number: QTBUG-56373 Change-Id: I599c02a12a0dfb35bb8b3d1d3abbede1c6498f9e Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
-
- 12 Oct, 2016 - 1 commit
-
-
Alexandru Croitor authored
This reverts commit c8851dd1 , and allows building on OS X 10.9 with OS X 10.10 SDK. Change-Id: Id59b08424165272fd0d35418eef45a03fce731fb Reviewed-by:
Kai Koehne <kai.koehne@qt.io>
-
- 11 Oct, 2016 - 1 commit
-
-
Friedemann Kleint authored
Reduce the number of messages to be translated to reduce the translation workload. Change-Id: Ifa76b02ed6474522eea3b9f74434ead95a6b0d0c Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
-
- 10 Oct, 2016 - 1 commit
-
-
Peter Varga authored
Change-Id: I4d781ba23e4c46a8dd515edcf01e253c208170b3 Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
- 07 Oct, 2016 - 2 commits
-
-
Peter Varga authored
Change-Id: I283365c72d351e62bc749cbc60e06472e52255ec Reviewed-by:
Michael Brüning <michael.bruning@qt.io>
-
Peter Varga authored
Task-number: QTBUG-55765 Change-Id: I5576876191fe1c819aa85f2e312391126c904201 Reviewed-by:
Christophe Chapuis <chris.chapuis@gmail.com> Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
-
- 06 Oct, 2016 - 2 commits
-
-
Kai Koehne authored
There's also QWidget::setContextMenuPolicy and QWidget::customContextMenuRequested, which is arguably a better approach. Anyhow, this isn't specific to QWebEngineView, so let's leave it at that. Finally, there's no need to call triggerPageAction if you add an action to a menu. Change-Id: I0c84038746a78316ed6b90a98b68fa5eb95fbad5 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Michal Klocek <michal.klocek@qt.io>
-
Liang Qi authored
Conflicts: src/3rdparty src/webengine/api/qquickwebenginesettings.cpp Change-Id: Ie4abadb076c51d070cbb05f29b9ebcd9705933ad
-
- 05 Oct, 2016 - 3 commits
-
-
Peter Varga authored
This fixes the key event when spacebar is pressed (for example above a checkbox). Task-number: QTBUG-56283 Change-Id: I76bcc9a66abcef3a9e5ac10cfa53d60fce4c9179 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
-
Kai Koehne authored
Use ; in JavaScript snippets. Also, use = function(x) notation for slots that get an argument. Change-Id: Iba6ffe94f882cae2b31022f4f80482ea6c922fde Reviewed-by:
Peter Varga <pvarga@inf.u-szeged.hu> Reviewed-by:
Michal Klocek <michal.klocek@qt.io>
-
Allan Sandfeld Jensen authored
Make sure we start in a well-defined state, and is not in process of setting up the blank page. Change-Id: I787db2ef75323bb72a5a6c6fd2e66b268f89b16d Reviewed-by:
Michael Brüning <michael.bruning@qt.io>
-
- 04 Oct, 2016 - 10 commits
-
-
Kai Koehne authored
Task-number: QTBUG-56283 Change-Id: If92230e245d0257b11e59fb1d5fbb86f8af88f55 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Peter Varga authored
Set domKey and domCode property of NativeWebKeyboardEvent. Blink uses this new interface for keyboard event handling: https://codereview.chromium.org/2045603002 Task-number: QTBUG-56242 Change-Id: I33f6f17087629f5021874cacd3e75295bbd97870 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
-
Kai Koehne authored
Most actions do not make sense. A custom context menu might be good for text actions, but would require reimplementing QWebEngineView. Change-Id: Idf94939c16469e1dcee96d9ecfd0eb5309589fdd Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
Kai Koehne authored
The term stems from Chromium extensions, which are however overloaded. Sadly there's no good page we can link to inside Chrome/Chromium for the attributes we support ... Change-Id: Ife7fcdba7bdfdbd4b7248b247c4baa188a44867a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
Michal Klocek authored
Based on code review for qqc2 integration, apply cleanup changes to qqc1. Change-Id: I9752ce944385a529a1d999a5419638868e18d799 Reviewed-by:
Kai Koehne <kai.koehne@qt.io>
-
Michal Klocek authored
Change-Id: Iec812053f0a3681961b787ecaf4f70c5bc6e1a63 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
Kai Koehne authored
Change-Id: Ia7438535398aa9ae39d0c49e244c4cde05a55b89 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Alexandru Croitor <alexandru.croitor@qt.io>
-
Allan Sandfeld Jensen authored
Change-Id: Icf960eb9347e2f2f8a41bbfdb35636154fd4a382 Reviewed-by:
Michael Brüning <michael.bruning@qt.io>
-
Liang Qi authored
Conflicts: src/3rdparty Change-Id: I49d99b5ac2cfba243eda1ea705c2a7d71b5542f6
-
Kai Koehne authored
Make the name of arguments explicit by using the onXXX: function(arg) { syntax. Change-Id: I1b24e444d4c8e2e26561edc043b53672ccb4de23 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Michal Klocek <michal.klocek@qt.io>
-
- 02 Oct, 2016 - 3 commits
-
-
Kai Koehne authored
Change-Id: I34edcc1638cdd0e0e714e247700034b517394323 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
-
Andy Nichols authored
Task-number: QTBUG-54327 Change-Id: I759598d56aa0a74b64092365b422a743fb508ac6 Reviewed-by:
Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
-
Michael Brüning authored
Task-number: QTBUG-55857 Change-Id: Ieb7fe836e7b03bea28dd97bcad343708a5be2cb5 Reviewed-by:
Alexandru Croitor <alexandru.croitor@qt.io>
-
- 01 Oct, 2016 - 1 commit
-
-
Allan Sandfeld Jensen authored
Pulls in changes to build debug+release correctly, build with Xcode 8, and added support for running on macOS 10.12 Sierra. Change-Id: I17668229c1b90af9dca26fb48f6cf945ef0ed114 Reviewed-by:
Alexandru Croitor <alexandru.croitor@qt.io>
-