[Webkit-unassigned] [Bug 67846] New: Web Inspector: refactor text viewer decorations code.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 9 06:49:27 PDT 2011


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

           Summary: Web Inspector: refactor text viewer decorations code.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: podivilov at chromium.org
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com, apavlov at chromium.org,
                    loislo at chromium.org


Web Inspector: refactor text viewer decorations code.

We have several kinds of TextViewer decorations - diffs, messages, breakpoints, execution line. During TextViewer initialization, live edit, and SourceFrame recreation, each kind is processed separately. Also, methods for updating decorations bloat SourceFrame interface (addMessage, setExecutionLine, ...).
Instead, we may introduce several TextViewerDecoration implementations and handle them uniformly in most cases.

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