summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Fix blank page activity selection bug"John Reck2011-08-293-13/+17
|\
| * Fix blank page activity selection bugJohn Reck2011-08-293-13/+17
| | | | | | | | | | | | | | | | | | | | Bug: 5191031 Sets an app id on the tab so that if the intent comes back to us, it is opened in the current tab. Close empty tabs correctly if the intent goes elsewhere Fix Tab.syncCurrentState to deal with WebView.getUrl() == null correctly Change-Id: I31e1e1f6688fb5c5c31ba07dde4e6b3bad34fb13
* | Fix issues with state save/restoreJohn Reck2011-08-293-22/+50
|/ | | | | | | | | | | | | Bug: 5144214 Tracked down the issue with messed up state to a bug where tab ids were not unique, and would actually get messed up in restore. Switched it to the tab's responsibility to assign an id to itself in the ctor to make sure all possible paths where a tab is created are fixed as well as the tab being the best informed about whether or not it has an ID to restore from. Added some checks to watch for a similar problem in the future as well. Change-Id: Icd8333232a0baca7a3639323538886ea595de05a
* Merge "Security warning dialog update"John Reck2011-08-292-65/+45
|\
| * Security warning dialog updateJohn Reck2011-08-262-65/+45
| | | | | | | | | | | | Bug: 5222843 Change-Id: I0d387a0564c82e1234ea14dee723a52e1ba9cade
* | Updates for NDEF push API change.Nick Pelly2011-08-252-40/+27
| | | | | | | | Change-Id: I2390665d59f6b3868b5a3a27bfc38ea4c9cdf0d4
* | Drop active tab check when blocking eventsMichael Kolb2011-08-241-14/+5
| | | | | | | | | | | | | | Bug: 5198309 The active tab check was freezing the browser Change-Id: I3376c84bb178c02d02deb54bf23fa1149809963d
* | Check current tab before making activeMichael Kolb2011-08-241-1/+4
| | | | | | | | | | | | Bug: 5202966 Change-Id: I62fc806176d178193c4a9f0b658efa45b4d96584
* | Merge "Fix icon resources"Michael Kolb2011-08-241-1/+1
|\ \ | |/ |/|
| * Fix icon resourcesMichael Kolb2011-08-241-1/+1
| | | | | | | | | | | | | | | | | | | | Bug: 5066431 updated remaining icons: secure/partial/overlay progress various bookmark icons Change-Id: I474a1cd3981474eddbd4be0a38a8d0d8083232e1
* | Fix Snapshot->Live transitionJohn Reck2011-08-231-8/+14
|/ | | | | | Bug: 5121917 Change-Id: I8462038fe4a9bd38e6e82d8d08fbef4605a3ca71
* Merge "Save bookmark group state"John Reck2011-08-222-3/+57
|\
| * Save bookmark group stateJohn Reck2011-08-222-3/+57
| | | | | | | | | | | | Bug: 5135795 Change-Id: Id5069cc3f2afb16bcadac5b83d523200898a7d73
* | Merge "Avoid showing previous tab when closing an app tab"Michael Kolb2011-08-222-2/+12
|\ \ | |/ |/|
| * Avoid showing previous tab when closing an app tabMichael Kolb2011-08-222-2/+12
| | | | | | | | | | | | | | | | Bug: 5188145 skip setActiveTab when closing a tab launched from an app set active tab in onResume Change-Id: If602358a61690f15fe2e81a6b3d62d51ad15e16d
* | Add bulletproofing to state recoveryJohn Reck2011-08-226-24/+39
|/ | | | | | Bug: 5166335 Change-Id: Ife9ef2da7664f8de6b0ff9655611efa78d84df05
* Fix crashJohn Reck2011-08-192-2/+9
| | | | | | | | Bug: 5180400 onContextItemSelected is apparantly unordered and goes to the "wrong" fragment first, causing this crash Change-Id: I8d9df87d5799882190bc0fdfee5720c97d2b8f7a
* YAMR - Yet Another Menu ReorgJohn Reck2011-08-194-77/+21
| | | | | | Bug: 5186166 Change-Id: Icd459c8f9cd557659a5402431a843a856fb1b134
* Merge "Show web content before handling new intent"Michael Kolb2011-08-191-0/+3
|\
| * Show web content before handling new intentMichael Kolb2011-08-181-0/+3
| | | | | | | | | | | | | | | | Bug: 5184826 hide nav screen before handling new intent Change-Id: I7d6b17f71bb45c05917a4d2346368f0f0188b5f5
* | Prevent ListPreference from formatting the summaryJohn Reck2011-08-181-0/+48
|/ | | | | | Bug: 5127755 Change-Id: I4ae3a46adc65bb82533871a7233e9b54dfe41264
* Merge "Fix popup favicon menu handling"John Reck2011-08-182-11/+1
|\
| * Fix popup favicon menu handlingJohn Reck2011-08-182-11/+1
| | | | | | | | | | | | Bug: 5180985 Change-Id: I60312208dc0e522f49beb302fc289dc5a7471261
* | Merge "Fix black screen bug"Michael Kolb2011-08-181-0/+10
|\ \ | |/ |/|
| * Fix black screen bugMichael Kolb2011-08-181-0/+10
| | | | | | | | | | | | | | Bug: 5180937 attach a tab when fast exiting the navscreen Change-Id: I3ecf248ac6073dfff6a134e5323052150c4efed1
* | Replace TitleBar sub views with a ViewStub.Ben Murdoch2011-08-181-8/+40
|/ | | | | | | | Optimise startup performance by using a ViewStub for TitleBar views that aren't needed until later. Bug: 5179151 Change-Id: I87cf23cbd1e3b818a566c95dc6bb9cc1ff366587
* More BrowserSettings initialization shufflingJohn Reck2011-08-171-1/+9
| | | | | | | | Bug: 5019676 BrowserSettings.setController required early initialization. Tweak it so that syncSharedSettings is called as late as possible Change-Id: I16ab56d9f2e31faf1a108808069c29c76a2627c2
* Remove slow, yet no-op callJohn Reck2011-08-171-1/+0
| | | | | | | | Bug: 5178457 It is slow because it forces initialization of the TilesManager, yet the value set is ignored by TilesManager anyway. So remove it. Change-Id: I0fc8a98340742fedfd27495da8fcd7a7c2a32fc0
* Merge "Faster all the things!"John Reck2011-08-176-67/+18
|\
| * Faster all the things!John Reck2011-08-176-67/+18
| | | | | | | | | | | | | | | | | | | | Bug: 5177959 Improve browser startup. Elinate IO access on UI thread during startup by removing the super legacy ClearThumbnails task. Also rework how the hardware acceleration debug setting works to remove the requirement for initialized BrowserSettings in onCreate Change-Id: I4c1014d380827af4833586e6a3ae842fd59aa48b
* | Merge "check for parent before embedding titlebar"Michael Kolb2011-08-171-1/+5
|\ \
| * | check for parent before embedding titlebarMichael Kolb2011-08-171-1/+5
| | | | | | | | | | | | | | | | | | | | | Bug: 5166956 remove tbar from parent before embedding Change-Id: I3a3423bbb8f857bc8a9e9ac7b8a900f85a85e360
* | | Fix Monkey NPEMichael Kolb2011-08-171-3/+5
|/ / | | | | | | | | | | Bug: 5177427 Change-Id: I7cfcfe63d8ba64b30a3fbe6a0c46efd15dc8688b
* | Merge "fix close tab keyboard shortcut"Michael Kolb2011-08-171-6/+1
|\ \ | |/ |/|
| * fix close tab keyboard shortcutMichael Kolb2011-08-161-6/+1
| | | | | | | | | | | | | | | | | | Bug: 5129293 Tab closing is handled twice: as a menu shortcut and in the key handler removed the key handler Change-Id: I436b4bcb380ea4daeeea3a9f317e42142f1b2e69
* | Merge "Show incognito and saved page icons in urlbar"John Reck2011-08-164-10/+21
|\ \ | |/ |/|
| * Show incognito and saved page icons in urlbarJohn Reck2011-08-164-10/+21
| | | | | | | | | | | | Bug: 5162768 Change-Id: I02e521bd4c9de62166e3029437b105e669902797
* | Merge "fix hide tab switcher"Michael Kolb2011-08-161-5/+7
|\ \ | |/ |/|
| * fix hide tab switcherMichael Kolb2011-08-161-5/+7
| | | | | | | | | | | | | | Bug: 5173072 make content visible if animation is bypassed Change-Id: I9c24b166c7b2d7dacd0fc275447eb8125cc6e091
* | Merge "Add incognito and snapshot icons to tab switcher"John Reck2011-08-162-7/+23
|\ \
| * | Add incognito and snapshot icons to tab switcherJohn Reck2011-08-162-7/+23
| |/ | | | | | | | | | | Bug: 5162768 Change-Id: Ie0e1af52d26d236f666c26e2aaccaf4f9f28eb95
* | Merge "b/5080166 support multi-touch on external touchscreen."Huahui Wu2011-08-161-2/+4
|\ \ | |/ |/|
| * b/5080166 support multi-touch on external touchscreen.Huahui Wu2011-07-261-2/+4
| | | | | | | | Change-Id: I4a9b747a1c3c4f98268dc735e800c9c509d5d392
* | Merge "Fix monkey bug"Michael Kolb2011-08-152-5/+16
|\ \
| * | Fix monkey bugMichael Kolb2011-08-152-5/+16
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 5166733 added missing return statements and valid active tab check Change-Id: Ida7ffa6faf77a95eaf19ef566176ad522be4efef
* | | Merge "Pipe current page extra to new fragments"John Reck2011-08-151-0/+11
|\ \ \ | |/ / |/| |
| * | Pipe current page extra to new fragmentsJohn Reck2011-08-151-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5165860 On phones and other devices with a single pane preference layout, new activities are started when you click on a header. Pipe the extras needed for the current page Change-Id: I9310dc2b4a77f894bfc73ade055081145ff261ff
* | | Tab switcher animationMichael Kolb2011-08-158-32/+334
|/ / | | | | | | | | | | | | | | Bug: 5123884 first step towards animations between browser and tab switcher Change-Id: I1d959d42d0036f3c4498972fcc8ad434fa7f4437
* | Merge "Add title for bookmark shortcut picker"John Reck2011-08-121-2/+1
|\ \
| * | Add title for bookmark shortcut pickerJohn Reck2011-08-121-2/+1
| | | | | | | | | | | | | | | | | | Bug: 5144535 Change-Id: I4d8c7b961d44d8d79300fab33425881f255b3156