summaryrefslogtreecommitdiffstats
path: root/src/com/android
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* | | Merge "Add monkey protection to editUrl"Michael Kolb2011-08-121-1/+1
|\ \ \ | |/ / |/| |
| * | Add monkey protection to editUrlMichael Kolb2011-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | | Bug: 5145898 check for valid active tab Change-Id: I32da53b71771b0f81af44fbbc317d6c891741098
* | | URL Bar auto show tweaksJohn Reck2011-08-125-54/+163
|/ / | | | | | | | | | | | | Bug: 5144824 Bug: 5142398 Change-Id: I235828d52bc8d8c35e2b625d767caeffb2d9b654
* | Don't hide urlbar when favicon menu is openJohn Reck2011-08-124-28/+36
| | | | | | | | | | | | Bug: 5144824 Change-Id: I691f094ab594621f14adefabfb44c1ea967fdec2
* | Merge "Don't hide the navscreen when going to bookmarks"John Reck2011-08-115-12/+23
|\ \
| * | Don't hide the navscreen when going to bookmarksJohn Reck2011-08-115-12/+23
| | | | | | | | | | | | | | | | | | Bug: 5144826 Change-Id: If810b3d82c52265f841954f295f5974af9807a01
* | | Merge "Menu shuffling"John Reck2011-08-113-6/+5
|\ \ \
| * | | Menu shufflingJohn Reck2011-08-113-6/+5
| |/ / | | | | | | | | | | | | | | | | | | Bug: 5145209 Move some stuff from the overflow menu to the favicon menu Change-Id: Ied61630281f1fbb8078997d72af6333a6d527249
* | | Merge "Tabs UI updated"John Reck2011-08-113-40/+61
|\ \ \
| * | | Tabs UI updatedJohn Reck2011-08-113-40/+61
| |/ / | | | | | | | | | | | | | | | Bug: 5153985 Change-Id: Icbe235f1c09a58199581c55bfb2d82318f13f7f7
* | | Merge "Strip http://(www.)? from url input"John Reck2011-08-113-9/+23
|\ \ \
| * | | Strip http://(www.)? from url inputJohn Reck2011-08-113-9/+23
| |/ / | | | | | | | | | | | | | | | Bug: 4982126 Change-Id: Ia8a9ade2ad4f578e40333f42e02edc161f7fa1c2
* | | Merge "Support horizontal swipe in combo activity"John Reck2011-08-117-351/+209
|\ \ \
| * | | Support horizontal swipe in combo activityJohn Reck2011-08-117-351/+209
| |/ / | | | | | | | | | | | | | | | Bug: 5145315 Change-Id: I1e9b4a6bae325244c7a3fb6159deadc3fcf170e6
* | | Merge "Fix potential NPE when saving/deleting Autofill profile."Ben Murdoch2011-08-111-5/+10
|\ \ \
| * | | Fix potential NPE when saving/deleting Autofill profile.Ben Murdoch2011-08-111-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As the callback to display a toast confirmation to the user is asynchronous there's a chance that the Fragment might be detached when the callback is invoked. Guard against the potential NPE in this case. Bug: 5142413 Change-Id: Ic331e1ef3b738c5f2415b028da42c81f8f5e84d2