summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/TabControl.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable fading scrollbar for the BrowserGrace Kloba2009-09-281-0/+2
* Use favicons in the tab page instead of a snapshot.Patrick Scott2009-09-231-59/+9
* Remove the WebView from its container to change focus.Patrick Scott2009-09-171-31/+66
* Fix the lock icon when switch tabs. Grace Kloba2009-09-161-0/+21
* Check for null tabs before acquiring the parent tab.Patrick Scott2009-08-311-6/+8
* Initial attempt to get the sliding title bar working, using a Gallery.Leon Scroggins2009-08-131-1/+1
* Pass unhandled keys up to the main tab.Patrick Scott2009-08-121-0/+10
* make private inner classes staticCary Clark2009-08-111-1/+1
* Adds the browser Geolocation permissions prompt.Steve Block2009-08-061-9/+65
* When free the background tabs due to low memory, keep the parent tab of theGrace Kloba2009-08-031-3/+6
* Implement an error console. The console is displayed when the user has enable...Ben Murdoch2009-07-171-0/+24
* Try to reuse tabs with matching urls to avoid loading a new page.Patrick Scott2009-07-161-0/+39
* Show the new tab when creating it from the bookmarks/history.Patrick Scott2009-07-141-0/+5
* am 73972695: Merge change 4925 into donutAndroid (Google) Code Review2009-06-221-2/+3
|\
| * Fix 2 NPEs in the Browser.Patrick Scott2009-06-221-2/+3
* | Call the WebViewCore's freeMemory instead of just clearCacheDerek Sollenberger2009-06-101-3/+3
* | call webview's onPause/onResume in the right places:Mike Reed2009-05-281-27/+49
* | am 20abe04: Check for null before accessing mPickerData.Patrick Scott2009-04-291-2/+8
|\|
| * Check for null before accessing mPickerData.Patrick Scott2009-04-281-2/+8
* | am 761b3b5: Merge change 423 into donutAndroid (Google) Code Review2009-04-291-31/+134
|\|
| * Show the saved picture for freed tabs.Patrick Scott2009-04-221-31/+134