vfs: check userland buffers before reading them.
[haiku.git] / src / add-ons / kernel / file_systems / googlefs / google.src
blobc11e51bf39a2b52d010db525448bcf80ac32bb9e
1 # Mozilla/Google plug-in by amitp+mozilla@google.com
3 <search 
4    name="Google"
5    description="Google Search"
6    method="GET"
7    action="http://www.google.com/search"
8    update="http://www.google.com/mozilla/google.src"
9    updateCheckDays=1   
10    queryEncoding="utf-8"
11    queryCharset="utf-8"
14 <input name="q" user>
15 <input name="sourceid" value="mozilla-search">
16 <inputnext name="start" factor="10">
17 <inputprev name="start" factor="10">
18 <input name="ie" value="utf-8">
19 <input name="oe" value="utf-8">
21 <interpret 
22     browserResultType="result" 
23     charset = "UTF-8"
24     resultListStart="<!--a-->" 
25     resultListEnd="<!--z-->" 
26     resultItemStart="<!--m-->" 
27     resultItemEnd="<!--n-->"
29 </search>