summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/Controller.java
Commit message (Expand)AuthorAgeFilesLines
* Call the new API for showFindDialog.Leon Scroggins2011-01-051-2/+2
* Adds pseudo AA to thumbnailsJohn Reck2011-01-051-1/+10
* Moves Tab.updateBookmarkedStatus to DataControllerJohn Reck2011-01-051-0/+1
* add Browser accelerator keysCary Clark2011-01-051-0/+109
* Fix NPEJohn Reck2011-01-041-1/+1
* Fix and hide action bar for html5 videoJohn Reck2010-12-221-0/+5
* Overhaul handling tab data updatesJohn Reck2010-12-171-52/+25
* Fix crash trying to add data: URLs to icon dbJohn Reck2010-12-161-25/+32
* Closing last tab closes the browserJohn Reck2010-12-151-4/+1
* extract anchor href and image src separatelyCary Clark2010-12-151-1/+5
* Spec update for Bookmark widgetJohn Reck2010-12-151-8/+3
* Enable voice searchMichael Kolb2010-12-151-2/+14
* Split UI based on screen sizeMichael Kolb2010-12-141-6/+0
* Private browsing cleanup is now done in webkitKristian Monsen2010-12-131-8/+0
* Propagate incognito mode to child tabMichael Kolb2010-12-101-27/+25
* Fixes history update race conditionJohn Reck2010-12-101-58/+4
* Warn user when max number of tabs is reachedMichael Kolb2010-12-101-7/+14
* fix ComboPage and tab interactionMichael Kolb2010-12-091-0/+6
* Not using a async task for removing session cookiesKristian Monsen2010-12-091-12/+2
* Update each Tab when the bookmarks database changes.Leon Scroggins2010-12-071-0/+17
* Clear session cookies in a bg threadKristian Monsen2010-12-071-1/+13
* Show a highlighted star for bookmarked pages.Leon Scroggins2010-12-061-0/+5
* flushCookieStore() shouldn't be in the public API after all.Iain Merrick2010-12-061-1/+0
* Change homepage setting handlingJohn Reck2010-12-031-29/+0
* Url bar selection handling updatedMichael Kolb2010-12-021-7/+18
* Flush cookies when the browser is paused.Iain Merrick2010-12-011-0/+1
* Fix NPE in pauseWebViewTimersMichael Kolb2010-11-301-22/+32
* Move Tab layout code to UIMichael Kolb2010-11-301-0/+5
* Move access to the WebIconDatabase from the UI thread.Ben Murdoch2010-11-291-15/+32
* No longer need to pass storage paths to WebView.cleanupPrivateBrowsingFiles()Steve Block2010-11-261-3/+3
* Invite the user to set up AutoFillBen Murdoch2010-11-231-0/+24
* move subwindow handling to UIMichael Kolb2010-11-221-1/+12
* Use requestFocusNodeHref to get the link for an image.Leon Scroggins2010-11-221-11/+37
* add select text to context menuCary Clark2010-11-221-1/+25
* fix current tab has no webview bugMichael Kolb2010-11-221-3/+2
* restore all tabs on demandMichael Kolb2010-11-191-4/+12
* Move download requests to the background.Leon Scroggins2010-11-191-10/+11
* Fix context menu handling for Bookmarks and HistoryJohn Reck2010-11-171-0/+5
* Thumbnail asset and algorithm tweakJohn Reck2010-11-171-10/+8
* Controller RefactorMichael Kolb2010-11-171-0/+2340