| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
In a similar fashion as WebKit, this might make those cases
where we don't expect to go more obvious in debug builds.
I also took the liberty to revisit a lot of switch statements
but it could potentially be used elsewhere
Reviewed-by: andrea
|
|
|
|
|
|
| |
- QL1S
- one stupid kDebug less
- codingstyle
|
|
|
|
|
|
| |
- strings
- bool WebPage::hasSslValid() const
- check all the certificate chain
|
|
|
|
|
|
|
| |
With this commit, you can add a favorite by right
clicking on the bookmark icon.
REVIEW:101945
|
|
|
|
|
|
|
|
|
|
| |
I hope I addressed here a number of fixes in my first implementation:
- working hasSSLValid() function (checking cert validity and chain errors)
- escaping certificate strings
- typos (Sha256/Md5, supportedCipherBits/usedCipherBits)
- encryption check (at least I hope so)
CCMAIL: rich@kde.org
|
|
|
|
|
|
| |
Hopefully addressed the problems against our (new) SSL code.
CCMAIL:timb@nth-dimension.org.uk
|
| |
|
|
|
|
|
|
| |
Reviewed By: pierre, andrea.
REVIEW:102000
|
| |
|
|
|
|
| |
Now we are ready for the fight...
|
|
|
|
|
|
|
| |
These are last changes to clean up and improve SSL rekonq
communications.
It is yet missing a proper SSL errors API integration. You just need
to wait for the next commit...
|
|
|
|
|
|
|
| |
This commit changes rekonq history data struct to manage also the
first time you visited a site.
This way we can "expose" this new info in the SSL widget.
(We can obviously do a lot more with it...)
|
|
|
|
|
|
| |
Now they really seem "similar" to the ones provided by Google Chrome
and Firefox.
They all need further improvements, anyway...
|
|
|
|
|
|
|
|
| |
While the widget "copies" and "rethink" Google Chrome actual one,
the dialog has been implemented starting from the comparison
between the ones we have in KDE, Google Chrome's and Firefox's.
I have to start from somewhere...
|
|
|
|
|
|
|
| |
This new (initial) implementation follows the guidelines
found "looking" at Google Chrome and Mozilla Firefox SSL
info windows.
More improvements coming...
|
| |
|
|
|
|
| |
Positive/Negative background && KDE security icons
|
| |
|
|
|
|
|
|
|
|
|
| |
This reverts commit f2f8d48c390b8d8bef84c98026a0435da2045409.
It was actually not needed since the issue was fixed in the
QtWebKit 2.2 integration branch.
oops, sorry about the noise in the history.
|
|
|
|
|
|
| |
Seems some dependencies were changed in Qt 4.8
Reviewed-By: TrustMe
|
|
|
|
|
| |
qDeleteAll knows how to delete values of the map in a better way than calling values
add const & to foreach "iterators"
|
|
|
|
|
|
| |
and remove the "provileged" item in the urlbar suggestions as it was NOT really working.
Reduce min suggestion list from 3 to 2 to enable more history suggestions.
.
|
|
|
|
|
|
|
| |
Patch by Furkan Uzumcu :)
BUG:238886
REVIEW:101042
|
| |
|
| |
|
| |
|
|
|
|
|
| |
CCBUG:268328
CCBUG:266937
|
|
|
|
| |
BUG:256535
|
|
|
|
|
|
| |
This crash was reported with this bt (reduced here):
Hence, the fix. Just checking if the QBitArray is empty.
|
|
|
|
| |
BUG: 261003
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
an rApp shortcut for Application::instance,
clean up code switching to use the new shortcut
Reviewed by: adjam
|
|
|
|
|
|
| |
Does this helps here?
CCBUG:259328
|
|
|
|
|
|
|
| |
Text: webshortcuts ---> search engines
Icon: web-browser-shorctus ---> edit-web-search
Reviewed by adjam
|
|
|
|
|
| |
RB:100397
Reviewed by me ;)
|
|
|
|
|
| |
* Fix duplicate includes
* Include own header first ( caused by 3dbfc06247db3c62a73f1f3022b648197ae24a00 )
|
|
|
|
| |
Add #rekonq_define.h to files that now use QL1C
|
|
|
|
|
| |
Lionel Chauvin's work.
Reviewed by me :)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
introduce search icon
description file downloaded after validation, not before
icons updated when engine added
add opensearch xml description files
sync desktop file => fix add webshortcut
use db_opensearch.json file to track opensearch engines
create an opensearch description only when the engine support suggestions
remove opensearch description when an engine is deleted in the webshortcut setting dialog
popup: disable ok button when webshortcut is already used
Lionel Chauvin is the man having done this big, big, big work!!
I'm just merging ;)
|
|
|
|
|
|
| |
GCI Task by Furkan, thanks! :-)
RB: 100210
BUG: 254372
|
|
|
|
| |
SearchEngine::defaultEngine() returns null. Don't crash in that case.
|
| |
|
| |
|
|
|
|
|
| |
We are now respecting users setting on default engines (if someone chooses NONE
default search engines, searches are NOT performed)
|
| |
|
| |
|
| |
|
| |
|