David Rosca
|
03399c7b2c
|
Use acceptNavigationRequest to handle abp: urls
QtWebEngine now sends external urls through acceptNavigationRequest
so it is no longer needed to install scheme handler.
|
2015-10-08 22:39:27 +02:00 |
|
David Rosca
|
83db3c1988
|
WebPage: Always grant MouseLock permission in fullscreen
|
2015-10-06 10:58:17 +02:00 |
|
David Rosca
|
150252aea9
|
Don't store blocked entries in WebPage
It is not possible in this way with QtWebEngine
|
2015-10-05 20:23:10 +02:00 |
|
David Rosca
|
949faa5856
|
Add support for HTML FullScreen
Esc is used to leave fullscreen
|
2015-10-05 18:08:14 +02:00 |
|
David Rosca
|
510f521074
|
Downloads: Bring back option to choose path / open downloads
|
2015-10-04 21:00:38 +02:00 |
|
David Rosca
|
e161e45c41
|
WebPage: Add Q_UNREACHABLE to createWindow(WebBrowserWindow)
|
2015-10-04 19:51:39 +02:00 |
|
David Rosca
|
e60daf072b
|
WebPage: Remove disabled form resubmitted warning
Looks like it won't come back in QtWebEngine and it wasn't
really that much useful feature.
|
2015-10-04 19:22:52 +02:00 |
|
David Rosca
|
4d5808d915
|
Bring back AutoScroll plugin
This time implemented in C++ and not with userscript. There
is also no support for scrolling inside frames.
|
2015-10-02 15:36:07 +02:00 |
|
David Rosca
|
800cc14dcd
|
Bring back support for searching one-word terms from locationbar
|
2015-10-01 19:25:55 +02:00 |
|
David Rosca
|
abe13dd22d
|
Cleanups
|
2015-09-30 15:28:44 +02:00 |
|
David Rosca
|
c042d86467
|
WebPage: Add timeout to execJavaScript
|
2015-09-30 12:59:53 +02:00 |
|
David Rosca
|
241d7d8e03
|
WebPage: Add basic support for WebHitTestResult
|
2015-09-29 21:53:56 +02:00 |
|
David Rosca
|
ab75170f85
|
Move authentication + cert error functionality to NetworkManager
Certificate exceptions only works per-session.
|
2015-09-29 16:19:11 +02:00 |
|
David Rosca
|
b0da5ba755
|
Bring back NetworkManager class
|
2015-09-29 11:45:39 +02:00 |
|
David Rosca
|
f3fda02820
|
WebPage: Remove unusued QSslCert functionality
Also bring back indication of secured pages.
|
2015-09-29 11:37:17 +02:00 |
|
David Rosca
|
b2c4064f1b
|
Fix build with NONBLOCK_JS_DIALOGS
|
2015-09-29 11:30:42 +02:00 |
|
David Rosca
|
2582ee3562
|
Update expectations for popupwindows test
|
2015-09-29 11:21:17 +02:00 |
|
David Rosca
|
67b5a5337b
|
Another cleanups
Includes enabling again SpeedDial integration in Bookmarks
star icon in locationbar.
|
2015-09-25 17:02:14 +02:00 |
|
David Rosca
|
de46aad181
|
Bring back support for excluding tabs when restoring after crash
|
2015-09-25 15:53:14 +02:00 |
|
David Rosca
|
fc85caff57
|
Add QWebPage::view() that returns WebView *
|
2015-09-24 23:00:27 +02:00 |
|
David Rosca
|
ff28f1f211
|
Another cleanup
- bring back support for Speed Dial Ctrl shortcuts
- bring back support for one key shortcuts
|
2015-08-31 22:14:45 +02:00 |
|
David Rosca
|
32a0db31b3
|
AutoFill: Initial port to QtWebEngine
There are still issues with completing forms in frames
|
2015-08-31 18:56:52 +02:00 |
|
David Rosca
|
758fd6c687
|
Fix all build warnings
|
2015-08-30 17:42:58 +02:00 |
|
David Rosca
|
1683d5aaaf
|
Fix crash when creating window from PopupWindow
|
2015-08-30 16:53:51 +02:00 |
|
David Rosca
|
b53bf49f75
|
Old code cleanup
|
2015-08-30 15:52:15 +02:00 |
|
David Rosca
|
32ea932654
|
WebPage: Don't write JS console messages to standard output
There is now support for web inspector, so this is not needed
anymore.
|
2015-08-30 14:46:23 +02:00 |
|
David Rosca
|
869e1ff758
|
Fix QWebChannel connection after restoring history
|
2015-08-29 19:19:25 +02:00 |
|
David Rosca
|
fc204b3b46
|
SpeedDial: Fix to work with QWebChannel
Page thumbnails are not yet implemented, otherwise it more or less
works.
|
2015-08-28 19:25:45 +02:00 |
|
David Rosca
|
a672771cef
|
WebPage: Remove isPointerSafeToUse hack
Pointers are no longer stored as void* in network requests
|
2015-08-28 16:18:05 +02:00 |
|
David Rosca
|
b9d5851ef5
|
Renamed src/webkit -> src/webengine
|
2015-08-28 16:17:29 +02:00 |
|