summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/Tab.java
Commit message (Expand)AuthorAgeFilesLines
* am 95d9bfd1: Clear voice search mode when changing search engines.Leon Scroggins III2010-09-141-4/+12
|\
| * Clear voice search mode when changing search engines.Leon Scroggins III2010-09-141-4/+12
* | DO NOT MERGECary Clark2010-09-071-17/+0
* | DO NOT MERGE remove the pretend cab from the browserCary Clark2010-08-261-1/+1
* | DO NOT MERGE Refactor find and select dialogsCary Clark2010-08-201-4/+60
* | Log if a user clicked on a link from voice search results.Leon Scroggins III2010-06-301-2/+14
* | Actually remove the subwindow.Leon Scroggins2010-06-251-1/+1
* | merge from open-source masterThe Android Open Source Project2010-05-121-1/+4
|/
* Move queryBookmarksForUrl to background thread.Leon Scroggins2010-04-231-21/+10
* Using ViewStub to defer the inflation of GeolocationPermissionsPrompt until w...Grace Kloba2010-04-201-7/+13
* Prevent an IllegalStateException.Leon Scroggins III2010-03-301-2/+24
* Fixes browser to store and read HTTP authentication credentials in the correc...Steve Block2010-03-251-2/+2
* Use AsyncTask when calling Browser.updateVisitedHistoryLeon Scroggins2010-03-241-2/+8
* reject unhandled key events if browser is pausedCary Clark2010-03-221-1/+1
* Enable +/- zoom control for the sub-window.Grace Kloba2010-03-191-0/+2
* Set sub window to scrollbars_outside_overlay toGrace Kloba2010-03-191-0/+1
* Use the passed in url as the WebView's url may not be up-to-date.Patrick Scott2010-03-171-2/+1
* Allow going back to a voice search to work when choosing from n-best.Leon Scroggins2010-03-151-3/+6
* Use AsyncTask to edit history in the background.Leon Scroggins2010-03-111-33/+48
* Allow going back to voice search from not-first results.Leon Scroggins2010-03-091-21/+24
* Pass attached HTTP headers to WebView from voice search.Leon Scroggins2010-03-081-1/+26
* if savePicture failes, delete the file (which is now unreliable, and possibly...Mike Reed2010-03-051-0/+4
* Close the bookmarks cursor.Patrick Scott2010-03-041-0/+2
* Going back to a voice search will reenter voice search mode.Leon Scroggins2010-03-031-0/+26
* Do not allow our resend/dontresend messages to be sent twice.Leon Scroggins2010-03-021-3/+25
* If a tab was opened solely to download a file, close the tab.Leon Scroggins2010-02-241-2/+46
* send broadcast intents to voice search for logging purposesLeon Scroggins2010-02-091-0/+36
* Use the extended ConsoleMessage class to populate the Error Console, and in c...Ben Murdoch2010-02-041-8/+33
* Handle voice search it provides html content to display.Leon Scroggins2010-02-031-22/+66
* Logging page load timeKristian Monsen2010-02-021-0/+6
* Use the constants defined in RecognizerResultsIntent for voice search.Leon Scroggins2010-02-011-9/+3
* Handle the voice search intent.Leon Scroggins2010-01-291-0/+121
* Remove onTooManyRedirects as it is deprecated.Patrick Scott2010-01-081-31/+0
* Rename addConsoleMessage to onConsoleMessage to reflect SDK API changes.Ben Murdoch2009-11-201-2/+4
* Revert "Do not allow javascript to change window focus."Patrick Scott2009-11-191-0/+8
* Do not allow javascript to change window focus.Patrick Scott2009-11-131-8/+0
* Move Tab out of TabControl to its own class. So thatGrace Kloba2009-10-091-0/+1568