[Webkit-unassigned] [Bug 131559] New: Aggregate multiple "respondToChangedSelection" calls to one scan for telephone numbers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 11 13:16:09 PDT 2014


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

           Summary: Aggregate multiple "respondToChangedSelection" calls
                    to one scan for telephone numbers
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: beidson at apple.com
                CC: barraclough at apple.com


Aggregate multiple "respondToChangedSelection" calls to one scan for telephone numbers

Turns out Editor::respondToChangedSelection is called a lot more often than when the user visible selection changes as the result of a user event.

In fact, it can be called many (hundreds!) of times during one iteration of the run loop.

We should aggregate all of those calls into a single telephone number scan.

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