Re: Review Request 122812: Fix BIC introduced in kdelibs 4

2015-03-05 Thread Andrea Iacovitti
/122812/diff/ Testing --- Thanks, Andrea Iacovitti

Review Request 122812: Fix BIC introduced in kdelibs 4

2015-03-04 Thread Andrea Iacovitti
this patch that reinstate old DOMString::trimSpaces() and mark it as deprecated. Diffs - khtml/dom/dom_string.h 087f697 khtml/dom/dom_string.cpp a3c4abd Diff: https://git.reviewboard.kde.org/r/122812/diff/ Testing --- Thanks, Andrea Iacovitti

Re: Review Request 122812: Fix BIC introduced in kdelibs 4

2015-03-04 Thread Andrea Iacovitti
--- On Mar. 4, 2015, 5:26 p.m., Andrea Iacovitti wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/122812

Re: Dr Konqi still misbehaving - advice needed

2014-11-30 Thread Andrea Iacovitti
Il giorno Sun, 30 Nov 2014 14:02:13 +0100 Thomas Lübking thomas.luebk...@gmail.com ha scritto: On Sonntag, 30. November 2014 06:26:19 CEST, Ian Wadham wrote: Lastly, how and when is a new KDE 4 kde-runtime patch likely to be released? Wednesday, December 10, 2014: KDE Applications 14.12

Re: Review Request 120975: Allow user to cancel out of the SSL certificate accept duration dialog

2014-11-05 Thread Andrea Iacovitti
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120975/#review69919 --- Tested and works as expected. Ship it from my part. - Andrea

Re: Porting KUrl::prettyUrl: please do not reintroduce CVE-2013-2074!

2014-10-18 Thread Andrea Iacovitti
url.toDisplayString() should be equivalent to call url.toString(QUrl::RemovePassword) Andrea

Re: Porting KUrl::prettyUrl: please do not reintroduce CVE-2013-2074!

2014-10-18 Thread Andrea Iacovitti
url.toDisplayString() should be equivalent to call url.toString(QUrl::RemovePassword) Andrea

Re: Review Request 120182: KIO::CopyJob: Do not query for free space when filesystem type is unknown

2014-09-19 Thread Andrea Iacovitti
from the one committed if (m_asMethod || !fileInfo.exists()) { vs if (m_asMethod !fileInfo.exists()) { - Andrea Iacovitti On Set. 19, 2014, 11:25 a.m., Dawit Alemayehu wrote: --- This is an automatically generated e-mail. To reply

Re: Review Request 117957: kcm_fonts: correctly restore default configuration values

2014-07-15 Thread Andrea Iacovitti
On July 9, 2014, 8:26 a.m., Andrea Iacovitti wrote: If there are no objections or other suggestions it would be good to have the bug fixed in 4.11.11 release :) Christoph Feck wrote: Thanks Andrea. Could you please check if this also affects bug 244857, bug 325868, or bug 326971

Re: Review Request 117957: kcm_fonts: correctly restore default configuration values

2014-07-09 Thread Andrea Iacovitti
be good to have the bug fixed in 4.11.11 release :) - Andrea Iacovitti On Lug. 6, 2014, 10:28 a.m., Andrea Iacovitti wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/117957

Re: Review Request 117957: kcm_fonts: correctly restore default configuration values

2014-07-09 Thread Andrea Iacovitti
to antialias setting Diffs (updated) - kcontrol/fonts/fonts.cpp cf21cb1 Diff: https://git.reviewboard.kde.org/r/117957/diff/ Testing --- Tested it compiles and works as expected Thanks, Andrea Iacovitti

Re: Review Request 117957: kcm_fonts: correctly restore default configuration values

2014-07-09 Thread Andrea Iacovitti
setting Diffs - kcontrol/fonts/fonts.cpp cf21cb1 Diff: https://git.reviewboard.kde.org/r/117957/diff/ Testing --- Tested it compiles and works as expected Thanks, Andrea Iacovitti

Re: Review Request 117957: kcm_fonts: correctly restore default configuration values

2014-07-06 Thread Andrea Iacovitti
. To reply, visit: https://git.reviewboard.kde.org/r/117957/#review58136 --- On Mag. 18, 2014, 12:38 a.m., Andrea Iacovitti wrote: --- This is an automatically generated e-mail

Re: Review Request 118407: Fix invalid processor information in usergent string for Safari4+

2014-06-02 Thread Andrea Iacovitti
not be risk of regression. - Andrea Iacovitti On June 2, 2014, 2:22 p.m., Michael Reeves wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/118407

Re: Review Request 118407: Fix invalid processor information in usergent string for Safari4+

2014-06-01 Thread Andrea Iacovitti
not that be PPC-Intel instead? - Andrea Iacovitti On May 29, 2014, 6:26 p.m., Michael Reeves wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/118407

Re: Review Request 117957: kcm_fonts: correctly restore default configuration values

2014-05-17 Thread Andrea Iacovitti
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/117957/#review58092 --- ping - Andrea Iacovitti On May 2, 2014, 7:59 p.m., Andrea

Re: Review Request 117957: kcm_fonts: correctly restore default configuration values

2014-05-17 Thread Andrea Iacovitti
checkbox - Enable/Disable Configure... button accordingly to antialias setting Diffs (updated) - kcontrol/fonts/fonts.cpp cf21cb1 Diff: https://git.reviewboard.kde.org/r/117957/diff/ Testing --- Tested it compiles and works as expected Thanks, Andrea Iacovitti

Review Request 117957: kcm_fonts: correctly restore default configuration values

2014-05-02 Thread Andrea Iacovitti
://git.reviewboard.kde.org/r/117957/diff/ Testing --- Tested it compiles and works as expected Thanks, Andrea Iacovitti

Re: Review Request 116602: fix setting ssl_was_in_use metadata

2014-03-27 Thread Andrea Iacovitti
/116602/diff/ Testing --- Thanks, Andrea Iacovitti

Re: Review Request 116602: fix setting ssl_was_in_use metadata

2014-03-26 Thread Andrea Iacovitti
--- On March 4, 2014, 9:43 p.m., Andrea Iacovitti wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116602

Re: Review Request 116570: Ask user for confirmation before doing POST - POST redirection in KIO

2014-03-16 Thread Andrea Iacovitti
== KMessageBox::No) { +shouldRedirect = false; +} +} + +if (shouldRedirect) { KUrl u(m_request.url, locationStr); if(!u.isValid()) - Andrea Iacovitti On March 7, 2014, 6:07 a.m., Dawit Alemayehu wrote

Re: Review Request 116122: Do not add trailing slash on http DELETE requests

2014-03-08 Thread Andrea Iacovitti
about the third patch in this review (Diff r3) it seems it works as expected. That is if a server redirects a collection DELETE operation to a new Location with trailing slash added, redirection is correctly followed. From my part it is a ship for this one (Diff r3). - Andrea Iacovitti On March

Re: Review Request 116122: Do not add trailing slash on http DELETE requests

2014-03-08 Thread Andrea Iacovitti
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116122/#review52410 --- Ship it! Ah, yes. That is the fix. - Andrea Iacovitti

Re: Review Request 116122: Do not add trailing slash on http DELETE requests

2014-03-06 Thread Andrea Iacovitti
the request refers to a collection or resource (as it was before commit 58294ac). - Andrea Iacovitti On March 5, 2014, 2:01 p.m., Dawit Alemayehu wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: Review Request 116122: Do not add trailing slash on http DELETE requests

2014-03-06 Thread Andrea Iacovitti
On March 6, 2014, 9:10 p.m., Andrea Iacovitti wrote: I tested your patch, no trailing slash is added whether the request refers to a collection or resource (as it was before commit 58294ac). Dawit Alemayehu wrote: Right, but now the webdav server should redirect to the right

Re: Review Request 116122: Do not add trailing slash on http DELETE requests

2014-03-04 Thread Andrea Iacovitti
), can't delete file. isFile is always false whether you try to delete a file or folder so a trailing slash is always added. - Andrea Iacovitti On March 3, 2014, 3:50 p.m., Dawit Alemayehu wrote: --- This is an automatically generated e

Review Request 116602: fix setting ssl_was_in_use metadata

2014-03-04 Thread Andrea Iacovitti
value in outgoingMetaData map. This patch aims to avoid this situation by looking up the key using queryMetadata(). Diffs - kio/kio/job.cpp edc5fed Diff: https://git.reviewboard.kde.org/r/116602/diff/ Testing --- Thanks, Andrea Iacovitti

Re: Review Request 116122: Do not add trailing slash on http DELETE requests

2014-03-04 Thread Andrea Iacovitti
On March 4, 2014, 2:51 p.m., Andrea Iacovitti wrote: Still broken for webdav protocol (tested using konq/dolphin), can't delete file. isFile is always false whether you try to delete a file or folder so a trailing slash is always added. Dawit Alemayehu wrote: Well it works

Re: Review Request 116122: Do not add trailing slash on http DELETE requests

2014-02-27 Thread Andrea Iacovitti
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116122/#review51064 --- What patch? ;) - Andrea Iacovitti On Feb. 27, 2014, 2:28

Re: Review Request 116017: Implement POST - POST redirection support in KIO

2014-02-27 Thread Andrea Iacovitti
/#comment35803 This seems to have no effect in the next GET request, shouldn't be added to the outgoing metadata? - Andrea Iacovitti On Feb. 27, 2014, 1:41 p.m., Dawit Alemayehu wrote: --- This is an automatically generated e-mail

Re: Review Request 116017: Implement POST - POST redirection support in KIO

2014-02-26 Thread Andrea Iacovitti
doesn't need modifications, except removing the m_request.method = HTTP_GET; // FORCE a GET parts that, yes, seem not needed. - Andrea Iacovitti On Feb. 26, 2014, 8:34 a.m., Dawit Alemayehu wrote: --- This is an automatically generated e

Re: Review Request 116017: Implement POST - POST redirection support in KIO

2014-02-26 Thread Andrea Iacovitti
by showing code, see http://paste.kde.org/pvzj0ppio I did many tests and didn't found issues so far - Andrea Iacovitti On Feb. 26, 2014, 8:34 a.m., Dawit Alemayehu wrote: --- This is an automatically generated e-mail. To reply, visit: https

Review Request 116048: Remove Content-Type header when redirecting to GET

2014-02-25 Thread Andrea Iacovitti
: https://git.reviewboard.kde.org/r/116048/diff/ Testing --- various Thanks, Andrea Iacovitti

Re: Review Request 116048: Remove Content-Type header when redirecting to GET

2014-02-25 Thread Andrea Iacovitti
, you may want to rebase it if this goes in). Diffs - kio/kio/job.cpp 9cf2b57 Diff: https://git.reviewboard.kde.org/r/116048/diff/ Testing --- various Thanks, Andrea Iacovitti

Re: Review Request 116017: Implement POST - POST redirection support in KIO

2014-02-24 Thread Andrea Iacovitti
. As for these page http://greenbytes.de/tech/tc/httpredirects/t307methods.html http://greenbytes.de/tech/tc/httpredirects/t308methods.html they can't be used for testing as they do make XHR requests with no body data. - Andrea Iacovitti On Feb. 24, 2014, 2:07 p.m., Dawit Alemayehu wrote

Re: Review Request 115864: kio_http: fixes for 30X response code redirection handling

2014-02-20 Thread Andrea Iacovitti
- kioslave/http/http.h 076ad2b kioslave/http/http.cpp 68b5247 kioslave/http/httpauthentication.cpp 80d7995 Diff: https://git.reviewboard.kde.org/r/115864/diff/ Testing --- Thanks, Andrea Iacovitti

Re: Review Request 115864: kio_http: fixes for 30X response code redirection handling

2014-02-19 Thread Andrea Iacovitti
. To reply, visit: https://git.reviewboard.kde.org/r/115864/#review50189 --- On Feb. 18, 2014, 9:36 a.m., Andrea Iacovitti wrote: --- This is an automatically generated e-mail. To reply

Re: Review Request 115864: kio_http: fixes for 30X response code redirection handling

2014-02-19 Thread Andrea Iacovitti
/http.h 076ad2b kioslave/http/http.cpp 68b5247 kioslave/http/httpauthentication.cpp 80d7995 Diff: https://git.reviewboard.kde.org/r/115864/diff/ Testing --- Thanks, Andrea Iacovitti

Review Request 115864: kio_http: fixes for 30X response code redirection handling

2014-02-18 Thread Andrea Iacovitti
/ Testing --- Thanks, Andrea Iacovitti

Re: Review Request 115689: Fix khtml/ecma/xmlhttprequest.cpp to properly handle HEAD requests

2014-02-16 Thread Andrea Iacovitti
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115689/#review49994 --- Ship it! - Andrea Iacovitti On Feb. 16, 2014, 7:10 p.m

Re: Review Request 115689: Fix khtml/ecma/xmlhttprequest.cpp to properly handle HEAD requests

2014-02-15 Thread Andrea Iacovitti
)); } - Andrea Iacovitti On Feb. 14, 2014, 4 p.m., Dawit Alemayehu wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115689

Re: Review Request 115651: Fix HTTP redirection handling (3XX status code)

2014-02-12 Thread Andrea Iacovitti
if (m_request.method != HTTP_HEAD) { m_request.method = HTTP_GET; // FORCE a GET setMetaData(QLatin1String(redirect-to-get), QLatin1String(true)); } } } ...or something like that. - Andrea Iacovitti On Feb. 11, 2014, 10:28 a.m

Re: Review Request 115689: Fix khtml/ecma/xmlhttprequest.cpp to properly handle HEAD requests

2014-02-12 Thread Andrea Iacovitti
in https://git.reviewboard.kde.org/r/115651 about http.cpp's changes. - Andrea Iacovitti On Feb. 12, 2014, 9:56 a.m., Dawit Alemayehu wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r

Re: Review Request 114907: Make KFontUtils::adaptFontSize be a bit more exact

2014-01-07 Thread Andrea Iacovitti
/114907/#comment33529 typo: if if - if it - Andrea Iacovitti On Jan. 7, 2014, 10:36 p.m., Albert Astals Cid wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/114907

Re: Review Request 113189: lower (a lot) warning noise caused by undefined macros

2013-12-10 Thread Andrea Iacovitti
On Oct. 10, 2013, 11:59 a.m., Bernd Buschinski wrote: This is a bit confussing... lets sum up the background story: - kjs(/wtf) loves gcc features - kjs-cmake filters out (gcc) pedantic now comes the problem... whats with other compilers? if you look at the commit message

Re: Review Request 114105: kcm proxy: fix for noProxyFor setting when 'system proxy' type

2013-11-28 Thread Andrea Iacovitti
--- On Nov. 27, 2013, 9:22 p.m., Andrea Iacovitti wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/114105

Re: Review Request 114105: kcm proxy: fix for noProxyFor setting when 'system proxy' type

2013-11-28 Thread Andrea Iacovitti
and not no_proxy Thanks, Andrea Iacovitti

Re: Review Request 113492: kio_http: set the application level proxy to NoProxy before making a direct connection to host (server or proxy)

2013-10-30 Thread Andrea Iacovitti
proxy is required, that is when not using socks proxy or tunneling SSL. Also warn the user about collected bad proxies url, if any. Diffs - kioslave/http/http.cpp 417569a Diff: http://git.reviewboard.kde.org/r/113492/diff/ Testing --- Thanks, Andrea Iacovitti

Re: Review Request 113492: kio_http: set the application level proxy to NoProxy before making a direct connection to host (server or proxy)

2013-10-29 Thread Andrea Iacovitti
--- Thanks, Andrea Iacovitti

Re: Review Request 113492: kio_http: set the application level proxy to NoProxy before making a direct connection to host (server or proxy)

2013-10-29 Thread Andrea Iacovitti
. Diffs (updated) - kioslave/http/http.cpp 417569a Diff: http://git.reviewboard.kde.org/r/113492/diff/ Testing --- Thanks, Andrea Iacovitti

Review Request 113492: kio_http: set the application level proxy to NoProxy before making a direct connection to host (server or proxy)

2013-10-28 Thread Andrea Iacovitti
about collected bad proxies url, if any. Diffs - kioslave/http/http.cpp 417569a Diff: http://git.reviewboard.kde.org/r/113492/diff/ Testing --- Thanks, Andrea Iacovitti

Re: Review Request 113492: kio_http: set the application level proxy to NoProxy before making a direct connection to host (server or proxy)

2013-10-28 Thread Andrea Iacovitti
is required, that is when not using socks proxy or tunneling SSL. Also warn the user about collected bad proxies url, if any. Diffs (updated) - kioslave/http/http.cpp 417569a Diff: http://git.reviewboard.kde.org/r/113492/diff/ Testing --- Thanks, Andrea Iacovitti

Re: Review Request 113364: kio_http: fix for proxy connection

2013-10-25 Thread Andrea Iacovitti
, 2013, 1:41 p.m., Andrea Iacovitti wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/113364/ --- (Updated Oct. 21, 2013, 1:41 p.m

Re: Review Request 113364: kio_http: fix for proxy connection

2013-10-25 Thread Andrea Iacovitti
as m_request.proxyUrls will be empty. Thanks, Andrea Iacovitti

Re: Review Request 113366: kio_http: small optimization in response code parsing

2013-10-22 Thread Andrea Iacovitti
or responseCode == 304) none of the nine conditions in the subsequent if..else if.. can be true. Diffs - kioslave/http/http.cpp 81182eb Diff: http://git.reviewboard.kde.org/r/113366/diff/ Testing --- Thanks, Andrea Iacovitti

Review Request 113364: kio_http: fix for proxy connection

2013-10-21 Thread Andrea Iacovitti
Description --- Diffs - kioslave/http/http.cpp 81182eb Diff: http://git.reviewboard.kde.org/r/113364/diff/ Testing --- Thanks, Andrea Iacovitti

Re: Review Request 113364: kio_http: fix for proxy connection

2013-10-21 Thread Andrea Iacovitti
is not executed as m_request.proxyUrls will be empty. Thanks, Andrea Iacovitti

Review Request 113366: kio_http: small optimization in response code parsing

2013-10-21 Thread Andrea Iacovitti
== 200 or responseCode == 304) none of the nine conditions in the subsequent if..else if.. can be true. Diffs - kioslave/http/http.cpp 81182eb Diff: http://git.reviewboard.kde.org/r/113366/diff/ Testing --- Thanks, Andrea Iacovitti

Review Request 113129: proxy configuration: fix setting the use of proxy environment variable

2013-10-06 Thread Andrea Iacovitti
of environment variables to use in case of System Proxy Configuration. (See getSystemProxyFor() in kprotocolmanager.cpp) Diffs - konqueror/settings/kio/kproxydlg.cpp 7c777d3 Diff: http://git.reviewboard.kde.org/r/113129/diff/ Testing --- Thanks, Andrea Iacovitti

Re: Review Request 113129: proxy configuration: fix setting the use of proxy environment variable

2013-10-06 Thread Andrea Iacovitti
://git.reviewboard.kde.org/r/113129/diff/ Testing --- Thanks, Andrea Iacovitti

Re: Review Request 108929: khtml/kjs: Implement typed-arrays

2013-02-13 Thread Andrea Iacovitti
://git.reviewboard.kde.org/r/108929/#comment20578 Is this include really necessary or just an accident? (Noticed because a compilation error) - Andrea Iacovitti On Feb. 12, 2013, 10:51 p.m., Bernd Buschinski wrote: --- This is an automatically generated

Re: Review Request: Enable css border rendering on styled select elements

2012-05-23 Thread Andrea Iacovitti
: oxygen, qtcurve, available qt styles (plastique, qcleanlooks ...) . tested against Qt 4.7.4, Qt 4.8.1 . daily browsing Screenshots --- shoot of a bko page before/after the patch http://git.reviewboard.kde.org/r/104983/s/573/ Thanks, Andrea Iacovitti

Re: Review Request: Make sure there is a whitespace after the colon in Content-Type header line

2012-03-11 Thread Andrea Iacovitti
to the server Content-Type:application/x-www-form-urlencoded (so i suppose the bug reporter was using WebKit engine) The problem doesn't affect KHTML engine that sets content-type metadaData to Content-type: application/x-www-form-urlencoded Thanks, Andrea Iacovitti

Re: Review Request: Make sure there is a whitespace after the colon in Content-Type header line

2012-03-11 Thread Andrea Iacovitti
Thanks, Andrea Iacovitti

Re: Review Request: kio_http: fix keepalive timeout parsing

2011-10-14 Thread Andrea Iacovitti
against following keep-alive header variants: Keep-Alive: timeout=5, max=99 Keep-Alive: Timeout=5, max=99 (uppercase 'T') Keep-Alive: Timeout=5 , max=99(extra space before comma) Thanks, Andrea Iacovitti

Re: Review Request: kio_http: fix keepalive timeout parsing

2011-10-13 Thread Andrea Iacovitti
--- On Oct. 10, 2011, 10:35 p.m., Andrea Iacovitti wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102822

Review Request: kio_http: fix keepalive timeout parsing

2011-10-11 Thread Andrea Iacovitti
Testing --- -Patched code compiles -Hacked a web server and made tests against following keep-alive header variants: Keep-Alive: timeout=5, max=99 Keep-Alive: Timeout=5, max=99 (uppercase 'T') Keep-Alive: Timeout=5 , max=99(extra space before comma) Thanks, Andrea Iacovitti