[webkit-reviews] review granted: [Bug 116909] User is not removed by setUser() in KURL : [Attachment 203123] Improve performance of removing user and password from URLs By making the new remove function.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 28 23:26:36 PDT 2013


Meeyoung Kim <meeyoung.kim at lge.com> has granted  review:
Bug 116909: User is not removed by setUser() in KURL
https://bugs.webkit.org/show_bug.cgi?id=116909

Attachment 203123: Improve performance of removing user and password from URLs
By making the new remove function.
https://bugs.webkit.org/attachment.cgi?id=203123&action=review

------- Additional Comments from Meeyoung Kim <meeyoung.kim at lge.com>
To improve performance of removing user and password from URLs, the new
function is used in strippedForUseAsReferrer() and removeCredentials(), instead
of setUser() and setPass().


More information about the webkit-reviews mailing list