summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ \
| * | 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-1111-384/+229
|\ \
| * | Support horizontal swipe in combo activityJohn Reck2011-08-1111-384/+229
| |/ | | | | | | | | | | 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
* | | Use EXTRA_WEB_SEARCH_PENDINGINTENTBjorn Bringert2011-08-102-0/+7
| |/ |/| | | | | | | | | | | | | | | | | This avoids a chooser dialog when web searches are done in the address bar when there are multiple browsers installed. Bug: 4988580 Change-Id: I3afb5f7dc10acf1aa2a0107e76061de0e534d8fe
* | Window to Tab string changeJohn Reck2011-08-109-157/+27
| | | | | | | | | | | | | | | | | | | | Bug: 5145162 Part of this also involved unifying the wording between tablet and phones menu, which revealed some unused assets. Combined bookmark phone and tablet menus into one xml, with bool switches to turn items on/off as needed instead of having 2 very similar files Change-Id: I700d5c5b3b7f9aefe9c96a0c79c140e3bf09ce6f
* | Support for calling oncancel on the SearchBox API while preloading.Mathew Inwood2011-08-103-0/+26
|/ | | | | | See also: I39a5765d2382f9c88c652d156a4917fd07cea3a4 Bug: 5035246 Change-Id: I7de6b8a718e4190480537412a8235892ee7c7aee
* Merge "Reduce capture frequency"John Reck2011-08-096-8/+76
|\
| * Reduce capture frequencyJohn Reck2011-08-096-8/+76
| | | | | | | | | | | | | | | | | | Bug: 5142655 Only capture while the navscreen is visible Fix Tab.capture to never capture the title bar Fix navscreen not responding to updated thumbnails Change-Id: Id48ad32bb131c398c7d1ce4243e92f04cd421ade
* | Merge "suppress copyPixel error"Michael Kolb2011-08-091-4/+7
|\ \
| * | suppress copyPixel errorMichael Kolb2011-08-091-4/+7
| | | | | | | | | | | | | | | | | | | | | Bug: 5101265 catch RTE and log error condition Change-Id: I0a7fb30f5285835ff21521e6ec66f452030e91c9
* | | Merge "Fix BP2ProviderTests"John Reck2011-08-091-15/+49
|\ \ \
| * | | Fix BP2ProviderTestsJohn Reck2011-08-091-15/+49
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5142434 For testIsValidParentWithAccount, the test would remove the account* from a bookmark it was inserting with a valid parent. The provider would correctly identify that a parent was set, but no account info and thus used the account info of the parent. This is not what the test was expecting, however, leading to this error. Fix the tests to explicitly check for child account* not matching parent account* (in which case the parent is discarded, and the bookmark is inserted at the root folder of the child's account*), and for testing the lack of a specified account*. Change-Id: I15b318ee1e846b18ffa187720814c3761d19933a
* | | Merge "Observe a flag to supress the HTTP auth dialog prompt and silently ↵Ben Murdoch2011-08-091-1/+1
|\ \ \ | |/ / |/| | | | | cancel auth."
| * | Observe a flag to supress the HTTP auth dialog prompt and silently cancel auth.Ben Murdoch2011-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requires external/webkit change If8c6f22e8307e1e13b8f7ad29f79305ce24b3255 Requires frameworks/base change: Ida5708aad7cbe5633106e9ae2997c9231aaf95b8 Bug: 5094761 Change-Id: Id901855830bbe17ede8a18293cff2bbc0aad4ba8
* | | Merge "Tests fixup"John Reck2011-08-093-3/+25
|\ \ \ | |_|/ |/| |
| * | Tests fixupJohn Reck2011-08-093-3/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5113381 Fix case of using the wrong context (BP1 would use the app context explicitly, bypassing the mock context) Clean up test databases after runs Change-Id: Ibac09d08d4ab7235d5763c209d84be2562e6fae3
* | | Merge "Move local bookmarks to end of Bookmark page"John Reck2011-08-093-5/+34
|\ \ \
| * | | Move local bookmarks to end of Bookmark pageJohn Reck2011-08-083-5/+34
| |/ / | | | | | | | | | | | | | | | | | | Bug: 5136280 Also hide empty accounts in the bookmark page Change-Id: I39067b5325d24c7ebf41df88c6231c411983fc57
* | | Merge "Add preview for contrast"John Reck2011-08-087-38/+204
|\ \ \
| * | | Add preview for contrastJohn Reck2011-08-087-38/+204
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5135321 Bug: 5118011 Add a preview for the contrast accisibility settings. Rename FontSizePreference to the more generic SeekBarSummaryPreference as it has nothing to do with font size specifically. Change-Id: Id516d63d62822cf026af3ce531ec33eb48ae667a
* | | Merge "Import revised translations."Eric Fischer2011-08-0846-276/+647
|\ \ \
| * | | Import revised translations.Eric Fischer2011-08-0546-276/+647
| |/ / | | | | | | | | | Change-Id: Icfba80e70c2f41a7e877ff1bea940eb7433cd9b5
* | | Merge "Remove as much widget padding as possible"John Reck2011-08-081-3/+3
|\ \ \ | |/ / |/| |
| * | Remove as much widget padding as possibleJohn Reck2011-07-291-3/+3
| | | | | | | | | | | | | | | | | | Bug: 4966134 Change-Id: I7a67873bcb3740c333a0161f2acf29319132faec
* | | close external tabs on backMichael Kolb2011-08-053-4/+23
| |/ |/| | | | | | | | | | | | | | | Bug: 4466495 close externally created tabs when the back button is used and no further back history is available Change-Id: If605474d929fb759226a1e1f4125bfaab43e6653
* | Merge "Remove preloaded URLs from back stack when preloading fails."Mathew Inwood2011-08-042-1/+32
|\ \
| * | Remove preloaded URLs from back stack when preloading fails.Mathew Inwood2011-08-032-1/+32
| | | | | | | | | | | | | | | Bug: 5114365 Change-Id: Iaef0c062ac1ee2ea6e3cde8699d67a0cc4ff1a56
* | | Merge "Fix BrowserSettings to apply blockPopupWindows() correctly"Steve Block2011-08-041-1/+1
|\ \ \
| * | | Fix BrowserSettings to apply blockPopupWindows() correctlySteve Block2011-08-031-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | This setting got inverted in https://android-git.corp.google.com/g/#change,107420 Bug: 5114572 Change-Id: Iaba01a668ca7e48b1629483c447d62e2b71f1bcb
* | | Move inverted mode to Accessibility settingsNicolas Roard2011-08-038-17/+52
|/ / | | | | | | | | | | | | | | Add contrast settings bug:5111259 Change-Id: Ic95e1fbae94c01fc8560cbd326503244b9ab4988
* | Merge "Clear bitmap from canvas after done drawing to it."Dianne Hackborn2011-08-025-0/+5
|\ \
| * | Clear bitmap from canvas after done drawing to it.Dianne Hackborn2011-08-025-0/+5
| | | | | | | | | | | | Change-Id: I0ebc8510021a2dd0b147ced7890d939ec47809f6
* | | Merge "asset drop"Michael Kolb2011-08-02157-3/+7
|\ \ \
| * | | asset dropMichael Kolb2011-08-02157-3/+7
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5097164 Bug: 5075532 new assets added and some layouts adjusted NOT the final redlines yet Change-Id: Ia0011478fd429d327c886e6277394a71297ef404
* | | Merge "Import revised translations."Eric Fischer2011-08-0246-368/+2326
|\ \ \ | |/ / |/| |
| * | Import revised translations.Eric Fischer2011-08-0246-368/+2326
| | | | | | | | | | | | Change-Id: I31209ada1a424c4789e50b260a1228021e7005ec
* | | Merge "make sure titlebar can be attached"Michael Kolb2011-08-021-0/+5
|\ \ \
| * | | make sure titlebar can be attachedMichael Kolb2011-08-021-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5110201 remove title bar from parent if it already has a parent Change-Id: I9616605004da70b8162ae5bc19a40c1c0418dc55
* | | | fix url action modeMichael Kolb2011-08-023-2/+6
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5093025 The url bar is kept visible now It's still not perfect, because the url bar gets pushed down under the user's finger Change-Id: I7142cd1f442bf7e3b53af5aac150defda68661ed