[Webkit-unassigned] [Bug 29843] [Qt] Review all new API in Qt 4.6
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 13 09:31:14 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=29843
--- Comment #1 from Simon Hausmann <hausmann at webkit.org> 2009-10-13 09:31:14 PDT ---
We had a quick round of API review with Matthias here at the DevDays and came
up with the following suggestions for changes:
* QWebFrame::clipContentsToViewport:
1) Remove the property
2) Deprecate QWebFrame::render()
3) Introduce QWebFrame::paint(QWebFrame::PaintOptions opts =
QWebFrame::AllElements), so that one can for eaxmple call
frame->paint(QWebFrame::Contents);
frame->paint(QWebFrame::Contents | QWebFrame::ScrollBars);
* QWebFrame::scrollBarGeometry(): good name, keep it
* QWebPage::fixedContentsSize property:
1) Rename to preferredContentsSize
--
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