Guest User

Untitled

a guest
May 3rd, 2013
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 99.13 KB | None | 0 0
  1. <html><head>
  2.   <meta charset="utf-8">
  3.   <title>Omnibox Debug Page</title>
  4.   <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  5.  * Use of this source code is governed by a BSD-style license that can be
  6.  * found in the LICENSE file. */
  7.  
  8. .autocomplete-results-table {
  9.   margin-bottom: 1.5em;
  10. }
  11.  
  12. .autocomplete-results-table th {
  13.   background-color: #C0C0C0;
  14. }
  15.  
  16. .autocomplete-results-table td {
  17.   background-color: #F0F0F0;
  18. }
  19.  
  20. .group-separator {
  21.   display: block;
  22.   text-decoration: underline;
  23. }
  24.  
  25. .check-mark {
  26.   color: green;
  27.   text-align: center;
  28. }
  29.  
  30. .x-mark {
  31.   color: red;
  32.   text-align: center;
  33. }
  34.  
  35. p {
  36.   margin: 0;
  37. }
  38.  
  39. .input-section {
  40.   margin-bottom: 1em;
  41. }
  42.  
  43. .table-header {
  44.   white-space: nowrap;
  45. }
  46.  
  47. .additional-info-property,
  48. .additional-info-value {
  49.   white-space: nowrap;
  50. }
  51. </style>
  52.   <script src="chrome://resources/js/cr.js"></script>
  53.   <script src="chrome://resources/js/util.js"></script>
  54.   <script src="omnibox.js"></script>
  55. </head>
  56. <body>
  57.   <div class="input-section">
  58.     <form id="omnibox-input-form" action="">
  59.       <p>
  60.         Enter omnibox input text:
  61.         <input id="input-text" type="text" size="40" autofocus="">
  62.         <input type="submit">
  63.       </p>
  64.       <p>Input parameters:</p>
  65.       <p>
  66.         <label>
  67.           <input id="prevent-inline-autocomplete" type="checkbox">
  68.           Prevent inline autocomplete
  69.         </label>
  70.       </p>
  71.       <p>
  72.         <label>
  73.           <input id="prefer-keyword" type="checkbox">
  74.           In keyword mode
  75.         </label>
  76.       </p>
  77.       <p>Display parameters:</p>
  78.       <p>
  79.         <label>
  80.           <input id="show-incomplete-results" type="checkbox">
  81.           Show incomplete results
  82.         </label>
  83.       </p>
  84.       <p>
  85.         <label>
  86.           <input id="show-details" type="checkbox">
  87.           Show all details
  88.         </label>
  89.       </p>
  90.       <p>
  91.         <label>
  92.           <input id="show-all-providers" type="checkbox">
  93.           Show results per provider, not just merged results
  94.         </label>
  95.       </p>
  96.     </form>
  97.   </div>
  98.   <div id="omnibox-debug-text"><p>cursor position = 8</p><p>elapsed time = 61ms</p><p>all providers done = false</p><a class="group-separator">Combined results.</a><p><table class="autocomplete-results-table"><tr><th class="table-header" title="The AutocompleteProvider suggesting this result.">Provider</th><th class="table-header" title="The type of the result.">Type</th><th class="table-header" title="The result score. Higher is more relevant.">Relevance</th><th class="table-header" title="The text that is presented identifying the result.">Contents</th><th class="table-header" title="A green checkmark indicates that the result has been bookmarked.">Starred</th><th class="table-header" title="A green checkmark indicates that the result is an History What You Typed Match">HWYT</th><th class="table-header" title="The page title of the result.">Description</th><th class="table-header" title="The URL for the result.">URL</th><th class="table-header" title="The text shown in the omnibox when the result is selected.">Fill Into Edit</th><th class="table-header" title="The Inline Autocomplete Offset.">IAO</th><th class="table-header" title="A green checkmark indicates that the results can be deleted from the visit history.">Del</th><th class="table-header" title="">Prev</th><th><a href="http://code.google.com/codesearch#OAMlx_jo-ck/src/content/public/common/page_transition_types.h&amp;exact_package=chromium&amp;l=24">Tran</a></th><th class="table-header" title="A green checkmark indicates that the provider is done looking for more results.">Done</th><th class="table-header" title="">Template URL</th><th class="table-header" title="">Associated Keyword</th><th class="table-header" title="Provider-specific information about the result.">Additional Info</th></tr><tr><td>HistoryURL</td><td>history-url</td><td>1413</td><td>www.facebook.com</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Facebook</td><td><a href="http://www.facebook.com/">http://www.facebook.com/</a></td><td>www.facebook.com</td><td>12</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="x-mark">?</td><td></td><td>facebook.com</td><td><table><tr><td class="additional-info-property">last visit:</td><td class="additional-info-value">5/3/13 12:15:05 PM</td></tr><tr><td class="additional-info-property">typed count:</td><td class="additional-info-value">1220</td></tr><tr><td class="additional-info-property">visit count:</td><td class="additional-info-value">1233</td></tr></table></td><td>keyword=</td></tr><tr><td>Search</td><td>search-what-you-typed</td><td>1300</td><td>facebook</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Google Search</td><td><a href="https://www.google.com/search?q=facebook&amp;aq=f&amp;oq=facebook&amp;aqs=chrome.1.60j57j60j64j61l2&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook&amp;aq=f&amp;oq=facebook&amp;aqs=chrome.1.60j57j60j64j61l2&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>facebook</td><td>8</td><td class="x-mark">?</td><td class="x-mark">?</td><td>5</td><td class="x-mark">?</td><td></td><td></td><td></td><td>keyword=google.com</td></tr><tr><td>HistoryQuick</td><td>history-url</td><td>886</td><td>www.facebook.com/BrunuhVille.Official</td><td class="check-mark">?</td><td class="x-mark">?</td><td>BrunuhVille</td><td><a href="http://www.facebook.com/BrunuhVille.Official">http://www.facebook.com/BrunuhVille.Official</a></td><td>www.facebook.com/BrunuhVille.Official</td><td>12</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td><table><tr><td class="additional-info-property">last visit:</td><td class="additional-info-value">5/1/13 12:36:53 PM</td></tr><tr><td class="additional-info-property">typed count:</td><td class="additional-info-value">0</td></tr><tr><td class="additional-info-property">visit count:</td><td class="additional-info-value">1</td></tr></table></td><td>keyword=</td></tr><tr><td>Keyword</td><td>search-other-engine</td><td>450</td><td>Search Facebook for &lt;enter query&gt;</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Facebook Search</td><td></td><td>facebook.com </td><td>-1</td><td class="x-mark">?</td><td class="x-mark">?</td><td>9</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=facebook.com</td></tr><tr><td>Shortcuts</td><td>history-title</td><td>258</td><td>facebook sort suggested friends by most mutual</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Google Search</td><td><a href="https://www.google.com/search?q=facebook+sort+suggested+friends+by+most+mutual&amp;aq=f&amp;oq=facebook+sort+suggested+friends+by+most+mutual&amp;aqs=chrome.0.57j0l3j62l2&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+sort+suggested+friends+by+most+mutual&amp;aq=f&amp;oq=facebook+sort+suggested+friends+by+most+mutual&amp;aqs=chrome.0.57j0l3j62l2&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td><a href="https://www.google.com/search?q=facebook+sort+suggested+friends+by+most+mutual&amp;aq=f&amp;oq=facebook+sort+suggested+friends+by+most+mutual&amp;aqs=chrome.0.57j0l3j62l2&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+sort+suggested+friends+by+most+mutual&amp;aq=f&amp;oq=facebook+sort+suggested+friends+by+most+mutual&amp;aqs=chrome.0.57j0l3j62l2&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>-1</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=</td></tr><tr><td>Shortcuts</td><td>history-title</td><td>224</td><td>facebook get only important updates</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Google Search</td><td><a href="https://www.google.com/search?q=facebook+get+only+important+updates&amp;aq=f&amp;oq=facebook+get+only+important+updates&amp;aqs=chrome.0.57j64&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+get+only+important+updates&amp;aq=f&amp;oq=facebook+get+only+important+updates&amp;aqs=chrome.0.57j64&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td><a href="https://www.google.com/search?q=facebook+get+only+important+updates&amp;aq=f&amp;oq=facebook+get+only+important+updates&amp;aqs=chrome.0.57j64&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+get+only+important+updates&amp;aq=f&amp;oq=facebook+get+only+important+updates&amp;aqs=chrome.0.57j64&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>-1</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=</td></tr></table></p><a class="group-separator">Results for individual providers.</a><p><table class="autocomplete-results-table"><tr><th class="table-header" title="The AutocompleteProvider suggesting this result.">Provider</th><th class="table-header" title="The type of the result.">Type</th><th class="table-header" title="The result score. Higher is more relevant.">Relevance</th><th class="table-header" title="The text that is presented identifying the result.">Contents</th><th class="table-header" title="A green checkmark indicates that the result has been bookmarked.">Starred</th><th class="table-header" title="A green checkmark indicates that the result is an History What You Typed Match">HWYT</th><th class="table-header" title="The page title of the result.">Description</th><th class="table-header" title="The URL for the result.">URL</th><th class="table-header" title="The text shown in the omnibox when the result is selected.">Fill Into Edit</th><th class="table-header" title="The Inline Autocomplete Offset.">IAO</th><th class="table-header" title="A green checkmark indicates that the results can be deleted from the visit history.">Del</th><th class="table-header" title="">Prev</th><th><a href="http://code.google.com/codesearch#OAMlx_jo-ck/src/content/public/common/page_transition_types.h&amp;exact_package=chromium&amp;l=24">Tran</a></th><th class="table-header" title="A green checkmark indicates that the provider is done looking for more results.">Done</th><th class="table-header" title="">Template URL</th><th class="table-header" title="">Associated Keyword</th><th class="table-header" title="Provider-specific information about the result.">Additional Info</th></tr><tr><td>HistoryQuick</td><td>history-url</td><td>1226</td><td>www.facebook.com</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Facebook</td><td><a href="http://www.facebook.com/">http://www.facebook.com/</a></td><td>www.facebook.com</td><td>12</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td><table><tr><td class="additional-info-property">last visit:</td><td class="additional-info-value">5/3/13 12:15:05 PM</td></tr><tr><td class="additional-info-property">typed count:</td><td class="additional-info-value">1220</td></tr><tr><td class="additional-info-property">visit count:</td><td class="additional-info-value">1233</td></tr></table></td><td>keyword=</td></tr><tr><td>HistoryQuick</td><td>history-url</td><td>1225</td><td><a href="https://www.facebook.com">https://www.facebook.com</a></td><td class="x-mark">?</td><td class="x-mark">?</td><td>Facebook</td><td><a href="https://www.facebook.com/">https://www.facebook.com/</a></td><td><a href="https://www.facebook.com">https://www.facebook.com</a></td><td>20</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td><table><tr><td class="additional-info-property">last visit:</td><td class="additional-info-value">5/3/13 12:15:07 PM</td></tr><tr><td class="additional-info-property">typed count:</td><td class="additional-info-value">415</td></tr><tr><td class="additional-info-property">visit count:</td><td class="additional-info-value">3041</td></tr></table></td><td>keyword=</td></tr><tr><td>HistoryQuick</td><td>history-url</td><td>886</td><td>www.facebook.com/BrunuhVille.Official</td><td class="check-mark">?</td><td class="x-mark">?</td><td>BrunuhVille</td><td><a href="http://www.facebook.com/BrunuhVille.Official">http://www.facebook.com/BrunuhVille.Official</a></td><td>www.facebook.com/BrunuhVille.Official</td><td>12</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td><table><tr><td class="additional-info-property">last visit:</td><td class="additional-info-value">5/1/13 12:36:53 PM</td></tr><tr><td class="additional-info-property">typed count:</td><td class="additional-info-value">0</td></tr><tr><td class="additional-info-property">visit count:</td><td class="additional-info-value">1</td></tr></table></td><td>keyword=</td></tr></table></p><p><table class="autocomplete-results-table"><tr><th class="table-header" title="The AutocompleteProvider suggesting this result.">Provider</th><th class="table-header" title="The type of the result.">Type</th><th class="table-header" title="The result score. Higher is more relevant.">Relevance</th><th class="table-header" title="The text that is presented identifying the result.">Contents</th><th class="table-header" title="A green checkmark indicates that the result has been bookmarked.">Starred</th><th class="table-header" title="A green checkmark indicates that the result is an History What You Typed Match">HWYT</th><th class="table-header" title="The page title of the result.">Description</th><th class="table-header" title="The URL for the result.">URL</th><th class="table-header" title="The text shown in the omnibox when the result is selected.">Fill Into Edit</th><th class="table-header" title="The Inline Autocomplete Offset.">IAO</th><th class="table-header" title="A green checkmark indicates that the results can be deleted from the visit history.">Del</th><th class="table-header" title="">Prev</th><th><a href="http://code.google.com/codesearch#OAMlx_jo-ck/src/content/public/common/page_transition_types.h&amp;exact_package=chromium&amp;l=24">Tran</a></th><th class="table-header" title="A green checkmark indicates that the provider is done looking for more results.">Done</th><th class="table-header" title="">Template URL</th><th class="table-header" title="">Associated Keyword</th><th class="table-header" title="Provider-specific information about the result.">Additional Info</th></tr><tr><td>HistoryURL</td><td>history-url</td><td>1413</td><td>www.facebook.com</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Facebook</td><td><a href="http://www.facebook.com/">http://www.facebook.com/</a></td><td>www.facebook.com</td><td>12</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="x-mark">?</td><td></td><td></td><td><table><tr><td class="additional-info-property">last visit:</td><td class="additional-info-value">5/3/13 12:15:05 PM</td></tr><tr><td class="additional-info-property">typed count:</td><td class="additional-info-value">1220</td></tr><tr><td class="additional-info-property">visit count:</td><td class="additional-info-value">1233</td></tr></table></td><td>keyword=</td></tr></table></p><p><table class="autocomplete-results-table"><tr><th class="table-header" title="The AutocompleteProvider suggesting this result.">Provider</th><th class="table-header" title="The type of the result.">Type</th><th class="table-header" title="The result score. Higher is more relevant.">Relevance</th><th class="table-header" title="The text that is presented identifying the result.">Contents</th><th class="table-header" title="A green checkmark indicates that the result has been bookmarked.">Starred</th><th class="table-header" title="A green checkmark indicates that the result is an History What You Typed Match">HWYT</th><th class="table-header" title="The page title of the result.">Description</th><th class="table-header" title="The URL for the result.">URL</th><th class="table-header" title="The text shown in the omnibox when the result is selected.">Fill Into Edit</th><th class="table-header" title="The Inline Autocomplete Offset.">IAO</th><th class="table-header" title="A green checkmark indicates that the results can be deleted from the visit history.">Del</th><th class="table-header" title="">Prev</th><th><a href="http://code.google.com/codesearch#OAMlx_jo-ck/src/content/public/common/page_transition_types.h&amp;exact_package=chromium&amp;l=24">Tran</a></th><th class="table-header" title="A green checkmark indicates that the provider is done looking for more results.">Done</th><th class="table-header" title="">Template URL</th><th class="table-header" title="">Associated Keyword</th><th class="table-header" title="Provider-specific information about the result.">Additional Info</th></tr><tr><td>Keyword</td><td>search-other-engine</td><td>450</td><td>Search Facebook for &lt;enter query&gt;</td><td class="x-mark">?</td><td class="x-mark">?</td><td></td><td></td><td>facebook.com </td><td>-1</td><td class="x-mark">?</td><td class="x-mark">?</td><td>9</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=facebook.com</td></tr></table></p><p><table class="autocomplete-results-table"><tr><th class="table-header" title="The AutocompleteProvider suggesting this result.">Provider</th><th class="table-header" title="The type of the result.">Type</th><th class="table-header" title="The result score. Higher is more relevant.">Relevance</th><th class="table-header" title="The text that is presented identifying the result.">Contents</th><th class="table-header" title="A green checkmark indicates that the result has been bookmarked.">Starred</th><th class="table-header" title="A green checkmark indicates that the result is an History What You Typed Match">HWYT</th><th class="table-header" title="The page title of the result.">Description</th><th class="table-header" title="The URL for the result.">URL</th><th class="table-header" title="The text shown in the omnibox when the result is selected.">Fill Into Edit</th><th class="table-header" title="The Inline Autocomplete Offset.">IAO</th><th class="table-header" title="A green checkmark indicates that the results can be deleted from the visit history.">Del</th><th class="table-header" title="">Prev</th><th><a href="http://code.google.com/codesearch#OAMlx_jo-ck/src/content/public/common/page_transition_types.h&amp;exact_package=chromium&amp;l=24">Tran</a></th><th class="table-header" title="A green checkmark indicates that the provider is done looking for more results.">Done</th><th class="table-header" title="">Template URL</th><th class="table-header" title="">Associated Keyword</th><th class="table-header" title="Provider-specific information about the result.">Additional Info</th></tr><tr><td>Search</td><td>search-what-you-typed</td><td>1300</td><td>facebook</td><td class="x-mark">?</td><td class="x-mark">?</td><td></td><td><a href="https://www.google.com/search?q=facebook&amp;aq=f&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook&amp;aq=f&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>facebook</td><td>8</td><td class="x-mark">?</td><td class="x-mark">?</td><td>5</td><td class="x-mark">?</td><td></td><td></td><td></td><td>keyword=google.com</td></tr></table></p><p><table class="autocomplete-results-table"><tr><th class="table-header" title="The AutocompleteProvider suggesting this result.">Provider</th><th class="table-header" title="The type of the result.">Type</th><th class="table-header" title="The result score. Higher is more relevant.">Relevance</th><th class="table-header" title="The text that is presented identifying the result.">Contents</th><th class="table-header" title="A green checkmark indicates that the result has been bookmarked.">Starred</th><th class="table-header" title="A green checkmark indicates that the result is an History What You Typed Match">HWYT</th><th class="table-header" title="The page title of the result.">Description</th><th class="table-header" title="The URL for the result.">URL</th><th class="table-header" title="The text shown in the omnibox when the result is selected.">Fill Into Edit</th><th class="table-header" title="The Inline Autocomplete Offset.">IAO</th><th class="table-header" title="A green checkmark indicates that the results can be deleted from the visit history.">Del</th><th class="table-header" title="">Prev</th><th><a href="http://code.google.com/codesearch#OAMlx_jo-ck/src/content/public/common/page_transition_types.h&amp;exact_package=chromium&amp;l=24">Tran</a></th><th class="table-header" title="A green checkmark indicates that the provider is done looking for more results.">Done</th><th class="table-header" title="">Template URL</th><th class="table-header" title="">Associated Keyword</th><th class="table-header" title="Provider-specific information about the result.">Additional Info</th></tr><tr><td>Shortcuts</td><td>history-title</td><td>258</td><td>facebook sort suggested friends by most mutual</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Google Search</td><td><a href="https://www.google.com/search?q=facebook+sort+suggested+friends+by+most+mutual&amp;aq=f&amp;oq=facebook+sort+suggested+friends+by+most+mutual&amp;aqs=chrome.0.57j0l3j62l2&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+sort+suggested+friends+by+most+mutual&amp;aq=f&amp;oq=facebook+sort+suggested+friends+by+most+mutual&amp;aqs=chrome.0.57j0l3j62l2&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td><a href="https://www.google.com/search?q=facebook+sort+suggested+friends+by+most+mutual&amp;aq=f&amp;oq=facebook+sort+suggested+friends+by+most+mutual&amp;aqs=chrome.0.57j0l3j62l2&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+sort+suggested+friends+by+most+mutual&amp;aq=f&amp;oq=facebook+sort+suggested+friends+by+most+mutual&amp;aqs=chrome.0.57j0l3j62l2&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>-1</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=</td></tr><tr><td>Shortcuts</td><td>history-title</td><td>224</td><td>facebook get only important updates</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Google Search</td><td><a href="https://www.google.com/search?q=facebook+get+only+important+updates&amp;aq=f&amp;oq=facebook+get+only+important+updates&amp;aqs=chrome.0.57j64&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+get+only+important+updates&amp;aq=f&amp;oq=facebook+get+only+important+updates&amp;aqs=chrome.0.57j64&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td><a href="https://www.google.com/search?q=facebook+get+only+important+updates&amp;aq=f&amp;oq=facebook+get+only+important+updates&amp;aqs=chrome.0.57j64&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+get+only+important+updates&amp;aq=f&amp;oq=facebook+get+only+important+updates&amp;aqs=chrome.0.57j64&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>-1</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=</td></tr><tr><td>Shortcuts</td><td>history-title</td><td>156</td><td>facebook god</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Google Search</td><td><a href="https://www.google.com/search?q=facebook+god&amp;aq=f&amp;oq=facebook+god&amp;aqs=chrome.0.57j60j65l3j0&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+god&amp;aq=f&amp;oq=facebook+god&amp;aqs=chrome.0.57j60j65l3j0&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td><a href="https://www.google.com/search?q=facebook+god&amp;aq=f&amp;oq=facebook+god&amp;aqs=chrome.0.57j60j65l3j0&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+god&amp;aq=f&amp;oq=facebook+god&amp;aqs=chrome.0.57j60j65l3j0&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>-1</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=</td></tr></table></p><p>cursor position = 8</p><p>elapsed time = 280ms</p><p>all providers done = false</p><a class="group-separator">Combined results.</a><p><table class="autocomplete-results-table"><tr><th class="table-header" title="The AutocompleteProvider suggesting this result.">Provider</th><th class="table-header" title="The type of the result.">Type</th><th class="table-header" title="The result score. Higher is more relevant.">Relevance</th><th class="table-header" title="The text that is presented identifying the result.">Contents</th><th class="table-header" title="A green checkmark indicates that the result has been bookmarked.">Starred</th><th class="table-header" title="A green checkmark indicates that the result is an History What You Typed Match">HWYT</th><th class="table-header" title="The page title of the result.">Description</th><th class="table-header" title="The URL for the result.">URL</th><th class="table-header" title="The text shown in the omnibox when the result is selected.">Fill Into Edit</th><th class="table-header" title="The Inline Autocomplete Offset.">IAO</th><th class="table-header" title="A green checkmark indicates that the results can be deleted from the visit history.">Del</th><th class="table-header" title="">Prev</th><th><a href="http://code.google.com/codesearch#OAMlx_jo-ck/src/content/public/common/page_transition_types.h&amp;exact_package=chromium&amp;l=24">Tran</a></th><th class="table-header" title="A green checkmark indicates that the provider is done looking for more results.">Done</th><th class="table-header" title="">Template URL</th><th class="table-header" title="">Associated Keyword</th><th class="table-header" title="Provider-specific information about the result.">Additional Info</th></tr><tr><td>HistoryURL</td><td>history-url</td><td>1413</td><td>www.facebook.com</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Facebook</td><td><a href="http://www.facebook.com/">http://www.facebook.com/</a></td><td>www.facebook.com</td><td>12</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="x-mark">?</td><td></td><td>facebook.com</td><td><table><tr><td class="additional-info-property">last visit:</td><td class="additional-info-value">5/3/13 12:15:05 PM</td></tr><tr><td class="additional-info-property">typed count:</td><td class="additional-info-value">1220</td></tr><tr><td class="additional-info-property">visit count:</td><td class="additional-info-value">1233</td></tr></table></td><td>keyword=</td></tr><tr><td>Search</td><td>search-what-you-typed</td><td>1300</td><td>facebook</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Google Search</td><td><a href="https://www.google.com/search?q=facebook&amp;aq=f&amp;oq=facebook&amp;aqs=chrome.1.60j57j60j0l2j64&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook&amp;aq=f&amp;oq=facebook&amp;aqs=chrome.1.60j57j60j0l2j64&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>facebook</td><td>8</td><td class="x-mark">?</td><td class="x-mark">?</td><td>5</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=google.com</td></tr><tr><td>HistoryQuick</td><td>history-url</td><td>886</td><td>www.facebook.com/BrunuhVille.Official</td><td class="check-mark">?</td><td class="x-mark">?</td><td>BrunuhVille</td><td><a href="http://www.facebook.com/BrunuhVille.Official">http://www.facebook.com/BrunuhVille.Official</a></td><td>www.facebook.com/BrunuhVille.Official</td><td>12</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td><table><tr><td class="additional-info-property">last visit:</td><td class="additional-info-value">5/1/13 12:36:53 PM</td></tr><tr><td class="additional-info-property">typed count:</td><td class="additional-info-value">0</td></tr><tr><td class="additional-info-property">visit count:</td><td class="additional-info-value">1</td></tr></table></td><td>keyword=</td></tr><tr><td>Search</td><td>search-suggest</td><td>617</td><td>facebook mobile</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Google Search</td><td><a href="https://www.google.com/search?q=facebook+mobile&amp;aq=1&amp;oq=facebook&amp;aqs=chrome.3.60j57j60j0l2j64&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+mobile&amp;aq=1&amp;oq=facebook&amp;aqs=chrome.3.60j57j60j0l2j64&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>facebook mobile</td><td>8</td><td class="x-mark">?</td><td class="x-mark">?</td><td>5</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=google.com</td></tr><tr><td>Search</td><td>search-suggest</td><td>616</td><td>facebook home page</td><td class="x-mark">?</td><td class="x-mark">?</td><td></td><td><a href="https://www.google.com/search?q=facebook+home+page&amp;aq=2&amp;oq=facebook&amp;aqs=chrome.4.60j57j60j0l2j64&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+home+page&amp;aq=2&amp;oq=facebook&amp;aqs=chrome.4.60j57j60j0l2j64&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>facebook home page</td><td>8</td><td class="x-mark">?</td><td class="x-mark">?</td><td>5</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=google.com</td></tr><tr><td>Keyword</td><td>search-other-engine</td><td>450</td><td>Search Facebook for &lt;enter query&gt;</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Facebook Search</td><td></td><td>facebook.com </td><td>-1</td><td class="x-mark">?</td><td class="x-mark">?</td><td>9</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=facebook.com</td></tr></table></p><a class="group-separator">Results for individual providers.</a><p><table class="autocomplete-results-table"><tr><th class="table-header" title="The AutocompleteProvider suggesting this result.">Provider</th><th class="table-header" title="The type of the result.">Type</th><th class="table-header" title="The result score. Higher is more relevant.">Relevance</th><th class="table-header" title="The text that is presented identifying the result.">Contents</th><th class="table-header" title="A green checkmark indicates that the result has been bookmarked.">Starred</th><th class="table-header" title="A green checkmark indicates that the result is an History What You Typed Match">HWYT</th><th class="table-header" title="The page title of the result.">Description</th><th class="table-header" title="The URL for the result.">URL</th><th class="table-header" title="The text shown in the omnibox when the result is selected.">Fill Into Edit</th><th class="table-header" title="The Inline Autocomplete Offset.">IAO</th><th class="table-header" title="A green checkmark indicates that the results can be deleted from the visit history.">Del</th><th class="table-header" title="">Prev</th><th><a href="http://code.google.com/codesearch#OAMlx_jo-ck/src/content/public/common/page_transition_types.h&amp;exact_package=chromium&amp;l=24">Tran</a></th><th class="table-header" title="A green checkmark indicates that the provider is done looking for more results.">Done</th><th class="table-header" title="">Template URL</th><th class="table-header" title="">Associated Keyword</th><th class="table-header" title="Provider-specific information about the result.">Additional Info</th></tr><tr><td>HistoryQuick</td><td>history-url</td><td>1226</td><td>www.facebook.com</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Facebook</td><td><a href="http://www.facebook.com/">http://www.facebook.com/</a></td><td>www.facebook.com</td><td>12</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td><table><tr><td class="additional-info-property">last visit:</td><td class="additional-info-value">5/3/13 12:15:05 PM</td></tr><tr><td class="additional-info-property">typed count:</td><td class="additional-info-value">1220</td></tr><tr><td class="additional-info-property">visit count:</td><td class="additional-info-value">1233</td></tr></table></td><td>keyword=</td></tr><tr><td>HistoryQuick</td><td>history-url</td><td>1225</td><td><a href="https://www.facebook.com">https://www.facebook.com</a></td><td class="x-mark">?</td><td class="x-mark">?</td><td>Facebook</td><td><a href="https://www.facebook.com/">https://www.facebook.com/</a></td><td><a href="https://www.facebook.com">https://www.facebook.com</a></td><td>20</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td><table><tr><td class="additional-info-property">last visit:</td><td class="additional-info-value">5/3/13 12:15:07 PM</td></tr><tr><td class="additional-info-property">typed count:</td><td class="additional-info-value">415</td></tr><tr><td class="additional-info-property">visit count:</td><td class="additional-info-value">3041</td></tr></table></td><td>keyword=</td></tr><tr><td>HistoryQuick</td><td>history-url</td><td>886</td><td>www.facebook.com/BrunuhVille.Official</td><td class="check-mark">?</td><td class="x-mark">?</td><td>BrunuhVille</td><td><a href="http://www.facebook.com/BrunuhVille.Official">http://www.facebook.com/BrunuhVille.Official</a></td><td>www.facebook.com/BrunuhVille.Official</td><td>12</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td><table><tr><td class="additional-info-property">last visit:</td><td class="additional-info-value">5/1/13 12:36:53 PM</td></tr><tr><td class="additional-info-property">typed count:</td><td class="additional-info-value">0</td></tr><tr><td class="additional-info-property">visit count:</td><td class="additional-info-value">1</td></tr></table></td><td>keyword=</td></tr></table></p><p><table class="autocomplete-results-table"><tr><th class="table-header" title="The AutocompleteProvider suggesting this result.">Provider</th><th class="table-header" title="The type of the result.">Type</th><th class="table-header" title="The result score. Higher is more relevant.">Relevance</th><th class="table-header" title="The text that is presented identifying the result.">Contents</th><th class="table-header" title="A green checkmark indicates that the result has been bookmarked.">Starred</th><th class="table-header" title="A green checkmark indicates that the result is an History What You Typed Match">HWYT</th><th class="table-header" title="The page title of the result.">Description</th><th class="table-header" title="The URL for the result.">URL</th><th class="table-header" title="The text shown in the omnibox when the result is selected.">Fill Into Edit</th><th class="table-header" title="The Inline Autocomplete Offset.">IAO</th><th class="table-header" title="A green checkmark indicates that the results can be deleted from the visit history.">Del</th><th class="table-header" title="">Prev</th><th><a href="http://code.google.com/codesearch#OAMlx_jo-ck/src/content/public/common/page_transition_types.h&amp;exact_package=chromium&amp;l=24">Tran</a></th><th class="table-header" title="A green checkmark indicates that the provider is done looking for more results.">Done</th><th class="table-header" title="">Template URL</th><th class="table-header" title="">Associated Keyword</th><th class="table-header" title="Provider-specific information about the result.">Additional Info</th></tr><tr><td>HistoryURL</td><td>history-url</td><td>1413</td><td>www.facebook.com</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Facebook</td><td><a href="http://www.facebook.com/">http://www.facebook.com/</a></td><td>www.facebook.com</td><td>12</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="x-mark">?</td><td></td><td></td><td><table><tr><td class="additional-info-property">last visit:</td><td class="additional-info-value">5/3/13 12:15:05 PM</td></tr><tr><td class="additional-info-property">typed count:</td><td class="additional-info-value">1220</td></tr><tr><td class="additional-info-property">visit count:</td><td class="additional-info-value">1233</td></tr></table></td><td>keyword=</td></tr></table></p><p><table class="autocomplete-results-table"><tr><th class="table-header" title="The AutocompleteProvider suggesting this result.">Provider</th><th class="table-header" title="The type of the result.">Type</th><th class="table-header" title="The result score. Higher is more relevant.">Relevance</th><th class="table-header" title="The text that is presented identifying the result.">Contents</th><th class="table-header" title="A green checkmark indicates that the result has been bookmarked.">Starred</th><th class="table-header" title="A green checkmark indicates that the result is an History What You Typed Match">HWYT</th><th class="table-header" title="The page title of the result.">Description</th><th class="table-header" title="The URL for the result.">URL</th><th class="table-header" title="The text shown in the omnibox when the result is selected.">Fill Into Edit</th><th class="table-header" title="The Inline Autocomplete Offset.">IAO</th><th class="table-header" title="A green checkmark indicates that the results can be deleted from the visit history.">Del</th><th class="table-header" title="">Prev</th><th><a href="http://code.google.com/codesearch#OAMlx_jo-ck/src/content/public/common/page_transition_types.h&amp;exact_package=chromium&amp;l=24">Tran</a></th><th class="table-header" title="A green checkmark indicates that the provider is done looking for more results.">Done</th><th class="table-header" title="">Template URL</th><th class="table-header" title="">Associated Keyword</th><th class="table-header" title="Provider-specific information about the result.">Additional Info</th></tr><tr><td>Keyword</td><td>search-other-engine</td><td>450</td><td>Search Facebook for &lt;enter query&gt;</td><td class="x-mark">?</td><td class="x-mark">?</td><td></td><td></td><td>facebook.com </td><td>-1</td><td class="x-mark">?</td><td class="x-mark">?</td><td>9</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=facebook.com</td></tr></table></p><p><table class="autocomplete-results-table"><tr><th class="table-header" title="The AutocompleteProvider suggesting this result.">Provider</th><th class="table-header" title="The type of the result.">Type</th><th class="table-header" title="The result score. Higher is more relevant.">Relevance</th><th class="table-header" title="The text that is presented identifying the result.">Contents</th><th class="table-header" title="A green checkmark indicates that the result has been bookmarked.">Starred</th><th class="table-header" title="A green checkmark indicates that the result is an History What You Typed Match">HWYT</th><th class="table-header" title="The page title of the result.">Description</th><th class="table-header" title="The URL for the result.">URL</th><th class="table-header" title="The text shown in the omnibox when the result is selected.">Fill Into Edit</th><th class="table-header" title="The Inline Autocomplete Offset.">IAO</th><th class="table-header" title="A green checkmark indicates that the results can be deleted from the visit history.">Del</th><th class="table-header" title="">Prev</th><th><a href="http://code.google.com/codesearch#OAMlx_jo-ck/src/content/public/common/page_transition_types.h&amp;exact_package=chromium&amp;l=24">Tran</a></th><th class="table-header" title="A green checkmark indicates that the provider is done looking for more results.">Done</th><th class="table-header" title="">Template URL</th><th class="table-header" title="">Associated Keyword</th><th class="table-header" title="Provider-specific information about the result.">Additional Info</th></tr><tr><td>Search</td><td>search-what-you-typed</td><td>1300</td><td>facebook</td><td class="x-mark">?</td><td class="x-mark">?</td><td></td><td><a href="https://www.google.com/search?q=facebook&amp;aq=f&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook&amp;aq=f&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>facebook</td><td>8</td><td class="x-mark">?</td><td class="x-mark">?</td><td>5</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=google.com</td></tr><tr><td>Search</td><td>navsuggest</td><td>800</td><td>www.facebook.com</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Welcome to Facebook - Log In, Sign Up or Learn More</td><td><a href="http://www.facebook.com/">http://www.facebook.com/</a></td><td>www.facebook.com</td><td>12</td><td class="x-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=</td></tr><tr><td>Search</td><td>search-suggest</td><td>617</td><td>facebook mobile</td><td class="x-mark">?</td><td class="x-mark">?</td><td></td><td><a href="https://www.google.com/search?q=facebook+mobile&amp;aq=1&amp;oq=facebook&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+mobile&amp;aq=1&amp;oq=facebook&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>facebook mobile</td><td>8</td><td class="x-mark">?</td><td class="x-mark">?</td><td>5</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=google.com</td></tr><tr><td>Search</td><td>search-suggest</td><td>616</td><td>facebook home page</td><td class="x-mark">?</td><td class="x-mark">?</td><td></td><td><a href="https://www.google.com/search?q=facebook+home+page&amp;aq=2&amp;oq=facebook&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+home+page&amp;aq=2&amp;oq=facebook&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>facebook home page</td><td>8</td><td class="x-mark">?</td><td class="x-mark">?</td><td>5</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=google.com</td></tr></table></p><p><table class="autocomplete-results-table"><tr><th class="table-header" title="The AutocompleteProvider suggesting this result.">Provider</th><th class="table-header" title="The type of the result.">Type</th><th class="table-header" title="The result score. Higher is more relevant.">Relevance</th><th class="table-header" title="The text that is presented identifying the result.">Contents</th><th class="table-header" title="A green checkmark indicates that the result has been bookmarked.">Starred</th><th class="table-header" title="A green checkmark indicates that the result is an History What You Typed Match">HWYT</th><th class="table-header" title="The page title of the result.">Description</th><th class="table-header" title="The URL for the result.">URL</th><th class="table-header" title="The text shown in the omnibox when the result is selected.">Fill Into Edit</th><th class="table-header" title="The Inline Autocomplete Offset.">IAO</th><th class="table-header" title="A green checkmark indicates that the results can be deleted from the visit history.">Del</th><th class="table-header" title="">Prev</th><th><a href="http://code.google.com/codesearch#OAMlx_jo-ck/src/content/public/common/page_transition_types.h&amp;exact_package=chromium&amp;l=24">Tran</a></th><th class="table-header" title="A green checkmark indicates that the provider is done looking for more results.">Done</th><th class="table-header" title="">Template URL</th><th class="table-header" title="">Associated Keyword</th><th class="table-header" title="Provider-specific information about the result.">Additional Info</th></tr><tr><td>Shortcuts</td><td>history-title</td><td>258</td><td>facebook sort suggested friends by most mutual</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Google Search</td><td><a href="https://www.google.com/search?q=facebook+sort+suggested+friends+by+most+mutual&amp;aq=f&amp;oq=facebook+sort+suggested+friends+by+most+mutual&amp;aqs=chrome.0.57j0l3j62l2&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+sort+suggested+friends+by+most+mutual&amp;aq=f&amp;oq=facebook+sort+suggested+friends+by+most+mutual&amp;aqs=chrome.0.57j0l3j62l2&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td><a href="https://www.google.com/search?q=facebook+sort+suggested+friends+by+most+mutual&amp;aq=f&amp;oq=facebook+sort+suggested+friends+by+most+mutual&amp;aqs=chrome.0.57j0l3j62l2&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+sort+suggested+friends+by+most+mutual&amp;aq=f&amp;oq=facebook+sort+suggested+friends+by+most+mutual&amp;aqs=chrome.0.57j0l3j62l2&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>-1</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=</td></tr><tr><td>Shortcuts</td><td>history-title</td><td>224</td><td>facebook get only important updates</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Google Search</td><td><a href="https://www.google.com/search?q=facebook+get+only+important+updates&amp;aq=f&amp;oq=facebook+get+only+important+updates&amp;aqs=chrome.0.57j64&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+get+only+important+updates&amp;aq=f&amp;oq=facebook+get+only+important+updates&amp;aqs=chrome.0.57j64&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td><a href="https://www.google.com/search?q=facebook+get+only+important+updates&amp;aq=f&amp;oq=facebook+get+only+important+updates&amp;aqs=chrome.0.57j64&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+get+only+important+updates&amp;aq=f&amp;oq=facebook+get+only+important+updates&amp;aqs=chrome.0.57j64&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>-1</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=</td></tr><tr><td>Shortcuts</td><td>history-title</td><td>156</td><td>facebook god</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Google Search</td><td><a href="https://www.google.com/search?q=facebook+god&amp;aq=f&amp;oq=facebook+god&amp;aqs=chrome.0.57j60j65l3j0&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+god&amp;aq=f&amp;oq=facebook+god&amp;aqs=chrome.0.57j60j65l3j0&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td><a href="https://www.google.com/search?q=facebook+god&amp;aq=f&amp;oq=facebook+god&amp;aqs=chrome.0.57j60j65l3j0&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+god&amp;aq=f&amp;oq=facebook+god&amp;aqs=chrome.0.57j60j65l3j0&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>-1</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=</td></tr></table></p><p>cursor position = 8</p><p>elapsed time = 395ms</p><p>all providers done = false</p><a class="group-separator">Combined results.</a><p><table class="autocomplete-results-table"><tr><th class="table-header" title="The AutocompleteProvider suggesting this result.">Provider</th><th class="table-header" title="The type of the result.">Type</th><th class="table-header" title="The result score. Higher is more relevant.">Relevance</th><th class="table-header" title="The text that is presented identifying the result.">Contents</th><th class="table-header" title="A green checkmark indicates that the result has been bookmarked.">Starred</th><th class="table-header" title="A green checkmark indicates that the result is an History What You Typed Match">HWYT</th><th class="table-header" title="The page title of the result.">Description</th><th class="table-header" title="The URL for the result.">URL</th><th class="table-header" title="The text shown in the omnibox when the result is selected.">Fill Into Edit</th><th class="table-header" title="The Inline Autocomplete Offset.">IAO</th><th class="table-header" title="A green checkmark indicates that the results can be deleted from the visit history.">Del</th><th class="table-header" title="">Prev</th><th><a href="http://code.google.com/codesearch#OAMlx_jo-ck/src/content/public/common/page_transition_types.h&amp;exact_package=chromium&amp;l=24">Tran</a></th><th class="table-header" title="A green checkmark indicates that the provider is done looking for more results.">Done</th><th class="table-header" title="">Template URL</th><th class="table-header" title="">Associated Keyword</th><th class="table-header" title="Provider-specific information about the result.">Additional Info</th></tr><tr><td>HistoryURL</td><td>history-url</td><td>1413</td><td>www.facebook.com</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Facebook</td><td><a href="http://www.facebook.com/">http://www.facebook.com/</a></td><td>www.facebook.com</td><td>12</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="x-mark">?</td><td></td><td>facebook.com</td><td><table><tr><td class="additional-info-property">last visit:</td><td class="additional-info-value">5/3/13 12:15:05 PM</td></tr><tr><td class="additional-info-property">typed count:</td><td class="additional-info-value">1220</td></tr><tr><td class="additional-info-property">visit count:</td><td class="additional-info-value">1233</td></tr></table></td><td>keyword=</td></tr><tr><td>Search</td><td>search-what-you-typed</td><td>1300</td><td>facebook</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Google Search</td><td><a href="https://www.google.com/search?q=facebook&amp;aq=f&amp;oq=facebook&amp;aqs=chrome.1.60j57j60j0l2j62&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook&amp;aq=f&amp;oq=facebook&amp;aqs=chrome.1.60j57j60j0l2j62&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>facebook</td><td>8</td><td class="x-mark">?</td><td class="x-mark">?</td><td>5</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=google.com</td></tr><tr><td>HistoryQuick</td><td>history-url</td><td>886</td><td>www.facebook.com/BrunuhVille.Official</td><td class="check-mark">?</td><td class="x-mark">?</td><td>BrunuhVille</td><td><a href="http://www.facebook.com/BrunuhVille.Official">http://www.facebook.com/BrunuhVille.Official</a></td><td>www.facebook.com/BrunuhVille.Official</td><td>12</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td><table><tr><td class="additional-info-property">last visit:</td><td class="additional-info-value">5/1/13 12:36:53 PM</td></tr><tr><td class="additional-info-property">typed count:</td><td class="additional-info-value">0</td></tr><tr><td class="additional-info-property">visit count:</td><td class="additional-info-value">1</td></tr></table></td><td>keyword=</td></tr><tr><td>Search</td><td>search-suggest</td><td>617</td><td>facebook mobile</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Google Search</td><td><a href="https://www.google.com/search?q=facebook+mobile&amp;aq=1&amp;oq=facebook&amp;aqs=chrome.3.60j57j60j0l2j62&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+mobile&amp;aq=1&amp;oq=facebook&amp;aqs=chrome.3.60j57j60j0l2j62&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>facebook mobile</td><td>8</td><td class="x-mark">?</td><td class="x-mark">?</td><td>5</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=google.com</td></tr><tr><td>Search</td><td>search-suggest</td><td>616</td><td>facebook home page</td><td class="x-mark">?</td><td class="x-mark">?</td><td></td><td><a href="https://www.google.com/search?q=facebook+home+page&amp;aq=2&amp;oq=facebook&amp;aqs=chrome.4.60j57j60j0l2j62&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+home+page&amp;aq=2&amp;oq=facebook&amp;aqs=chrome.4.60j57j60j0l2j62&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>facebook home page</td><td>8</td><td class="x-mark">?</td><td class="x-mark">?</td><td>5</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=google.com</td></tr><tr><td>HistoryContents</td><td>history-body</td><td>502</td><td>imgur.com</td><td class="x-mark">?</td><td class="x-mark">?</td><td>imgur: the simple image sharer</td><td><a href="http://imgur.com/">http://imgur.com/</a></td><td>imgur.com</td><td>-1</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=</td></tr></table></p><a class="group-separator">Results for individual providers.</a><p><table class="autocomplete-results-table"><tr><th class="table-header" title="The AutocompleteProvider suggesting this result.">Provider</th><th class="table-header" title="The type of the result.">Type</th><th class="table-header" title="The result score. Higher is more relevant.">Relevance</th><th class="table-header" title="The text that is presented identifying the result.">Contents</th><th class="table-header" title="A green checkmark indicates that the result has been bookmarked.">Starred</th><th class="table-header" title="A green checkmark indicates that the result is an History What You Typed Match">HWYT</th><th class="table-header" title="The page title of the result.">Description</th><th class="table-header" title="The URL for the result.">URL</th><th class="table-header" title="The text shown in the omnibox when the result is selected.">Fill Into Edit</th><th class="table-header" title="The Inline Autocomplete Offset.">IAO</th><th class="table-header" title="A green checkmark indicates that the results can be deleted from the visit history.">Del</th><th class="table-header" title="">Prev</th><th><a href="http://code.google.com/codesearch#OAMlx_jo-ck/src/content/public/common/page_transition_types.h&amp;exact_package=chromium&amp;l=24">Tran</a></th><th class="table-header" title="A green checkmark indicates that the provider is done looking for more results.">Done</th><th class="table-header" title="">Template URL</th><th class="table-header" title="">Associated Keyword</th><th class="table-header" title="Provider-specific information about the result.">Additional Info</th></tr><tr><td>HistoryContents</td><td>history-body</td><td>502</td><td>imgur.com</td><td class="x-mark">?</td><td class="x-mark">?</td><td>imgur: the simple image sharer</td><td><a href="http://imgur.com/">http://imgur.com/</a></td><td>imgur.com</td><td>-1</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=</td></tr><tr><td>HistoryContents</td><td>history-body</td><td>501</td><td>superuser.com/questions/298584/google-chrome-address-bar-is-slow-cant-delete-urls-with-clock-icon-from-histor/298616#298616</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Google Chrome address bar is slow, can't delete URLs with clock icon from history - Super User</td><td><a href="http://superuser.com/questions/298584/google-chrome-address-bar-is-slow-cant-delete-urls-with-clock-icon-from-histor/298616#298616">http://superuser.com/questions/298584/google-chrome-address-bar-is-slow-cant-delete-urls-with-clock-icon-from-histor/298616#298616</a></td><td>superuser.com/questions/298584/google-chrome-address-bar-is-slow-cant-delete-urls-with-clock-icon-from-histor/298616#298616</td><td>-1</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=</td></tr><tr><td>HistoryContents</td><td>history-body</td><td>500</td><td>askubuntu.com/questions/287524/firefox-chrome-links-slow-unless-i-type-url-directly-in-address-bar</td><td class="x-mark">?</td><td class="x-mark">?</td><td>12.10 - Firefox/Chrome links slow unless I type URL directly in address bar - Ask Ubuntu</td><td><a href="http://askubuntu.com/questions/287524/firefox-chrome-links-slow-unless-i-type-url-directly-in-address-bar">http://askubuntu.com/questions/287524/firefox-chrome-links-slow-unless-i-type-url-directly-in-address-bar</a></td><td>askubuntu.com/questions/287524/firefox-chrome-links-slow-unless-i-type-url-directly-in-address-bar</td><td>-1</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=</td></tr></table></p><p><table class="autocomplete-results-table"><tr><th class="table-header" title="The AutocompleteProvider suggesting this result.">Provider</th><th class="table-header" title="The type of the result.">Type</th><th class="table-header" title="The result score. Higher is more relevant.">Relevance</th><th class="table-header" title="The text that is presented identifying the result.">Contents</th><th class="table-header" title="A green checkmark indicates that the result has been bookmarked.">Starred</th><th class="table-header" title="A green checkmark indicates that the result is an History What You Typed Match">HWYT</th><th class="table-header" title="The page title of the result.">Description</th><th class="table-header" title="The URL for the result.">URL</th><th class="table-header" title="The text shown in the omnibox when the result is selected.">Fill Into Edit</th><th class="table-header" title="The Inline Autocomplete Offset.">IAO</th><th class="table-header" title="A green checkmark indicates that the results can be deleted from the visit history.">Del</th><th class="table-header" title="">Prev</th><th><a href="http://code.google.com/codesearch#OAMlx_jo-ck/src/content/public/common/page_transition_types.h&amp;exact_package=chromium&amp;l=24">Tran</a></th><th class="table-header" title="A green checkmark indicates that the provider is done looking for more results.">Done</th><th class="table-header" title="">Template URL</th><th class="table-header" title="">Associated Keyword</th><th class="table-header" title="Provider-specific information about the result.">Additional Info</th></tr><tr><td>HistoryQuick</td><td>history-url</td><td>1226</td><td>www.facebook.com</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Facebook</td><td><a href="http://www.facebook.com/">http://www.facebook.com/</a></td><td>www.facebook.com</td><td>12</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td><table><tr><td class="additional-info-property">last visit:</td><td class="additional-info-value">5/3/13 12:15:05 PM</td></tr><tr><td class="additional-info-property">typed count:</td><td class="additional-info-value">1220</td></tr><tr><td class="additional-info-property">visit count:</td><td class="additional-info-value">1233</td></tr></table></td><td>keyword=</td></tr><tr><td>HistoryQuick</td><td>history-url</td><td>1225</td><td><a href="https://www.facebook.com">https://www.facebook.com</a></td><td class="x-mark">?</td><td class="x-mark">?</td><td>Facebook</td><td><a href="https://www.facebook.com/">https://www.facebook.com/</a></td><td><a href="https://www.facebook.com">https://www.facebook.com</a></td><td>20</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td><table><tr><td class="additional-info-property">last visit:</td><td class="additional-info-value">5/3/13 12:15:07 PM</td></tr><tr><td class="additional-info-property">typed count:</td><td class="additional-info-value">415</td></tr><tr><td class="additional-info-property">visit count:</td><td class="additional-info-value">3041</td></tr></table></td><td>keyword=</td></tr><tr><td>HistoryQuick</td><td>history-url</td><td>886</td><td>www.facebook.com/BrunuhVille.Official</td><td class="check-mark">?</td><td class="x-mark">?</td><td>BrunuhVille</td><td><a href="http://www.facebook.com/BrunuhVille.Official">http://www.facebook.com/BrunuhVille.Official</a></td><td>www.facebook.com/BrunuhVille.Official</td><td>12</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td><table><tr><td class="additional-info-property">last visit:</td><td class="additional-info-value">5/1/13 12:36:53 PM</td></tr><tr><td class="additional-info-property">typed count:</td><td class="additional-info-value">0</td></tr><tr><td class="additional-info-property">visit count:</td><td class="additional-info-value">1</td></tr></table></td><td>keyword=</td></tr></table></p><p><table class="autocomplete-results-table"><tr><th class="table-header" title="The AutocompleteProvider suggesting this result.">Provider</th><th class="table-header" title="The type of the result.">Type</th><th class="table-header" title="The result score. Higher is more relevant.">Relevance</th><th class="table-header" title="The text that is presented identifying the result.">Contents</th><th class="table-header" title="A green checkmark indicates that the result has been bookmarked.">Starred</th><th class="table-header" title="A green checkmark indicates that the result is an History What You Typed Match">HWYT</th><th class="table-header" title="The page title of the result.">Description</th><th class="table-header" title="The URL for the result.">URL</th><th class="table-header" title="The text shown in the omnibox when the result is selected.">Fill Into Edit</th><th class="table-header" title="The Inline Autocomplete Offset.">IAO</th><th class="table-header" title="A green checkmark indicates that the results can be deleted from the visit history.">Del</th><th class="table-header" title="">Prev</th><th><a href="http://code.google.com/codesearch#OAMlx_jo-ck/src/content/public/common/page_transition_types.h&amp;exact_package=chromium&amp;l=24">Tran</a></th><th class="table-header" title="A green checkmark indicates that the provider is done looking for more results.">Done</th><th class="table-header" title="">Template URL</th><th class="table-header" title="">Associated Keyword</th><th class="table-header" title="Provider-specific information about the result.">Additional Info</th></tr><tr><td>HistoryURL</td><td>history-url</td><td>1413</td><td>www.facebook.com</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Facebook</td><td><a href="http://www.facebook.com/">http://www.facebook.com/</a></td><td>www.facebook.com</td><td>12</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="x-mark">?</td><td></td><td></td><td><table><tr><td class="additional-info-property">last visit:</td><td class="additional-info-value">5/3/13 12:15:05 PM</td></tr><tr><td class="additional-info-property">typed count:</td><td class="additional-info-value">1220</td></tr><tr><td class="additional-info-property">visit count:</td><td class="additional-info-value">1233</td></tr></table></td><td>keyword=</td></tr></table></p><p><table class="autocomplete-results-table"><tr><th class="table-header" title="The AutocompleteProvider suggesting this result.">Provider</th><th class="table-header" title="The type of the result.">Type</th><th class="table-header" title="The result score. Higher is more relevant.">Relevance</th><th class="table-header" title="The text that is presented identifying the result.">Contents</th><th class="table-header" title="A green checkmark indicates that the result has been bookmarked.">Starred</th><th class="table-header" title="A green checkmark indicates that the result is an History What You Typed Match">HWYT</th><th class="table-header" title="The page title of the result.">Description</th><th class="table-header" title="The URL for the result.">URL</th><th class="table-header" title="The text shown in the omnibox when the result is selected.">Fill Into Edit</th><th class="table-header" title="The Inline Autocomplete Offset.">IAO</th><th class="table-header" title="A green checkmark indicates that the results can be deleted from the visit history.">Del</th><th class="table-header" title="">Prev</th><th><a href="http://code.google.com/codesearch#OAMlx_jo-ck/src/content/public/common/page_transition_types.h&amp;exact_package=chromium&amp;l=24">Tran</a></th><th class="table-header" title="A green checkmark indicates that the provider is done looking for more results.">Done</th><th class="table-header" title="">Template URL</th><th class="table-header" title="">Associated Keyword</th><th class="table-header" title="Provider-specific information about the result.">Additional Info</th></tr><tr><td>Keyword</td><td>search-other-engine</td><td>450</td><td>Search Facebook for &lt;enter query&gt;</td><td class="x-mark">?</td><td class="x-mark">?</td><td></td><td></td><td>facebook.com </td><td>-1</td><td class="x-mark">?</td><td class="x-mark">?</td><td>9</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=facebook.com</td></tr></table></p><p><table class="autocomplete-results-table"><tr><th class="table-header" title="The AutocompleteProvider suggesting this result.">Provider</th><th class="table-header" title="The type of the result.">Type</th><th class="table-header" title="The result score. Higher is more relevant.">Relevance</th><th class="table-header" title="The text that is presented identifying the result.">Contents</th><th class="table-header" title="A green checkmark indicates that the result has been bookmarked.">Starred</th><th class="table-header" title="A green checkmark indicates that the result is an History What You Typed Match">HWYT</th><th class="table-header" title="The page title of the result.">Description</th><th class="table-header" title="The URL for the result.">URL</th><th class="table-header" title="The text shown in the omnibox when the result is selected.">Fill Into Edit</th><th class="table-header" title="The Inline Autocomplete Offset.">IAO</th><th class="table-header" title="A green checkmark indicates that the results can be deleted from the visit history.">Del</th><th class="table-header" title="">Prev</th><th><a href="http://code.google.com/codesearch#OAMlx_jo-ck/src/content/public/common/page_transition_types.h&amp;exact_package=chromium&amp;l=24">Tran</a></th><th class="table-header" title="A green checkmark indicates that the provider is done looking for more results.">Done</th><th class="table-header" title="">Template URL</th><th class="table-header" title="">Associated Keyword</th><th class="table-header" title="Provider-specific information about the result.">Additional Info</th></tr><tr><td>Search</td><td>search-what-you-typed</td><td>1300</td><td>facebook</td><td class="x-mark">?</td><td class="x-mark">?</td><td></td><td><a href="https://www.google.com/search?q=facebook&amp;aq=f&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook&amp;aq=f&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>facebook</td><td>8</td><td class="x-mark">?</td><td class="x-mark">?</td><td>5</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=google.com</td></tr><tr><td>Search</td><td>navsuggest</td><td>800</td><td>www.facebook.com</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Welcome to Facebook - Log In, Sign Up or Learn More</td><td><a href="http://www.facebook.com/">http://www.facebook.com/</a></td><td>www.facebook.com</td><td>12</td><td class="x-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=</td></tr><tr><td>Search</td><td>search-suggest</td><td>617</td><td>facebook mobile</td><td class="x-mark">?</td><td class="x-mark">?</td><td></td><td><a href="https://www.google.com/search?q=facebook+mobile&amp;aq=1&amp;oq=facebook&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+mobile&amp;aq=1&amp;oq=facebook&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>facebook mobile</td><td>8</td><td class="x-mark">?</td><td class="x-mark">?</td><td>5</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=google.com</td></tr><tr><td>Search</td><td>search-suggest</td><td>616</td><td>facebook home page</td><td class="x-mark">?</td><td class="x-mark">?</td><td></td><td><a href="https://www.google.com/search?q=facebook+home+page&amp;aq=2&amp;oq=facebook&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+home+page&amp;aq=2&amp;oq=facebook&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>facebook home page</td><td>8</td><td class="x-mark">?</td><td class="x-mark">?</td><td>5</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=google.com</td></tr></table></p><p><table class="autocomplete-results-table"><tr><th class="table-header" title="The AutocompleteProvider suggesting this result.">Provider</th><th class="table-header" title="The type of the result.">Type</th><th class="table-header" title="The result score. Higher is more relevant.">Relevance</th><th class="table-header" title="The text that is presented identifying the result.">Contents</th><th class="table-header" title="A green checkmark indicates that the result has been bookmarked.">Starred</th><th class="table-header" title="A green checkmark indicates that the result is an History What You Typed Match">HWYT</th><th class="table-header" title="The page title of the result.">Description</th><th class="table-header" title="The URL for the result.">URL</th><th class="table-header" title="The text shown in the omnibox when the result is selected.">Fill Into Edit</th><th class="table-header" title="The Inline Autocomplete Offset.">IAO</th><th class="table-header" title="A green checkmark indicates that the results can be deleted from the visit history.">Del</th><th class="table-header" title="">Prev</th><th><a href="http://code.google.com/codesearch#OAMlx_jo-ck/src/content/public/common/page_transition_types.h&amp;exact_package=chromium&amp;l=24">Tran</a></th><th class="table-header" title="A green checkmark indicates that the provider is done looking for more results.">Done</th><th class="table-header" title="">Template URL</th><th class="table-header" title="">Associated Keyword</th><th class="table-header" title="Provider-specific information about the result.">Additional Info</th></tr><tr><td>Shortcuts</td><td>history-title</td><td>258</td><td>facebook sort suggested friends by most mutual</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Google Search</td><td><a href="https://www.google.com/search?q=facebook+sort+suggested+friends+by+most+mutual&amp;aq=f&amp;oq=facebook+sort+suggested+friends+by+most+mutual&amp;aqs=chrome.0.57j0l3j62l2&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+sort+suggested+friends+by+most+mutual&amp;aq=f&amp;oq=facebook+sort+suggested+friends+by+most+mutual&amp;aqs=chrome.0.57j0l3j62l2&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td><a href="https://www.google.com/search?q=facebook+sort+suggested+friends+by+most+mutual&amp;aq=f&amp;oq=facebook+sort+suggested+friends+by+most+mutual&amp;aqs=chrome.0.57j0l3j62l2&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+sort+suggested+friends+by+most+mutual&amp;aq=f&amp;oq=facebook+sort+suggested+friends+by+most+mutual&amp;aqs=chrome.0.57j0l3j62l2&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>-1</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=</td></tr><tr><td>Shortcuts</td><td>history-title</td><td>224</td><td>facebook get only important updates</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Google Search</td><td><a href="https://www.google.com/search?q=facebook+get+only+important+updates&amp;aq=f&amp;oq=facebook+get+only+important+updates&amp;aqs=chrome.0.57j64&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+get+only+important+updates&amp;aq=f&amp;oq=facebook+get+only+important+updates&amp;aqs=chrome.0.57j64&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td><a href="https://www.google.com/search?q=facebook+get+only+important+updates&amp;aq=f&amp;oq=facebook+get+only+important+updates&amp;aqs=chrome.0.57j64&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+get+only+important+updates&amp;aq=f&amp;oq=facebook+get+only+important+updates&amp;aqs=chrome.0.57j64&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>-1</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=</td></tr><tr><td>Shortcuts</td><td>history-title</td><td>156</td><td>facebook god</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Google Search</td><td><a href="https://www.google.com/search?q=facebook+god&amp;aq=f&amp;oq=facebook+god&amp;aqs=chrome.0.57j60j65l3j0&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+god&amp;aq=f&amp;oq=facebook+god&amp;aqs=chrome.0.57j60j65l3j0&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td><a href="https://www.google.com/search?q=facebook+god&amp;aq=f&amp;oq=facebook+god&amp;aqs=chrome.0.57j60j65l3j0&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+god&amp;aq=f&amp;oq=facebook+god&amp;aqs=chrome.0.57j60j65l3j0&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>-1</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=</td></tr></table></p><p>cursor position = 8</p><p>elapsed time = 476ms</p><p>all providers done = true</p><a class="group-separator">Combined results.</a><p><table class="autocomplete-results-table"><tr><th class="table-header" title="The AutocompleteProvider suggesting this result.">Provider</th><th class="table-header" title="The type of the result.">Type</th><th class="table-header" title="The result score. Higher is more relevant.">Relevance</th><th class="table-header" title="The text that is presented identifying the result.">Contents</th><th class="table-header" title="A green checkmark indicates that the result has been bookmarked.">Starred</th><th class="table-header" title="A green checkmark indicates that the result is an History What You Typed Match">HWYT</th><th class="table-header" title="The page title of the result.">Description</th><th class="table-header" title="The URL for the result.">URL</th><th class="table-header" title="The text shown in the omnibox when the result is selected.">Fill Into Edit</th><th class="table-header" title="The Inline Autocomplete Offset.">IAO</th><th class="table-header" title="A green checkmark indicates that the results can be deleted from the visit history.">Del</th><th class="table-header" title="">Prev</th><th><a href="http://code.google.com/codesearch#OAMlx_jo-ck/src/content/public/common/page_transition_types.h&amp;exact_package=chromium&amp;l=24">Tran</a></th><th class="table-header" title="A green checkmark indicates that the provider is done looking for more results.">Done</th><th class="table-header" title="">Template URL</th><th class="table-header" title="">Associated Keyword</th><th class="table-header" title="Provider-specific information about the result.">Additional Info</th></tr><tr><td>HistoryURL</td><td>history-url</td><td>1413</td><td>www.facebook.com</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Facebook</td><td><a href="http://www.facebook.com/">http://www.facebook.com/</a></td><td>www.facebook.com</td><td>12</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td>facebook.com</td><td><table><tr><td class="additional-info-property">last visit:</td><td class="additional-info-value">5/3/13 12:15:05 PM</td></tr><tr><td class="additional-info-property">typed count:</td><td class="additional-info-value">1219</td></tr><tr><td class="additional-info-property">visit count:</td><td class="additional-info-value">1232</td></tr></table></td><td>keyword=</td></tr><tr><td>HistoryURL</td><td>history-url</td><td>1411</td><td><a href="https://www.facebook.com/LightfallGame">https://www.facebook.com/LightfallGame</a></td><td class="x-mark">?</td><td class="x-mark">?</td><td>Lightfall</td><td><a href="https://www.facebook.com/LightfallGame">https://www.facebook.com/LightfallGame</a></td><td><a href="https://www.facebook.com/LightfallGame">https://www.facebook.com/LightfallGame</a></td><td>20</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td><table><tr><td class="additional-info-property">last visit:</td><td class="additional-info-value">4/6/13 10:46:34 AM</td></tr><tr><td class="additional-info-property">typed count:</td><td class="additional-info-value">1</td></tr><tr><td class="additional-info-property">visit count:</td><td class="additional-info-value">3</td></tr></table></td><td>keyword=</td></tr><tr><td>Search</td><td>search-what-you-typed</td><td>1300</td><td>facebook</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Google Search</td><td><a href="https://www.google.com/search?q=facebook&amp;aq=f&amp;oq=facebook&amp;aqs=chrome.2.60l2j57j60j0l2&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook&amp;aq=f&amp;oq=facebook&amp;aqs=chrome.2.60l2j57j60j0l2&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>facebook</td><td>8</td><td class="x-mark">?</td><td class="x-mark">?</td><td>5</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=google.com</td></tr><tr><td>HistoryQuick</td><td>history-url</td><td>886</td><td>www.facebook.com/BrunuhVille.Official</td><td class="check-mark">?</td><td class="x-mark">?</td><td>BrunuhVille</td><td><a href="http://www.facebook.com/BrunuhVille.Official">http://www.facebook.com/BrunuhVille.Official</a></td><td>www.facebook.com/BrunuhVille.Official</td><td>12</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td><table><tr><td class="additional-info-property">last visit:</td><td class="additional-info-value">5/1/13 12:36:53 PM</td></tr><tr><td class="additional-info-property">typed count:</td><td class="additional-info-value">0</td></tr><tr><td class="additional-info-property">visit count:</td><td class="additional-info-value">1</td></tr></table></td><td>keyword=</td></tr><tr><td>Search</td><td>search-suggest</td><td>617</td><td>facebook mobile</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Google Search</td><td><a href="https://www.google.com/search?q=facebook+mobile&amp;aq=1&amp;oq=facebook&amp;aqs=chrome.4.60l2j57j60j0l2&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+mobile&amp;aq=1&amp;oq=facebook&amp;aqs=chrome.4.60l2j57j60j0l2&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>facebook mobile</td><td>8</td><td class="x-mark">?</td><td class="x-mark">?</td><td>5</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=google.com</td></tr><tr><td>Search</td><td>search-suggest</td><td>616</td><td>facebook home page</td><td class="x-mark">?</td><td class="x-mark">?</td><td></td><td><a href="https://www.google.com/search?q=facebook+home+page&amp;aq=2&amp;oq=facebook&amp;aqs=chrome.5.60l2j57j60j0l2&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+home+page&amp;aq=2&amp;oq=facebook&amp;aqs=chrome.5.60l2j57j60j0l2&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>facebook home page</td><td>8</td><td class="x-mark">?</td><td class="x-mark">?</td><td>5</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=google.com</td></tr></table></p><a class="group-separator">Results for individual providers.</a><p><table class="autocomplete-results-table"><tr><th class="table-header" title="The AutocompleteProvider suggesting this result.">Provider</th><th class="table-header" title="The type of the result.">Type</th><th class="table-header" title="The result score. Higher is more relevant.">Relevance</th><th class="table-header" title="The text that is presented identifying the result.">Contents</th><th class="table-header" title="A green checkmark indicates that the result has been bookmarked.">Starred</th><th class="table-header" title="A green checkmark indicates that the result is an History What You Typed Match">HWYT</th><th class="table-header" title="The page title of the result.">Description</th><th class="table-header" title="The URL for the result.">URL</th><th class="table-header" title="The text shown in the omnibox when the result is selected.">Fill Into Edit</th><th class="table-header" title="The Inline Autocomplete Offset.">IAO</th><th class="table-header" title="A green checkmark indicates that the results can be deleted from the visit history.">Del</th><th class="table-header" title="">Prev</th><th><a href="http://code.google.com/codesearch#OAMlx_jo-ck/src/content/public/common/page_transition_types.h&amp;exact_package=chromium&amp;l=24">Tran</a></th><th class="table-header" title="A green checkmark indicates that the provider is done looking for more results.">Done</th><th class="table-header" title="">Template URL</th><th class="table-header" title="">Associated Keyword</th><th class="table-header" title="Provider-specific information about the result.">Additional Info</th></tr><tr><td>HistoryContents</td><td>history-body</td><td>502</td><td>imgur.com</td><td class="x-mark">?</td><td class="x-mark">?</td><td>imgur: the simple image sharer</td><td><a href="http://imgur.com/">http://imgur.com/</a></td><td>imgur.com</td><td>-1</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=</td></tr><tr><td>HistoryContents</td><td>history-body</td><td>501</td><td>superuser.com/questions/298584/google-chrome-address-bar-is-slow-cant-delete-urls-with-clock-icon-from-histor/298616#298616</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Google Chrome address bar is slow, can't delete URLs with clock icon from history - Super User</td><td><a href="http://superuser.com/questions/298584/google-chrome-address-bar-is-slow-cant-delete-urls-with-clock-icon-from-histor/298616#298616">http://superuser.com/questions/298584/google-chrome-address-bar-is-slow-cant-delete-urls-with-clock-icon-from-histor/298616#298616</a></td><td>superuser.com/questions/298584/google-chrome-address-bar-is-slow-cant-delete-urls-with-clock-icon-from-histor/298616#298616</td><td>-1</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=</td></tr><tr><td>HistoryContents</td><td>history-body</td><td>500</td><td>askubuntu.com/questions/287524/firefox-chrome-links-slow-unless-i-type-url-directly-in-address-bar</td><td class="x-mark">?</td><td class="x-mark">?</td><td>12.10 - Firefox/Chrome links slow unless I type URL directly in address bar - Ask Ubuntu</td><td><a href="http://askubuntu.com/questions/287524/firefox-chrome-links-slow-unless-i-type-url-directly-in-address-bar">http://askubuntu.com/questions/287524/firefox-chrome-links-slow-unless-i-type-url-directly-in-address-bar</a></td><td>askubuntu.com/questions/287524/firefox-chrome-links-slow-unless-i-type-url-directly-in-address-bar</td><td>-1</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=</td></tr></table></p><p><table class="autocomplete-results-table"><tr><th class="table-header" title="The AutocompleteProvider suggesting this result.">Provider</th><th class="table-header" title="The type of the result.">Type</th><th class="table-header" title="The result score. Higher is more relevant.">Relevance</th><th class="table-header" title="The text that is presented identifying the result.">Contents</th><th class="table-header" title="A green checkmark indicates that the result has been bookmarked.">Starred</th><th class="table-header" title="A green checkmark indicates that the result is an History What You Typed Match">HWYT</th><th class="table-header" title="The page title of the result.">Description</th><th class="table-header" title="The URL for the result.">URL</th><th class="table-header" title="The text shown in the omnibox when the result is selected.">Fill Into Edit</th><th class="table-header" title="The Inline Autocomplete Offset.">IAO</th><th class="table-header" title="A green checkmark indicates that the results can be deleted from the visit history.">Del</th><th class="table-header" title="">Prev</th><th><a href="http://code.google.com/codesearch#OAMlx_jo-ck/src/content/public/common/page_transition_types.h&amp;exact_package=chromium&amp;l=24">Tran</a></th><th class="table-header" title="A green checkmark indicates that the provider is done looking for more results.">Done</th><th class="table-header" title="">Template URL</th><th class="table-header" title="">Associated Keyword</th><th class="table-header" title="Provider-specific information about the result.">Additional Info</th></tr><tr><td>HistoryQuick</td><td>history-url</td><td>1226</td><td>www.facebook.com</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Facebook</td><td><a href="http://www.facebook.com/">http://www.facebook.com/</a></td><td>www.facebook.com</td><td>12</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td><table><tr><td class="additional-info-property">last visit:</td><td class="additional-info-value">5/3/13 12:15:05 PM</td></tr><tr><td class="additional-info-property">typed count:</td><td class="additional-info-value">1220</td></tr><tr><td class="additional-info-property">visit count:</td><td class="additional-info-value">1233</td></tr></table></td><td>keyword=</td></tr><tr><td>HistoryQuick</td><td>history-url</td><td>1225</td><td><a href="https://www.facebook.com">https://www.facebook.com</a></td><td class="x-mark">?</td><td class="x-mark">?</td><td>Facebook</td><td><a href="https://www.facebook.com/">https://www.facebook.com/</a></td><td><a href="https://www.facebook.com">https://www.facebook.com</a></td><td>20</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td><table><tr><td class="additional-info-property">last visit:</td><td class="additional-info-value">5/3/13 12:15:07 PM</td></tr><tr><td class="additional-info-property">typed count:</td><td class="additional-info-value">415</td></tr><tr><td class="additional-info-property">visit count:</td><td class="additional-info-value">3041</td></tr></table></td><td>keyword=</td></tr><tr><td>HistoryQuick</td><td>history-url</td><td>886</td><td>www.facebook.com/BrunuhVille.Official</td><td class="check-mark">?</td><td class="x-mark">?</td><td>BrunuhVille</td><td><a href="http://www.facebook.com/BrunuhVille.Official">http://www.facebook.com/BrunuhVille.Official</a></td><td>www.facebook.com/BrunuhVille.Official</td><td>12</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td><table><tr><td class="additional-info-property">last visit:</td><td class="additional-info-value">5/1/13 12:36:53 PM</td></tr><tr><td class="additional-info-property">typed count:</td><td class="additional-info-value">0</td></tr><tr><td class="additional-info-property">visit count:</td><td class="additional-info-value">1</td></tr></table></td><td>keyword=</td></tr></table></p><p><table class="autocomplete-results-table"><tr><th class="table-header" title="The AutocompleteProvider suggesting this result.">Provider</th><th class="table-header" title="The type of the result.">Type</th><th class="table-header" title="The result score. Higher is more relevant.">Relevance</th><th class="table-header" title="The text that is presented identifying the result.">Contents</th><th class="table-header" title="A green checkmark indicates that the result has been bookmarked.">Starred</th><th class="table-header" title="A green checkmark indicates that the result is an History What You Typed Match">HWYT</th><th class="table-header" title="The page title of the result.">Description</th><th class="table-header" title="The URL for the result.">URL</th><th class="table-header" title="The text shown in the omnibox when the result is selected.">Fill Into Edit</th><th class="table-header" title="The Inline Autocomplete Offset.">IAO</th><th class="table-header" title="A green checkmark indicates that the results can be deleted from the visit history.">Del</th><th class="table-header" title="">Prev</th><th><a href="http://code.google.com/codesearch#OAMlx_jo-ck/src/content/public/common/page_transition_types.h&amp;exact_package=chromium&amp;l=24">Tran</a></th><th class="table-header" title="A green checkmark indicates that the provider is done looking for more results.">Done</th><th class="table-header" title="">Template URL</th><th class="table-header" title="">Associated Keyword</th><th class="table-header" title="Provider-specific information about the result.">Additional Info</th></tr><tr><td>HistoryURL</td><td>history-url</td><td>1413</td><td>www.facebook.com</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Facebook</td><td><a href="http://www.facebook.com/">http://www.facebook.com/</a></td><td>www.facebook.com</td><td>12</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td><table><tr><td class="additional-info-property">last visit:</td><td class="additional-info-value">5/3/13 12:15:05 PM</td></tr><tr><td class="additional-info-property">typed count:</td><td class="additional-info-value">1219</td></tr><tr><td class="additional-info-property">visit count:</td><td class="additional-info-value">1232</td></tr></table></td><td>keyword=</td></tr><tr><td>HistoryURL</td><td>history-url</td><td>1412</td><td>facebook.com</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Facebook</td><td><a href="http://facebook.com/">http://facebook.com/</a></td><td>facebook.com</td><td>8</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td><table><tr><td class="additional-info-property">last visit:</td><td class="additional-info-value">3/20/13 12:33:56 PM</td></tr><tr><td class="additional-info-property">typed count:</td><td class="additional-info-value">2</td></tr><tr><td class="additional-info-property">visit count:</td><td class="additional-info-value">2</td></tr></table></td><td>keyword=</td></tr><tr><td>HistoryURL</td><td>history-url</td><td>1411</td><td><a href="https://www.facebook.com/LightfallGame">https://www.facebook.com/LightfallGame</a></td><td class="x-mark">?</td><td class="x-mark">?</td><td>Lightfall</td><td><a href="https://www.facebook.com/LightfallGame">https://www.facebook.com/LightfallGame</a></td><td><a href="https://www.facebook.com/LightfallGame">https://www.facebook.com/LightfallGame</a></td><td>20</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td><table><tr><td class="additional-info-property">last visit:</td><td class="additional-info-value">4/6/13 10:46:34 AM</td></tr><tr><td class="additional-info-property">typed count:</td><td class="additional-info-value">1</td></tr><tr><td class="additional-info-property">visit count:</td><td class="additional-info-value">3</td></tr></table></td><td>keyword=</td></tr></table></p><p><table class="autocomplete-results-table"><tr><th class="table-header" title="The AutocompleteProvider suggesting this result.">Provider</th><th class="table-header" title="The type of the result.">Type</th><th class="table-header" title="The result score. Higher is more relevant.">Relevance</th><th class="table-header" title="The text that is presented identifying the result.">Contents</th><th class="table-header" title="A green checkmark indicates that the result has been bookmarked.">Starred</th><th class="table-header" title="A green checkmark indicates that the result is an History What You Typed Match">HWYT</th><th class="table-header" title="The page title of the result.">Description</th><th class="table-header" title="The URL for the result.">URL</th><th class="table-header" title="The text shown in the omnibox when the result is selected.">Fill Into Edit</th><th class="table-header" title="The Inline Autocomplete Offset.">IAO</th><th class="table-header" title="A green checkmark indicates that the results can be deleted from the visit history.">Del</th><th class="table-header" title="">Prev</th><th><a href="http://code.google.com/codesearch#OAMlx_jo-ck/src/content/public/common/page_transition_types.h&amp;exact_package=chromium&amp;l=24">Tran</a></th><th class="table-header" title="A green checkmark indicates that the provider is done looking for more results.">Done</th><th class="table-header" title="">Template URL</th><th class="table-header" title="">Associated Keyword</th><th class="table-header" title="Provider-specific information about the result.">Additional Info</th></tr><tr><td>Keyword</td><td>search-other-engine</td><td>450</td><td>Search Facebook for &lt;enter query&gt;</td><td class="x-mark">?</td><td class="x-mark">?</td><td></td><td></td><td>facebook.com </td><td>-1</td><td class="x-mark">?</td><td class="x-mark">?</td><td>9</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=facebook.com</td></tr></table></p><p><table class="autocomplete-results-table"><tr><th class="table-header" title="The AutocompleteProvider suggesting this result.">Provider</th><th class="table-header" title="The type of the result.">Type</th><th class="table-header" title="The result score. Higher is more relevant.">Relevance</th><th class="table-header" title="The text that is presented identifying the result.">Contents</th><th class="table-header" title="A green checkmark indicates that the result has been bookmarked.">Starred</th><th class="table-header" title="A green checkmark indicates that the result is an History What You Typed Match">HWYT</th><th class="table-header" title="The page title of the result.">Description</th><th class="table-header" title="The URL for the result.">URL</th><th class="table-header" title="The text shown in the omnibox when the result is selected.">Fill Into Edit</th><th class="table-header" title="The Inline Autocomplete Offset.">IAO</th><th class="table-header" title="A green checkmark indicates that the results can be deleted from the visit history.">Del</th><th class="table-header" title="">Prev</th><th><a href="http://code.google.com/codesearch#OAMlx_jo-ck/src/content/public/common/page_transition_types.h&amp;exact_package=chromium&amp;l=24">Tran</a></th><th class="table-header" title="A green checkmark indicates that the provider is done looking for more results.">Done</th><th class="table-header" title="">Template URL</th><th class="table-header" title="">Associated Keyword</th><th class="table-header" title="Provider-specific information about the result.">Additional Info</th></tr><tr><td>Search</td><td>search-what-you-typed</td><td>1300</td><td>facebook</td><td class="x-mark">?</td><td class="x-mark">?</td><td></td><td><a href="https://www.google.com/search?q=facebook&amp;aq=f&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook&amp;aq=f&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>facebook</td><td>8</td><td class="x-mark">?</td><td class="x-mark">?</td><td>5</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=google.com</td></tr><tr><td>Search</td><td>navsuggest</td><td>800</td><td>www.facebook.com</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Welcome to Facebook - Log In, Sign Up or Learn More</td><td><a href="http://www.facebook.com/">http://www.facebook.com/</a></td><td>www.facebook.com</td><td>12</td><td class="x-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=</td></tr><tr><td>Search</td><td>search-suggest</td><td>617</td><td>facebook mobile</td><td class="x-mark">?</td><td class="x-mark">?</td><td></td><td><a href="https://www.google.com/search?q=facebook+mobile&amp;aq=1&amp;oq=facebook&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+mobile&amp;aq=1&amp;oq=facebook&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>facebook mobile</td><td>8</td><td class="x-mark">?</td><td class="x-mark">?</td><td>5</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=google.com</td></tr><tr><td>Search</td><td>search-suggest</td><td>616</td><td>facebook home page</td><td class="x-mark">?</td><td class="x-mark">?</td><td></td><td><a href="https://www.google.com/search?q=facebook+home+page&amp;aq=2&amp;oq=facebook&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+home+page&amp;aq=2&amp;oq=facebook&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>facebook home page</td><td>8</td><td class="x-mark">?</td><td class="x-mark">?</td><td>5</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=google.com</td></tr></table></p><p><table class="autocomplete-results-table"><tr><th class="table-header" title="The AutocompleteProvider suggesting this result.">Provider</th><th class="table-header" title="The type of the result.">Type</th><th class="table-header" title="The result score. Higher is more relevant.">Relevance</th><th class="table-header" title="The text that is presented identifying the result.">Contents</th><th class="table-header" title="A green checkmark indicates that the result has been bookmarked.">Starred</th><th class="table-header" title="A green checkmark indicates that the result is an History What You Typed Match">HWYT</th><th class="table-header" title="The page title of the result.">Description</th><th class="table-header" title="The URL for the result.">URL</th><th class="table-header" title="The text shown in the omnibox when the result is selected.">Fill Into Edit</th><th class="table-header" title="The Inline Autocomplete Offset.">IAO</th><th class="table-header" title="A green checkmark indicates that the results can be deleted from the visit history.">Del</th><th class="table-header" title="">Prev</th><th><a href="http://code.google.com/codesearch#OAMlx_jo-ck/src/content/public/common/page_transition_types.h&amp;exact_package=chromium&amp;l=24">Tran</a></th><th class="table-header" title="A green checkmark indicates that the provider is done looking for more results.">Done</th><th class="table-header" title="">Template URL</th><th class="table-header" title="">Associated Keyword</th><th class="table-header" title="Provider-specific information about the result.">Additional Info</th></tr><tr><td>Shortcuts</td><td>history-title</td><td>258</td><td>facebook sort suggested friends by most mutual</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Google Search</td><td><a href="https://www.google.com/search?q=facebook+sort+suggested+friends+by+most+mutual&amp;aq=f&amp;oq=facebook+sort+suggested+friends+by+most+mutual&amp;aqs=chrome.0.57j0l3j62l2&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+sort+suggested+friends+by+most+mutual&amp;aq=f&amp;oq=facebook+sort+suggested+friends+by+most+mutual&amp;aqs=chrome.0.57j0l3j62l2&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td><a href="https://www.google.com/search?q=facebook+sort+suggested+friends+by+most+mutual&amp;aq=f&amp;oq=facebook+sort+suggested+friends+by+most+mutual&amp;aqs=chrome.0.57j0l3j62l2&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+sort+suggested+friends+by+most+mutual&amp;aq=f&amp;oq=facebook+sort+suggested+friends+by+most+mutual&amp;aqs=chrome.0.57j0l3j62l2&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>-1</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=</td></tr><tr><td>Shortcuts</td><td>history-title</td><td>224</td><td>facebook get only important updates</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Google Search</td><td><a href="https://www.google.com/search?q=facebook+get+only+important+updates&amp;aq=f&amp;oq=facebook+get+only+important+updates&amp;aqs=chrome.0.57j64&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+get+only+important+updates&amp;aq=f&amp;oq=facebook+get+only+important+updates&amp;aqs=chrome.0.57j64&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td><a href="https://www.google.com/search?q=facebook+get+only+important+updates&amp;aq=f&amp;oq=facebook+get+only+important+updates&amp;aqs=chrome.0.57j64&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+get+only+important+updates&amp;aq=f&amp;oq=facebook+get+only+important+updates&amp;aqs=chrome.0.57j64&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>-1</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=</td></tr><tr><td>Shortcuts</td><td>history-title</td><td>156</td><td>facebook god</td><td class="x-mark">?</td><td class="x-mark">?</td><td>Google Search</td><td><a href="https://www.google.com/search?q=facebook+god&amp;aq=f&amp;oq=facebook+god&amp;aqs=chrome.0.57j60j65l3j0&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+god&amp;aq=f&amp;oq=facebook+god&amp;aqs=chrome.0.57j60j65l3j0&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td><a href="https://www.google.com/search?q=facebook+god&amp;aq=f&amp;oq=facebook+god&amp;aqs=chrome.0.57j60j65l3j0&amp;sourceid=chrome&amp;ie=UTF-8">https://www.google.com/search?q=facebook+god&amp;aq=f&amp;oq=facebook+god&amp;aqs=chrome.0.57j60j65l3j0&amp;sourceid=chrome&amp;ie=UTF-8</a></td><td>-1</td><td class="check-mark">?</td><td class="x-mark">?</td><td>1</td><td class="check-mark">?</td><td></td><td></td><td></td><td>keyword=</td></tr></table></p></div>
  99.  
  100.  
  101. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment