[Webkit-unassigned] [Bug 68853] Need a mechanism to query plugins for scaling to printable area or not.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 7 21:18:23 PDT 2011


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


Darin Fisher (:fishd, Google) <fishd at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #108775|review?, commit-queue?      |review+, commit-queue-
               Flag|                            |




--- Comment #5 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2011-10-07 21:18:23 PST ---
(From update of attachment 108775)
View in context: https://bugs.webkit.org/attachment.cgi?id=108775&action=review

> Source/WebKit/chromium/public/WebFrame.h:451
> +    // If the frame or node is a plugin whose content indicates that printed

What does it mean for a frame to be a plugin?  Are you referring to the case of
a full-frame plugin, which has a PluginDocument?  Maybe say "If the frame contains
a full-frame plugin or the given node refers to a plugin, and the plugin's content
indicates that printed output..."

> Source/WebKit/chromium/src/WebFrameImpl.cpp:1404
> +    ASSERT(!frame()->document()->isFrameSet());

why do you have this assertion here?

> Source/WebKit/chromium/src/WebFrameImpl.cpp:1412
> +      return false;

nit: indentation

-- 
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