[Webkit-unassigned] [Bug 127986] New: Remove inline member functions of FrameSelection that access m_selection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 30 23:27:07 PST 2014


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

           Summary: Remove inline member functions of FrameSelection that
                    access m_selection
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: darin at apple.com, benjamin at webkit.org,
                    enrica at apple.com, akling at apple.com
            Blocks: 127832


In order to resolve the bug 127832, we need all call sites of FrameSelection's member functions
that depend on m_selection to decide whether they want the invalidated selection that's exposed to JS
or that the validated selection the editing & rendering code will use.

In order to simplify this transition, all such access to m_selection should be done though FrameSelection::selection().

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