[webkit-reviews] review requested: [Bug 14448]
HTMLObjectElement::data should return an absolute URL :
[Attachment 15302] simple patch + testcase
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 28 19:40:57 PDT 2007
MorganL <morganl.webkit at yahoo.com> has asked for review:
Bug 14448: HTMLObjectElement::data should return an absolute URL
http://bugs.webkit.org/show_bug.cgi?id=14448
Attachment 15302: simple patch + testcase
http://bugs.webkit.org/attachment.cgi?id=15302&action=edit
------- Additional Comments from MorganL <morganl.webkit at yahoo.com>
This patch is modelled after the code for HTMLImageElement::src(). I changed
the FrameLoader::completeURL call to a Document::completeURL as a minor
simplification since HTMLObjectElement already has direct access to its
Document.
More information about the webkit-reviews
mailing list