summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* YAMR - Yet Another Menu ReorgJohn Reck2011-08-197-121/+37
| | | | | | Bug: 5186166 Change-Id: Icd459c8f9cd557659a5402431a843a856fb1b134
* Prevent IME from using extract modeMichael Kolb2011-08-192-2/+2
| | | | | | | Bug: 514518 set flags on url input field Change-Id: I1dee5b9f71201b61a03511a91907e5244bb272ed
* 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-182-1/+49
|/ | | | | | 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-186-14/+54
|/ | | | | | | | Optimise startup performance by using a ViewStub for TitleBar views that aren't needed until later. Bug: 5179151 Change-Id: I87cf23cbd1e3b818a566c95dc6bb9cc1ff366587
* Part of effort to remove "failure" messaging to end-users.Claudia de Veaux2011-08-171-3/+3
| | | | | | Bug: 5165745 Change-Id: I46c61e110eaa6d22c938c551f15658376b7b3d25
* 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-177-68/+18
|\
| * Faster all the things!John Reck2011-08-177-68/+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-166-30/+42
|\ \ | |/ |/|
| * Show incognito and saved page icons in urlbarJohn Reck2011-08-166-30/+42
| | | | | | | | | | | | 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-163-9/+26
|\ \
| * | Add incognito and snapshot icons to tab switcherJohn Reck2011-08-163-9/+26
| |/ | | | | | | | | | | 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-1511-34/+369
|/ / | | | | | | | | | | | | | | Bug: 5123884 first step towards animations between browser and tab switcher Change-Id: I1d959d42d0036f3c4498972fcc8ad434fa7f4437
* | Merge "Import revised translations."Eric Fischer2011-08-1546-2819/+1485
|\ \
| * | Import revised translations.Eric Fischer2011-08-1246-2819/+1485
| | | | | | | | | | | | Change-Id: I6808c217e35251fa9b44a21813c3c987260c2e43
* | | Merge "Add title for bookmark shortcut picker"John Reck2011-08-123-4/+3
|\ \ \
| * | | Add title for bookmark shortcut pickerJohn Reck2011-08-123-4/+3
| |/ / | | | | | | | | | | | | | | | Bug: 5144535 Change-Id: I4d8c7b961d44d8d79300fab33425881f255b3156
* | | Merge "Set capture size independent of nav tab size"Michael Kolb2011-08-121-2/+2
|\ \ \
| * | | Set capture size independent of nav tab sizeMichael Kolb2011-08-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5101265 Browser picked up a different capture size based off of nav tab dimensions if in landscape Capture size is now independent of nav tab size Change-Id: I75778b9434874ef1fe8539845f46abf0a6c00fcd
* | | | 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-115-24/+23
|\ \ \
| * | | Menu shufflingJohn Reck2011-08-115-24/+23
| |/ / | | | | | | | | | | | | | | | | | | Bug: 5145209 Move some stuff from the overflow menu to the favicon menu Change-Id: Ied61630281f1fbb8078997d72af6333a6d527249
* | | Merge "Tabs UI updated"John Reck2011-08-116-50/+66
|\ \ \
| * | | Tabs UI updatedJohn Reck2011-08-116-50/+66
| |/ / | | | | | | | | | | | | | | | Bug: 5153985 Change-Id: Icbe235f1c09a58199581c55bfb2d82318f13f7f7
* | | Merge "Strip http://(www.)? from url input"John Reck2011-08-113-9/+23
|\ \ \