[Webkit-unassigned] [Bug 57604] Remove nonstandard noresize attribute from HTML FrameSet Element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 21 11:18:48 PDT 2011


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com




--- Comment #21 from Darin Adler <darin at apple.com>  2011-06-21 11:18:48 PST ---
(In reply to comment #5)
> #2>    We can remove the HTMLFrameSetElement::m_noresize & HTMLFrameSetElement::noResize().

You can and should do it this way.

> But this will give problem for FrameEdgeInfo which is being used for both RenderFrame & RenderFrameSet, therefore we can't remove the m_preventResize from FrameEdgeInfo.

That’s no big deal. Just replace the four occurrences frameSet()->noResize() in RenderFrameSet call with false, and you’re done.

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