summaryrefslogtreecommitdiffstats
path: root/src/com/android
Commit message (Collapse)AuthorAgeFilesLines
* am 70a8ac79: am cfea5519: fix IME dismiss bugMichael Kolb2011-02-071-1/+1
|\ | | | | | | | | * commit '70a8ac7997b40e9d5556a6ad861f2f73a3c08c13': fix IME dismiss bug
| * fix IME dismiss bugMichael Kolb2011-02-041-1/+1
| | | | | | | | | | | | | | http://b/issue?id=3427138 clear focus in url before dismissing view Change-Id: I595de3b937fe3e712704ef188a32bef184a3b378
* | am b60e9a43: am 7d50a936: Clear session cookies before attempting pre-login.Patrick Scott2011-02-074-93/+147
|\ \ | |/ | | | | | | * commit 'b60e9a438effb36bf70ae586c3075a575902d19b': Clear session cookies before attempting pre-login.
| * Clear session cookies before attempting pre-login.Patrick Scott2011-02-044-93/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | If ClientLogin issues session cookies, we do not want to clear them immediately after getting them from login. If we are not going to restore tabs, go ahead and clear the cookies before attempting pre-login. Keep track of the tab to restore so that we don't need to figure it out again. Requires a change in frameworks/base that exposes the CookieManager api. If we receive a 403 from IssueTokenAuth, inval the auth tokens and try again. Bug: 3421214 Change-Id: I5dd4cc0eba365a20a731ac43dd2571ef6274eaa9
* | Fix ISE in History pageJohn Reck2011-02-071-1/+2
| | | | | | | | | | | | Bug: 3427773 Change-Id: I1e2ab0c62e1bd822c2d0db08a21fa1338f24444c
* | Get the widget off of startserviceJohn Reck2011-02-046-332/+312
| | | | | | | | | | | | | | Bug: 3379120 Now with drastically lower memory usage as well! Change-Id: Iff16d2acceba3c8a983a51ec03a31a39ac6a12ed
* | am 98dcbbc1: am df3c5056: Merge "Add missing null check" into honeycombJohn Reck2011-02-021-3/+5
|\ \ | |/ | | | | | | * commit '98dcbbc1d930daad5642a329f2ddc59c8d956c02': Add missing null check
| * Merge "Add missing null check" into honeycombJohn Reck2011-02-021-3/+5
| |\
| | * Add missing null checkJohn Reck2011-02-021-3/+5
| | | | | | | | | | | | | | | | | | Bug: 3417571 Change-Id: I7d3a016eaab53c01532f4743c1f14e57a0b8065b
* | | am cb9d9d12: am 4b21788c: Merge "fix menu state after fullscreen video" into ↵Bart Sears2011-02-021-0/+3
|\ \ \ | |/ / | | | | | | | | | | | | | | | honeycomb * commit 'cb9d9d12011dff19c670b8e16a248ea738aca129': fix menu state after fullscreen video
| * | Merge "fix menu state after fullscreen video" into honeycombBart Sears2011-02-021-0/+3
| |\ \
| | * | fix menu state after fullscreen videoMichael Kolb2011-02-021-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://b/issue?id=3413957 before leaving browser activity, hide custom view this also restores the menu state Change-Id: Ie0859bc21b2821bb513eaea9ad3ea401b95dc177
* | | | am ab6db07a: am 71b1713b: Hack to fix hosted accounts.Patrick Scott2011-02-021-2/+4
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit 'ab6db07a013d4de75b764a35336f8c10bb310b56': Hack to fix hosted accounts.
| * | | Hack to fix hosted accounts.Patrick Scott2011-02-021-2/+4
| | |/ | |/| | | | | | | | | | | | | | | | Search for ASIDAP using the /a/ path to find a hosted account. Bug: 3396570 Change-Id: I10cbc7f337532d59e405804724e6bc0be4e669d8
* | | am 8fd6454e: am b577d6eb: Merge "Remove explicit calls to onFilterComplete" ↵John Reck2011-02-011-5/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | into honeycomb * commit '8fd6454ee59fa69c4e2fc618b30d903439a424ab': Remove explicit calls to onFilterComplete
| * | Merge "Remove explicit calls to onFilterComplete" into honeycombJohn Reck2011-02-011-5/+1
| |\ \
| | * | Remove explicit calls to onFilterCompleteJohn Reck2011-02-011-5/+1
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3410428 SuggestionsAdapter was explicitly calling onFilterComplete when it shouldn't. This seems to have been a workaround for a fixed bug. Change-Id: Ic0fad44e60ad1c32708d31879a46c3e9c6ca906c
* | | am 7ddc0019: am 16b4e4a1: Merge "Slow widget memory leak." into honeycombJohn Reck2011-02-011-2/+14
|\ \ \ | |/ / | | | | | | | | | * commit '7ddc0019f73baa072f992238d0e2895ae5ce8b64': Slow widget memory leak.
| * | Merge "Slow widget memory leak." into honeycombJohn Reck2011-02-011-2/+14
| |\ \
| | * | Slow widget memory leak.John Reck2011-02-011-2/+14
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3369806 Framework currently holds a reference to widget factories forever and doesn't call onDestroy. This causes a large memory leak in browser since that means bitmaps are held in memory forever. This explicitly calls onDestroy and tries to free as much memory as possible. It doesn't fix the problem, just slows the bleeding. Change-Id: I80832941aa75e30b3b6c951fab2c9cb0a7ed477d
* | | am 9f405cf4: am 4f30c10d: Fix automatic sign-in not remembering disabledJohn Reck2011-02-011-2/+6
|\ \ \ | |/ / | | | | | | | | | * commit '9f405cf4ab8c86a008555c7ccafb7e95a2c6bf52': Fix automatic sign-in not remembering disabled
| * | Fix automatic sign-in not remembering disabledJohn Reck2011-02-011-2/+6
| |/ | | | | | | | | | | Bug: 3414025 Change-Id: I681066be9ac575f0464ea5274b2ea4ebb31e9232
* | am b3993de5: am 20b6f1f9: Smoother scrolling by preparing offscreen tiles ↵Dave Burke2011-02-011-0/+1
|\ \ | |/ | | | | | | | | | | (credit: Ben Murdoch) * commit 'b3993de5d971e0fa720e98ef954dc9d553485e65': Smoother scrolling by preparing offscreen tiles (credit: Ben Murdoch)
| * Smoother scrolling by preparing offscreen tiles (credit: Ben Murdoch)Dave Burke2011-02-011-0/+1
| | | | | | | | Change-Id: I63836d739567ddbbd2d5abe83a7cc3b91ecd5c80
* | Merge "Do not attempt to download non-https URLs."Leon Scroggins2011-02-011-1/+7
|\ \ | |/ |/|
| * Do not attempt to download non-https URLs.Leon Scroggins2011-02-011-1/+7
| | | | | | | | | | | | Bug:3388003 Change-Id: I9d81017820762bcf714453b935488912397dadbc
* | Merge "Implement empty design for bookmark widget" into honeycombJohn Reck2011-01-311-4/+25
|\ \ | |/ |/|
| * Implement empty design for bookmark widgetJohn Reck2011-01-311-4/+25
| | | | | | | | | | | | Bug: 3355018 Change-Id: Ie64ed52c64445771037c980be181978de4caf250
* | Re-login after a week.Patrick Scott2011-01-313-41/+102
| | | | | | | | | | | | | | | | Refactor GoogleAccountLogin to handle the progress dialog. Store the last login time and login after a week to refresh cookies. Bug: 3367395 Change-Id: I62a277610af5b642f51cc775f17806c558812d4a
* | Merge "fix IME bug" into honeycombMichael Kolb2011-01-312-2/+2
|\ \ | |/ |/|
| * fix IME bugMichael Kolb2011-01-312-2/+2
| | | | | | | | | | | | | | | | | | | | http://b/issue?id=3406328 http://b/issue?id=3406389 hide title bar before removing tab to avoid IME triggered by focus change removed unnecessary call to hideComboView Change-Id: Ia559bae8bc98aed9325e715696f20833ecf5916f
* | Add logging to track down login failures.Patrick Scott2011-01-311-2/+12
|/ | | | | Bug: 339657 Change-Id: I9372d22f4e7101392a24147e5db5670bfebd3835
* Merge "fix focus handling in url input" into honeycombMichael Kolb2011-01-283-20/+26
|\
| * fix focus handling in url inputMichael Kolb2011-01-283-20/+26
| | | | | | | | | | | | | | http://b/issue?id=3373046 removed focus updates from focus listener Change-Id: I48fdb39053dce7546038022f7aee671fe97047df
* | Merge "Filter browser: urls in omnibox" into honeycombBart Sears2011-01-271-1/+2
|\ \
| * | Filter browser: urls in omniboxJohn Reck2011-01-271-1/+2
| |/ | | | | | | | | | | Bug: 3400600 Change-Id: I0dfdcf521b65ec3aac76f298e6fda79eb13dfdcc
* | Fix incognito start pageJohn Reck2011-01-271-1/+2
|/ | | | | | Bug: 3400698 Change-Id: I1f64a15fb4309c5b84f791d792ed8446d606ec09
* Merge "fix SOX in clearFocus" into honeycombMichael Kolb2011-01-271-3/+3
|\
| * fix SOX in clearFocusMichael Kolb2011-01-271-3/+3
| | | | | | | | | | | | | | http://b/issue?id=3373046 don't clear focus when already not focused Change-Id: I8a445b84416c156a4f72196439502670ac57b177
* | Merge "Fix memory leak in bookmarks page" into honeycombJohn Reck2011-01-271-0/+2
|\ \
| * | Fix memory leak in bookmarks pageJohn Reck2011-01-271-0/+2
| |/ | | | | | | | | | | Bug: 3378680 Change-Id: I845b7b69793080ecb1dd2551d16a36ca3949a564
* | Merge "Correctly invalidate the tabs when scrolling them. Bug #3398549" into ↵Romain Guy2011-01-271-3/+16
|\ \ | | | | | | | | | honeycomb
| * | Correctly invalidate the tabs when scrolling them.Romain Guy2011-01-271-3/+16
| |/ | | | | | | | | | | Bug #3398549 Change-Id: I577dc5ec1a60040c427c676661f0610daf27a952
* | Fix STOPSHIP hardcoded stringJohn Reck2011-01-271-1/+1
|/ | | | | | Bug: 3396882 Change-Id: If8a415596f237392f20c1afd92ecaca89dafc7b9
* Merge "Use APIs to determine Launcher icon size" into honeycombKenny Root2011-01-261-11/+23
|\
| * Use APIs to determine Launcher icon sizeKenny Root2011-01-261-11/+23
| | | | | | | | | | | | | | | | | | The app_icon_size didn't look good in the Launcher, so we introduced some APIs to determine the preferred size and density. Now we can use those to determine how large to make our shortcut icon. Bug: 3224340 Change-Id: I6ad7581435065ea1f1ce82e0e19f985549f127c3
* | fix incognito url loadingMichael Kolb2011-01-261-1/+2
| | | | | | | | | | | | | | | | http://b/issue?id=3349090 load "browser:incognito" explicitely when opening new incognito tab Change-Id: I3929605479a0869bd9361664e1ea1ee7c9476fc7
* | fix suggestion dropdown offsetMichael Kolb2011-01-262-6/+11
| | | | | | | | | | | | | | http://b/issue?id=3394446 adjust offset to new bckground resource and adjust based on quickcontrols mode Change-Id: I93d096e6465f91fcbb01941aa3f746f5e3f77354
* | Merge "fix quickcontrols" into honeycombMichael Kolb2011-01-262-0/+9
|\ \
| * | fix quickcontrolsMichael Kolb2011-01-262-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | http://b/issue?id=3394524 check tab bar state after removing Combo page add tab bar state check after animations Change-Id: I5c3c497c8905ce2d0e069c796c835aff5f2cc21a