RESOLVED FIXED 53952
Add bundle API to get the background color of a frame
https://bugs.webkit.org/show_bug.cgi?id=53952
Summary Add bundle API to get the background color of a frame
Sam Weinig
Reported 2011-02-07 15:10:33 PST
Add bundle API to get the background color of a frame
Attachments
Patch (4.31 KB, patch)
2011-02-07 15:11 PST, Sam Weinig
no flags
Patch (4.53 KB, patch)
2011-02-07 15:43 PST, Sam Weinig
andersca: review+
Sam Weinig
Comment 1 2011-02-07 15:11:34 PST
Anders Carlsson
Comment 2 2011-02-07 15:14:55 PST
Comment on attachment 81537 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=81537&action=review > Source/WebKit2/WebProcess/WebPage/WebFrame.cpp:527 > + All these early returns will cause the out parameters to be uninitialized. Can m_coreFrame ever be null? Should we make getBodyBackgroundColor return whether it was successful or not? > Source/WebKit2/WebProcess/WebPage/WebFrame.cpp:531 > + *alpha = color.alpha(); We want the color components to be between 0 and 1, this doesn't do that.
Sam Weinig
Comment 3 2011-02-07 15:43:36 PST
Sam Weinig
Comment 4 2011-02-07 15:46:30 PST
Landed in r77856.
Note You need to log in before you can comment on or make changes to this bug.