- 01 Dec, 2015 - 1 commit
-
-
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>
-
- 05 Nov, 2015 - 1 commit
-
-
Kai Koehne authored
Change-Id: I9274a3cacaa04529152a5d827c47cf6fc831df19 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
- 19 Oct, 2015 - 1 commit
-
-
Kai Koehne authored
The class has only setters and getters, except for the virtual acceptCookie method. By replacing this method with a setCookieFilter callback we can avoid the need of users to subclass the client. Change-Id: Id78c01fc103b8d9cc267594527239b598e8975f1 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
- 16 Oct, 2015 - 1 commit
-
-
Allan Sandfeld Jensen authored
Remove the scheme from the url scheme handler constructor, this way the same handler can handle multiple schemes, the API look more natural and we can get rid of the private class. Change-Id: I33906b8a5ea51641e28a53f93f4feb1472c24baf Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
- 13 Oct, 2015 - 1 commit
-
-
Allan Sandfeld Jensen authored
The API had no way of setting off-the-record, because the constructor meant for it set it to false. The patch fixes the constructor and adds basic API tests for the QWebEngineProfiles. Change-Id: I407eb4a4b0524b6c4eb944d17d744620dd9db6fb Task-number: QTBUG-48724 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
- 08 Oct, 2015 - 1 commit
-
-
Kai Koehne authored
Change-Id: I1040dab62b7c795dbaf3899304501917993b06d6 Reviewed-by:
Michael Brüning <michael.bruning@theqtcompany.com>
-
- 06 Oct, 2015 - 1 commit
-
-
Allan Sandfeld Jensen authored
With QWebEngineSchemeHandler in QtWebEngineCore, we do not need the indirection and delegation CustomUrlSchemeHandler provided. This means the class can be removed and we can also store the handlers directly in BrowserContextAdapter and save a copy of the installed handlers in the QWebEngineProfile. Change-Id: Iabb5cc9d364c2f2a879bc77bfb2ff14b3c2ff640 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
- 30 Sep, 2015 - 1 commit
-
-
Allan Sandfeld Jensen authored
When the QObject::destroyed signal is emitted the inherited class parts have already been destroyed and thus it is no longer a QWebEngineUrlSchemeHandler and qobject_cast will return 0, which is asserted against. Change-Id: I7130c60a26088067930499a30e0081ed297a92d9 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
- 22 Sep, 2015 - 1 commit
-
-
Kai Koehne authored
Change-Id: I5db2aebf3cd300344bdafe8bba4169d54a0f3c24 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- 14 Sep, 2015 - 1 commit
-
-
Kai Koehne authored
Change-Id: Ia7b160444a6c8902c6174d9859b3989a9442bc2e Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
- 09 Sep, 2015 - 1 commit
-
-
Leena Miettinen authored
Change-Id: I522918064ef8139eff4efa0461030baeb7083b76 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com> Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
- 27 Aug, 2015 - 1 commit
-
-
Allan Sandfeld Jensen authored
Makes the custom URL scheme handler API public, and moves it to core so that it may be shared with the QQuickWebEngine API. Change-Id: I745cb088df6f4cd11b1ac7c8c3c76f112032cb38 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- 20 Aug, 2015 - 1 commit
-
-
Andras Becsi authored
Change-Id: I6908ff3da9e0c78c3cf3d9b27d6c532029423d24 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
- 18 Aug, 2015 - 1 commit
-
-
Leena Miettinen authored
- Add missing documentation - Remove unnecessary \brief, \param, and \return commands - Edit for language and style Change-Id: I6b338834e5695cf135874f80e71151a5f5dd54e7 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- 04 Aug, 2015 - 1 commit
-
-
Joerg Bornemann authored
Add methods to set the Accept-Language field in QWebEngineProfile and QQuickWebEngineProfile. Task-number: QTBUG-47412 Change-Id: Ifa376bb3551fdc1fb3d68279d734b7f7735782fc Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com> Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
- 03 Aug, 2015 - 1 commit
-
-
Andras Becsi authored
This patch is adding a QWebEngineUrlRequestInterceptor interface that can be subclassed to observe or intercept all resource requests making it possible to implement browser features like adblocking and setting custom request headers for url requests. The interceptRequest virtual function is executed on the IO thread. This patch also includes a unit test for the testable API parts. Change-Id: Ibe740fc55551a9a5da40794088ccb6d03d913631 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com> Reviewed-by:
Martin Rotter <rotter.martinos@gmail.com> Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
- 16 Jun, 2015 - 1 commit
-
-
Andras Becsi authored
This class or its subclass can be set on the QWebEngineProfile and its API enables intercepting Chromium's cookies, setting and deleting cookies in the cookie store. These functions are asynchronous so if the result of the task is needed the user can provide a callback which will be run on the calling thread when the requested operation finishes. This does not include a hook for QQuick layer yet, there we have to figure out what the most convenient way is from a developer's perspective. Change-Id: I6a3af071883ce632df7a2fb952da93f306ac3fe2 Reviewed-by:
Pierre Rossi <pierre.rossi@theqtcompany.com>
-
- 12 Jun, 2015 - 1 commit
-
-
Pierre Rossi authored
The getters in QWebEngineDownloadItem were not const. The script collection in QWebEngineProfile was passed by reference, which is not idiomatic of Qt. Change-Id: I9b4218b407288b91a726a711bd2a7e1c1167d99a Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
- 06 May, 2015 - 1 commit
-
-
Allan Sandfeld Jensen authored
Adds thread protection between the UI and IO threads access to the QIODevice, and changes it to a QPointer, so we can tell if the user deletes it. Change-Id: I3e7b3f682d4c5a145d75cd5822affcfc9012cff7 Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
- 12 Mar, 2015 - 1 commit
-
-
Allan Sandfeld Jensen authored
This patch removes the unused global off-the-record browser-contexts and changes all browser-contexts to be ref-counted by an API level profile. The API default profiles are now owned by a global QObject and are deleted on exit. Change-Id: Id7c9eafa24829118105f58b66663a6348216823d Reviewed-by:
Michael Brüning <michael.bruning@theqtcompany.com> Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
- 02 Mar, 2015 - 1 commit
-
-
Allan Sandfeld Jensen authored
Adds the QtWebEngineCore namespace to all internal core API. This ensures we don't export any internal symbols in the global namespace. Change-Id: I26af888ea7c6c4c4d0f04c24a377c1a9d3c92751 Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
- 21 Feb, 2015 - 1 commit
-
-
Pierre Rossi authored
Allowing programmatic injection of JavaScript to accomplish all sorts of tasks on the render process side. This API gives control over the point during the loading phase at which the script is run, whether it is run on sub-frames or not, as well as the JavaScript world it is run in (either the page's main world, or an arbitrary isolated world). This only has the Widgets API. The Quick API, tests and docs are coming in separate patches Change-Id: Ia1c79f68f8dfd4d964281d9723d09062ed7abe46 Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
- 19 Feb, 2015 - 1 commit
-
-
Allan Sandfeld Jensen authored
Introduces API for custom URL scheme as an experimental API in widgets. A QML api is not included yet. Change-Id: Ice4542e5238feb961a4c9c60a809455e31dc1ec6 Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
- 16 Feb, 2015 - 1 commit
-
-
Jani Heikkinen authored
Qt copyrights are now in The Qt Company, so we could update the source code headers accordingly. In the same go we should also fix the links to point to qt.io. Change-Id: Ieb6bac7a1be5c25eb7cb917495b58b6a870ca6d4 Reviewed-by:
Pierre Rossi <pierre.rossi@theqtcompany.com>
-
- 06 Feb, 2015 - 1 commit
-
-
Andras Becsi authored
Since we require downloads to be explicitly accepted we should have 'accepted' as a member in the download info instead of 'cancelled'. Change-Id: Ia8ff4a4b29f3c8631f4cb1c410ece5f11d9cdc93 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
- 05 Feb, 2015 - 1 commit
-
-
Allan Sandfeld Jensen authored
This patch adds settings to profiles so common settings might be shared among all pages in a profile. The former global settings are now replaced by the settings of the default profile. Change-Id: I544420e07beeb52ef29b2360bc7929402650cd07 Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
- 02 Feb, 2015 - 2 commits
-
-
Andras Becsi authored
Since the DownloadState enum of core does not match the DownloadState enum of QWebEngineDownloadItem we should never directly compare it, instead we should convert with the toDownloadState() function, to fix the missing emission of the finished() signal. This patch also adds static asserts to verify the match of chromium's DownloadItem::DownloadState and our core DownloadState. Change-Id: I51110f55598230e380e15948f75219976d3a68a0 Reviewed-by:
Michael Brüning <michael.bruning@theqtcompany.com>
-
Andras Becsi authored
This patch adds a QWebEngineDownloadItem class to the widget API and extends QWebEngineProfile with a signal to notify about initiated downloads, similar to the QML API. [ChangeLog][QtWebEngineWidgets] Add widgets download API Change-Id: I532de640934e1e93d63dfc347efb4113cb4a3d66 Reviewed-by:
Jocelyn Turcotte <jturcotte@woboq.com>
-
- 08 Jan, 2015 - 1 commit
-
-
Allan Sandfeld Jensen authored
Also fixes updating the visited links manager when off-the-record changes or a storage path is set or changed. Change-Id: Iffa90edde35f2d84146f3ab3b3861ef113e321f3 Reviewed-by:
Robin Burchell <robin.burchell@viroteck.net> Reviewed-by:
Michael Brüning <michael.bruning@theqtcompany.com>
-
- 12 Dec, 2014 - 1 commit
-
-
Allan Sandfeld Jensen authored
Introduces initial widgets API for the Chromium BrowserContext. Adds API for controlling cookie jar policy, user-agent string and cache and persistent data paths. Similar QML API will follow in another patch. [ChangeLog][QtWebEngineWidgets][QWebEngineProfile] New API for profiles applying to groups of QWebEnginePages. Change-Id: I3c4ef4053fde7564af29178c91a0aca8a2b61a5f Reviewed-by:
Jocelyn Turcotte <jocelyn.turcotte@digia.com>
-