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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 22 09:17:15 PDT 2011


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #98141|review?                     |review-
               Flag|                            |




--- Comment #26 from Darin Adler <darin at apple.com>  2011-06-22 09:17:16 PST ---
(From update of attachment 98141)
View in context: https://bugs.webkit.org/attachment.cgi?id=98141&action=review

> Source/WebCore/rendering/RenderFrameSet.cpp:170
> -    if (inside && frameSet()->noResize()
> -            && !request.readOnly() && !result.innerNode()) {
> +    if (inside && !request.readOnly() && !result.innerNode()) {
>          result.setInnerNode(node());
>          result.setInnerNonSharedNode(node());
>      }

Since noResize is now always false, you should have removed this entire block, not removed the noResize check.

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