[Webkit-unassigned] [Bug 29315] New: Add a UI delegate callback to let the delegate draw a WebView's background
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 16 14:42:01 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=29315
Summary: Add a UI delegate callback to let the delegate draw a
WebView's background
Product: WebKit
Version: 528+ (Nightly build)
Platform: Other
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit API
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: aroben at apple.com
CC: sfalken at apple.com, hyatt at apple.com
Adam Roben (aroben) <aroben at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #39661| |review?
Flag| |
Created an attachment (id=39661)
--> (https://bugs.webkit.org/attachment.cgi?id=39661)
Patch v1
Need a short description and bug URL (OOPS!)
Reviewed by NOBODY (OOPS!).
* Interfaces/IWebUIDelegatePrivate.idl: Added
IWebUIDelegatePrivate2::drawBackground.
* WebView.cpp:
(WebView::paintIntoBackingStore): After clearing or filling with
white, let the delegate draw whatever background it wants. Also added
an assertion that the dirty rect is within our bounds.
---
3 files changed, 30 insertions(+), 0 deletions(-)
--
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