| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
does not open that tab until you click a tab again. This occured due
to the order of events being out of order in terms of when we invoke
the click() on a tab based on the search being invoked. I'm pretty sure
this worked fine before, so I think this might have been introduced
by a behavior change in CSE. The fix is to simply invoke the click()
for a tab when the respective search results actually return using
an additional callback.
Change-Id: Ib58fdc75b3095ca2a3a2f5f892e778acdbc1dacd
|
| |
|
|
| |
Change-Id: Idd85d78fcdd90381b6f03406a76b13e02d540e37
|
| |
|
|
|
|
| |
make offline doc searches work. (I think this was a regression
due to a missed merge.)
Bug: 1909300
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
this fixes a safari-only bug in which encoded chars were inserted
into the search string.
http://b/issue?id=2031559
Change-Id: Ie60902bafcbb327d488b921f8d3925aaf9ff0566
|
| |
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
the file references weren't using the local root.
BUG=1909300
Automated import of CL 149729
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|