Juraj Oravec
fb03989114
Implement html5 permissions for screen sharing
...
Introduced in QtWebEngine 5.10
BUG: 431004
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
5 years ago
Laurent Montel
4de3e4c703
Fix some clazy warnings
7 years ago
David Rosca
662f935f68
Fix build with older GCC
8 years ago
David Rosca
d00e769749
Initial rename to Falkon
9 years ago
David Rosca
7c798585ef
Html5PermissionNotification: Close when request is canceled / load started
9 years ago
David Rosca
ddb60dca53
Bring back mouse grab permission workaround
...
It is still needed for QtWebEngine 5.7
9 years ago
David Rosca
0584037a4f
HTML5PermissionsNotification: Remove icon of the requested feature
9 years ago
David Rosca
eeef5da06c
WebTab: Show notifications over webview
...
Mouse grab permission workaround now can be removed as the notification
(and mouse cursor) is inside webview
9 years ago
David Rosca
d2a84319e7
Fix pointer flicker when enabling mouse lock
11 years ago
David Rosca
b4972955ce
HTML5Permissions: Fix granting MouseLock permissions
11 years ago
David Rosca
286c714593
WebPage: Bring back windowCloseRequested support
11 years ago
David Rosca
014d0d50ab
WebPage: Port feature permission notifications to QtWebEngine
...
Currently there are missing icons for new permission types
11 years ago
David Rosca
60b2386a6e
Initial port to QtWebEngine
...
This is first quick port to QtWebEngine, most of advanced features
are not working yet. Please read README.
For now, it will use separate profile directory as well as browser
session, that means you can use both QtWebEngine and QtWebKit versions
at the same time.
11 years ago
nowrep
2e9ce1ba90
[CodeCleanup] Major cleanup in MainApplication class
12 years ago
nowrep
edbb87bd1f
[CodeCleanup] IconProvider now have static methods for getting icons
12 years ago
Jonathan Hooverman
d917f43cf0
Updated copyright year to 2014
12 years ago
nowrep
136452ad2a
Properly test for USE_QTWEBKIT_2_2 define
13 years ago
S. Razi Alavizadeh
c4b98d4a7a
[Win] This fix completes e934af9
13 years ago
nowrep
4f3c8b0d00
Check for QtWebKit 2.2 availability with pkg-config.
...
Fixes issues with building with QtWebKit 2.2 and Qt 4.7
13 years ago
nowrep
eb583d429b
New dialog in preferences: HTML5 Permissions
...
Show all sites that will have permanent permissions (be always
blocked) to show desktop notifications / use geolocation.
13 years ago
nowrep
743c402603
Coding style.
13 years ago
nowrep
14ca6e2f0d
Added new macros for checking QTWEBKIT version.
...
QTWEBKIT_FROM_2_2 - >= 2.2.0
QTWEBKIT_TO_2_2 - < 2.2.0
QTWEBKIT_FROM_2_3 - >= 2.3.0
QTWEBKIT_TO_2_3 - < 2.2.0
It also check whether Qt5 is used and if so, it will
compile all features just like the QtWebKit version
was 2.3.0
13 years ago
nowrep
ef4cfad805
Removed USE_QTWEBKIT_2_2 build variable.
...
It will now be automatically detected.
It assume that if you are building with Qt 4.8 and higher,
you have QtWebKit 2.2 and higher.
13 years ago
nowrep
81ac819746
Ask user to allow site to use notifications/geolocation.
...
With option to remmber the choice for page.
13 years ago