[Webkit-unassigned] [Bug 89946] New: Enforce WebFrameImpl::scopeStringMatches reset flag to start a new search

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 25 23:16:21 PDT 2012


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

           Summary: Enforce WebFrameImpl::scopeStringMatches reset flag to
                    start a new search
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://code.google.com/p/chromium/issues/detail?id=743
                    32
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: carloschilazo at gmail.com
                CC: eric at webkit.org, darin at apple.com


Related to fixing Chromium issue: http://code.google.com/p/chromium/issues/detail?id=74332

Reset flag in WebFrameImpl::scopeStringMatches (+1680 Source/WebKit/chromium/src/WebFrameImpl.cpp) means we want a brand new search. There is a early return condition which does not consider the reset flag. Situations like in the chromium report we need to start a brand new search, even if shouldScopeMatches(searchText) is false because content changed in a frame.

Steps to reproduce: Same as chromium issue

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