PyQt6-WebEngine 6.4.0__tar.gz → 6.6.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/ChangeLog +28 -0
  2. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/NEWS +6 -0
  3. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/PKG-INFO +1 -1
  4. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/pyproject.toml +1 -1
  5. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineCore/QtWebEngineCoremod.sip +6 -5
  6. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineCore/qtwebenginecoreglobal.sip +7 -1
  7. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineCore/qwebenginecertificateerror.sip +1 -1
  8. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineCore/qwebengineclientcertificateselection.sip +1 -1
  9. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineCore/qwebengineclientcertificatestore.sip +1 -1
  10. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineCore/qwebenginecontextmenurequest.sip +1 -1
  11. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineCore/qwebenginecookiestore.sip +1 -1
  12. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineCore/qwebenginedownloadrequest.sip +1 -1
  13. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineCore/qwebenginefilesystemaccessrequest.sip +1 -1
  14. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineCore/qwebenginefindtextresult.sip +1 -1
  15. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineCore/qwebenginefullscreenrequest.sip +1 -1
  16. PyQt6_WebEngine-6.6.0/sip/QtWebEngineCore/qwebengineglobalsettings.sip +49 -0
  17. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineCore/qwebenginehistory.sip +1 -1
  18. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineCore/qwebenginehttprequest.sip +1 -1
  19. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineCore/qwebengineloadinginfo.sip +13 -4
  20. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineCore/qwebenginenavigationrequest.sip +1 -1
  21. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineCore/qwebenginenewwindowrequest.sip +1 -1
  22. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineCore/qwebenginenotification.sip +1 -1
  23. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineCore/qwebenginepage.sip +12 -1
  24. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineCore/qwebengineprofile.sip +8 -1
  25. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineCore/qwebenginequotarequest.sip +1 -1
  26. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineCore/qwebengineregisterprotocolhandlerrequest.sip +1 -1
  27. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineCore/qwebenginescript.sip +1 -1
  28. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineCore/qwebenginescriptcollection.sip +1 -1
  29. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineCore/qwebenginesettings.sip +4 -1
  30. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineCore/qwebengineurlrequestinfo.sip +4 -1
  31. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineCore/qwebengineurlrequestinterceptor.sip +4 -1
  32. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineCore/qwebengineurlrequestjob.sip +4 -1
  33. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineCore/qwebengineurlscheme.sip +4 -1
  34. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineCore/qwebengineurlschemehandler.sip +1 -1
  35. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineQuick/QtWebEngineQuickmod.sip +2 -2
  36. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineQuick/qquickwebengineprofile.sip +14 -1
  37. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineQuick/qtwebenginequickglobal.sip +1 -1
  38. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip +2 -2
  39. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/sip/QtWebEngineWidgets/qwebengineview.sip +1 -1
  40. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/LICENSE +0 -0
  41. {PyQt6_WebEngine-6.4.0 → PyQt6_WebEngine-6.6.0}/README +0 -0
@@ -1,5 +1,33 @@
1
+ 2023-10-25 Phil Thompson <phil@riverbankcomputing.com>
2
+
3
+ * NEWS, rb-product.toml:
4
+ Removed an out of date entry in the product file.
5
+ [6b4eda057dbf] [6.6.0]
6
+
7
+ 2023-10-22 Phil Thompson <phil@riverbankcomputing.com>
8
+
9
+ * NEWS, PyQt6-WebEngine.msp:
10
+ Updated for Qt v6.6.
11
+ [618f2f9800e9]
12
+
13
+ 2023-04-04 Phil Thompson <phil@riverbankcomputing.com>
14
+
15
+ * .hgtags:
16
+ Added tag 6.5.0 for changeset 105702805a7a
17
+ [d3ffa12ad593]
18
+
19
+ 2023-03-31 Phil Thompson <phil@riverbankcomputing.com>
20
+
21
+ * NEWS, PyQt6-WebEngine.msp:
22
+ Updated for Qt v6.5.0rc.
23
+ [105702805a7a] [6.5.0]
24
+
1
25
  2022-09-30 Phil Thompson <phil@riverbankcomputing.com>
2
26
 
27
+ * .hgtags:
28
+ Added tag 6.4.0 for changeset 1514ce956b1e
29
+ [0eff8a16b8ef]
30
+
3
31
  * NEWS:
4
32
  Updated for Qt v6.4.0.
5
33
  [1514ce956b1e] [6.4.0]
@@ -1,3 +1,9 @@
1
+ v6.6.0 25th October 2023
2
+ - Added support for Qt v6.6.
3
+
4
+ v6.5.0 31st March 2023
5
+ - Added support for Qt v6.5.
6
+
1
7
  v6.4.0 30th September 2022
2
8
  - Added support for Qt v6.4.
3
9
  - Bug fixes.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PyQt6-WebEngine
3
- Version: 6.4.0
3
+ Version: 6.6.0
4
4
  Requires-Python: >=3.7
5
5
  Summary: Python bindings for the Qt WebEngine framework
6
6
  Home-Page: https://www.riverbankcomputing.com/software/pyqtwebengine/
@@ -6,7 +6,7 @@ build-backend = "sipbuild.api"
6
6
  # Specify the PEP 566 metadata for the project.
7
7
  [tool.sip.metadata]
8
8
  name = "PyQt6-WebEngine"
9
- version = "6.4.0"
9
+ version = "6.6.0"
10
10
  summary = "Python bindings for the Qt WebEngine framework"
11
11
  home-page = "https://www.riverbankcomputing.com/software/pyqtwebengine/"
12
12
  author = "Riverbank Computing Limited"
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -27,10 +27,10 @@
27
27
  %Import QtNetwork/QtNetworkmod.sip
28
28
  %Import QtWebChannel/QtWebChannelmod.sip
29
29
 
30
- %Timeline {QtWebEngine_6_0_0 QtWebEngine_6_1_0 QtWebEngine_6_2_0 QtWebEngine_6_3_0 QtWebEngine_6_4_0}
30
+ %Timeline {QtWebEngine_6_0_0 QtWebEngine_6_1_0 QtWebEngine_6_2_0 QtWebEngine_6_3_0 QtWebEngine_6_4_0 QtWebEngine_6_5_0 QtWebEngine_6_6_0}
31
31
 
32
32
  %Copying
33
- Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
33
+ Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
34
34
 
35
35
  This file is part of PyQt6-WebEngine.
36
36
 
@@ -54,8 +54,8 @@ int PYQT_WEBENGINE_VERSION;
54
54
  const char *PYQT_WEBENGINE_VERSION_STR;
55
55
 
56
56
  %ModuleCode
57
- static int PYQT_WEBENGINE_VERSION = 0x060400;
58
- static const char *PYQT_WEBENGINE_VERSION_STR = "6.4.0";
57
+ static int PYQT_WEBENGINE_VERSION = 0x060600;
58
+ static const char *PYQT_WEBENGINE_VERSION_STR = "6.6.0";
59
59
  %End
60
60
 
61
61
  %Include qtwebenginecoreglobal.sip
@@ -68,6 +68,7 @@ static const char *PYQT_WEBENGINE_VERSION_STR = "6.4.0";
68
68
  %Include qwebenginefilesystemaccessrequest.sip
69
69
  %Include qwebenginefindtextresult.sip
70
70
  %Include qwebenginefullscreenrequest.sip
71
+ %Include qwebengineglobalsettings.sip
71
72
  %Include qwebenginehistory.sip
72
73
  %Include qwebenginehttprequest.sip
73
74
  %Include qwebengineloadinginfo.sip
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -35,3 +35,9 @@ const char *qWebEngineChromiumVersion();
35
35
  %If (QtWebEngine_6_3_0 -)
36
36
  const char *qWebEngineChromiumSecurityPatchVersion();
37
37
  %End
38
+ %If (QtWebEngine_6_5_0 -)
39
+ const char *qWebEngineProcessName();
40
+ %End
41
+ %If (QtWebEngine_6_6_0 -)
42
+ QString qWebEngineGetDomainAndRegistry(const QUrl &url);
43
+ %End
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -0,0 +1,49 @@
1
+ // qwebengineglobalsettings.sip generated by MetaSIP
2
+ //
3
+ // This file is part of the QtWebEngineCore Python extension module.
4
+ //
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
+ //
7
+ // This file is part of PyQt6-WebEngine.
8
+ //
9
+ // This file may be used under the terms of the GNU General Public License
10
+ // version 3.0 as published by the Free Software Foundation and appearing in
11
+ // the file LICENSE included in the packaging of this file. Please review the
12
+ // following information to ensure the GNU General Public License version 3.0
13
+ // requirements will be met: http://www.gnu.org/copyleft/gpl.html.
14
+ //
15
+ // If you do not wish to use this file under the terms of the GPL version 3.0
16
+ // then you may purchase a commercial license. For more information contact
17
+ // info@riverbankcomputing.com.
18
+ //
19
+ // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
20
+ // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
+
22
+
23
+ %If (QtWebEngine_6_6_0 -)
24
+
25
+ namespace QWebEngineGlobalSettings
26
+ {
27
+ %TypeHeaderCode
28
+ #include <qwebengineglobalsettings.h>
29
+ %End
30
+
31
+ enum class SecureDnsMode
32
+ {
33
+ SystemOnly,
34
+ SecureWithFallback,
35
+ SecureOnly,
36
+ };
37
+
38
+ struct DnsMode
39
+ {
40
+ %TypeHeaderCode
41
+ #include <qwebengineglobalsettings.h>
42
+ %End
43
+
44
+ QWebEngineGlobalSettings::SecureDnsMode secureMode;
45
+ QStringList serverTemplates;
46
+ };
47
+ };
48
+
49
+ %End
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -49,6 +49,15 @@ public:
49
49
  %End
50
50
  };
51
51
 
52
+ private:
53
+ %If (QtWebEngine_6_6_0 -)
54
+ QWebEngineLoadingInfo(const QUrl &url, QWebEngineLoadingInfo::LoadStatus status, bool isErrorPage = false, const QString &errorString = QString(), int errorCode = 0, QWebEngineLoadingInfo::ErrorDomain errorDomain = QWebEngineLoadingInfo::NoErrorDomain, const QMultiMap<QByteArray, QByteArray> &responseHeaders = {});
55
+ %End
56
+ %If (- QtWebEngine_6_6_0)
57
+ QWebEngineLoadingInfo(const QUrl &url, QWebEngineLoadingInfo::LoadStatus status, bool isErrorPage = false, const QString &errorString = QString(), int errorCode = 0, QWebEngineLoadingInfo::ErrorDomain errorDomain = QWebEngineLoadingInfo::NoErrorDomain);
58
+ %End
59
+
60
+ public:
52
61
  QWebEngineLoadingInfo(const QWebEngineLoadingInfo &other);
53
62
  ~QWebEngineLoadingInfo();
54
63
  QUrl url() const;
@@ -57,7 +66,7 @@ public:
57
66
  QString errorString() const;
58
67
  QWebEngineLoadingInfo::ErrorDomain errorDomain() const;
59
68
  int errorCode() const;
60
-
61
- private:
62
- QWebEngineLoadingInfo(const QUrl &url, QWebEngineLoadingInfo::LoadStatus status, bool isErrorPage = false, const QString &errorString = QString(), int errorCode = 0, QWebEngineLoadingInfo::ErrorDomain errorDomain = QWebEngineLoadingInfo::NoErrorDomain);
69
+ %If (QtWebEngine_6_6_0 -)
70
+ QMultiMap<QByteArray, QByteArray> responseHeaders() const;
71
+ %End
63
72
  };
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -75,6 +75,12 @@ public:
75
75
  Outdent,
76
76
  InsertOrderedList,
77
77
  InsertUnorderedList,
78
+ %If (QtWebEngine_6_6_0 -)
79
+ ChangeTextDirectionLTR,
80
+ %End
81
+ %If (QtWebEngine_6_6_0 -)
82
+ ChangeTextDirectionRTL,
83
+ %End
78
84
  };
79
85
 
80
86
  enum FindFlag /BaseType=Flag/
@@ -456,4 +462,9 @@ signals:
456
462
  %If (QtWebEngine_6_4_0 -)
457
463
  void fileSystemAccessRequested(QWebEngineFileSystemAccessRequest request);
458
464
  %End
465
+
466
+ public:
467
+ %If (QtWebEngine_6_6_0 -)
468
+ QString devToolsId() const;
469
+ %End
459
470
  };
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -228,4 +228,11 @@ public:
228
228
 
229
229
  Py_END_ALLOW_THREADS
230
230
  %End
231
+
232
+ %If (QtWebEngine_6_5_0 -)
233
+ bool isPushServiceEnabled() const;
234
+ %End
235
+ %If (QtWebEngine_6_5_0 -)
236
+ void setPushServiceEnabled(bool enabled);
237
+ %End
231
238
  };
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -73,6 +73,9 @@ public:
73
73
  PdfViewerEnabled,
74
74
  %If (QtWebEngine_6_4_0 -)
75
75
  NavigateOnDropEnabled,
76
+ %End
77
+ %If (QtWebEngine_6_6_0 -)
78
+ ReadingFromCanvasEnabled,
76
79
  %End
77
80
  };
78
81
 
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -75,6 +75,9 @@ public:
75
75
  void redirect(const QUrl &url);
76
76
  void setHttpHeader(const QByteArray &name, const QByteArray &value);
77
77
  QUrl initiator() const;
78
+ %If (QtWebEngine_6_5_0 -)
79
+ QHash<QByteArray, QByteArray> httpHeaders() const;
80
+ %End
78
81
 
79
82
  private:
80
83
  QWebEngineUrlRequestInfo();
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -29,4 +29,7 @@ class QWebEngineUrlRequestInterceptor : QObject
29
29
  public:
30
30
  explicit QWebEngineUrlRequestInterceptor(QObject *parent /TransferThis/ = 0);
31
31
  virtual void interceptRequest(QWebEngineUrlRequestInfo &info) = 0;
32
+ %If (QtWebEngine_6_6_0 -)
33
+ virtual ~QWebEngineUrlRequestInterceptor();
34
+ %End
32
35
  };
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -46,4 +46,7 @@ public:
46
46
  void redirect(const QUrl &url);
47
47
  QUrl initiator() const;
48
48
  QMap<QByteArray, QByteArray> requestHeaders() const;
49
+ %If (QtWebEngine_6_6_0 -)
50
+ void setAdditionalResponseHeaders(const QMultiMap<QByteArray, QByteArray> &additionalResponseHeaders) const;
51
+ %End
49
52
  };
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -50,6 +50,9 @@ public:
50
50
  ViewSourceAllowed,
51
51
  ContentSecurityPolicyIgnored,
52
52
  CorsEnabled,
53
+ %If (QtWebEngine_6_6_0 -)
54
+ FetchApiAllowed,
55
+ %End
53
56
  };
54
57
 
55
58
  typedef QFlags<QWebEngineUrlScheme::Flag> Flags;
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineCore Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineQuick Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -26,7 +26,7 @@
26
26
  %Import QtWebEngineCore/QtWebEngineCoremod.sip
27
27
 
28
28
  %Copying
29
- Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
29
+ Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
30
30
 
31
31
  This file is part of PyQt6-WebEngine.
32
32
 
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineQuick Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -131,4 +131,17 @@ public:
131
131
  signals:
132
132
  void downloadPathChanged();
133
133
  void presentNotification(QWebEngineNotification *notification);
134
+
135
+ public:
136
+ %If (QtWebEngine_6_5_0 -)
137
+ bool isPushServiceEnabled() const;
138
+ %End
139
+ %If (QtWebEngine_6_5_0 -)
140
+ void setPushServiceEnabled(bool enable);
141
+ %End
142
+
143
+ signals:
144
+ %If (QtWebEngine_6_5_0 -)
145
+ void pushServiceEnabledChanged();
146
+ %End
134
147
  };
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineQuick Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineWidgets Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
@@ -29,7 +29,7 @@
29
29
  %Import QtWidgets/QtWidgetsmod.sip
30
30
 
31
31
  %Copying
32
- Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
32
+ Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
33
33
 
34
34
  This file is part of PyQt6-WebEngine.
35
35
 
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtWebEngineWidgets Python extension module.
4
4
  //
5
- // Copyright (c) 2022 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-WebEngine.
8
8
  //
File without changes
File without changes