summaryrefslogtreecommitdiffstats
path: root/src/webengine/doc/src
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2017-04-04 13:06:14 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2017-04-04 14:59:27 +0000
commit2ff36ae0292da8f0f6e05080c7d2405c0d8658c6 (patch)
tree27771b9866051f840339b7e93b4012d9e41d4343 /src/webengine/doc/src
parent31e8a66c6d858aa5698529de44ee075ffb0ebdb2 (diff)
Doc: Describe HTTP/2 support
Change-Id: I0dfe290b9d6ac1ed054cecd0911709e9626f8691 Reviewed-by: Viktor Engelmann <viktor.engelmann@qt.io> Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'src/webengine/doc/src')
-rw-r--r--src/webengine/doc/src/external-resources.qdoc12
-rw-r--r--src/webengine/doc/src/qtwebengine-features.qdoc12
2 files changed, 22 insertions, 2 deletions
diff --git a/src/webengine/doc/src/external-resources.qdoc b/src/webengine/doc/src/external-resources.qdoc
index 0d9f80c16..a75c7aaed 100644
--- a/src/webengine/doc/src/external-resources.qdoc
+++ b/src/webengine/doc/src/external-resources.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2017 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
@@ -126,3 +126,13 @@
\externalpage https://wiki.greasespot.net/Metadata_Block
\title Greasemonkey
*/
+
+/*!
+ \externalpage https://http2.github.io/
+ \title HTTP/2
+*/
+
+/*!
+ \externalpage https://http2.akamai.com/demo
+ \title Akamai HTTP/2 Demo
+*/
diff --git a/src/webengine/doc/src/qtwebengine-features.qdoc b/src/webengine/doc/src/qtwebengine-features.qdoc
index 647f1030b..11d3a4ca1 100644
--- a/src/webengine/doc/src/qtwebengine-features.qdoc
+++ b/src/webengine/doc/src/qtwebengine-features.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2017 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
@@ -40,6 +40,7 @@
\li \l{Fullscreen}
\li \l{HTML5 DRM}
\li \l{HTML5 Geolocation}
+ \li \l{HTTP/2 Protocol}
\li \l{Native Dialogs}
\li \l{Pepper Plugin API}
\li \l{Print to PDF}
@@ -143,6 +144,15 @@
Support for this feature was added in Qt 5.5.0.
+ \section1 HTTP/2 Protocol
+
+ Qt WebEngine supports the Chromium implementation of the \l{HTTP/2}
+ protocol.
+
+ This feature can be tested by opening an HTTP/2 demo, such as the
+ \l{Akamai HTTP/2 Demo}, in \l{WebEngine Widgets Simple Browser Example}
+ {Simple Browser} or \l{WebEngine Quick Nano Browser}{Nano Browser}.
+
\section1 Native Dialogs
A web page might request dialogs for the following functions: