- 14 Dec, 2015 - 2 commits
-
-
Allan Sandfeld Jensen authored
Pulls in Chromium patches that fixes crashes in the test, and add a missing waitForLoadSucceeded, that otherwise might cause the next test to fail. Task-number: QTBUG-48031 Change-Id: I4844aee0ccf159e50de955f3b3da704160a4a0f5 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Joerg Bornemann authored
Change-Id: I6f863676dabacbe193e148481178753f05bd2869 Reviewed-by:
Michal Klocek <michal.klocek@theqtcompany.com> Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
- 12 Dec, 2015 - 1 commit
-
-
Kai Koehne authored
Make QQuickWebEngineProfile a publicly exported class. This allows users to set up and manipulate the profile from C++, and removes the ugly hack needed to access the cookie store. Change-Id: I99e1a8c2cb99d9d1a14e1c78bec5948ba1282fb3 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
- 11 Dec, 2015 - 4 commits
-
-
Joerg Bornemann authored
Change-Id: Id54356024f60e5f877271b29895912e2bf0cb84f Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
Joerg Bornemann authored
Change-Id: I9f224e96138117bdf202084231ce6c805e15f5b2 Reviewed-by:
Michal Klocek <michal.klocek@theqtcompany.com> Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
Joerg Bornemann authored
Compare URLs, not paths. This saves us a bunch of conversions and fixes the test on Windows. Change-Id: Iaf91e7be2b015545bb7b2b1141bc316f85e629ea Reviewed-by:
Michael Brüning <michael.bruning@theqtcompany.com> Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
Joerg Bornemann authored
Change-Id: Ia40857762cffb8e9fc47b55e3f9e41a177a6fa26 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
- 10 Dec, 2015 - 6 commits
-
-
Kai Koehne authored
Also bump version in \qmlmodule QtWebEngine 1.2 Change-Id: I4d0379a3a46548e626508a8cf1fad51f742c8ddb Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Allan Sandfeld Jensen authored
List the major new changes listed in the wiki. The list is not yet complete though, and needs to be expanded. Change-Id: I3d8b418518f63a6fdac236b580b4891ac409817b Reviewed-by:
Michael Brüning <michael.bruning@theqtcompany.com>
-
Allan Sandfeld Jensen authored
Pulls in the last of the Chromium 47 security fixes Change-Id: Iaffa0a727948a45ca1dea036823bab2399105e09 Reviewed-by:
Michael Brüning <michael.bruning@theqtcompany.com>
-
Joerg Bornemann authored
This safes us from managing d_ptr/q_ptr pairs and saves a bit of memory. Change-Id: Icdd692c5ddf0980de980bebb691ecf51b738acaa Reviewed-by:
Michal Klocek <michal.klocek@theqtcompany.com> Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com> Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
Joerg Bornemann authored
Do not use 100 ms timeouts. Change-Id: Ied4a9a8b9af6ac33c025930a823d334000be2945 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
Joerg Bornemann authored
Connect to WebEngineViewDownloadItem.stateChanged to collect state changes. This makes sure that state changes from tests that ran before do not interfere with the current test. Change-Id: I360ac325711bf041f82375b3714a9cfe7a42398c Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
- 09 Dec, 2015 - 1 commit
-
-
Michael Bruning authored
Conflicts: src/webenginewidgets/render_widget_host_view_qt_delegate_widget.cpp Change-Id: I451bc61673014db8e87b2a2cf98fb6879ce0e58d
-
- 08 Dec, 2015 - 1 commit
-
-
Allan Sandfeld Jensen authored
Pulls in most of the security updates from Chromium 47 Change-Id: I1c023deb97a9d1b4f24c8573127d135672ed7ab4 Reviewed-by:
Michael Brüning <michael.bruning@theqtcompany.com>
-
- 07 Dec, 2015 - 7 commits
-
-
Joerg Bornemann authored
Enable autotests and blacklist tests that are known to fail. Change-Id: Iea23c69aa5a7bbd44c21803e352d17a92e9178a0 Reviewed-by:
Simon Hausmann <simon.hausmann@theqtcompany.com>
-
Joerg Bornemann authored
Remove a qWait, and use the default timeout of waitForSignal. Do not expect the CI to be as fast as your desktop machine. Change-Id: I30b060422a285a2110ee7e065a3f17f80039e775 Reviewed-by:
Simon Hausmann <simon.hausmann@theqtcompany.com>
-
Allan Sandfeld Jensen authored
An application currently have to rely on suggested filename only to guess the type of a download. This is often insufficient when the suffix is misleading or missing. This patch adds the mimetype to the reported metadata and also adds a mimetype appropriate suffix to suggested filenames. Task-number: QTBUG-48206 Change-Id: I4c70f076d6eb5ae820fd6b7f568515eeb7c18df5 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Szabolcs David authored
This patch deactivates the web view with a FocusOut event when it turns to invisible and Chromium closes its WebUI popups. In case when the window is closing, we can't always rely on the destroyed() signal or the visibility state of the WebEngineView, since we have multiple top level windows and the destroying order of the items is not so trivial as in the single-window case. Task-number: QTBUG-49099 Change-Id: I802a47c72eed3ed6352f1ba24998622fc95bb48a Reviewed-by:
Alexandru Croitor <alexandru.croitor@theqtcompany.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Michal Klocek authored
Switching to private profile back and forth brakes interactions with tabs. Connect signals every time new WebPage is created. Change-Id: I1765171116a3b9b9caba6ef2233289f50b315e62 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Michal Klocek authored
Improve look of downloadmanager window by adding left, right margins to downloadmanageritem.ui Change-Id: I89dbb4bd4290592dde8f6c85e4865037cd990f91 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Alexandru Croitor authored
Report the correct device pixel ratio to Chromium, when the QOpenGLWidget gets initialized. The initial value on startup is incorrect, because Chromium tries to query the screen information, before a relevant QWindow handle can be returned, and thus defaults to 1.0f. Change-Id: Ibbedd7b2915840f9716340e582aedbc13406f11a Task-number: QTBUG-49727 Reviewed-by:
Michael Brüning <michael.bruning@theqtcompany.com>
-
- 04 Dec, 2015 - 2 commits
-
-
Michael Bruning authored
Not reusing or cleaning up the session led to race conditions which in turn lead to crashes and asserts. Reuse the session if parameters match, clean up and it recreate otherwise. Task-number: QTBUG-49397 Change-Id: I4f846a448b50d80a3cf7c4f9bb833fa6d64974d7 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
Leena Miettinen authored
Change-Id: I658eaaefa422a0393318140a345e5114a3c085e6 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- 03 Dec, 2015 - 1 commit
-
-
Leena Miettinen authored
...to stop QDoc from printing an error. Change-Id: I22ac3d94e4f8ad53c0bfbda97a71c615a43a2262 Reviewed-by:
Michael Brüning <michael.bruning@theqtcompany.com>
-
- 02 Dec, 2015 - 7 commits
-
-
Leena Miettinen authored
Change-Id: Ic567bcd9ba91d82c1df1ef42f6b57e4209418f22 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
Michael Bruning authored
Also make a small update to the documentation of the method. Change-Id: Ie19578ffccfd30c884cdfe882dffcdae6637e8e2 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Michael Bruning authored
Now uses a flag in QWebEngineUrlRequestInfoPrivate to store if the interceptor actually changed the request. Change-Id: Idccbd1c15696e577ee69248e53b75ba6ec1c571c Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Leena Miettinen authored
- Add \brief commands. - Each \variable command needs to be in a separate help topic. - Edit the language Change-Id: Iac9b57ceaca5d3decce83305b8d3d39d54eb09dd Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Leena Miettinen authored
Follow the Qt documentation guidelines and fix some grammar issues. Change-Id: I1e708a2089b112aa079871b19698f71f0d3e85c3 Reviewed-by:
Michael Brüning <michael.bruning@theqtcompany.com>
-
Joerg Bornemann authored
The native 32 bit MSVC linker tends to fail with LNK1102 (out of memory) in debug mode. Work around this issue by disabling debug information for x86, when not using the amd64_x86 cross-compiler. Task-number: QTBUG-49545 Change-Id: I2aac7e400719f74ced450e264ab1464596e5f204 Reviewed-by:
Michael Brüning <michael.bruning@theqtcompany.com>
-
Joerg Bornemann authored
The icu header files are picked up from src/3rdparty/chromium/third_party/icu, but the syroot's icu libs were linked. Do not claim to support linking against the sysroot's icu. This never worked properly in 5.5. Task-number: QTBUG-49693 Change-Id: I7dca37ecefbc5b1dabfadf86540442b8face8347 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
- 01 Dec, 2015 - 8 commits
-
-
Szabolcs David authored
Task-number: QTBUG-43009 Change-Id: Ic36554c5137a55d9d4b9143c204d9d4400e23ff8 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Joerg Bornemann authored
We want to use private QtCore API in later commits. Change-Id: If006d9bfd503cdb21b3adf164c0ebf2aa8967bac Reviewed-by:
Michal Klocek <michal.klocek@theqtcompany.com> Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
Joerg Bornemann authored
Change-Id: I449f4c19b256373b78fa4585c14d06dbc8bc7276 Reviewed-by:
Michal Klocek <michal.klocek@theqtcompany.com> Reviewed-by:
Michael Brüning <michael.bruning@theqtcompany.com>
-
Joerg Bornemann authored
The issue why these waits were introduced is not valid anymore. Change-Id: Ie8d562ba1b27b8ddbf3b0dfd27c12904b0f6a20e Reviewed-by:
Michael Brüning <michael.bruning@theqtcompany.com>
-
Michal Klocek authored
Change-Id: I8f9a4c5c155a65ede24908799218fd867db0767c Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Michael Bruning authored
Change-Id: Ia7bcdcfd7db7120e6d9e5f46842501ec0f613f18 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Allan Sandfeld Jensen authored
Make the signal distinct from the QObject destroyed signal and make sure it is not documented and follows private signal naming. Change-Id: If10a6e7fcee5e9ea4d3ed12ddb8e6ff3f1170adc Reviewed-by:
Michael Brüning <michael.bruning@theqtcompany.com>
-
Allan Sandfeld Jensen authored
-