Changeset 52004 in webkit


Ignore:
Timestamp:
Dec 11, 2009 10:16:13 AM (14 years ago)
Author:
eric@webkit.org
Message:

2009-12-11 Avi Drissman <avi@chromium.org>

Reviewed by Darin Fisher.

Tickmarks in the scrollbar are not cleared for non-main frames
https://bugs.webkit.org/show_bug.cgi?id=32385

  • src/WebFrameImpl.cpp: (WebKit::WebFrameImpl::stopFinding):
Location:
trunk/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/chromium/ChangeLog

    r51984 r52004  
     12009-12-11  Avi Drissman  <avi@chromium.org>
     2
     3        Reviewed by Darin Fisher.
     4
     5        Tickmarks in the scrollbar are not cleared for non-main frames
     6        https://bugs.webkit.org/show_bug.cgi?id=32385
     7
     8        * src/WebFrameImpl.cpp:
     9        (WebKit::WebFrameImpl::stopFinding):
     10
    1112009-12-11  Yury Semikhatsky  <yurys@chromium.org>
    212
  • trunk/WebKit/chromium/src/WebFrameImpl.cpp

    r51917 r52004  
    12131213
    12141214    // Remove all markers for matches found and turn off the highlighting.
    1215     if (!parent())
    1216         frame()->document()->removeMarkers(DocumentMarker::TextMatch);
     1215    frame()->document()->removeMarkers(DocumentMarker::TextMatch);
    12171216    frame()->setMarkedTextMatchesAreHighlighted(false);
    12181217
Note: See TracChangeset for help on using the changeset viewer.