summaryrefslogtreecommitdiffstats
path: root/src/com/android
Commit message (Collapse)AuthorAgeFilesLines
...
* | ActionBar change for phonesJohn Reck2011-07-201-0/+26
| | | | | | | | | | | | Bug: 5022239 Change-Id: I0ccf131468cd129f4770ef85bde8d023670c33c8
* | Merge "Convert Site to Parcelable"John Reck2011-07-201-12/+40
|\ \
| * | Convert Site to ParcelableJohn Reck2011-07-201-12/+40
| | | | | | | | | | | | | | | | | | Bug: 5044670 Change-Id: I804ea4f33607078e0090dd78b85e9a7063dc6631
* | | Merge "Fix tab switcher on saved pages"John Reck2011-07-201-1/+1
|\ \ \
| * | | Fix tab switcher on saved pagesJohn Reck2011-07-201-1/+1
| |/ / | | | | | | | | | | | | | | | Bug: 5051687 Change-Id: I386c31cafcc0e91cbec4975402cfc571d3a1ef81
* | | Merge "Remove prompt-bypass"John Reck2011-07-202-11/+0
|\ \ \
| * | | Remove prompt-bypassJohn Reck2011-07-202-11/+0
| |/ / | | | | | | | | | | | | | | | | | | | | | Bug: 4904409 Also in an effort to improve text input performance, disable saving state while typing. Change-Id: I2aeeadde6d4953dbdccc7ae0c5e22d1ccf779366
* | | use system menuMichael Kolb2011-07-206-45/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On phones with hardware menu key, use the framework's menu Also fixes: Bug: 5051899 remove overflow button from bar if menu key is present Nav options are not visible on tab switcher Change-Id: I5b55934a392a76f9d9ef16e3bf5c71f27b88d69a
* | | Merge "Fixes an NPE observed during state restoration."Narayan Kamath2011-07-201-4/+10
|\ \ \
| * | | Fixes an NPE observed during state restoration.Narayan Kamath2011-07-201-4/+10
| |/ / | | | | | | | | | Change-Id: Ie91076a46b33d4524341886f61e6c89d6ed3bfd7
* | | Clear prerender history when loading a new page.Narayan Kamath2011-07-201-0/+14
|/ / | | | | | | | | | | | | Following the recommendation in the bug below. bug:5030881 Change-Id: Iae1e432e735e443ab03ec1bda6576db638a674a0
* | Merge "Remove size from phone snapshot layout"John Reck2011-07-191-2/+4
|\ \
| * | Remove size from phone snapshot layoutJohn Reck2011-07-191-2/+4
| | | | | | | | | | | | | | | | | | Bug: 5045575 Change-Id: Ibb15cf18214d3fd2b7ddcb4b3dceebf9ba43104c
* | | show voice icon if in voice modeMichael Kolb2011-07-192-2/+6
|/ / | | | | | | | | | | | | | | Bug: 5005932 The voice icon is shown in the url bar in non-focused state when there are voice results Change-Id: Id89052938768cb1b4e17895986d49129df78017d
* | ignore rlz task if browser is pausedMichael Kolb2011-07-191-0/+2
| | | | | | | | | | | | | | | | Bug: 4575720 When the RLZ task wants to load the url, make sure browser is still running, otherwise ignore the task Change-Id: I74f491177e61435ea6a427e9b5a0d85d3854f27f
* | fix tab switcher and menuMichael Kolb2011-07-182-3/+34
| | | | | | | | Change-Id: Ibcda8fc9fa73f11dba7d8f2f8061740910cedc55
* | show menu on phone with menu keyMichael Kolb2011-07-182-13/+23
| | | | | | | | | | | | | | Bug: 5017628 show the menu anchored to the tab switcher button Change-Id: I99baa1978d4c0a99b0fe17fee198ddd5b7db1b76
* | fix menu options not workingMichael Kolb2011-07-181-0/+1
| | | | | | | | | | | | | | | | some menu options from nav screen are not working due to the navscreen not getting closed Change-Id: Id6e1426b81bb58ca16abda590248d982d6604af2
* | Move ComboView to its own activityJohn Reck2011-07-1816-397/+233
| | | | | | | | | | | | Bugs: 5009130 3368824 Change-Id: I559bb88a1e759172ef9a7d2a8b41ea4c7e523ec6
* | Merge "Fix drawing order bug"John Reck2011-07-181-18/+0
|\ \
| * | Fix drawing order bugJohn Reck2011-07-171-18/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5031335 Gallery could return an invalid index leading to a NPE The override for getDrawingOrder appears unnecessary for how we are using gallery, so removing it entirely Change-Id: I931cc2db6e601a00941c23585b57664607f4e519
* | | Merge "Closing last tab clears state"John Reck2011-07-182-1/+2
|\ \ \
| * | | Closing last tab clears stateJohn Reck2011-07-172-1/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | When closing the last tab, clear the crash recovery state. This prevents the issue where closing the last tab and re-launching browser would recover the last tab anyway Change-Id: Ia080aca5401fbc65e62a7651cb17cf9cd2e25ed8
* | | Null checkJohn Reck2011-07-171-2/+3
|/ / | | | | | | | | | | | | | | Bug: 5021967 Check if ACCESSIBILITY_SERVICE is null. Documentation claims this is acceptable, and it probably is happening due to low memory Change-Id: Ie12059236baedd8b149831ad24da74f79453fae8
* | Inverted lab preferenceJohn Reck2011-07-152-0/+8
| | | | | | | | Change-Id: I28636302e00a23ee65e2c63e5ebe4bebdc4576c4
* | fix menu on tabletMichael Kolb2011-07-141-2/+4
| | | | | | | | Change-Id: I85b075d715a571faa78b50e45347d4e1eb2a712b
* | adjust url bar for portrait large screenMichael Kolb2011-07-141-1/+63
| | | | | | | | | | | | | | | | Bug: 4515354 Original bug: 4335356 hand picked the changes into the new code Change-Id: I54b69a35660a5a38f41486c974c1cea171ee5d5e
* | add KEY_FORWARD supportMichael Kolb2011-07-141-0/+4
| | | | | | | | | | | | Bug: 4395060 Change-Id: I68c11b6c8e963d8353ced2aaf296e618969c86e5
* | Merge "add navigation to menu again"Michael Kolb2011-07-144-47/+54
|\ \
| * | add navigation to menu againMichael Kolb2011-07-144-47/+54
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 5021497 re-enabled the navigation menu items adjust state based on current tab Change-Id: If396829f280fdb7831ade97180c38342e4f483a3
* | | SearchBox preloading fixes.Mathew Inwood2011-07-147-37/+189
|/ / | | | | | | | | | | | | | | It now seems to work pretty reliably. Nice. Requires changes to SearchBox API in frameworks/base: Depends on change: If283ecdfa62aecb1fa697b1a2cd43b771b908d72 Change-Id: I5af94c8df8f24dfafb02c4052381aa547c72684c
* | update navigation bar state for tabMichael Kolb2011-07-131-0/+4
| | | | | | | | | | | | | | | | Bug: 5023085 force a state update to the navigation bar when setting active tab Change-Id: Ie6db9587e1be8ba3c2303a8d1fa60c698d88cfdb
* | fix restore bugMichael Kolb2011-07-131-4/+19
| | | | | | | | | | | | | | | | | | Bug: 5023284 only save tab id's if the tab state can be saved this prevents trying to restore tabs that didn't get saved Change-Id: I9ca8a3f71c4cb9029718492fbd5447e782524869
* | fix tab switcher close/refresh issueMichael Kolb2011-07-132-5/+10
| | | | | | | | | | | | | | | | Bug: 5015810 Also fixes the case when closing a tab without changing the selected position the list would be empty. Change-Id: Ibf4de0b33c696d14e15b82c07e697b1f1736565a
* | Snapshot title barJohn Reck2011-07-1312-51/+344
| | | | | | | | | | | | Bug: 4982126 Change-Id: I67931d39e3a3ce535b38197ebeee1651241d1a60
* | use screenshots for tab switcherMichael Kolb2011-07-1210-430/+63
| | | | | | | | | | | | also removed the old tab switcher code Change-Id: Id84ff64e42e5e1f70f55e136efdf84270c1a4b7b
* | Merge "Don't restore all tabs for phone"John Reck2011-07-121-0/+5
|\ \
| * | Don't restore all tabs for phoneJohn Reck2011-07-121-0/+5
| | | | | | | | | | | | Change-Id: I33cf6e2cc64f6b0507529d73d5a69b3fa4788e28
* | | Clear recents folder when changing accountJohn Reck2011-07-112-0/+7
|/ / | | | | | | | | | | Bug: 4971707 Change-Id: I20fa1fdbf0f832af0b36c81ebba17decbc9a5811
* | Merge "TitleBar refactor"John Reck2011-07-1111-842/+943
|\ \
| * | TitleBar refactorJohn Reck2011-07-1111-842/+943
| | | | | | | | | | | | Change-Id: I0a2df041529143c8e0ff17af341376a3f827be04
* | | Merge "Null check"John Reck2011-07-111-2/+4
|\ \ \
| * | | Null checkJohn Reck2011-07-111-2/+4
| |/ / | | | | | | | | | | | | | | | | | | Bug: 5006765 This can happen if we are destroyed before the initial load is received Change-Id: Ic285ec81abf6838eaa2fe212f55703093d5d5a86
* | | Add action bar null checkJohn Reck2011-07-111-0/+4
|/ / | | | | | | | | | | | | Bug: 5011681 Add check to see if ComboView was destroyed while still animating Change-Id: I79338a74b181bf0f9244f5e46e7ed6d2b0029eb6
* | Add overflow menu to title barMichael Kolb2011-07-114-88/+78
| | | | | | | | | | | | Bug: 5011697 Change-Id: Idcd9ddc2883caa0ee0513300b8322af1c6d89423
* | make QC work on phoneMichael Kolb2011-07-1110-396/+529
| | | | | | | | | | | | | | | | Reduce options in QC menu on phone Avoid restart when enabling/disabling QC Bug: 3326929 Change-Id: I5119c4df99226dcb28f47a95471872fbf51be48e
* | Merge "Fix bing images crash"John Reck2011-07-112-5/+13
|\ \ | |/ |/|
| * Fix bing images crashJohn Reck2011-07-082-5/+13
| | | | | | | | | | | | | | | | | | | | Bug: 4517571 Caused by receiving onPageFinished callbacks for in page navigation links (eg, url#something). Also, only post an UPDATE_BOOKMARK_THUMBNAIL message if one is not already pending for the tab. Change-Id: Ia45ae93206507b93ad6fc841ad291b97bc947675
* | Fix toggling about:debug not workingJohn Reck2011-07-081-1/+3
|/ | | | | | | Problem was caused by shortcutting the TYPED url scenario. For now, only shortcut javascript: urls Change-Id: Ia89f6cadda42c29522ab61b1e82fa0129d3c4849
* Show search engine value in summaryJohn Reck2011-07-081-4/+9
| | | | | | Bug: 4091083 Change-Id: Ie0624bf7c34ca5ffd4b7961f38d4d6972c209a89