1. 10 Jul, 2009 2 commits
  2. 08 Jul, 2009 1 commit
  3. 01 Jul, 2009 3 commits
  4. 30 Jun, 2009 2 commits
  5. 25 Jun, 2009 2 commits
  6. 24 Jun, 2009 2 commits
    • Android (Google) Code Review's avatar
      Merge change 5160 into donut · d1c2a433
      Android (Google) Code Review authored
      * changes:
        Return the url of a browser history item in the intent query column of the suggestion. This is so that global search can rewrite a query in the search dialog (i.e., fill in the search box with the url of the suggestion when the user rolls over to select the suggestion). Browser uses android:searchMode="rewriteQueryFromData" to accomplish this but global search does the default thing of using the intent query column, if present, as a rewrite for the current query.
      d1c2a433
    • Mike LeBeau's avatar
      Return the url of a browser history item in the intent query column of the · 2af73052
      Mike LeBeau authored
      suggestion. This is so that global search can rewrite a query in the search
      dialog (i.e., fill in the search box with the url of the suggestion when the
      user rolls over to select the suggestion). Browser uses
      android:searchMode="rewriteQueryFromData" to accomplish this but global search
      does the default thing of using the intent query column, if present, as a rewrite
      for the current query.
      2af73052
  7. 23 Jun, 2009 1 commit
    • Satish Sampath's avatar
      Pass through SearchManager.APP_DATA bundle in web searches. · 15e9f2dc
      Satish Sampath authored
      This got missed when we made the change to invoke the system default web search handler instead of the browser directing all searches to Google. This makes sure that the receiving web search providers can pass on the source parameter appropriately as part of the results page that they launch.
      15e9f2dc
  8. 22 Jun, 2009 5 commits
  9. 19 Jun, 2009 1 commit
  10. 18 Jun, 2009 1 commit
    • Dianne Hackborn's avatar
      Update browser to use new Intent URI expansion. · 99189435
      Dianne Hackborn authored
      This changes the browser's URI->intent processing to use the new generic
      "intent:" scheme supported by Intent.  Doing so allows the user to
      provide links to arbitrary intents in a web page.  The browser restricts
      which intents can actually be execute to those supported by the
      BROWSABLE category by adding this to the resulting Intent and making
      sure there is no explicit component in the Intent.
      
      With the addition of package-specific Intents, this allows people to
      have a link that is guaranteed to launch an activity in their own
      package, not allowing others to intercept it.
      99189435
  11. 17 Jun, 2009 1 commit
  12. 16 Jun, 2009 1 commit
  13. 15 Jun, 2009 2 commits
  14. 12 Jun, 2009 1 commit
  15. 11 Jun, 2009 1 commit
  16. 10 Jun, 2009 5 commits
  17. 09 Jun, 2009 1 commit
  18. 08 Jun, 2009 1 commit
  19. 05 Jun, 2009 3 commits
  20. 04 Jun, 2009 4 commits