summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/TabControl.java
Commit message (Expand)AuthorAgeFilesLines
* Stop loading subview in stopAllLoadingMattias Nilsson2012-07-271-1/+1
* fix back key on tabs behaviorMichael Kolb2012-01-171-1/+1
* Make sure preloaded tabs have unique IDs.Mathew Inwood2011-09-021-0/+6
* Fix issues with state save/restoreJohn Reck2011-08-291-11/+13
* Faster all the things!John Reck2011-08-171-8/+0
* Reduce capture frequencyJohn Reck2011-08-091-0/+19
* Restore overhaulJohn Reck2011-07-271-29/+14
* handle preload tab when max count is reachedMichael Kolb2011-07-271-0/+19
* Fix TabControl#canCreateTab.Narayan Kamath2011-07-261-4/+3
* Fixes an NPE observed during state restoration.Narayan Kamath2011-07-201-4/+10
* fix restore bugMichael Kolb2011-07-131-4/+19
* Saved Pages tabJohn Reck2011-07-011-20/+0
* Preloading support in browserMichael Kolb2011-06-301-0/+8
* Fix IntentHandler behaviorJohn Reck2011-06-291-20/+8
* Clarify restore dialog, prevent spamJohn Reck2011-06-171-6/+11
* Persistent frozen tabsJohn Reck2011-06-141-4/+44
* fix various NPEsMichael Kolb2011-06-101-1/+5
* Prevent crashing in CrashRecoveryHandlerJohn Reck2011-05-271-2/+4
* introduce tab IDsMichael Kolb2011-05-121-100/+94
* refactor open tab codeMichael Kolb2011-05-091-5/+4
* Browser settings refactorJohn Reck2011-04-261-3/+0
* Clear session cookies before attempting pre-login.Patrick Scott2011-02-041-75/+90
* Overhaul handling tab data updatesJohn Reck2010-12-171-25/+2
* Fix NPE in pauseWebViewTimersMichael Kolb2010-11-301-14/+0
* restore all tabs on demandMichael Kolb2010-11-191-5/+19
* Controller RefactorMichael Kolb2010-11-171-91/+15
* Fixes tab title not updating correctlyJohn Reck2010-10-291-1/+1
* Fixed favicon bugJohn Reck2010-10-261-1/+1
* Remove unused drag tracking codeBjorn Bringert2010-10-141-15/+0
* Remove some unnecessary use of hidden APIsBjorn Bringert2010-10-121-1/+1
* increase max number of tabsMichael Kolb2010-09-271-5/+8
* disable zoom buttonsMichael Kolb2010-09-031-0/+12
* Browser incognito mode session expiration.Elliott Slaughter2010-09-011-7/+37
* Cleanup temporary incognito mode files after last tab closes.Elliott Slaughter2010-09-011-0/+13
* UI revision for tabbed browsingMichael Kolb2010-08-061-4/+2
* Initial work on browser incognito mode history feature.Elliott Slaughter2010-08-051-5/+16
* tabbed title bar workMichael Kolb2010-07-271-1/+48
* remove save/restore picture from browser appCary Clark2010-07-271-9/+0
* More aggressively free up the background tabs whenGrace Kloba2010-04-121-29/+36
* Treat voice searches from within the browser differentlyLeon Scroggins2010-04-081-6/+4
* Do not destroy the backforward list when doing another voice search.Leon Scroggins2010-03-171-2/+9
* If a tab was opened solely to download a file, close the tab.Leon Scroggins2010-02-241-5/+0
* disable mr-stretch (at least for now)Mike Reed2010-02-241-1/+1
* roll MR3 stretchy changes into masterMike Reed2010-01-291-1/+15
* Fix a legit crash that the monkey found.Patrick Scott2010-01-281-4/+12
* enable stretch[1] by defaultMike Reed2010-01-141-2/+2
* Clear parent/child tab relationships when clearing history.Leon Scroggins2010-01-111-0/+9
* add initial dragtrackersMike Reed2009-12-171-0/+3
* Move Tab out of TabControl to its own class. So thatGrace Kloba2009-10-091-828/+86
* Stop the loading after WAKELOCK_TIMEOUT (5min) whenGrace Kloba2009-10-061-0/+10