summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/web/TextFinder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Restart search in page when new text is found.dvadym2016-02-231-9/+14
* Fix find in page behaviorrob.buis2016-02-191-0/+1
* Get rid of "selectionForFlatTree" runtime flagyosin2016-02-121-13/+5
* This patch fixes a number of crashes that have been observed related to find-...paulmeyer2016-02-081-3/+3
* Rename ComposedTree to FlatTreehayato2016-02-081-2/+2
* Remove config.h inclusion from third_party/WebKit/Source/web/.tkent2015-12-221-1/+0
* Use FocusParams in FocusController::setFocusedElement and Document::setFocuse...tkent2015-11-111-2/+2
* Rename FROM_HERE to BLINK_FROM_HERE.jbroman2015-10-171-1/+1
* Get searching forward/backwards working.erg2015-10-141-4/+14
* mandoline: Add find in page.erg2015-10-061-0/+4
* LayoutBox::scrollRectToVisible doesn't respect overflow:hidden property.ymalik2015-10-051-1/+1
* Rename PositionAlgorithm template class to PositionTemplateyosin2015-09-291-2/+2
* Introduce firstRangeOf() as replacement of VisibleSelection::firstRange()yosin@chromium.org2015-08-251-1/+1
* Move DocumentMarker related files to editing/markers from dom/yosin@chromium.org2015-08-141-2/+2
* Don't zoom in TextFinder if autosizing is disabledsebastianl@opera.com2015-07-161-3/+7
* Make Find-In-Page to work on composed tree instead than DOM treeyosin@chromium.org2015-07-151-9/+17
* Make findPlaintText() to take EphemeralRange instead of two Position parametersyosin@chromium.org2015-07-101-1/+1
* Move a declaration of findPlainText() to CharacterIterator.hyosin@chromium.org2015-07-091-1/+1
* Make findPlainText() to return EphemeralRangeyosin@chromium.org2015-07-091-8/+6
* Oilpan: Remove OffHeapCollectionTraitharaken@chromium.org2015-05-011-0/+2
* Invalidate paint of tickmarks on document changewangxianzhu@chromium.org2015-04-201-6/+6
* Removed FrameView's windowToContents and contentsToWindow methods.bokan@chromium.org2015-03-211-4/+4
* Rename renderer() to layoutObject().dsinclair@chromium.org2015-03-071-2/+2
* Make the constructor of a LayoutRect from an IntRect explicit.chrishtr@chromium.org2015-02-261-1/+1
* InlinedVisitor: Migrate web to use inlined tracingkouhei@chromium.org2015-02-201-3/+3
* Move rendering/RenderObject to layout/LayoutObject.dsinclair@chromium.org2015-02-061-3/+3
* Split the various TextIterator classes to their own files.dsinclair@chromium.org2015-01-161-1/+1
* AXObjectCache.h - remove several unused methods and make others private withi...pilgrim@chromium.org2014-11-201-2/+2
* Call reportFindInPageResultToAccessibility from additional code path.dmazzoni@chromium.org2014-11-131-1/+4
* Create Source/modules/accessibility/ and move most of core/accessibility/* in...pilgrim@chromium.org2014-11-121-1/+1
* Expose accessibility information about find in page results to the client.dmazzoni@chromium.org2014-11-061-0/+24
* Oilpan: move TextFinder to the heap.sigbjornf@opera.com2014-10-241-66/+100
* Split AXObjectCache into AXObjectCacheImpldmazzoni@chromium.org2014-10-211-0/+1
* Sprinkle some C++11 love on TextFinder.costan@gmail.com2014-09-301-13/+13
* Fix incorrect number of matches and misleading highlighting in "Find on Page"...iceman@yandex-team.ru2014-08-221-4/+4
* Cleanup namespace usage in Source/web[A-V]*.cppdeepak.sa@samsung.com2014-08-141-3/+1
* Revert of Fix incorrect number of matches and misleading highlighting in "Fin...kaznacheev@chromium.org2014-07-281-2/+2
* Fix incorrect number of matches and misleading highlighting in "Find on Page"...iceman@yandex-team.ru2014-07-281-2/+2
* Rename WebCore namespace to blink in bindings and webabarth@chromium.org2014-07-181-2/+2
* Include Page.h in fewer headersphilipj@opera.com2014-06-221-0/+1
* Make Range.detach() a no-opch.dumez@samsung.com2014-04-301-3/+3
* TextFinder: Text scoping should use Position-based TextIterator.yutak@chromium.org2014-04-251-26/+22
* Fix more relative #includes in Source/web.yutak@chromium.org2014-04-241-3/+3
* Fix relative #includes in Source/web.yutak@chromium.org2014-04-241-4/+4
* Rename WebFrameImpl to WebLocalFrameImpl.dcheng@chromium.org2014-04-181-16/+16
* Oilpan: move Range object to the oilpan heap.sigbjornf@opera.com2014-04-041-5/+10
* Introduce TextFinder class for decoupling WebFrameImpl and text finder.iceman@yandex-team.ru2014-03-281-1903/+149
* Remove PostAttachCallbacks and replace with something more specializedesprehn@chromium.org2014-03-241-1/+1
* Drop Element::isHTMLFrameElementBase() virtual functionch.dumez@samsung.com2014-03-181-2/+2
* Use new is*Element() helper functions more in web/ codech.dumez@samsung.com2014-03-171-2/+3