[Webkit-unassigned] [Bug 111532] New: Clarify the size of a document view that causes FrameView to emit the resize event.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 6 00:01:22 PST 2013


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

           Summary: Clarify the size of a document view that causes
                    FrameView to emit the resize event.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: luxtella at company100.net


The spec DOM Level 2 Events states that the resize event occurs when a document
view is resized.

After r141053, FrameView::unscaledVisibleContentSize stands for a document view
size. When turning on fixed layout, fixed layout size stands for a document view
size. This patch applies the term of the spec to FrameView exactly.

In addition, this removes delegatesScrolling check because delegatesScrolling is
not related to the size of a document view.

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