summaryrefslogtreecommitdiffstats
path: root/docs/html/search.jd
Commit message (Collapse)AuthorAgeFilesLines
* docs: reference the history JS file with docRoot in order toScott Main2010-01-251-1/+1
| | | | | | make offline doc searches work. (I think this was a regression due to a missed merge.) Bug: 1909300
* docs: fix XSS vulnerability in searchScott Main2009-10-281-3/+11
| | | | | | add a function that uses replace() to replace all instances of '<' and '>' with the HTML entities and use this wherever the query text is added onto the page.
* decode the search string before putting it into the search control.Scott Main2009-10-011-2/+2
| | | | | | | | | this fixes a safari-only bug in which encoded chars were inserted into the search string. http://b/issue?id=2031559 Change-Id: Ie60902bafcbb327d488b921f8d3925aaf9ff0566
* implement browser history for tabbed search results...Scott Main2009-09-241-93/+130
| | | | | | | this adds a parameter to the URL hash on all search queries. the main motive is to allow searches from the blog to automatically open the blog tab. Change-Id: Ib81896948e63e8173d521713496bb98065683ce7
* AI 149729: fix search functionatilty for offline docs...Scott Main2009-06-101-1/+1
| | | | | | | the file references weren't using the local root. BUG=1909300 Automated import of CL 149729
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+104
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-60/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-56/+12
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-12/+56
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-56/+36
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-8/+7
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+81