Laurent Montel
3fa1e81105
Modernize code
4 years ago
Laurent Montel
1906529b68
Show headers in qtc6 + we can use qt cmake macro as we depend against
...
qt5.15
4 years ago
Luigi Toscano
f1b7661b1f
Update a few internal KDE URLs
...
Use the generic redirect commits.kde.org insteaf of:
- projects.kde.org, which has been obsolete for a while;
- cgit.kde.org, which is not a future-proof URL anyway.
6 years ago
Laurent Montel
ec8217035f
Remove deprecated method
7 years ago
Laurent Montel
4de3e4c703
Fix some clazy warnings
7 years ago
Laurent Montel
07b4dd4f6e
Add sime QLS + nullptr
8 years ago
David Rosca
d3ebe40e8f
Replace signals/slots with Q_SIGNALS/Q_SLOTS
8 years ago
David Rosca
99bdca9944
Replaced another qupzilla urls
8 years ago
David Rosca
fc768142e5
Revert "Remove modeltest"
...
This reverts commit 1b29fa4e98 .
8 years ago
David Rosca
41775c3a20
Replace some QupZilla leftovers with Falkon
8 years ago
David Rosca
b4a1b4acdb
Port benchmarks to cmake
8 years ago
David Rosca
d2e2eef5a5
Move autotests to autotests top-level directory
...
Also only build tests with BUILD_TESTING enabled.
8 years ago
David Rosca
a509543eb7
Fix autotests
...
Remove testing KWallet and GnomeKeyring plugins as I really
have no idea how to make it work properly with cmake...
8 years ago
David Rosca
1b29fa4e98
Remove modeltest
8 years ago
Luís Pereira
0096801556
Don't call non-const member functions on temporaries
...
They can detach if the container is shared. Even if they are not shared,
using const method when possible is good practice.
Differential Revision: https://phabricator.kde.org/D9730
8 years ago
David Rosca
37f05cca8e
CMake: Fix dependencies for building autotests with password backends
9 years ago
David Rosca
2732aadda6
Fix building GnomeKeyring and KWallet password backend plugins
...
Also remove KDE/GNOME integration options and instead always build the plugins
when necessary dependencies are found.
9 years ago
David Faure
76457af130
CMake buildsystem for the autotest
9 years ago
David Rosca
d00e769749
Initial rename to Falkon
9 years ago
David Rosca
567881f130
Fix warnings when building with GCC 7
9 years ago
srazi
cedf1b6b24
CI for Windows and macOS ( #2245 )
9 years ago
David Rosca
650bc03241
Remove NetworkTest
9 years ago
David Rosca
8a2fc0862f
Fix performance when querying icons from database
...
Make use of the index on icons column by using GLOB
instead of LIKE and handle the escaping ourselves.
Closes #1679
9 years ago
David Rosca
d3447e25e3
Fix autotests
10 years ago
David Rosca
b891d92736
Fix QzTools::ensureUniqueName again
...
This time it should be correct fix + added tests
11 years ago
David Rosca
2cdb0a0b32
Skip KWallet and GnomeKeyring tests when service not running
11 years ago
David Rosca
0f6720a32c
Bring back KWallet password backend test
11 years ago
David Rosca
2b05641430
PasswordBackendTest: Add more checks to prevent crashes on fail
11 years ago
David Rosca
7b2575f809
Bring back autotests
11 years ago
David Rosca
2582ee3562
Update expectations for popupwindows test
11 years ago
David Rosca
32a0db31b3
AutoFill: Initial port to QtWebEngine
...
There are still issues with completing forms in frames
11 years ago
David Rosca
b9d5851ef5
Renamed src/webkit -> src/webengine
11 years ago
David Rosca
bb995d7984
Fix some warnings
11 years ago
David Rosca
8d7cfb0e2a
Remove some Qt 4 specific code
11 years ago
David Rosca
3b38d25277
Drop SSLV3Sites workaround
...
It is no longer needed, but moreover it is now also not wanted
due to recent SSLv3 security issues.
11 years ago
David Rosca
ebb2544142
Remove live.com from list to force SSLv3
12 years ago
David Rosca
613d18ed16
Remove hdi.de from list to force SSLv3
12 years ago
David Rosca
ed252c5534
Autotests: Fix building with KF5 KWallet
12 years ago
David Rosca
3360a531f1
AutoFill: Rewrite AutoFill to complete each frame separately
...
Fixes crash from #1417
12 years ago
David Rosca
f086c1563a
[Benchmarks] Added AdBlockMatchRule benchmark
12 years ago
David Rosca
ca160731b9
[Benchmarks+Autotests] Fixed building with Qt5 and KWallet
...
Autotests: No longer move autotests binary to $root/bin directory
Autotests: No longer needed to specify NO_SYSTEM_DATAPATH define
12 years ago
nowrep
db664184d0
[AdBlock] Improved performance of loading rules
...
Don't use regexps for parsing rules.
Added benchmark for loading subscriptions
Before:
********* Start testing of AdBlockParseRule *********
Config: Using QTest library 4.8.6, Qt 4.8.6
PASS : AdBlockParseRule::initTestCase()
RESULT : AdBlockParseRule::parseEasyList():
596.3 msecs per iteration (total: 2,982, iterations: 5)
PASS : AdBlockParseRule::parseEasyList()
PASS : AdBlockParseRule::cleanupTestCase()
Totals: 3 passed, 0 failed, 0 skipped
********* Finished testing of AdBlockParseRule *********
After:
********* Start testing of AdBlockParseRule *********
Config: Using QTest library 4.8.6, Qt 4.8.6
PASS : AdBlockParseRule::initTestCase()
RESULT : AdBlockParseRule::parseEasyList():
481.8 msecs per iteration (total: 2,409, iterations: 5)
PASS : AdBlockParseRule::parseEasyList()
PASS : AdBlockParseRule::cleanupTestCase()
Totals: 3 passed, 0 failed, 0 skipped
********* Finished testing of AdBlockParseRule *********
12 years ago
nowrep
7f3d8ee786
[Cleanup] Split src/lib/webview into tabwidget, webkit and webtab folders
12 years ago
nowrep
fb25ef4ba5
[CookiesTest] Update test after recent changes in CookieJar
12 years ago
nowrep
e0780b7779
[CookiesTest] Make the test pass after last commit
12 years ago
nowrep
ed99915bff
[PACtest] qupzilla.com is now on own VPS
12 years ago
nowrep
a7240e07d1
[ModelTest] Added Qt ModelTest
...
Fixed to work with both Qt 4 & Qt 5
12 years ago
nowrep
cfddd6d4e1
[NetworkManager] Also add centrum.cz to SslV3 sites list
12 years ago
nowrep
5d1f560c5f
[Autotests] Added new test for forced SslV3 for not-working servers
12 years ago
nowrep
d65512d9f6
[PACTest] Correctly accept localhost resolved IPv4/6 addresses
12 years ago