1. 05 Jun, 2009 1 commit
  2. 04 Jun, 2009 2 commits
    • Satish Sampath's avatar
      Include ACCEPTED_URI_SCHEMA in url patterns to skip. · bc5b9f35
      Satish Sampath authored
      Without this inclusion, the web search detection code thought that URLs
      of the format about:blank or about:debug were web searches and passed
      them on to the search provider.
      bc5b9f35
    • Patrick Scott's avatar
      Do not use the original url in onReceivedTitle. · 598c9ccf
      Patrick Scott authored
      We used to use the original url because that was what was entered into the
      history database. Now, with a change in webkit, the correct url will be passed
      to updateVisitedHistory if the server sent a redirect. This allows for the
      correct url and title to be displayed in the title bar as well as the correct
      url and title to be stored in the history.
      598c9ccf
  3. 03 Jun, 2009 2 commits
    • Satish Sampath's avatar
      Use system default web search & suggestions providers. · 565505b1
      Satish Sampath authored
      - Web search was hard coded to Google and suggestions in the search dialog were hard coded to the GoogleSearch suggest provider package. Both now point to the system default web search/suggest provider which can include third party search engines.
      - I also removed the intent filter to handle action.WEB_SEARCH from the browser because it should no longer provide web search functionality for other apps, that feature is provided by the recently added WebSearchProvider package. Removing this intent filter also removes the browser from the list of web search providers in the system settings.
      - As part of this change I had to factor out the search shortcut code to a separate function, add a couple of new functions and modify the browser provider code to access cursor fields in a safe manner.
      565505b1
    • Mike LeBeau's avatar
      Change the string for the browser in global search from · 8dd422a6
      Mike LeBeau authored
      "Bookmarks & history" to "Browser".
      8dd422a6
  4. 02 Jun, 2009 1 commit
  5. 26 May, 2009 1 commit
  6. 19 May, 2009 2 commits
  7. 14 May, 2009 2 commits
  8. 13 May, 2009 1 commit
    • Mike LeBeau's avatar
      Swap the title and subtitle of browser suggestions, so the webpage title · 21beb131
      Mike LeBeau authored
      shows as the first line and the url shows as the second line. Preceding
      "http://" is stripped from urls. If the first line would be empty or
      whitespace, the second line is promoted to the first line.
      
      This affects suggestions both for the browser and for global search. I
      thought this looked a lot better so ran it by Leland and he's cool with
      this.
      
      I went ahead and reused the raw int values being used for column indices
      and such, but this is bad. You guys should really consider making this
      code a little safer/cleaner. :)
      21beb131
  9. 07 May, 2009 2 commits
  10. 05 May, 2009 1 commit
  11. 01 May, 2009 3 commits
  12. 30 Apr, 2009 1 commit
  13. 29 Apr, 2009 7 commits
  14. 28 Apr, 2009 3 commits
  15. 23 Apr, 2009 3 commits
  16. 22 Apr, 2009 2 commits
    • Eric Fischer's avatar
      AI 147406: Import revised translations. · 5f0531ee
      Eric Fischer authored
      Automated import of CL 147406
      5f0531ee
    • Patrick Scott's avatar
      Show the saved picture for freed tabs. · 2ed6edb7
      Patrick Scott authored
      Create a small class containing the data needed to display the saved or current
      picture. For freed tabs, inflate the picture and use the saved state from
      mSavedState. Reorganize populatePickerData to use the current top window or the
      saved state depending on if the tab has been freed.
      
      There was another bug where onNewPicture would update the wrong FakeWebView due
      to ListViews reusing the same view. Have the tab manage the new picture and
      invalidate the FakeWebView. When reusing the view, clear out the tab's
      FakeWebView field.
      
      Wipe all the picker data at the same time the ImageGrid and ImageAdapter are
      cleared.
      2ed6edb7
  17. 15 Apr, 2009 1 commit
  18. 14 Apr, 2009 2 commits
  19. 13 Apr, 2009 1 commit
  20. 10 Apr, 2009 1 commit
  21. 08 Apr, 2009 1 commit