[Webkit-unassigned] [Bug 85509] Add htmlSource() in PagePopupClient

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 3 17:23:56 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=85509


Kent Tamura <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #140044|review?                     |review-
               Flag|                            |




--- Comment #6 from Kent Tamura <tkent at chromium.org>  2012-05-03 17:23:51 PST ---
(From update of attachment 140044)
View in context: https://bugs.webkit.org/attachment.cgi?id=140044&action=review

> Source/WebCore/page/PagePopupClient.h:63
> +    // This is called when load the content HTML
> +    virtual String htmlSource() { return String(); }

Why do we need this though we already have writeDocument(DocumentWriter&)?
Which should a PagePopupClient implementation provide? Which should a PagePopup implementation call?

ChangeLog should have such information.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list