[webkit-reviews] review requested: [Bug 29424] [Qt] QWebFrame: When a relative url is loaded then it will make it absolute internally, however this strips out any query/fragments : [Attachment 82506] Patch for review

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 15 12:37:54 PST 2011


Aparna Nandyal <aparna.nand at wipro.com> has asked  for review:
Bug 29424: [Qt] QWebFrame: When a relative url is loaded then it will make it
absolute internally, however this strips out any query/fragments
https://bugs.webkit.org/show_bug.cgi?id=29424

Attachment 82506: Patch for review
https://bugs.webkit.org/attachment.cgi?id=82506&action=review

------- Additional Comments from Aparna Nandyal <aparna.nand at wipro.com>
In function ensureAbsoluteUrl, call is made to QUrl::toLocalFile() which strips
the query, fragment part out. Patch corrects this to resolve it before
returning absolute url.


More information about the webkit-reviews mailing list